/* Footer CSS - Estilos específicos para footer.php */

/*footer ini*/

footer {
    background-color: #000000;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    /* margin-bottom: 13rem; */
    border-top: 0.2rem groove;
}

#redes {
    display: flex;
    justify-content: center;
    margin: 2rem 0;
}

#redes div {
    width: 50%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin: 0.8rem;
}

#pinterest{
    height: 6.1rem;
}

#face img,
#insta img {
    height: 6rem;
    border-radius: 3rem;
}

footer .info{
    
    background-color: #000000;
    font-family: 'BentonSans-Regular';
    font-size: 2rem;
    display: flex;
    flex-direction: row;
    color:white;    
    justify-content:space-between; 
    height: 6rem;
    text-align: center;    
    padding: 0 2rem;
    border-style: groove;
    border-top: none;
    border-right: none;
    border-left: none;
}



footer .info div{
    font-family: 'BentonSans-Regular';
    display: flex;
    flex-direction: row;
    color: white;
    letter-spacing: 0.4rem;
    justify-content: center;
    align-items: center;
}
footer .info a{
    color:white;
    font-size: 1.8rem;
}

footer .info div a[href^="mailto"] {
    color: aqua;
}



@media  (max-width: 767px) { 
    footer span {
        font-size: 1.4rem;
    }
    
    footer .info a {
        font-size: 1.4rem;
    }

    footer .info{
        font-size:1rem;
        justify-content: center;
        flex-direction: column;  
        padding: 0 0 1rem;
    } 
    footer .info div {
        margin-top:1rem;
    }
    
    #redes {
        justify-content: start;
         
        margin: 0 0 0 6rem;
    }
}


/*footer fin*/

/*boton consulta ini*/

.float-consulta {
    width: 8rem;
    height: 10rem;
    cursor: pointer;
    display: block;
    color: #fff;
    border-radius: 30%;
    line-height: 0px;
    text-align: left;
    z-index: 130;
    position: relative;
}

.float-consulta a{
    z-index:9999;
    width: 8rem;
    height: 8rem;     
    border-radius: 8rem; 
}

.float-consulta a img {
    padding: .5rem 1rem 1.8rem 1rem;
    height: 7.6rem;
    border-radius: 6rem;
    background: black;
    margin: 0rem;
}

.float-consulta a span {
    position: absolute;
    color: white;
    top: 3rem;
    background: darkturquoise;
    border-radius: 6rem;
    padding: 2rem 1.3rem 0;
    height: 2rem;
    font-size: 3.1rem;
    right: 1.8rem;
}

/*boton consulta fin*/

/* UP INI */
.up {
    width: 8rem;
    height: 8rem;
    cursor: pointer;
    display: block;
    color: #fff;
    position: fixed;
    border-radius: 30%;
    line-height: 0px;
    text-align: left;
    z-index: 130;
    right: 12rem;
    bottom: 42rem;
}

.up img{
    z-index:9999;
    width: 8rem;
    height: 8rem;  
}

@media (max-width: 750px) {
    
    .up {
        width: 6rem;
        height: 6rem;
        bottom: 36rem;
    }
    .up img {
        width: 6rem;
        height: 6rem;
    }
}
@media (max-width: 600px) {

    .up{        
        right:2rem;
    }
}
/* UP FIN */

/*whatsapp ini*/
.btn-whatsapp {
    display:block;
    color:#fff;
    position: fixed;
    z-index:130;
    right:12rem;
    bottom: 14rem;
}
.btn-whatsapp img{
    height: 8rem;
    border-radius: 60%; 
    z-index:9999;
}

@media (max-width: 600px){
    .btn-whatsapp {        
        right:2rem;
    }
}

@media (max-width: 750px){
    .btn-whatsapp img {
        height: 6rem;
    }
}


/*whatsapp fin*/

/* comparar INI */
#botonComparar {
    display: none;
}

.comparar {
    width: 10rem;
    cursor: pointer;
    line-height: 0px;
    text-align: center; 
    text-align: -webkit-center;    
    margin: 0 0 1rem;
}

.comparar a{
    color: white;
    font-size: 2rem;
}


.comparar img{
    z-index: 9999;
    height: 8rem;
    background: white;
    margin: 0.5rem 0px 1rem;
    border-radius: 6rem;
}


@media (max-width: 750px){
    .comparar img {
        height: 6rem;
    }
    .float-consulta a img {
        height: 6rem;
    }
    
    
    
    .float-consulta a h3 {
    top: 2rem;
    right: 2.4rem;
    }


    footer {
        /* margin-bottom: 12rem; */
    }

    
}
.comparar h2{
        font-size: 1.8rem;
        width: 100%;
        font-weight: bold;
        margin: 1rem 0;
}

/* comparar FIN */

.info-suscrip{
    border-bottom: groove;
    padding: 1.5rem 1rem;
    color: white;
    font-size: 2rem;
    display: flex;
    flex-direction: row;
    align-items: center;    
    justify-content: space-around;
}

#registrarse {
    display: flex;
}

#registrado {
    display: none;
}
.info-suscrip div{
    display: flex;
    flex-direction: row;
}

.info-suscrip button{
    width: 158px;
    height: 40px;
    margin: 1px;
    font: 18px/14px 'BentonSans-Regular','BentonSans-Bold';
    text-decoration: none;
    color: #FFF;
    border: 1px solid #447182;
    background: #447182;
    cursor: pointer;
}
.info-suscrip h3{
    align-self: center;
}
.info-suscrip input{
    width: 51%;
    font-size: 3rem;
    height: 4rem;
}



@media (max-width: 1500px){
    .info-suscrip h3{
        font-size: 2rem;
    }
}
@media(max-width: 1350px){
    .info-suscrip input{
        width: 45%;
    }
}
@media(max-width: 1200px){
    .info-suscrip input{
        width: 40%;
    }
}

@media(max-width: 1100px){
    .info-suscrip input{
        width: 40%;
    }
    .info-suscrip{
        font-size: 1.5rem;
    }
}


@media (max-width: 1000px){
    .info-suscrip button {
        width:11rem;
    }
    .info-suscrip button{
        font: 18px/14px 'BentonSans-Regular','BentonSans-Bold';
    }

    .info-suscrip input{
        font-size: 1.5rem;
        height: 3rem;
    }   
    .info-suscrip h3{
        font-size: 1.5rem;
    }
}

@media (max-width: 870px){

    .info-suscrip input{
        width: 60%;
    }
}
@media (max-width: 675px){

    .info-suscrip input{
        width: 54%;
    }
}
@media (max-width: 550px){

    .info-suscrip input{
        width: 40%;
    }
}


@media (max-width: 500px){
    .info-suscrip button {
        height: 32px;
        width: 8rem;
    }
}

.menu-flotante{
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background: black;
    align-content: center;
    z-index: 9999;
    
}

.menu-flotante .div-principal{
    margin: 0 1.4rem;
    border-style: groove;
    
    display: flex;
    justify-content: center;
}

@media (max-width: 600px){
    .menu-flotante .div-principal{
        margin: 0;
    }
}

@media (max-width:639px){
    .float-consulta a span {

        top: 2rem;
    }
    
}

@media (max-width: 400px){
    .float-consulta {
        height: 8rem;
    }
}

.comparar,
.float-consulta{
    margin: 0 0 1rem;
}

@media (max-width: 750px){
    .comparar,
    .float-consulta{
        margin: 0 0 1rem;
    }
}

.linea.espacio.blackblanco {
    /* Estilos para la línea divisoria si existen */
}
