/* ubuntu-regular - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/ubuntu-v14-latin-regular.eot');
  src: local('Ubuntu Regular'), local('Ubuntu-Regular'),
       url('../fonts/ubuntu-v14-latin-regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/ubuntu-v14-latin-regular.woff2') format('woff2'),
       url('../fonts/ubuntu-v14-latin-regular.woff') format('woff'),
       url('../fonts/ubuntu-v14-latin-regular.ttf') format('truetype'),
       url('../fonts/ubuntu-v14-latin-regular.svg#Ubuntu') format('svg');
}
/* ubuntu-500 - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/ubuntu-v14-latin-500.eot');
  src: local('Ubuntu Medium'), local('Ubuntu-Medium'),
       url('../fonts/ubuntu-v14-latin-500.eot?#iefix') format('embedded-opentype'),
       url('../fonts/ubuntu-v14-latin-500.woff2') format('woff2'),
       url('../fonts/ubuntu-v14-latin-500.woff') format('woff'),
       url('../fonts/ubuntu-v14-latin-500.ttf') format('truetype'),
       url('../fonts/ubuntu-v14-latin-500.svg#Ubuntu') format('svg');
}
/* ubuntu-700 - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/ubuntu-v14-latin-700.eot');
  src: local('Ubuntu Bold'), local('Ubuntu-Bold'),
       url('../fonts/ubuntu-v14-latin-700.eot?#iefix') format('embedded-opentype'),
       url('../fonts/ubuntu-v14-latin-700.woff2') format('woff2'),
       url('../fonts/ubuntu-v14-latin-700.woff') format('woff'),
       url('../fonts/ubuntu-v14-latin-700.ttf') format('truetype'),
       url('../fonts/ubuntu-v14-latin-700.svg#Ubuntu') format('svg');
}


/* --- HTML --- */
html,
body {
    padding: 0;
    margin: 0;
    font-family: 'Ubuntu', Arial, sans-serif, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #000;
}
/* --# Navbar #-- */
.navbar {
    position: absolute;
    top: 0;
    margin-top: 30px;
    width: 100%;
    padding: 0 45px;
    background-color: transparent;
    z-index: 5;
}
.navbar-brand .navbar-item {
    padding: 0;
}
.navbar img {
    width: 116px;
    height: auto;
    max-height: inherit;
}
.navbar-brand {
    align-items: stretch;
    display: flex;
    flex-shrink: 0;
    min-height: 3.25rem;
    width: 100%;
}
.navbar-burger {
    display: block;
    margin-left: 0;
    background-color: transparent!important;
}
.navbar-burger span {
    color: #3a89a0;
    height: 4px;
    width: 30px;
    border-radius: 25px;
}
.inicio .navbar-burger span {
    color: #fff;
}
.navbar-burger span:nth-child(1) {
    top: calc(50% - 12px);
}
.navbar-burger span:nth-child(2) {
    top: calc(50% - 1px);
}
.navbar-burger span:nth-child(3) {
    top: calc(50% + 10px);
}
.contacto-tel {
    position: relative;
    top: 5px;
    font-size: .98rem;
    font-weight: 500;
    color: #000;
    margin-left: auto;
    padding: 7px 25px;
    height: 40px;
    background-color: #fff;
    border-radius: 25px;
    transition: all .25s ease;
    box-shadow: 5px 6px 13px 0px rgba(0, 0, 0, 0.15);
}
.inicio .contacto-tel {
    box-shadow: none;
}
.contacto-tel img {
    width: 28px;
    height: auto;
    vertical-align: middle;
    margin: 0 8px 0 0;
}
.contacto-tel:hover {
    box-shadow: 5px 6px 13px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
}
/* --# Menu #-- */
.modal {
    display: block;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 0%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    background-image: linear-gradient(to left bottom, #3a89a0, #007dab, #006eb5, #005cb9, #3344b3);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.modal.activo {
    height: 100vh;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.modal-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 20px;
    margin: auto;
    overflow: visible;
}
.close {
    position: absolute;
    top: 0;
    right: 0;
    margin: -30px 0 0 0;
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
}
.close:hover, .close:focus {
    text-decoration: none;
    cursor: pointer;
}
.modal-content ul li {
    text-align: center;
    margin: 0 0 25px 0;
}
.modal-content ul li:last-child {
    margin-bottom: 0;
}
.modal-content ul li a {
    font-size: 1.75rem;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.modal-content .menu > ul li a:hover {
    font-size: 1.85rem;
}
.modal-content .redes {
    text-align: center;
}
.modal-content .redes li {
    display: inline-block;
    margin: 0 10px;
}
.modal-content .redes li a {
    display: inline-block;
    background-color: #fff;
    padding: 12px 13px 4px;
    border-radius: 50%;
}
.modal-content .redes img {
    width: 30px;
    height: auto;
}
/* --# Footer #-- */
footer {
    padding: 55px 0;
    background-color: #000;
}
footer .column {
    padding: 0 .75rem;
}
footer .logo {
    width: 130px;
    height: auto;
}
footer .enlaces {
    text-align: right;
}
footer .enlaces li {
    display: inline-block;
    margin: 0 55px 0 0;
}
footer .enlaces li:last-child {
    margin: 0;
}
footer .enlaces li a {
    display: inline-block;
    font-size: .98rem;
    color: #fff;
}
footer .enlaces li a:hover {
    text-decoration: underline;
}
footer .redes {
    text-align: right;
}
footer .redes li {
    display: inline-block;
    margin: 0 10px;
}
footer .redes li a {
    display: inline-block;
    background-color: #fff;
    padding: 9px 10px 4px;
    border-radius: 50%;
}
footer .redes img {
    width: 17px;
    height: auto;
}
/* --# Pagina: Inicio #-- */
/* ## Seccion: Encabezado ## */
.header-inicio {
    position: relative;
    background-color: #eaf1f9;
    min-height: 100vh;
    padding: 0 0 0 0px;
    overflow: hidden;
}
.inicio-slider {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    z-index: 2;
    padding: 100px 45px 0;
}
/*
@media screen and (min-width: 1216px) {
    .inicio-slider { max-width: 960px; }
}
@media screen and (min-width: 1024px) {
    .inicio-slider { max-width: 960px; }
}
*/
.inicio-slider .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0px 5em;
  grid-auto-flow: row;
  grid-template-areas:
    "caja-informacion caja-imagen";
}
.inicio-slider .caja-informacion { 
    grid-area: caja-informacion; 
    display: flex;
    align-content: center;
    flex-direction: column;
    justify-content: center;
}
.inicio-slider .caja-imagen { grid-area: caja-imagen; }

.swiper-container {
    width: 100%;
    overflow: visible;
}
.header-inicio .informacion {
    padding: 0 60px 0 0;
}
.inicio-slider .informacion > * {
    opacity: 0;
    transform: translateY(25px);
    transition: all .4s;
}
.header-inicio .subtitulo {
    font-size: .85rem;
    font-weight: bold;
    color: #3a89a0;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 10px;
}
.header-inicio .frase {
    font-size: 2.25rem;
}
.header-inicio .enlace {
    display: table;
    position: relative;
    top: 0;
    font-size: .95rem;
    font-weight: bold;
    color: #fff;
    height: auto;
    padding: 8px 32px;
    margin: 20px 0 0;
    border-radius: 15px;
    border-color: #3a89a0;
    background-color: #3a89a0;
    box-shadow: 5px 6px 13px 0px rgba(0, 0, 0, 0.15);
}
.header-inicio .enlace:hover {
    top: 5px;
    color: #fff;
    border-color: #666;
    background-color: #666;
    box-shadow: 5px 6px 13px 0px rgba(0, 0, 0, 0.35);
      -webkit-transition: all .25s ease!important;
    -moz-transition: all .25s ease!important;
    -ms-transition: all .25s ease!important;
    -o-transition: all .25s ease!important;
}
.inicio-slider .imagen {
    position: relative;
    height: 100%;
}
.inicio-slider .imagen img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    opacity: 0;
    transition: all .3s;
}
.inicio-slider .swiper-slide-active .imagen {
    position: relative;
    top: -120px;
}
.inicio-slider .swiper-slide-active .imagen img {
    opacity: 1;
    transition-delay: .3s;
}
.inicio-slider .swiper-slide-active .informacion > * {
    opacity: 1;
    transform: none;
}
.inicio-slider .swiper-slide-active .informacion > *:nth-child(1) {
    transition-delay: 0.3s;
}
.inicio-slider.swiper-slide-active .informacion > *:nth-child(2) {
    transition-delay: 0.4s;
}
.inicio-slider .swiper-slide-active .informacion > *:nth-child(4) {
    transition-delay: 0.6s;
}
.inicio-slider .swiper-slide-active .informacion > *:nth-child(5) {
    transition-delay: 0.7s;
}
.swiper-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto 150px;
    z-index: 3;
}
.swiper-pagination-bullet {
    height: 20px;
    width: 20px;
    border: 2px solid #000;
    background-color: #fff;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background-color: #fedd64;
}
.header-inicio::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0 auto 0;
    height: 250px;
    width: 100px;
    background-image: url(../img/inicio/puntos.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left;
    opacity: .5;
}
.header-inicio svg#mancha {
    position: absolute;
    top: 0;
    right: 0;
    width: 550px;
    height: auto;
    z-index: 0;
    animation: mancha 12s ease-in-out infinite;
}
.header-inicio svg#circulo {
    position: absolute;
    top: 0;
    right: 0;
    width: 600px;
    height: auto;
    z-index: 0;
    margin: -170px -50px 0;
    animation: circulo 20s ease-in-out infinite;
}
@keyframes mancha {
    0% {
        -moz-transform: translate(0, -0);
        -webkit-transform: translate(0, -0);
        -o-transform: translate(0, -0);
        -ms-transform: translate(0, -0);
        transform: translate(0, -0);
    }
    50% {
        -moz-transform: translate(17px, -17px);
        -webkit-transform: translate(17px, -17px);
        -o-transform: translate(17px, -17px);
        -ms-transform: translate(17px, -17px);
        transform: translate(17px, -17px);
        
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -moz-transform: translate(0, -0);
        -webkit-transform: translate(0, -0);
        -o-transform: translate(0, -0);
        -ms-transform: translate(0, -0);
        transform: translate(0, -0);
    }
}
@keyframes circulo {
    0% {
        -moz-transform: scale(1.125);
        -webkit-transform: scale(1.125);
        -o-transform: scale(1.125);
        -ms-transform: scale(1.125);
        transform: scale(1.125);
        
    }
    50% {
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        
        -moz-transform: translate(13px, 14px);
        -webkit-transform: translate(13px, 14px);
        -o-transform: translate(13px, 14px);
        -ms-transform: translate(13px, 14px);
        transform: translate(13px, 14px);
    }
    100% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        
    }
}
@media screen and (min-width: 1439px) {
    .header-inicio svg#mancha {
        width: 700px;
    }
    .header-inicio svg#circulo {
        width: 700px;
    }
}
/* ## Seccion: Servicios ## */
.inicio-servicios {
    position: relative;
    padding: 95px 0 110px;
    z-index: 1;
}
.inicio-servicios .titulo {
    display: table;
    position: relative;
    font-size: 1.75rem;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 35px;
    padding: 6px 55px;
}
.inicio-servicios .titulo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    margin: -5px 0 0 -5px;
    background-image: url(../img/inicio/titulo-izq.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 59px;
    width: 21px;
}
.inicio-servicios .titulo::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    margin: -5px 5px 0 0;
    background-image: url(../img/inicio/titulo-der.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 59px;
    width: 21px;
}
.inicio-servicios .dato {
    position: relative;
    background-color: #eaf1f9;
    padding: 30px 16px;
    border-radius: 20px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.inicio-servicios .dato svg {
    display: block;
    margin: 0 auto 15px;
    width: auto;
    height: 105px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.inicio-servicios .dato h6 {
    font-size: 1.055rem;
    font-weight: 700;
    text-align: center;
    margin: 0 auto 10px;
}
.inicio-servicios .dato p {
    font-size: .98rem;
    color: #666;
    text-align: center;
}
.inicio-servicios .dato:hover svg {
    -moz-transform: scale(1.125);
    -webkit-transform: scale(1.125);
    -o-transform: scale(1.125);
    -ms-transform: scale(1.125);
    transform: scale(1.125);
}
.inicio-servicios .dato:hover svg .animar {
    animation: animar 2s linear infinite;
}
.inicio-servicios .dato:hover svg .animar2 {
    -ms-transform-origin: 61% 22%; /* IE 9 */
    transform-origin: 61% 22%;
    animation: animar2 5s linear infinite;
}
@keyframes animar {
    0% {
        -moz-transform: translateX(0px) translateY(0px);
        -webkit-transform: translateX(0px) translateY(0px);
        -o-transform: translateX(0px) translateY(0px);
        -ms-transform: translateX(0px) translateY(0px);
        transform: translateX(0px) translateY(0px);
    }
    33% {
        -moz-transform: translateX(0px) translateY(-2px);
        -webkit-transform: translateX(0px) translateY(-2px);
        -o-transform: translateX(0px) translateY(-2px);
        -ms-transform: translateX(0px) translateY(-2px);
        transform: translateX(0px) translateY(-2px);
    }
    66% {
        -moz-transform: translateX(0px) translateY(2px);
        -webkit-transform: translateX(0px) translateY(2px);
        -o-transform: translateX(0px) translateY(2px);
        -ms-transform: translateX(0px) translateY(2px);
        transform: translateX(0px) translateY(2px);
    }
}
@keyframes animar2 {
    100% {
        transform: rotateZ(-360deg);
    }
}
/* ## Seccion: Movil ## */
.inicio-movil {
    position: relative;
    background-color: #3a89a0;
    padding: 170px 0;
}
.inicio-movil::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 48px;
    margin: -48px 0 0;
    background-color: #3a89a0;
    clip-path: polygon(0 35%, 0% 100%, 100% 100%);
    z-index: -1;
}
.inicio-movil::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 48px;
    margin: 0 0 -48px;
    background-color: #3a89a0;
    clip-path: polygon(100% 35%, 0% 0%, 100% 0%);
    z-index: -1;
}
.inicio-movil .imagen {
    position: relative;
    z-index: 1;
}
.inicio-movil .imagen::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 565px;
    width: 565px;
    background-image: url(../img/inicio/circulo.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: auto 25% auto -25%;
    border-radius: 50%;
    z-index: -1;
    animation: spin 60s linear infinite;
    opacity: .25;
}
.inicio-movil .imagen::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 700px;
    width: 700px;
    background-image: url(../img/inicio/circulo.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: auto 25% auto -42%;
    border-radius: 50%;
    z-index: -1;
    animation: spin2 60s linear infinite;
    opacity: .5;
}
@keyframes spin {
    100% {
        transform: rotateZ(360deg);
    }
}
@keyframes spin2 {
    100% {
        transform: rotateZ(-360deg);
    }
}
.inicio-movil .imagen img {
    display: block;
    margin: 0 auto;
    max-width: 80%;
}
.inicio-movil .imagen .cover {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
}
.inicio-movil .cover.activo {
    visibility: visible;
    opacity: 1;
}
.inicio-movil .dato {
    position: relative;
    z-index: 2;
}
.inicio-movil .dato img {
    width: 60px;
    height: auto;
    margin: 0 0 10px;
    border-radius: 50%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.inicio-movil .dato:hover {
    cursor: pointer;
}
.inicio-movil .dato:hover img {
    -moz-transform: scale(1.125);
    -webkit-transform: scale(1.125);
    -o-transform: scale(1.125);
    -ms-transform: scale(1.125);
    transform: scale(1.125);
}
.inicio-movil .dato .titulo {
    display: block;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    margin: 0 0 10px;
}
.inicio-movil .dato .texto {
    font-size: .95rem;
    color: #fff;
    margin: 0;
}
/* ## Seccion: Experiencia ## */
.experiencia {
    position: relative;
    margin: 25px 0 0;
    padding-bottom: 160px;
    z-index: 1;
}
.experiencia::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 38%;
    height: 80%;
    background-image: url(../img/inicio/experiencia-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom left;
    z-index: 2;
}
.experiencia #mancha2 {
    position: absolute;
    top: 0;
    right: 0;
    margin: 150px 0px 0 0;
    width: 500px;
    height: auto;
    z-index: 1;
    animation: mancha2 12s ease-in-out infinite;
}
@keyframes mancha2 {
    0% {
    }
    50% {
        -moz-transform: translate(0px, -25px);
        -webkit-transform: translate(0px, -25px);
        -o-transform: translate(0px, -25px);
        -ms-transform: translate(0px, -25px);
        transform: translate(0px, -25px);
    }
    100% {
        
    }
}
.experiencia .subtitulo {
    padding-top: 100px;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 2px;
    margin: 0;
}
.experiencia .titulo {
    font-size: 3.5rem;
    font-weight: bold;
    color: #fedd64;
    line-height: 1;
    margin: 0 0 60px;
}
.experiencia .dato {
    padding: 25px 16px;
    border-radius: 15px;
    background-color: #ebf3f5;
}
.experiencia .dato .cant {
    font-size: 3rem;
    font-weight: bold;
    color: #333;
    line-height: 1.2;
    margin: 0;
}
.experiencia .dato small {
    font-size: 1rem;
    color: #666;
    margin: 0;
}
/* ## Seccion: Clientes ## */
.clientes {
    position: relative;
    padding: 50px 0;
    overflow: hidden;
}
.clientes .titulo {
    font-size: 1.75rem;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 25px;
}
.clientes p {
    font-size: 1.0125rem;
    color: #666;
    text-align: center;
    margin: 0;
    padding: 0 130px;
}
.clientes .logos {
    display: block;
    background-image: url(../img/inicio/logos-pc.png);
    background-repeat: no-repeat;
    background-size: auto 155px;
    background-position: center center;
    height: 240px;
}
/* ## Seccion: Otros ## */
.otros {
    position: relative;
    background-color: #d8e7ec;
    overflow: hidden;
}
.otros::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    background-image: url(../img/inicio/otros.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
}
.otros .informacion {
    padding: 120px 24px 120px 0;
}
.otros .titulo {
    font-size: 2.5rem;
    font-weight: bold;
    margin: 0 0 35px;
}
.otros p {
    font-size: 1.0125rem;
    color: #666;
    margin: 0 0 25px;
}
.otros .enlace {
    display: table;
    font-size: 1rem;
    font-weight: bold;
    color: #000;
    text-align: right;
    text-transform: uppercase;
    background-color: #fedd64;
    border: 2px solid #fedd64;
    border-radius: 50px;
    padding: 8px 35px;
    margin: 10px 0 0 auto;
    height: auto;
    top: 0;
    box-shadow: 5px 6px 13px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.otros .enlace:hover {
    top: 5px;
}
/* --# Pagina:  #-- */
.header-proyectos {
    background-image: url(../img/proyectos/header-proyectos.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    padding: 150px 0 150px;
}
.header-proyectos .titulo {
    display: table;
    position: relative;
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 0px;
    padding: 6px 55px;
}
.header-proyectos .titulo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    margin: 5px 0 0 -5px;
    background-image: url(../img/proyectos/titulo-izq.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 55px;
    width: 18px;
}
.header-proyectos .titulo::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    margin: 5px 5px 0 0;
    background-image: url(../img/proyectos/titulo-der.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 55px;
    width: 18px;
}
.header-proyectos p {
    display: block;
    font-size: 1rem;
    color: #999;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0 auto;
}
.lista-proyectos {
    display: block;
    margin: 0 auto;
}
.animsition-loading {
    border: 0;
}
.proyecto {
    position: relative;
    margin: 0 0 40px;
    border-radius: 25px;
    overflow: hidden;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.proyecto a {
    display: block;
}
.proyecto .imagen {
    display: block;
    position: relative;
    margin: 0 auto;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.lt-proyecto-tres .imagen, .lt-proyecto-tres .imagen, .lt-proyecto-tres .imagen, .lt-proyecto-cuatro .imagen {
    height: 640px;
}
.proyecto .informacion {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto -200px;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 25px;
    padding: 23px;
    text-align: center;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.proyecto:hover .imagen {
    margin-top: -150px;    
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.lt-proyecto-uno .imagen {
    background-image: url(../img/proyectos/portada1.jpg);
}
.lt-proyecto-dos .imagen {
    background-image: url(../img/proyectos/portada3.jpg);
}
.lt-proyecto-tres .imagen {
    background-image: url(../img/proyectos/portada2.jpg);
}
.lt-proyecto-cuatro .imagen {
    background-image: url(../img/proyectos/portada4.jpg);
}
.lt-proyecto-cinco .imagen {
    background-image: url(../img/proyectos/portada1.jpg);
}
.lt-proyecto-seis .imagen {
    background-image: url(../img/proyectos/portada1.jpg);
}
.lt-proyecto-siete .imagen {
    background-image: url(../img/proyectos/portada3.jpg);
}
.proyecto:hover .informacion {
    margin-bottom: 0px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.proyecto .informacion h6 {
    display: table;
    position: relative;
    font-size: 1.35rem;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin: 0 auto 5px;
    padding: 0 40px;
}
.proyecto .informacion h6::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    margin: 1px 0 0 10px;
    background-image: url(../img/inicio/titulo-izq.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 31px;
    width: 10px;
}
.proyecto .informacion h6::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    margin: 1px 10px 0 0;
    background-image: url(../img/inicio/titulo-der.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    height: 31px;
    width: 10px;
}
.proyecto .informacion p {
    display: block;
    font-size: .75rem;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0 auto;
}
@media screen and (min-width: 1216px) {
    .lista-proyectos {
        max-width: 960px;
    }
}
@media screen and (min-width: 1024px) {
    .lista-proyectos {
        max-width: 960px;
    }
}




.proyecto-informacion {
    padding: 60px 0;
}
.proyecto-informacion img {
    display: block;
    margin: 0 auto 45px;
}
/* --# Pagina:  #-- */
.contacto {
    padding: 185px 0;
}
.contacto .titulo {
    display: table;
    position: relative;
    font-size: 2.75rem;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 75px;
    padding: 6px 55px;
}
.contacto .titulo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    margin: 5px 0 0 -5px;
    background-image: url(../img/inicio/titulo-izq.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 70px;
    width: 25px;
}
.contacto .titulo::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    margin: 5px 5px 0 0;
    background-image: url(../img/inicio/titulo-der.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 70px;
    width: 25px;
}
.contacto .field:not(:last-child) {
    margin-bottom: 1rem;
}
.contacto .field .field {
    margin-bottom: 0;
}
.input {
    height: 2.75rem;
}
.input, .textarea {
    border-color: #878787;
    border-radius: 0;
    color: #666;
    padding: .25rem .25rem .25rem 1rem;
}
.contacto .button {
    display: block;
    font-size: 1rem;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    background-color: #fedd64;
    border: 2px solid #fedd64;
    border-radius: 0;
    padding: 12px 105px;
    margin: 10px auto;
    height: auto;
}
::-webkit-input-placeholder {
    color:#878787!important;
    font-size: 1rem;
    opacity:1!important;
    text-transform: uppercase;
}
::-moz-placeholder {
    color:#878787!important;
    font-size: 1rem;
    opacity:1!important;
    text-transform: uppercase;
}
:-ms-input-placeholder { 
    color:#878787!important;
    font-size: 1rem;
    opacity:1!important;
    text-transform: uppercase;
}
:-moz-placeholder {
    color:#878787!important;
    font-size: 1rem;
    opacity:1!important;
    text-transform: uppercase;
}
/* --# Pagina:  #-- */
/* --# Pagina:  #-- */












@media (max-width:1216px) {
    .navbar {
        padding-left: 16px;
        padding-right: 16px;
    }
    .inicio-slider .imagen img {
        width: 100%;
        max-width: 100%;
    }
    .inicio-slider {
        padding-left: 16px;
        padding-right: 16px;
    }
    .header-inicio .column {
        padding-bottom: 0;
    }
    .inicio-slider .swiper-slide-active .imagen {
        top: 0px;
    }
    .header-inicio .informacion {
        position: relative;
        top: -100px;
    }
    .header-inicio .informacion {
        padding: 0;
    }
    footer {
        padding: 55px 16px;
    }
    footer .enlaces li {
        margin: 0 25px 0 0;
    }
}
@media (min-width:992px) {
    .lt-grid-container {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-template-rows: 1fr 1fr 1fr;
      grid-auto-columns: 1fr;
      gap: 0em 2em;
      grid-auto-flow: row;
      grid-template-areas:
        "lt-proyecto-uno lt-proyecto-dos lt-proyecto-tres"
        "lt-proyecto-cuatro lt-proyecto-cinco lt-proyecto-tres"
        "lt-proyecto-cuatro lt-proyecto-cinco lt-proyecto-tres";
      width: 100%;
      height: 100%;
    }

.lt-proyecto-uno { grid-area: lt-proyecto-uno; }
.lt-proyecto-dos { grid-area: lt-proyecto-dos; }
.lt-proyecto-tres { grid-area: lt-proyecto-tres; }
.lt-proyecto-cuatro { grid-area: lt-proyecto-cuatro; }
.lt-proyecto-cinco { grid-area: lt-proyecto-cinco; }

    
}
@media (min-width: 768px) {
    .inicio-movil .no-movil {
        display: block;
    }
    .inicio-movil .movil {
        display: none;
    }
    .inicio-movil .column:nth-child(1) .dato:nth-child(1), .inicio-movil .column:nth-child(3) .dato:nth-child(1) {
        margin-top: 40px;
    }
    .inicio-movil .column:nth-child(1) .dato:nth-child(2), .inicio-movil .column:nth-child(3) .dato:nth-child(2) {
        margin-top: 80px;
    }
}
@media (max-width: 767px) {
    
    body {
        max-width: 100%;
    }
    .close {
        margin: -60px 60px 0 0;    
    }
    footer .column > a {
        display: table;
        margin: 0 auto;
    }
    footer .enlaces {
        text-align: center;
        margin: 20px auto;
    }
    footer .enlaces li {
        width: 40%;
        text-align: center;
        margin: 0 0 10px;
    }
    footer .redes {
        text-align: center;
        margin: 20px auto;
    }
    .modal {
        overflow: hidden;
    }
    
    .inicio-slider .grid {
        grid-template-columns: 1fr; 
  grid-template-rows: 1fr 1fr; 
  gap: 5em 0em; 
  grid-template-areas: 
    "caja-imagen"
    "caja-informacion"; 
    }
    .header-inicio svg#mancha {
        width: 350px;
    }
    .header-inicio svg#circulo {
        width: 400px;
    }
    .swiper-pagination {
        margin-bottom: 5px;
    }
    .inicio-slider .columns {
        flex-direction: column-reverse;
        display: flex;
    }
    .header-inicio .frase {
        font-size: 2rem;
    }
    
    
    .inicio-servicios {
        padding: 95px 16px 110px;
    }
    .inicio-servicios .titulo {
        padding: 6px 12px;
        max-width: 350px;
    }
    
    
    
    
    
    
    .inicio-movil .movil {
        display: block;
    }
    .inicio-movil {
        padding: 100px 16px 100px;
    }
    .inicio-movil .no-movil {
        display: none;
    }
    .inicio-movil .imagen::before {
        height: 300px;
        width: 300px;
        margin: auto;
    }
    .inicio-movil .imagen::after {
        height: 350px;
        width: 350px;
        margin: auto;
    }
    .inicio-movil .imagen {
        text-align: center;
        overflow: hidden;
    }
    .inicio-movil .imagen img {
        width: 250px;
    }
    .inicio-movil .dato {
        position: absolute;
        width: 200px;
        z-index: 3;
    }
    .inicio-movil .dato .titulo {
        display: none;
    }
    .inicio-movil .dato .texto {
        display: none;
        font-size: .75rem;
    }
    .inicio-movil .dato.uno {
        top: 0;
    }
    .inicio-movil .dato.dos {
        top: 0;
        margin-top: 350px;
    }
    .inicio-movil .dato.tres {
        text-align: right;
        top: 0;
        right: 0;
    }
    .inicio-movil .dato.cuatro {
        text-align: right;
        top: 0;
        margin-top: 350px;
        right: 0;
    }
    /*
    @keyframes spin {
        100% {
            transform: rotateZ(0);
        }
    }
    @keyframes spin2 {
        100% {
            transform: rotateZ(0);
        }
    }
    */
    
    .experiencia {
        padding: 0 16px 0px;
    }
    .experiencia::before {
        width: 50%;
        height: 350px;
        z-index: -1;
    }
    .experiencia #mancha2 {
        margin: 150px 0px 0 0;
        width: 50%;
        z-index: -2;
    }
    .experiencia .subtitulo {
        padding-top: 350px;
    }
    .experiencia .titulo {
        margin: 0 0 30px;
    }
    
    
    
    
    .clientes p {
        padding: 0;
    }
    .clientes .logos {
        background-image: url(../img/inicio/logos-movil.png);
        background-size: auto 300px;
        height: 389px;
    }
    
    .otros .titulo {
        font-size: 2.25rem;
        margin: 0 0 20px;
    }
    .otros .informacion {
        padding: 80px 16px 400px;
    }
    .otros::before {
        background-image: url(../img/inicio/otros-movil.png);
        top: auto;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 350px;
    }
    
    
    
    .header-proyectos .titulo {
        padding: 6px 55px;
        max-width: 350px;
    }
    
    
    
    
    .proyecto-informacion {
        padding: 60px 16px 100px;
    }
    .lista-proyectos {
        padding: 0 16px;
    }
    .proyecto {
        overflow: visible;
    }
    .proyecto .imagen {
        border-radius: 25px;
        height: 300px!important;
    }
    .proyecto .informacion, .proyecto:hover .informacion {
        position: relative;
        margin: 25px auto 50px;
    }
    .proyecto:hover .imagen {
        margin-top: 0;    
    }
    
}
@media (max-width: 575px) {
    .contacto-tel {
        display: none;
    }
    .navbar-burger {
        margin-left: auto;
    }
}

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