@font-face {
    font-family: Lato-Bold;
    src: url('../fonts/Lato-Bold.ttf');
}
@font-face {
    font-family: Lato-Light;
    src: url('../fonts/Lato-Light.ttf');
}
@font-face {
    font-family: Raleway-ExtraBold;
    src: url('../fonts/Raleway-ExtraBold.ttf');
}
section#main {
    color: #6c6a6a;
    min-height: 100vh;
    position: relative;
}
html{
    min-height: 100%;
}
body.web{
    background-color: transparent;
}
body{
    font-family: Lato-Light;
    font-size: 21px; 
    background-image: url(../images/Banner2026.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
    min-height: 100vh;
}
strong, h1, h2, h3, h4, h5{
    font-family: Lato-Bold;
}
h1.titulo-1 {
    color: #f26c22;
    font-size: 62px;
    /*border-left: 4px solid #f26c22;
    padding-left: 18px;*/
    margin-bottom: 40px;
    font-family: Raleway-ExtraBold;
}
h1.titulo-1 > span {
    display: block;
    color: #00a1ae;
    font-size: 40px;
}
.row-botones {
    padding-top: 71vh;
    padding-bottom: 30px;
}
.btn-primary {
    background-color: #00a1ae;
    color: #fff;
    border: none;
    border-radius: 7px;
    font-family: Lato-Bold;
    font-size: 21px;
    padding: 2px 0px;
}
.btn-second{
    background-color: #f57f20;
    color: #fff;
    border: none;
    border-radius: 7px;
    font-family: Lato-Bold;
    font-size: 21px;
    padding: 5px;
}
.btn-contacto {
    display: block;
    width: 250px;    
    margin-bottom: 50px;
}
footer {
    background-color: #00a1ae;
    color: #fff;
    padding-top: 10px;
}
ul#ul-contacto {
    text-align: center;
    font-family: Lato-Light;
    font-size: 16px;
}
ul#ul-contacto > li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    margin-left: 30px;
    text-align: left;
}
ul#ul-contacto > li > a {
    display: block;
    color: #fff;
}
ul#ul-contacto > li > span {
    position: relative;
    top: 2px;
}
li.icon_lugar:before {
    content: url(../images/icon_lugar.png);
    position: absolute;
    left: -22px;
    top: 10px;
}

li.icon_celular:before {
    content: url(../images/icon_celular.png);
    position: absolute;
    left: -22px;
    top: 10px;
}
li.icon_whatsapp:before {
    content: url(../images/icons_whatsapp.png);
    position: absolute;
    left: -22px;
    top: 10px;
}
a#link-llamanos {
    position: fixed;
    bottom: 230px;
    right: 0;
}

a#link-chat {
    position: fixed;
    bottom: 85px;
    right: 0;
}
.btn-close-tab {
    background-color: transparent;
    border: none;
}
.contenedor-close-tabs {
    position: relative;
    display: block;
    text-align: right;
    padding: 10px;
}
.contenedor-tabs {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 17px #969191;
}
ul#li-tabs-contacto>li {
    width: 50%;
}
ul#li-tabs-contacto>li>a {
    background-color: #e6e7e8;
    border-radius: 0px 20px 0 0;
}
ul#li-tabs-contacto>li.active>a {
    background-color: #005389;
    color: #ffffff;
}
button#enviarBtn {
    margin-bottom: 16px;
}
.modal-pdf {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #00000082;
    z-index: 99999999;
    padding: 50px;
}
.logo_vigilado{
    position: absolute;
    top: 34%;
}

/*
============================ Responsive ==========================================
*/

@media (max-width: 767px) {
    header {
        background-color: #fff;
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        text-align: center;
        z-index: 99;
    }

    body {
        background-size: contain;        /* muestra la imagen completa */
        background-position: top center;
        background-color: #fff;          /* fondo blanco donde no llega la imagen */
    }

    .row-botones {
        padding-top: 56vw;   /* empuja el contenido debajo de la imagen */
        padding-bottom: 20px;
        margin-left: 0;      /* CORREGIDO: eliminado el -310px */
    }

    .btn-primary,
    .btn-second {
        font-size: 15px;
        padding: 6px 4px;
    }

    #form-comun .form-control {
        font-size: 14px;
        padding: 6px 8px;
    }

    h1.titulo-1 {
        font-size: 45px;
    }

    h1.titulo-1 > span {
        font-size: 21px;
    }

    footer {
        padding-top: 0px;
        margin-top: 40px;
    }

    ul#ul-contacto {
        padding: 0;
    }

    ul#ul-contacto > li {
        display: block;
        border-bottom: 1px solid #00a1ae;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    ul#ul-contacto > li:last-child {
        border-bottom: none;
    }

    ul#ul-contacto > li:before {
        position: initial;
        padding-right: 5px;
    }

    .modal-pdf {
        padding: 10px;
    }

    .logo_vigilado {
        padding: 0px;
        margin-left: -10px;
    }

    .logo_vigilado img {
        width: 80%;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .row-botones {
        padding-top: 75vh;
    }
    .logo_vigilado{
        padding: 0px;
        margin-left: -10px;
    }
    .logo_vigilado img{
        width: 100%;
    }
}
@media (min-width: 320px) and (max-width: 571px){
    .modal{
        width: 300px;
    }

    .boton{
        padding: 0px;
        font-size: 16px;
        width: 270px;
    }

    .modal_titulo{
        font-size: 30px;
    }
}


@media (min-width: 320px){
    .fondo_transparente{
        height: 111%;
    }
}

@media (min-width: 375px){
    .fondo_transparente{
        height: 106%;
    }
}

@media (min-width: 425px){
    .fondo_transparente{
        height: 101%;
    }
}

@media (min-width: 768px){
    .fondo_transparente{
        height: 131%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .row-botones {
        padding-top: 55vh;
    }
}

@media (min-width: 768px) {
    .col-sm-6 {
        width: 50%;
        padding-left: 30px;
    }
}