/**
Theme Name: Grupo SIEE
Theme URL: http://
Author: mixen:
Author URL: https://mixen.mx/
Description: Tema para el sitio de NOMBRE
Version: 1.0
Text Domain: Mixen Marketing & Web Technology /
**/


/* FONTS */
@font-face {
    font-family: 'MoriGothic Light';
    src: url(../../vendor/fonts/MoriGothic-Light.woff);
}

@font-face {
    font-family: 'MoriGothic Normal';
    src: url(../../vendor/fonts/MoriGothic-Normal.woff);
}

@font-face {
    font-family: 'MoriGothic SemiBold';
    src: url(../../vendor/fonts/MoriGothic-SemiBold.woff);
}


/* GENERAL STYLES */
body {
    font-family: 'MoriGothic Light', sans-serif;
}
h1, h2, h3, p, a {
    font-family: 'MoriGothic Light', sans-serif;
    margin: 0;
    padding: 0;
    color: #1c1c1c;
}
h1 {
    font-size: 32px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 28px;
}
p, a, li {
    font-size: 14px;
}
a,
button,
input,
select,
textarea {
    text-decoration: none!important;
    outline: none!important;
}
.bold {
    font-family: 'MoriGothic SemiBold', sans-serif;
}
.light {
    font-family: 'MoriGothic Light', sans-serif;
}
.regular {
    font-family: 'MoriGothic Normal', sans-serif;
}
.black {
    color: #000;
}
.white {
    color: #FFF;
}
.spacing {
    padding: 100px 10px;
}
.regular-spacing {
    padding: 75px 10px;
}
.light-spacing {
    padding: 50px 10px;
}
.thin-spacing {
    padding: 25px 10px;
}
.clearfix {
    display: inline-block;
    width: 100%;
    margin: 0;
}
.clearfix.spacing-lg {
    margin: 25px 0px;
}
.clearfix.spacing-md {
    margin: 15px 0px;
}
.clearfix.spacing-sm {
    margin: 5px 0px;
}
.transition {
    transition: all 350ms ease;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
}
.wrapper {
    max-width: 100vw;
    overflow: hidden;
}
.content {
    position: relative;
    overflow: hidden;
}
.no-margin {
    margin: 0;
}
.no-padding {
    padding: 0;
}
.abs-pos {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.bg-cover {
    background-size: cover!important;
}
.bg-contain {
    background-size: contain!important;
}
.carousel-item {
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}
.custom-btn {
    font-size: 12px;
    color: white;
    padding: 10px 18px;
    background-color: #00b1d7;
    transition: 300ms ease all;
}
.custom-btn:hover {
    color: white;
    background-color: #04345d;
}

.social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    color: #000331;
    background-color: #FFFFFF;
    border-radius: 50%;
}

.social a:not(:last-of-type) {
    margin-right: 6px;
}

.social a i {
    font-size: 16px;
}

.social a:hover {
    color: #FFFFFF;
    background-color: #000331;
}
.whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgb(19, 118, 47);
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    font-size: 38px;
    text-decoration: none;
    transition: all 0.3s ease-out;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.12);
    margin-bottom: 25px;
    margin-right: 100px;
    z-index: 999;
}
.whatsapp:hover {
    background-color: rgb(11, 68, 27);
    color: #FFFFFF;
    text-decoration: none;
}

/* CONTROLS/INDICATORS */

[class*="carousel-control-"] {
    width: 30px;
    text-shadow: none;
}

[class*="carousel-control-"] i {
    position: absolute;
    display: block;
    color: #FFFFFF;
    font-size: 36px;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.carousel-indicators li {
    background-color: rgba(0,0,0,0.2);
    height: 4px;
}

[class*="carousel-control-"],
[class*="carousel-control-"] i,
.carousel-indicators li {
    transition: all 350ms ease;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
}


/* MENU */
#nav {
    height: 80px;
    position: fixed;
    width: 100%;
    background-color: transparent;
    z-index: 99;
    transition: 300ms ease all;
}

#nav.fixed-top {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .3);
}

