/* VERDE: 00902f */
@font-face {
    font-family: 'HighlandGothicFLF Regular';
    font-style: normal;
    font-weight: normal;
    src: local('HighlandGothicFLF Regular'), url('../fonts/HighlandGothicFLF.woff') format('woff');
}

body {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: #fff;
    position: relative;
    overflow-x: hidden;
}

::-webkit-scrollbar {
  display: none;
}

::-webkit-scrollbar:vertical {
  display: block;
  width: 5px;
}
  
::-webkit-scrollbar-track:vertical {
  background: transparent;
}

::-webkit-scrollbar-thumb:vertical {
  background: #2c72b5;
}

/**** NAVEGADOR */

.nav {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 4;
    box-shadow: 0px 0px 4px 2px #cecece;
}

.nav-logo img {
    height: 80px;
}

.nav-ops {
    /* width: 690px; */
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
}

.nav-op {
    margin-top: 12px;
    margin-right: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #737277;
    font-weight: bold;
    cursor: pointer;
}

.nav-ham {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 28px;
    color: #737277;
    display: none;
    cursor: pointer;
}

.nav-ham.alt {
    color: #737277;
}

.nav-ops-mob {
    position: fixed;
    top: 0;
    right: -280px;
    width: 280px;
    height: 100vh;
    background-color: #fff;
    z-index: 50;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    transition: 1s all ease;
    -webkit-transition: 1s all ease;
    -moz-transition: 1s all ease;
    -ms-transition: 1s all ease;
    -o-transition: 1s all ease;
}

.nav-ops-mob.alt {
    right: 0;
}

.close-nav-ops-mob {
  font-size: 20px;
  position: absolute;
  top: 30px;
  left: 30px;
  color: #737277;
  cursor: pointer;
}

.nav-op-mob {
  width: 90%;
  margin: 15px auto;
  text-align: right;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #737277;
  font-weight: 600;
  cursor: pointer;
}

@media (max-width: 1319px) {
    .nav-ham {
        display: block;
    }

    .nav-ops {
        display: none;
    }
}

/**** GENERAL */

.contenido {
    width: 100%;
    height: auto;
    margin: 0 auto;
    /* margin-top: 70px; */
    display: flex;
    flex-wrap: wrap;
}

.sombra-imgs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 3;
}

.btn-whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    line-height: 52px;
    text-align: center;
    background-color: #25D366;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    z-index: 50;
}

.contenedor-flex {
    width: 100%;
    height: auto;
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap;
}

.contenedor-wrap-reverse {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap-reverse;
}

.sombra {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 49;
    display: none;
}

.sombra.active {
    display: block;
}

/**** HOME */

