@import url(inicio.css);
@import url(servicios.css);
@import url(nosotros.css);
@import url(clientes.css);
@import url(contactenos.css);
@import url(actividades.css);
@font-face {
    font-family: 'poppis-line';
    src: url(../fonts/Poppins-Thin.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppis-light';
    src: url(../fonts/Poppins-Light.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppis-regular';
    src: url(../fonts/Poppins-Regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppis-medium';
    src: url(../fonts/Poppins-Medium.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppis-semibold';
    src: url(../fonts/Poppins-Semibold.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppis-bold';
    src: url(../fonts/Poppins-Bold.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto';
    src: url(../fonts/Roboto-Regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto-medium';
    src: url(../fonts/Roboto-Medium.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto-bold';
    src: url(../fonts/Roboto-Bold.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

footer .footer_sec1 div {
    background: #0064B0;
}

footer .footer_sec1 div p {
    color: white;
}

footer .footer_sec1 div {
    padding: 3rem 3rem 2rem 3rem;
}

footer .footer3 div {
    padding: 0.3rem 2rem 0.3rem 2rem;
}

footer .footer3 div {
    background-color: #FDB009;
}

.fb-icon {
    position: relative;
}

.fb-bg {
    position: absolute;
}

.footer_sec1 {
    background-color: #0064b0;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(0 100 176) !important;
}
.wsp-icon {
    position: fixed;
    right: 35px;
    bottom: 35px;
    z-index: 9999;
}

/* Menú responsive movil*/

@media screen and (max-height: 335px) {}


/*Responsive*/


/* iphone 4 */

@media (min-width: 320px) {}


/*Fin 320*/

@media (max-width: 375px) {
    /* Menú responsive movil*/
}


/*Fin 375*/

@media(min-width: 375px) {}

@media(min-width: 425px) {}

@media(max-width: 425px) {
    footer .footer_sec1 div {
        padding: 1rem 3rem 0rem 3rem;
    }
}


/* especial */

@media (min-width: 560px) {
    /* Menú responsive movil*/
}


/*Fin 560*/

@media(max-width: 767px) {}

@media (min-width: 768px) {}


/*Fin 768*/

@media (min-width: 992px) {
    /* Menú responsive movil*/
}


/*Fin 992*/

@media (min-width: 1200px) {}


/*Fin 1200*/

@media (min-width: 1320px) {}