#nav .container-fluid {
    padding: 0 8%;
}

#nav .container-fluid,
#nav .container-fluid .d-flex {
    position: relative;
    height: 100%;
}

#nav .container-fluid .d-flex  {
    padding: 10px 0;
}

#nav .container-fluid .d-flex a {
    height: 100%;
    display: flex;
    align-items: center;
}

#nav .container-fluid .d-flex a:hover {
    color: #ffffff;
}

#nav .container-fluid .d-flex a img {
    max-width: 165px;
    max-height: 100%;
}

#nav button {
    height: 46px;
    width: 46px;
    padding: 10px;
    background-color: transparent;
    border: none;
    z-index: 99;
}

#nav button img {
    width: 100%;
}

#nav button img.initial {
    display: block;
}

#nav button img.fixed {
    display: none;
}

#nav.fixed-top button img.fixed {
    display: block;
}

#nav.fixed-top button img.initial {
    display: none;
}

menu {
    position: fixed;
    width: 45%;
    height: 100vh;
    background-color: rgba(1,78,164,0.90);
    right: 0;
    margin: 0;
    padding: 0 100px;
    margin-right: -45%;
    transition: all 0.3s ease-out;
    z-index: 100;
}

menu button.close {
    position: absolute;
    border: none;
    background-color: transparent;
    right: 40px;
    top: 40px;
    z-index: 99;
    opacity: 0.8;
}

menu button.close:hover {
    opacity: 1;
}

menu button.close i {
    color: white;
}

menu .menu-content {
    display: flex;
    height: 100%;
    justify-content: center;
    flex-flow: column;
}

menu .menu-content .brand img {
    max-width: 200px;
}

.active-nav {
    margin-right: 0px;
}

menu ul {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
}

menu ul::before {
    position: absolute;
    display: block;
    content: '';
    height: 8px;
    width: 25px;
    background: url(../../public/img/menu/dots.png) no-repeat center center;
    background-size: contain;
    top: -25px;
}

menu ul li {
    list-style: none;
}

menu ul li:not(:last-of-type) {
    margin-bottom: 4px;
}

menu ul li a {
    position: relative;
    font-size: 30px;
    color: #FFFFFF;
    border-bottom: 1px solid transparent;
}

menu ul li a:hover {
    color: #ffffff;
    border-bottom: 1px solid white;
}

menu .menu-content img.menu-decor {
    position: absolute;
    height: 60%;
    bottom: 0;
    object-fit: contain;
    right: 0;
    opacity: 0.65;
    z-index: -1;
}

/*menu .menu-content li.social {*/
/*    margin-top: 10px;*/
/*}*/

/*menu .menu-content li.social a {*/
/*    display: inline-flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    height: 30px;*/
/*    width: 30px;*/
/*    background-color: #FFFFFF;*/
/*    border-radius: 50%;*/
/*    border: none;*/
/*}*/

/*menu .menu-content li.social a:hover {*/
/*    background-color: #02144d;*/
/*}*/

/*menu .menu-content li.social a > i {*/
/*    font-size: 16px;*/
/*    color: #12b07a;*/
/*}*/

/*menu .menu-content li.social a:hover > i {*/
/*    color: #FFFFFF;*/
/*}*/

menu .menu-content .contact-info {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
}

menu .menu-content .contact-info a {
    position: relative;
    border-bottom: 1px solid transparent;
}

menu .menu-content .contact-info p {
    white-space: pre-line;
    color: white;
}

menu .menu-content .contact-info a:hover {
    color: #FFFFFF;
    border-bottom: 1px solid white;
}

menu .menu-content .contact-info a:not(:last-of-type) {
    margin-right: 25px;
}

menu .menu-content .contact-info a:not(:last-of-type)::after {
    position: absolute;
    display: block;
    content: '';
    width: 1px;
    height: 15px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffffff;
    right: -12px;
}

/****** HOME ******/

/* HEADER */
#home header {
    display: flex;
    height: 100vh;
}

#home header .column {
    position: relative;
    width: 50%;
    padding: 65px;
}

#home header .column.left {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