.portada-inicio {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.portada-inicio video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.flecha-portada-home {
    position: absolute;
    bottom: 10%;
    left: calc(50% - 15px);
    width: 30px;
    text-align: center;
    z-index: 2;
    font-size: 20px;
    color: #fff;
}

.contenido-swiper-inicio {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.contenedor-swiper-inicio {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.seccion-home {
    width: 100%;
    height: 500px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.btn-seccion {
    width: 220px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin-top: 30px;
    background-color: #2c72b5;
    color: #fff;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.titulo-seccion-home {
    width: 90%;
    font-size: 40px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-weight: 700;
}

.texto-seccion {
    width: 90%;
    max-width: 1200px;
    margin: 30px auto;
    text-align: center;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    color: #2c72b5;
}

.desc-seccion {
    width: 90%;
    max-width: 800px;
    margin: 30px auto;
    text-align: justify;
    font-size: 18px;
    line-height: 35px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}

.sliders-servicios-home {
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.slider-servicios-home {
    width: 100%;
    max-width: 230px;
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.texto-slider-servicios-home {
    width: 100%;
    font-size: 19px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 40px;
    z-index: 4;
}

@media (max-width: 500px) {
    .titulo-seccion-home {
        text-align: center;
    }

    .desc-seccion {
        line-height: normal;
    }

    .slider-servicios-home {
        max-width: 150px;
        height: 300px;
    }

    .texto-slider-servicios-home {
        font-size: 13px;
    }
}

/**** NOSOTROS */

.portada-nosotros {
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/**** SERVICIOS */

.img-servicio {
    width: 90%;
    max-width: 600px;
    margin-top: 10px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.img-servicio img {
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.info-servicio {
    width: 90%;
    max-width: 600px;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.titulo-servicio {
    width: 100%;
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-weight: 700;
}

.desc-servicio {
    width: 100%;
    max-width: 500px;
    margin-top: 30px;
    text-align: justify;
    font-size: 15px;
    line-height: 35px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}

.punto-servicio {
    width: 100%;
    max-width: 500px;
    margin-top: 8px;
    text-align: justify;
    font-size: 13px;
    /* line-height: 35px; */
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}

.frase-servicio {
    width: 100%;
    max-width: 500px;
    margin-top: 20px;
    text-align: justify;
    font-size: 15px;
    /* line-height: 35px; */
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}

.portada-proyectos {
    width: 100%;
    height: 80vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: right;
    align-items: center;
}

.textos-portada-proyectos {
    width: 90%;
    max-width: 500px;
    padding: 20px;
    margin-right: 60px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.titulo-portada-proyectos {
    width: 100%;
    margin-bottom: 15px;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    color: #2c72b5;
    font-weight: 700;
    text-align: justify;
}

.desc-portada-proyectos {
    width: 100%;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    color: #5b5b5b;
    text-align: justify;
}

.titulo-proyecto {
    width: 100%;
    font-size: 40px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-weight: 700;
}

.desc-proyecto {
    width: 100%;
    margin-bottom: 15px;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    text-align: justify;
}

.span-sector {
    color: #f5cb42;
}

.dato-proyecto {
    width: 100%;
    margin-bottom: 5px;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    text-align: justify;
}

.contenedor-img-proyecto {
    width: 90%;
    max-width: 600px;
    margin-top: 15px;
    position: relative;
}

.frase-desliza {
    width: 100%;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    text-align: center;
    margin: 5px auto;
}

.img-proyecto {
    width: 100%;
    max-width: 1250px;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.img-proyecto-ventana {
    height: 500px;
    display: flex;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media (max-width: 500px) {
    .portada-proyectos {
        justify-content: center;
    }
    
    .textos-portada-proyectos {
        padding: 10px;
        margin-right: 0;
    }

    .img-proyecto-ventana {
        height: 400px;
    }
}

/**** SWIPER */

.swiper-pagination-bullet {
    background-color: #fff;
}

.swiper-button-next {
    right: -45px;
}

.swiper-button-next::after {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 22px;
    color: #fff;
}

.swiper-button-prev {
    left: -45px;
}

.swiper-button-prev::after {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 22px;
    color: #fff;
}

@media(max-width: 900px) {
    .swiper-button-next {
        right: 10px;
        opacity: 0;
    }

    .swiper-button-next::after {
        color: transparent;
    }

    .swiper-button-prev {
        left: 10px;
        opacity: 0;
    }

    .swiper-button-prev::after {
        color: transparent;
    }
}

/**** BLOG */

.articulos {
    width: 90%;
    max-width: 600px;
    display: flex;
    flex-wrap: wrap;
    margin: 30px auto;
    cursor: pointer;
}

.img-articulos {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.datos-articulos {
    width: 90%;
    max-width: 500px;
    height: 150px;
    margin: -30px auto;
    background-color: #2c72b5;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.fecha-articulos {
    width: 90%;
    font-size: 12px;
    color: #fbfbfb;
}

.titulo-articulos {
    width: 90%;
    margin-top: 5px;
    font-size: 15px;
    font-weight: 700;
}

.desc-articulos {
    width: 90%;
    margin-top: 5px;
    font-size: 13px;
}

.titulo-blog {
    width: 100%;
    margin: 30px auto;
    text-align: center;
    font-size: 40px;
    color: #000;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}

.portada-blog {
    width: 90%;
    height: 500px;
    margin: 10px auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.contenido-blog {
    width: 90%;
    margin: 10px auto;
    display: flex;
    flex-wrap: wrap;
}

.fecha-blog {
    width: 100%;
    font-size: 12px;
    color: #6e6e6e;
    font-family: 'Montserrat', sans-serif;
}

.texto-blog {
    width: 100%;
    white-space: pre-wrap;
    font-size: 16px;
    color: #5b5b5b;
    font-family: 'Montserrat', sans-serif;
    text-align: justify;
}

.frame-yt {
    width: 90%;
    max-width: 560px;
    margin: 20px auto;
}

/**** CONTACTO */

.mapa-contacto {
    width: 90%;
    max-width: 500px;
    height: 400px;
    margin: 10px auto;
}

@media (max-width: 900px) {
    .mapa-contacto {
        margin-bottom: 80px;
    }
}

.mapa-contacto iframe {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.contenedor-redes-contacto {
    width: 180px;
    height: auto;
    margin: 20px 0;
    display: flex;
}

.red-contacto {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    text-align: center;
    font-size: 17px;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    cursor: pointer;
}

.formulario-contacto {
    width: 90%;
    max-width: 400px;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    border-radius: 5px;
    padding-bottom: 70px;
    position: relative;
}

@media (max-width: 500px) {
    .formulario-contacto {
        margin-bottom: 40px;
    }
}

.leyenda-formulario-contacto {
    width: 90%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 6px;
    margin-top: 5px;
    font-size: 16px;
    color: #5b5b5b;
    font-family: 'Montserrat', sans-serif;
}

.campo-formulario-contacto {
    width: 90%;
    height: 40px;
    margin: 0 auto;
    margin-top: 6px;
    margin-bottom: 5px;
    border: none;
    outline: none;
    appearance: none;
    border: 1px solid #2c72b5;
    background-color: transparent;
    font-family: 'Montserrat', sans-serif;
    color: #5b5b5b;
    font-size: 15px;
    padding-left: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.textarea-formulario-contacto {
    width: 90%;
    height: 164px;
    margin: 0 auto;
    border: none;
    outline: none;
    appearance: none;
    resize: none;
    border: 1px solid #2c72b5;
    background-color: transparent;
    padding-left: 10px;
    padding-top: 10px;
    font-family: 'Montserrat', sans-serif;
    color: #5b5b5b;
    font-size: 15px;
    padding-left: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.btn-formulario-contacto {
    position: absolute;
    bottom: 10px;
    right: 3%;
    width: 165px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #2c72b5;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.panel-mensaje-contacto {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    background-color: #2c72b5;
    z-index: 2;
    transition: ease-in-out 1s;
    -webkit-transition: ease-in-out 1s;
    -moz-transition: ease-in-out 1s;
    -ms-transition: ease-in-out 1s;
    -o-transition: ease-in-out 1s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.panel-mensaje-contacto.active {
    display: flex;
}

.logo-panel-mensaje-contacto {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    margin-bottom: 10px;
}

.texto-panel-mensaje-contacto {
    width: auto;
    height: auto;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

/**** FOOTER */

.footer {
    width: 100%;
    height: 700px;
    background-size: cover;
    background-position: center 80%;
    background-repeat: no-repeat;
    position: relative;
    /* display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.titulo-footer {
    width: 90%;
    margin-top: auto;
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-weight: 700;
    text-align: center;
    z-index: 51;
}

.desc-footer {
    width: 90%;
    margin-top: 10px;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    text-align: center;
    z-index: 51;
}

.btn-footer {
    width: 220px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin-top: 30px;
    background-color: #fff;
    color: #2c72b5;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    z-index: 49;
}

.footer-redes {
    width: 90%;
    margin-top: auto;
    margin-bottom: -150px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    z-index: 49;
}

.footer-red {
    margin-top: 12px;
    margin-right: 20px;
    font-size: 20px;
    color: #fff;
    /* color: #737277; */
    cursor: pointer;
}

.footer-ops {
    width: 90%;
    margin-top: auto;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    z-index: 49;
}

.footer-op {
    margin-top: 12px;
    margin-right: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #fff;
    /* color: #737277; */
    font-weight: bold;
    cursor: pointer;
}

.footer-somm {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  background-color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
}

.texto-footer-somm {
  width: auto;
  height: auto;
  font-size: 12px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
}

.somm-footer {
  font-size: 10px;
  font-family: 'HighlandGothicFLF Regular';
}