/*----- GENERAL -----*/
@font-face {
    font-family: 'GibsonLight';
    src: url(./assets/Tipografias/GibsonLight.OTF) format('truetype');
}

@font-face {
    font-family: 'GibsonRegular';
    src: url(./assets/Tipografias/GibsonRegular.OTF) format('truetype');
}

@font-face {
    font-family: 'GibsonSemiBd';
    src: url(./assets/Tipografias/GibsonSemiBd.OTF) format('truetype');
}

.bandera {
    width: 20px;
    height: auto;
    margin: 0px 5px;
}

a {
    text-decoration: none !important;
}

body,
html {
    overflow-x: hidden !important;
}

.web {
    display: block !important;
}

.responsivo {
    display: none !important;
}

.dis {
    visibility: hidden !important;
}

.dis2 {
    visibility: visible !important;
}


/*----- NAVBAR -----*/


.a-navbar {
    color: black;
    font-family: 'GibsonRegular' !important;
}

.a-navbar:hover {
    color: black;
    font-family: 'GibsonSemiBd' !important;
}

.a-navbar.active {
    color: black;
    font-family: 'GibsonSemiBd' !important;
    /* opcional, para destacar más */
}

.container-fluid.web {
    overflow: visible;
}

.navbar-toggler {
    border-color: white;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%280, 0, 0, 1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.custom-dropdown-container {
    position: relative;

}

.custom-dropdown {
    position: absolute !important;
    top: 100%;
    left: 50%;
    transform: translateX(-20%);
    z-index: 9999;
    display: none;
    min-width: 180px;
    padding: 10px 10px;
}

.custom-dropdown .dropdown-item {
    text-align: center;
    color: black;
}

.custom-dropdown-container:hover .custom-dropdown {
    display: block !important;
}

/*----- INDEX -----*/

.boton-blanco {
    color: black;
    font-weight: bold;
    background-color: white;
    border-radius: 25px;
    padding: 5px 30px;
    font-family: 'GibsonSemiBd';
    font-size: 14px;
}

.box-servicio {
    background: #fff;
    margin-top: -35%;
    padding: 10% 10% !important;
    min-height: 220px;
}

#clientesCarousel .carousel-item>div {
    display: inline-block;
}
#carousel .carousel-item>div {
    display: inline-block;
}

.titulo-inicio {
    font-family: 'GibsonSemiBd';
    color: white;
    text-shadow: 1px 1px 1px black;
}



/*----- FOOTER -----*/

.p-footer {
    font-family: 'GibsonRegular' !important;
    color: #1E1E1E;
    margin: 0px;
    font-size: 14px;
}

.footer-icono {
    width: 15px;
    height: auto;
}

.p-footer2 {
    font-family: 'GibsonRegular' !important;
    color: #1E1E1E;
    margin: 0px;
}


.a-footer {
    font-family: 'GibsonRegular' !important;
    color: #1E1E1E;
    margin: 0px;
    text-decoration: none;
}

.a-footer:hover {
    font-family: 'GibsonSemiBd' !important;
    color: black;
    margin: 0px;
    text-decoration: none;
}

.a-footer2 {
    font-family: 'GibsonRegular' !important;
    color: #1E1E1E;
    margin: 0px;
    text-decoration: none;
}

.a-footer2:hover {
    font-family: 'GibsonSemiBd' !important;
    color: #1E1E1E;
    margin: 0px;
    text-decoration: none;
}

.a-footer2.active {
    color: black;
    font-family: 'GibsonSemiBd' !important;
    /* opcional, para destacar más */
}


/*----- SERVICIOS -----*/

.boton-azul {
    color: white;
    background-color: #1B1464;
    border-radius: 25px;
    padding: 5px 40px;
    font-family: 'GibsonSemiBd';
    font-size: 14px;
}

.boton-azul:hover {
    color: white;
}

.boton-azul2 {
    color: white;
    background-color: #1B1464;
    border-radius: 25px;
    padding: 5px 20px;
    font-family: 'GibsonSemiBd';
    font-size: 12px;
}

.boton-azul2:hover {
    color: white;
}

/*----- NOSOTROS -----*/
.margen-menos {
    margin-top: -50px;
    margin-bottom: 1%;
}

/*----- CONTACTO -----*/
.form-container {
    width: 100%;
    max-width: 400px;
}

.form-control {
    border: none;
    border-radius: 0;
    padding: 10px 15px;
    font-size: 13px;
    font-family: 'GibsonRegular';
    color: #1E1E1E;
    background-color: #F2F2F2;
}

.form-control:focus {
    box-shadow: none;
    outline: none;
}


.form-group {
    margin-bottom: 20px;
}

.invalid-feedback {
    font-size: 12px;
    color: red;
}

.boton-contacto {
    font-family: 'GibsonSemiBd' !important;
    background-color: #1E1E1E;
    color: #FEFCE5;
    border-radius: 25px;
    padding: 2px 70px;
    font-size: 12px;
}

.boton-contacto:hover {
    background-color: #1E1E1E;
    color: #FEFCE5;
}


@media only screen and (max-width: 600px) and (min-width: 0px) {

    /*----- GENERAL -----*/
    .web {
        display: none !important;
    }

    .responsivo {
        display: block !important;
    }

    /*----- INDEX -----*/
    .box-servicio {
        background: #fff;
        margin-top: 0%;
        padding: 10% 10% !important;
        min-height: 220px;
    }

    /*----- NOSOTROS -----*/
    .margen-menos {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}