#home header .column.left img {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 22px;
}

#home header .column.left .text h2 {
    position: relative;
    font-size: 16px;
    white-space: pre-line;
}

#home header .column.left .text h2::before {
    position: absolute;
    display: block;
    content: '+02';
    color: #999999;
    left: -24px;
    top: 4px;
    font-size: 12px;
}

#home header .column.left .text h2 > span.bold {
    position: relative;
    font-size: 88px;
    white-space: pre-line;
    letter-spacing: -4px;
}

#home header .column.left .text h2 > span.bold::after {
    position: absolute;
    display: block;
    content: '';
    height: 40px;
    width: 40px;
    background: url(../../public/img/home/header/icon.png) no-repeat center center;
    background-size: contain;
    top: 5px;
    right: -40px;
}

#home header .column.left .text p {
    white-space: pre-line;
}

#home header .column.left .scroll {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    background-color: #00b1d7;
    padding: 10px 0;
}

#home header .column.left .scroll p {
    margin-top: 8px;
    color: #ffffff;
    -webkit-animation: nudgeText 5s ease-out infinite;
    animation: nudgeText 5s ease-out infinite;
}

#home header .column.left .scroll .mouse {
    background: #4e5559 -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, #ffffff), to(#ffffff));
    background: #4e5559 linear-gradient(transparent 0%, transparent 50%, #ffffff 50%, #ffffff 100%);
    position: relative;
    width: 30px;
    height: 45px;
    border-radius: 100px;
    background-size: 100% 200%;
    -webkit-animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
    animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
    margin: 0 auto;
}

#home header .column.left .scroll .mouse:before, .mouse:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
#home header .column.left .scroll .mouse:before {
    width: 24px;
    height: 38px;
    background-color: #222a30;
    border-radius: 100px;
}

#home header .column.left .scroll .mouse:after {
    background-color: #ffffff;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    -webkit-animation: trackBallSlide 5s linear infinite;
    animation: trackBallSlide 5s linear infinite;
}

