:root{
    /* FONT SIZES */
    --navbarLinkSize: 16px;
    
    /* COLORS */
    --backgroundFooter: rgba(28,30,33,1);
    --primaryColor: rgba(249,187,0,1);
}
html
{
    background-color: black;
    overflow-x: hidden;
}
body{
    transform: inherit !important;
}
/* IMPORT FONTS */

/* DEFAULTS (Color Text, Size Text and more) */
.primary-color{color: var(--primaryColor);}
.btn-visita{font-size: 14px;}

@import url('https://fonts.googleapis.com/css?family=Teko:300,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');
h1{font-family: 'Teko', sans-serif;}
.cont-avp{padding-top: 100px;}
.icon-fs{font-size: 28px;}
.icon-fsx{font-size: 38px;}
/* NAVBAR */
#navbar-transparent{background-color: rgba(0,0,0,.8);}
#navbar-toggle-mobile .container .row p a,.navbar-nav .nav-item a{font-size: var(--navbarLinkSize);}
.navbar-nav .nav-item a{color: white !important; transition:color 0.4s ease;}

/* MODAL CONTACTO */
#modal-contacto-base{
    background-color: rgba(0,41,84,1);
}

.btn-contacto{
    color: white;
    background-color: black;
    border-color: black;
}
.dv_recl{
    background-color: #F4B022;
    height: 30px;
    display: block;
    float: left;
    margin: 0 15px 0 0px;
    padding: 6px 15px 0 15px;
    color:white;
    text-decoration: none;
    text-transform: uppercase;
}
.cont-avp a{
    color: black;
    text-decoration: underline;
}
.dv_recl:hover{
    color:white;
    text-decoration: none;
}
.btn-contacto:hover{
    color: white;
    background-color: transparent;
    border-color: black;
}
.lang_site{margin: 0 0 0 25px;}
.img-iso{max-width: 190px;}
.text-message-cg {
    margin: 0px 0px 0px 0px;
    padding: 15px 3rem;
    background-color: rgba(0, 0, 0, 0.7);
    font-size: 16px;
    bottom: 2%;
    position: absolute;
    left: 197px;
    width: 100%;
}
#message-contact-gen{ position: absolute;bottom:0;}
.font-contact {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 12px 0;
    display: block;
}
.text-message-cg a{
    color: var(--primaryColor);
}
.wcfs{
    width: 30%;
}
#barraaceptacion {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    min-height: 80px;
    background-color: #262729;
    color: #fff;
    z-index: 99999999;
    border-radius: 10px 10px 0 0;
    padding: 40px 4% 40px 4%;
}
.text_acepta {
    display: inline-block;
    width: 74%;
}
.text_acepta h5{
    font-size: 21px;
    font-weight: 700;
    margin: 0 0 20px 0;
}
.text_acepta p{
    font-size: 15px;
}
.text_acepta p a{
    color: #F06430;
}
.calls_acepta a {
    color: white;
    border: 1px solid white;
    padding: 5px 5px 5px 5px;
    width: 200px;
    display: block;
    float: right;
    text-align: center;
    margin: 0 0 16px 0;
    font-weight: 700;
    transition: 0.4s all;
    text-decoration: none;
}
.calls_acepta a:hover{
    color: #262729;
    background-color: white;
    text-decoration: none;
}
.calls_acepta {
    display: inline-block;
    vertical-align: top;
    padding-top: 40px;
    text-align: right;
    width: 25%;
}
/* FOOTER */
#myFooter{background-color: var(--backgroundFooter);}
.link-footer:hover{text-decoration: underline !important;color: var(--primaryColor);}

/* MEDIA QUERIES */
/*  Device = Tablets, Ipads (portrait) Screen = B/w 768px to 1024px | iPad Pro Portrait */
@media (min-width: 768px) and (max-width: 1024px) {
    .navbar-nav .nav-item{padding-left: 0 !important;padding-right: 0 !important;}
    .text-message-cg{width:76%;}
}

/*  Device = Tablets, Ipads (landscape) Screen = B/w 768px to 1024px | iPad, Pixel LG 2 y iPhone X Landscape */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .navbar-nav .nav-item{padding-left: 0 !important;padding-right: 0 !important;}
}

/* Device = Low Resolution Tablets, Mobiles (Landscape) Screen = B/w 481px to 767px | iPad Portrait, Celulares Landscape */
@media (min-width: 575px) and (max-width: 768px) {
    .img-ctf{ display: none !important;}
    .text-message-cg {
        position: relative;
        left: 0;
        width: 100%;
    }
}
/* Device = Most of the Smartphones Mobiles (Portrait) Screen = B/w 320px to 479px | Celulares Portrait */
@media (min-width: 320px) and (max-width: 575px) {
    #ul-numeros, #ul-numeros li{width: unset !important;}
    .img-ctf{ display: none !important;}
    .text-message-cg {
        position: relative;
        left: 0;
        width: 100%;
    }
    #container-nums-elements {
        top: 0%;
        position: relative !important;
    }
    #message-contact-gen {
        position: relative !important;
        bottom: 0;
    }
    #bloque-numeros {
        height: auto !important;
    }
}
li.nav-item
{
    transition: background 0.4s ease;
    
}
li.nav-item a, #navbar-transparent a
{
    font-family: 'Open Sans', sans-serif; 
    letter-spacing: 5px;
    font-size: 12px !important;
}
li.nav-item:hover, li.nav-item.active {
    background-color: white;
    color: black;
}
li.nav-item:hover .nav-link, li.nav-item.active .nav-link
{
    color: black !important;
    
}

.btn:hover,.btn-dark:hover {
    color: var(--primaryColor) !important; 
    background-color: transparent !important;
}

.btn {
    position: relative;
    transition: color 0.4s ease;
    z-index: 1;
    overflow: hidden;
    letter-spacing: 2px;
}
.btn::before
{
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    background-color: white;
    height: 100%;
    width: 100%;
    z-index: -1;
    transition: height 0.4s ease, top 0.4s ease;
}
.btn:hover::before
{
    height: 100%;
    top: 0;
}
@media screen and (max-width: 862px) {
    .text_acepta {
        width: 100%;
    }
    .calls_acepta {
        text-align: center;
        width: 100%;
    }
    .calls_acepta a {
        display: inline-block;
        float: inherit;
        text-align: center;
        margin: 0 0 16px 0;
    }
}
@media screen and (max-width: 562px) {
    .calls_acepta {
        padding-top: 5px;
        text-align: center;
    }
    .calls_acepta a{
        width: 100%;
    }
}
/* .grecaptcha-badge {
    display: none !important;
} */