﻿/* Estilos para el contenedor y el texto del llamado a WhatsApp */
.llamado-container {
    text-align: left; /* Alinea el contenido a la izquierda */
    vertical-align: middle; /* Alinea verticalmente el contenido */
    display: flex; /* Utiliza flexbox para controlar el diseño */
    align-items: center; /* Centra verticalmente los elementos */
}

.llamado-text {
    background-color: #25D366;
    height: 30px;
    border-radius: 5px;
    font-size: 15px;
    position: fixed;
    right: 42px !important;
    bottom: 75px !important;
    width: 180px !important;
    margin-right: 10px;
    z-index: 1;
    color: white;
    border-width: 1px;
    border-style: solid;
    border-color: white;
    text-align: center;
}


.btn-whatsapp img:hover {
    transition: all .5s ease-in;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.8;
    cursor: pointer;
    zoom: 1;
    cursor: pointer;
}

@@media screen and (min-width:990px) {
    .rd-navbar-wrap {
        height: auto !important
    }
}

#header {
    height: 92px
}

    #header.logoimg {
        padding: 0;
        margin: 0;
        max-height: 55px
    }

.icofont-navigation-menu {
    font-size: 45px
}

.btn-whatsapp {
    border-radius: 3px !important;
    position: fixed;
    right: 15px !important;
    bottom: 75px !important;
    width: 45px !important;
    height: 45px !important;
    text-align: center;
    color: #fff;
    background: #1bac91;
    z-index: 1
}

.btn-instagram {
    border-radius: 3px !important;
    position: fixed;
    right: 10px !important;
    bottom: 115px !important;
    width: 40px !important;
    height: 40px;
    text-align: center;
    color: #fff;
    background: #1bac91;
    z-index: 1
}

.btn-facebook {
    border-radius: 3px !important;
    position: fixed;
    right: 17px !important;
    bottom: 168px !important;
    width: 40px !important;
    height: 40px;
    text-align: center;
    color: #fff;
    background: #1bac91;
    z-index: 1
}

body {
    padding-top: 0
}

#toTop {
    background-image: url('../Content/assets/images/totop.gif');
    background-color: transparent
}

    #toTop:hover {
        background: #fff;
        background-image: url('../Content/assets/images/totop.gif')
    }

.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all.3s ease !important;
    left: 4px !important
}

    .grecaptcha-badge:hover {
        width: 256px !important
    }