/* KEYFRAMES */
@-webkit-keyframes colorSlide {
    0% {
        background-position: 0% 100%;
    }
    20% {
        background-position: 0% 0%;
    }
    21% {
        background-color: #4e5559;
    }
    29.99% {
        background-color: #ffffff;
        background-position: 0% 0%;
    }
    30% {
        background-color: #4e5559;
        background-position: 0% 100%;
    }
    50% {
        background-position: 0% 0%;
    }
    51% {
        background-color: #4e5559;
    }
    59% {
        background-color: #ffffff;
        background-position: 0% 0%;
    }
    60% {
        background-color: #4e5559;
        background-position: 0% 100%;
    }
    80% {
        background-position: 0% 0%;
    }
    81% {
        background-color: #4e5559;
    }
    90%, 100% {
        background-color: #ffffff;
    }
}
@keyframes colorSlide {
    0% {
        background-position: 0% 100%;
    }
    20% {
        background-position: 0% 0%;
    }
    21% {
        background-color: #4e5559;
    }
    29.99% {
        background-color: #ffffff;
        background-position: 0% 0%;
    }
    30% {
        background-color: #4e5559;
        background-position: 0% 100%;
    }
    50% {
        background-position: 0% 0%;
    }
    51% {
        background-color: #4e5559;
    }
    59% {
        background-color: #ffffff;
        background-position: 0% 0%;
    }
    60% {
        background-color: #4e5559;
        background-position: 0% 100%;
    }
    80% {
        background-position: 0% 0%;
    }
    81% {
        background-color: #4e5559;
    }
    90%, 100% {
        background-color: #ffffff;
    }
}
@-webkit-keyframes trackBallSlide {
    0% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-10px);
        transform: scale(1) translateY(-10px);
    }
    6% {
        opacity: 1;
        -webkit-transform: scale(0.9) translateY(5px);
        transform: scale(0.9) translateY(5px);
    }
    14% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(30px);
        transform: scale(0.4) translateY(30px);
    }
    15%, 19% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(-10px);
        transform: scale(0.4) translateY(-10px);
    }
    28%, 29.99% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-10px);
        transform: scale(1) translateY(-10px);
    }
    30% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-10px);
        transform: scale(1) translateY(-10px);
    }
    36% {
        opacity: 1;
        -webkit-transform: scale(0.9) translateY(5px);
        transform: scale(0.9) translateY(5px);
    }
    44% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(30px);
        transform: scale(0.4) translateY(30px);
    }
    45%, 49% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(-10px);
        transform: scale(0.4) translateY(-10px);
    }
    58%, 59.99% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-10px);
        transform: scale(1) translateY(-10px);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-10px);
        transform: scale(1) translateY(-10px);
    }
    66% {
        opacity: 1;
        -webkit-transform: scale(0.9) translateY(5px);
        transform: scale(0.9) translateY(5px);
    }
    74% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(30px);
        transform: scale(0.4) translateY(30px);
    }
    75%, 79% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(-10px);
        transform: scale(0.4) translateY(-10px);
    }
    88%, 100% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-10px);
        transform: scale(1) translateY(-10px);
    }
}
@keyframes trackBallSlide {
    0% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-10px);
        transform: scale(1) translateY(-10px);
    }
    6% {
        opacity: 1;
        -webkit-transform: scale(0.9) translateY(5px);
        transform: scale(0.9) translateY(5px);
    }
    14% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(30px);
        transform: scale(0.4) translateY(30px);
    }
    15%, 19% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(-10px);
        transform: scale(0.4) translateY(-10px);
    }
    28%, 29.99% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-10px);
        transform: scale(1) translateY(-10px);
    }
    30% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-10px);
        transform: scale(1) translateY(-10px);
    }
    36% {
        opacity: 1;
        -webkit-transform: scale(0.9) translateY(5px);
        transform: scale(0.9) translateY(5px);
    }
    44% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(30px);
        transform: scale(0.4) translateY(30px);
    }
    45%, 49% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(-10px);
        transform: scale(0.4) translateY(-10px);
    }
    58%, 59.99% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-10px);
        transform: scale(1) translateY(-10px);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-10px);
        transform: scale(1) translateY(-10px);
    }
    66% {
        opacity: 1;
        -webkit-transform: scale(0.9) translateY(5px);
        transform: scale(0.9) translateY(5px);
    }
    74% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(30px);
        transform: scale(0.4) translateY(30px);
    }
    75%, 79% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(-10px);
        transform: scale(0.4) translateY(-10px);
    }
    88%, 100% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-10px);
        transform: scale(1) translateY(-10px);
    }
}
@-webkit-keyframes nudgeMouse {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    30% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    60% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    80% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes nudgeMouse {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    30% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    60% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    80% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes nudgeText {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }
    30% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }
    60% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    80% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }
    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes nudgeText {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }
    30% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }
    60% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    80% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }
    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes colorText {
    21% {
        color: #4e5559;
    }
    30% {
        color: #ffffff;
    }
    51% {
        color: #4e5559;
    }
    60% {
        color: #ffffff;
    }
    81% {
        color: #4e5559;
    }
    90% {
        color: #ffffff;
    }
}
@keyframes colorText {
    21% {
        color: #4e5559;
    }
    30% {
        color: #ffffff;
    }
    51% {
        color: #4e5559;
    }
    60% {
        color: #ffffff;
    }
    81% {
        color: #4e5559;
    }
    90% {
        color: #ffffff;
    }
}

#home header .column.left .gray-bg {
    position: absolute;
    bottom: 0;
    height: 65%;
    width: 100%;
    z-index: -1;
    background-color: #f0f0f0;
}

#home header .column.right {
    padding-left: 100px;
}

#home header .column.right h2 {
    position: relative;
    white-space: pre-line;
    color: white;
    font-size: 16px;
}

#home header .column.right h2::before {
    position: absolute;
    display: block;
    content: '';
    background: url("../../public/img/home/header/vector.png") no-repeat center center;
    background-size: contain;
    width: 30px;
    height: 20px;
    left: -45px;
    top: 0;
}

