* {
    margin: 0;
    padding: 0;
    box-sizing: 0;
}


body {
    background-image: url(../imagenes/fondo\ dolares.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: Nunito;
    background-size: auto;
    overflow-x: hidden; 
}

.encabezado {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgb(21 128 61);
    padding: 30px;
}

.primera-info {
    display: flex;
    justify-content: space-between;
    height: 100%;
    width: 80%;
    align-items: center;

}

.primera-info img {
    width: 20%;
}

.info {
    display: flex;
    flex-direction: column;
    color: white;
    justify-content: center;
    height: 100%;
}

.menu-navegacion {
    display: flex;
    list-style: none;
    gap: 40px;
    justify-content: center;
    font-size: 23px;
}

.menu-navegacion a {
    color: white;
    text-decoration: none;
    border-right: solid white 1px;
    padding-right: 40px;
    

}

.menu-navegacion a:hover {
    color: black;
}

.bandera-img {
    width: 10%;
}

.producto-info {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 10%;
}

.tabla-precios {
    padding: 30px;
    width: 50%;
    background-color:  rgba(21, 128, 60, 0.788);
    display: grid;
    grid-template-columns: 33% 30% 30%;
    gap: 10px;
    color: black;
    transition: transform 0.9s ease;
}

.tabla-precios:hover {
    transform: scale(1.1);
}

.monedas {
    display: flex;
    gap: 20px;
    font-size: 25px;
    align-items: center;
    border-bottom: solid rgb(37, 37, 37) 2px ;
    height: 70px;


}
.monedas div {
    display: flex;
    justify-content: center;
}

.tit {
    justify-content: center;
    color: white;
    box-shadow: 0px 0px 10px black;
}




.requerimientos {
    display: flex;
    flex-direction: column;
    margin-top: 200px;
    backdrop-filter: blur(8px);
    width: 100%;
    background-color: rgba(255, 255, 255, 0.521);
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.texto-sobre-imagen {
    position: relative;
    display: inline-block;
}

.texto-sobre-imagen img {
    display: block;
    width: 100%;
    height: auto;
}

.texto-sobre-imagen h2 {
    position: absolute;
    top: 40%;          
    left: 5%;
    color: white;
    font-size: 24px;
    padding: 10px 20px;
    border-radius: 8px;
    color: black;

}

.no-punto {
    list-style: none;
    color: rgb(175, 123, 12);
}

.requerimientos-tipo {
    display: flex;
    justify-content: center;
    gap: 90px;
    padding-bottom: 50px;
}

.tipo-residente {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 30%;
}

.tipo-empresa {
    width: 30%;
}




@media (max-width: 1023px) and (min-width: 768px) {
.encabezado {
    align-items: flex-start;
    padding: 10px;
    gap: 30px;
    align-items: center;
}

.primera-info{
    gap: 90px;

}

.info {
    font-size: 15px;
}

.primera-info img {
    width: 50%;
}

.menu-navegacion {
    
    font-size: 20px;
    gap: 20px;

}

.menu-navegacion a {
    padding-right: 10px;
}

.tit {
    font-size: 20px;

}
.tabla-precios {
    width: 100%;
    gap: 10px;
    padding: 10px;
}

.tabla-precios {
    width: 90%;
}

.monedas {
    gap: 10px;
    font-size: 22px;
}

.bandera-img {
    width: 25%;
}

}








@media (max-width: 767px) {
    

.encabezado {
    align-items: flex-start;
    padding: 10px;
    gap: 30px;
    align-items: center;
}

.primera-info{
    gap: 40px;

}

.info {
    font-size: 10px;
}

.primera-info img {
    width: 50%;
}

.menu-navegacion {
    
    font-size: 10px;
    gap: 10px;

}

.menu-navegacion a {
    padding-right: 10px;
}

.tit {
    font-size: 20px;

}
.tabla-precios {
    width: 100%;
    gap: 10px;
    padding: 10px;
}

.tabla-precios {
    width: 90%;
}

.monedas {
    gap: 10px;
    font-size: 15px;
}

.bandera-img {
    width: 25%;
}


.texto-sobre-imagen h2 {
    font-size: 15px;
    top: 0%;
    left: 1%;
    width: 60%;


}
.cent {
    justify-content: center;
}

.requerimientos-tipo {
    margin-top: 30px;
    font-size: 12px;
    gap: 20px;
    
}

.tipo-residente {
    width: 50%;
}

.tipo-empresa {
    width: 50%;
}
.producto-info {
    width: 100%;
}




}

