
/* iconos */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.min.css");

/* google fonts */ 
  @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,600;0,800;1,700&family=Playfair+Display:ital,wght@1,900&display=swap');

  @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');


p {
    font-family: 'Open Sans', sans-serif; 
}

h4{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

p a{
    font-weight: 700;
    text-decoration: none;
}

#nav-distance {
    padding-top: 25px;
    font-size: 12px;
}

#nav-distance a{
    text-decoration: none;
}

#stiky-arrow{
    background: white;
    width: 100%;
    padding:2px;
}

#back-page a{
    font-size: 3rem;
    color: black;
}

#back-page a:hover{
    color: rgb(13, 110, 253);
}

#titulo-pais {
    padding-top: 40px;
}

#titulo-pais h1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}

.distancia-sp{
    padding-bottom: 60px;
}

.bandera-pais{
    width: 241px;
    height: 150px;
    margin: 0 auto;
}

#escudo-argentina{
    width: 196px;
    height: 196px;
    margin: 0 auto;
}

.accordion-item button{
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 800;
}
#lista-paises {
    margin-top: 50px;
    padding-top: 22px;
    padding-left: 120px;
    padding-right: 120px;
    padding-bottom: 150px;
    background: #66A7F6;
    color: white;
    font-size: 22px;
}

#lista-paises h3{
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 800;
}

#lista-paises .breadcrumb-item + .breadcrumb-item::before{
    color: white;
}


#lista-paises a{
    color: white;
    text-decoration: none;
}

#lista-paises a:hover{
    color: black;
}

#constitucion {
    width: 155px;
    height: 185px;
    flex-shrink: 0;
    border: 3px solid #66A7F6;
}

#constitucion:hover {
    border-color:  #5284bf;
}

#link-constiucion {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    background: #66A7F6;
    position: relative;
    top: -30px;
    color:white;
    font-size: 1.3rem;
    padding: 3px;
    z-index: 99;
}

.contendor-btn-constitucion {
    position: relative;
    left: 0px;
    top: 1px;
    width: 154px;
}

.btn-constitucion {
    width: 155px;
    flex-shrink: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #66A7F6;
    color: white;
    padding-top: 4px;
    padding-left: 8px;
}

.btn-constitucion:hover {
    background: #5284bf;
}

.text-btn-constitucion{
    position: relative;
    top: 5px;
    left: 4px;   
    padding-bottom: 1px;
}

.text-btn-constitucion  p{
    font-weight: 700;  
    line-height: 18px;
    
}

.list-justice {
    font-weight: bold;
}

.list-justice li {
    padding-bottom: 10px;
}

.list-justice li span, p{
    font-weight: normal;
}

.activo{
    font-weight: 700;
}

.list-outstanding {
    width: 70px;
    background-color: black;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 21px;
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    color: white;
    font-weight: 700;
}

.heigh-footer{
    height: 100px;
}

@media (max-width: 575.98px) {
    #lista-paises {
        padding-top: 22px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 50x;
        margin-bottom: 200px;
    }
    
    .distancia-sp{
        padding-top: 30px;
        padding-bottom: 10px;
    }
    .bandera-pais{
        width: 175px;
        height: 150px;
    }
    
    #escudo-argentina{
        width: 130px;
        height: 130px;
    }
    
    #escudo{
        font-size: 12px;
    }
    
    #titulo-pais h1{
        font-size: 24px;
    }
}