#home header .column.right h2 > span.bold {
    font-size: 88px;
    line-height: 1;
    letter-spacing: -4px;
}

/* QUOTE */

#home #quote {
    height: 400px;
}

#home #quote img.ribbon {
    position: absolute;
    width: 135px;
}

#home #quote img.pointers {
    position: absolute;
    right: 50px;
    top: 30px;
    width: 22px;
}

#home #quote .img-parallax {
    width: 95%;
}

#home #quote .container {
    position: relative;
    height: 100%;
    padding: 115px 10px;
}

#home #quote .container img {
    position: absolute;
    height: 450px;
    bottom: 0;
    left: 225px;
}

#home #quote .section-text h2 {
    position: relative;
    font-size: 16px;
    white-space: pre-line;
}

#home #quote .section-text h2::before {
    position: absolute;
    display: block;
    content: '+03';
    color: #999999;
    left: -24px;
    top: 4px;
    font-size: 12px;
}

#home #quote .section-text h2 > span.bold {
    position: relative;
    font-size: 50px;
    white-space: pre-line;
    letter-spacing: -4px;
}

/* ABOUT US */

#home #about .glide {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48%;
    height: 285px;
    left: 0;
}

#home #about .glide__track ul {
    list-style: none;
}

#home #about .glide__track,
#home #about .glide__track ul,
#home #about .glide__track ul li {
    height: 100%;
}

#home #about .glide__track ul li img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

#home #about .glide__arrows {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

#home #about .glide__arrow--right {
    font-size: 24px;
    border: none;
    padding: 0;
}

#home #about .section-content img {
    width: 24px;
}

#home #about .section-content h1 {
    position: relative;
    font-size: 55px;
    letter-spacing: -4px;
    line-height: 1;
}

#home #about .section-content h1::before {
    position: absolute;
    display: block;
    content: '+04';
    font-family: 'MoriGothic Light', sans-serif;
    color: #999999;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    letter-spacing: 0;
}

/* PROYECTOS */

#proyectos .container {
    padding-bottom: 75px;
}

#proyectos h1 {
    position: relative;
    display: inline-block;
    font-size: 55px;
    letter-spacing: -4px;
    line-height: 1;
}

#proyectos h1::before {
    position: absolute;
    display: block;
    content: '+05';
    font-family: 'MoriGothic Light', sans-serif;
    color: #999999;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    letter-spacing: 0;
}

#proyectos .gallery ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#proyectos .gallery ul li {
   position: relative;
}

#proyectos .gallery ul li .excerpt {
    position: absolute;
    bottom: 0;
    background-color: rgba(0,177,215,0.8);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    padding: 10px;
}

#proyectos .gallery ul li .excerpt p {
   color: #FFFFFF;
}

#proyectos .gallery .lSPager img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 300ms ease all;
}

#proyectos .gallery .lSPager li.active img,
#proyectos .gallery .lSPager li:hover img {
    -webkit-filter: none;
    filter: none;
    transition: 300ms ease all;
}


#proyectos .gallery a.lSPrev {
    display: none;
}

#proyectos .gallery a.lSNext {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    left: auto;
    top: 0;
    right: 0;
    padding: 20px 38px;
    opacity: 1;
    background-color: #00b1d7;;
    background-image: none;
}

#proyectos .gallery a.lSNext i {
    font-size: 20px;
}

.lg-sub-html h4 {
    font-size: 16px!important;
    color: white;
}

.lg-sub-html p {
    font-size: 14px!important;
    color: white;
}

/* SERVICES */
#home #services .carousel {
    height: 550px;
}

#home #services .carousel .carousel-inner,
#home #services .carousel .carousel-item {
    height: 100%;
}

#home #services .carousel.bg {
    position: absolute;
    height: 100%;
    width: 48%;
    z-index: 1;
}

#home #services .carousel.bg [class*="carousel-control-"] {
    z-index: 1;
}

#home #services .carousel.bg .carousel-control-next i {
    color: #000;
}

#home #services .carousel.bg .gradient {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 65%, rgba(255,255,255,1) 100%);
    z-index: 1;
}

#home #services .carousel.text .carousel-item .service h2 {
    position: relative;
    font-size: 55px;
    letter-spacing: -4px;
}

#home #services .carousel.text .carousel-item .service h2::before {
    position: absolute;
    display: block;
    content: '+06';
    font-family: 'MoriGothic Light', sans-serif;
    color: #999999;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    letter-spacing: 0;
}

#home #services .boxes {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    z-index: 1;
    justify-content: space-around;
    padding: 0 10%;
}

#home #services .boxes {
    position: absolute;
    display: flex;
    justify-content: space-around;
    width: 100%;
    bottom: -62px;
    padding: 0 10%;
    z-index: 1;
    border: none;
}

#home #services .boxes .box {
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: space-around;
    padding: 15px;
    height: 125px;
    width: 100px;
    background-color: #00b1d7;
}

#home #services .boxes a:nth-child(2) .box {
    background-color: #00819d;
}


#home #services .boxes a:nth-child(3) .box {
    background-color: #00404e;
}

#home #services .boxes .box img {
    width: 50px;
}

#home #services .boxes .box p {
    color: white;
    font-size: 12px;
}


/* CONTACT */
#contact .container {
    padding: 150px 10px 100px;
}

#contact .form-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#contact .form-container .form-col {
    margin-bottom: 16px;
}

#contact .form-container input,
#contact .form-container textarea {
    font-family: 'MoriGothic Light', sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #FFFFFF;
}

#contact .form-container input[type="submit"] {
    border: 1px solid #FFFFFF;
    width: auto;
    padding: 5px 25px;
    transition: 300ms ease all;
}

#contact .form-container input[type="submit"]:hover {
    background-color: #FFFFFF;
    color: #222222;
}

#contact .form-container ::-webkit-input-placeholder {
    color: #FFFFFF;
    font-family: 'MoriGothic Light', sans-serif;
    font-size: 14px;
}

#contact .form-container ::-moz-placeholder {
    color: #FFFFFF;
    font-family: 'MoriGothic Light', sans-serif;
    font-size: 14px;
}

#contact .form-container :-moz-placeholder {
    color: #FFFFFF;
    font-family: 'MoriGothic Light', sans-serif;
    font-size: 14px;
}

#contact .form-container :-ms-input-placeholder {
    color: #FFFFFF;
    font-family: 'MoriGothic Light', sans-serif;
    font-size: 14px;
}

#home #contacto .wpcf7-form-control-wrap {
    width: 100%;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    color: white;
}

/* BREAK */

#home #break {
    background-color: #1a5fad;
}

#home #break h1 {
    position: relative;
    font-size: 24px;
    color: white;
}

#home #break h1::before {
    position: absolute;
    display: block;
    content: '';
    height: 8px;
    width: 25px;
    background: url(../../public/img/menu/dots.png) no-repeat center center;
    background-size: contain;
    top: -30px;
}

#home #break h2 {
    font-size: 20px;
    color: white;
}

#home #break a.custom-btn {
    font-size: 14px;
}

#home #break img.img-bg {
    position: absolute;
    height: 100%;
    right: 0;
}

#home #break img.keyboard {
    position: absolute;
    height: 100%;
    width: 40%;
    object-fit: cover;
    left: 0;
}


/***** FOOTER *****/

footer .elements .container {
    padding: 100px 10px 50px;
}

footer .elements p,
footer .elements a {
    font-family: 'MoriGothic Normal', sans-serif;
    color: #FFFFFF;
}
footer .elements a:hover {
    color: #04345d;
}

footer .elements p {
    font-size: 30px;
    margin-bottom: 4px;
}

footer .elements .newsletter .form-container {
    display: flex;
}

footer .elements .newsletter .form-container input[type="email"] {
    height: 100%;
    flex-grow: 1;
    border: none;
    padding: 0 12px;
    font-size: 12px;
}

footer .elements .newsletter .form-container input[type="submit"] {
    background-color: #3bc9db;
    border: none;
    color: white;
    font-size: 12px;
    padding: 12px 20px;
}

footer .rights .container {
    padding: 50px 10px;
}

footer .rights .signature {
    display: flex;
    align-items: flex-end;
}

footer .rights .signature img.logo {
    width: 100px;
    margin-right: 18px;
}

footer .rights .signature .text p {
    font-size: 12px;
    color: #FFFFFF;
}

footer .rights .signature .text p a {
    display: inline-flex;
}

footer .rights .social {
    display: flex;
    justify-content: flex-end;
}


/***** INNER PAGES *****/

body.inner-page #nav {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .3);
}

body.inner-page #nav button img.initial {
    display: none;
}

body.inner-page #nav button img.fixed {
    display: block;
}

.inner-page .inner-hero {
    position: relative;
    height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 80px;
    background-color: #04345d;
}

.inner-page .inner-hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 3, 49, 0.55);
    z-index: 0;
}

.inner-page .inner-hero .hero-text {
    position: relative;
    z-index: 1;
    padding: 0 20px;
}

.inner-page .inner-hero .hero-text h1 {
    color: #FFFFFF;
    font-size: 55px;
    letter-spacing: -2px;
    line-height: 1;
}

.inner-page .inner-hero .hero-text p {
    color: #FFFFFF;
    font-size: 16px;
    margin-top: 12px;
}

.inner-page .inner-content h1,
.inner-page .inner-content h2,
.inner-page .inner-content h3 {
    margin-bottom: 16px;
}

.inner-page .inner-content p {
    line-height: 1.7;
    margin-bottom: 14px;
}

.inner-page .inner-content img {
    max-width: 100%;
    height: auto;
}

/***** RESPONSIVE *****/
@media(max-width: 1199px) {
    /***** GENERAL STYLES *****/
    h1 {
        font-size: 32px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 28px;
    }
}

@media(max-width: 991px) {
    /***** GENERAL STYLES *****/
    h1 {
        font-size: 32px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 28px;
    }
    #nav {
        height: 70px;
        background-color: white;
    }
    #nav button img.initial {
        display: none;
    }
    #nav button img.fixed {
        display: block;
    }
    #nav .container .d-flex a.contact-info {
        display: none;
    }
    menu {
        width: 100%;
        margin-right: -100%;
        clip-path: none;
        box-shadow: none;
        padding: 0 25px;
    }
    menu .menu-content .brand {
        text-align: center;
    }
    menu ul {
        text-align: center;
    }
    menu ul::before {
        left: 50%;
        transform: translateX(-50%);
    }
    /*menu .social {*/
    /*    text-align: center;*/
    /*}*/
    menu .menu-content .contact-info {
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .whatsapp {
        width: 54px;
        height: 54px;
        margin-bottom: 10px;
        margin-right: 10px;
    }
    .whatsapp i {
        font-size: 34px;
    }
    /***** HOME *****/
    /* HEADER */
    #home header {
        height: calc(100vh - 70px);
        margin-top: 70px;
        flex-flow: column-reverse;
    }
    #home header .column {
        width: 100%;
        height: 50%;
        overflow: hidden;
    }
    #home header .column.right .text {
        text-align: center;
    }
    #home header .column.right h2 > span.bold {
        font-size: 52px;
    }
    #home header .column.right h2::before {
        display: none;
    }
    #home header .column.left .text {
        text-align: center;
    }
    #home header .column.left .text h2 > span.bold {
        font-size: 54px;
    }
    #home header .column.left .text h2::before {
        left: 50%;
        transform: translateX(-50%);
        top: -20px;
    }
    /* QUOTE */
    #home #quote {
        height: auto;
    }
    #home #quote .img-parallax {
        width: 100%;
    }
    #home #quote .container img {
        display: none;
    }
    #home #quote .section-text {
        text-align: center;
    }
    #home #quote .section-text h2::before {
        top: -20px;
        left: 50%;
        transform: translateX(-50%);
    }
    #home #quote .section-text h2 > span.bold {
        font-size: 36px;
    }
    /* ABOUT */
    #home #about .glide {
        display: none;
    }
    #home #about .section-content {
        text-align: center;
    }
    #home #about .section-content h1::before {
        left: 50%;
        top: -10px;
        transform: translateX(-50%);
    }
    #home #about .section-content h1 {
        font-size: 54px;
    }
    /* SERVICES */
    #home #services .carousel.bg {
        width: 100%;
        z-index: 0;
    }
    #home #services .carousel.bg .gradient {
        background: rgba(0,0,0,0.8);
    }
    #home #services .carousel.text .carousel-item .service h2,
    #home #services .carousel.text .carousel-item .service p {
        color: white;
    }
    /* BREAK */
    #home #break img.keyboard {
        display: none;
    }
    #home #break h1 {
        font-size: 20px;
    }
    #home #break h2 {
        font-size: 18px;
    }
    /* FOOTER */
    footer .elements .container {
        padding: 50px 10px 25px;
    }
    footer .elements .col-12 {
        margin-bottom: 10px;
    }
    /* INNER PAGES */
    .inner-page .inner-hero {
        height: 260px;
        margin-top: 70px;
    }
    .inner-page .inner-hero .hero-text h1 {
        font-size: 36px;
        letter-spacing: 0;
    }
}

@media(max-width: 767px) {
    /***** GENERAL STYLES *****/
    h1 {
        font-size: 32px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 28px;
    }
    menu ul li a {
        font-size: 20px;
    }
    menu .menu-content img.menu-decor {
        height: auto;
        width: 42%;
    }
    /***** HOME *****/
    /* HEADER */
    #home header {
        flex-flow: column;
        height: auto;
    }
    #home header .column {
        height: auto;
        padding: 65px 25px;
    }
    #home header .column.right {
        padding: 65px 25px;
    }
    #home header .column.right h2 > span.bold {
        font-size: 36px;
        letter-spacing: 0;
    }
    #home header .column.left {
        order: 2;
        padding-bottom: 159px;
    }
    #home header .column.left .gray-bg {
        display: none;
    }
    #home header .column.left .text h2 {
        font-size: 14px;
    }
    #home header .column.left .text h2 > span.bold {
        font-size: 36px;
        letter-spacing: 0;
    }
    /* QUOTE */
    #home #quote .section-text h2 > span.bold {
        font-size: 30px;
        letter-spacing: 0;
    }
    #home #quote img.ribbon {
        display: none;
    }
    /* ABOUT */
    #home #about .container {
        padding: 75px 10px;
    }
    #home #about .section-content h1 {
        font-size: 30px;
        letter-spacing: 0;
    }
    /* PROYECTOS */
    #proyectos .container {
       padding-top: 0;
    }
    #proyectos h1 {
        font-size: 32px;
        letter-spacing: 0;
    }
    /* SERVICES */
    #home #services .carousel {
        height: auto;
    }
    #home #services .carousel.text .carousel-item .service {
        text-align: center;
    }
    #home #services .carousel.text .carousel-item .service h2 {
        font-size: 30px;
        letter-spacing: 0;
    }
    #home #services .carousel.text .carousel-item .service h2::before {
        left: 50%;
        top: -15px;
        transform: translateX(-50%);
    }
    #home #services .carousel.text [class*="carousel-control-"] i {
        font-size: 22px;
    }
    #home #services .boxes .box {
        padding: 15px 10px;
        height: 110px;
        width: 80px;
    }
    #home #services .boxes .box img {
        width: 32px;
    }
    #home #services .boxes .box p {
        font-size: 10px;
    }
    #contact .section-title h1 {
        font-size: 30px;
    }
    /* INNER PAGES */
    .inner-page .inner-hero {
        height: 220px;
    }
    .inner-page .inner-hero .hero-text h1 {
        font-size: 28px;
    }
    .inner-page .inner-hero .hero-text p {
        font-size: 13px;
    }
    /***** FOOTER *****/
    footer .elements p {
        font-size: 22px;
    }
    footer .rights .container {
        padding: 0px 10px 25px;
    }
    footer .rights .signature {
        margin-bottom: 25px;
    }
}

@media (max-width: 575px) {

}


