/*
Theme Name:     Thalú theme
Theme URI:      http://www.thalu.net/
Description:    child theme theme from spine
Author:         Thalu 
Author URI:     http://www.thalu.net/
Version:        1.0
*/

body {
   font-family: "Raleway", Arial, sans-serif!important;
   font-weight: 400;
   font-style: normal;
   font-size: 16px;
   overflow-x: hidden !important;
   color: #000;
}
:root{
   --container-max-width:1320px!important
}

.e-con-inner {
   max-width: min(100%,1320px)!important;
}
.elementor-widget-text-editor{
   color: #000!important;
}

@keyframes slideDown {
   from {
      transform: translateY(-100%);
   }

   to {
      transform: translateY(0);
   }
}
p {
   font-family: "Raleway", Arial, sans-serif!important;
}

#loader {
   display: flex;
   justify-content: center;
   align-items: center;
   height: 100vh;
   width: 100vw;
   position: fixed;
   top: 0;
   left: 0;
   z-index: 10000;
   background-color: rgb(55, 86, 188);
}

#loader img {
   animation: bounce 1s linear infinite;
}

.header.sticky, body.home .header.sticky {
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   z-index: 1000;
   animation: slideDown 0.3s ease-in-out;
   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
   background: #3756BC;
}
h2:before {
    content: ' ';
    border: solid;
    margin-right: 20px;
    height: 20px;
    width: 20px;
    background: #F1925C;
    border: none;
    min-width: 20px;
}
/********* INFO **********/
section.info-destacada, 
section.servicios .izquierda,
section.sectores,
section.clientes,
section.contacto .datos {
    padding: 60px 0 100px;
}
.single-interna .contacto .datos {
    padding: 0px;
}
.info-item .contenedor {
   display: flex;
   flex-direction: column;
   align-items: center;
   text-align: center;
}

.info-item .title {
   font-size: 19px;
   font-weight: 500;
   margin: 30px 0px 10px 0;
}

/****** FIRMA ******/
#thalu {
   background: #fff;
   width: 100%;
}

section#thalu a {
   text-decoration: none;
   display: flex;
   align-items: center;
   padding: 5px;
}

#thalu #logo {
   width: 70px;
}

#thalu #desarrollo {
   color: #000;
   font-size: 12px;
}



.descktop {
   display: block;
}

.mobile {
   display: none;
}

h2 {
   display: flex;
   font-size: 28px;
   align-items: center;
   padding: 40px 0!important;
   justify-content: center;
   font-weight: 600!important;
   color: #000!important;
}

h3 {
   color: #3756BC!important;
   font-weight: 400!important;
   font-size: 24px!important;
   margin-bottom: 20px!important;
}


header.header {
   background-color: #3756BC;
   position: relative;
   z-index: 1000;
   padding: 30px;
}
body.home header.header {
   background-color: transparent;
   padding: 0.5rem;
}
.header-contenidos {
   display: flex;
   justify-content: space-between;
   align-items: flex-end;
   width: 100%;
}

main.thalu-home {
   position: relative;
   margin-top: -100px;
   z-index: 0;
   overflow: hidden;
}

nav#principal ul li a.nav-link {
   color: #fff;
   padding: 0;
   /* text-transform: uppercase; */
   /* font-family: "Encode Sans", serif; */
   font-weight: 500;
   border-bottom: solid transparent;
}
nav#principal {
   padding-bottom: 0;
}
#menu-principal li {
    padding-left: 20px;
    /* border-bottom: solid transparent 16px; */
}
nav#principal ul li a.nav-link:hover {
   border-bottom: solid #F1925C;
}
li#menu-item-181 {

}
ul#menu-principal {
    display: flex;
    align-items: center;
}
.slider .flexslider .caption-wrap {
   position: absolute;
   top: 50%;
   height: max-content !important;
   width: 40%;
   background: #ff0000 !important;
   display: block;
   opacity: 1 !important;
}

.metaslider .caption div {
   font-size: 36px;
   line-height: normal;
   text-align: right;
   font-weight: 700;
}


span.cuadrado-naranja {
   /* display: flex; */
   min-width: 20px;
   height: 20px;
   background: #F1925C;
   margin-right: 20px;
}

section.seccion {}

/* Servicios */
section#servicios {
   background: #3756BC;
}
section#servicios .derecha img.desktop {
    height: 100%;
}
section#servicios h2 {
   color: #fff!important;
   text-align: left;
   display: flex;
   justify-content: flex-start;
}

.servicios-grid {
   display: flex;
   gap: 30px;
   align-items: center;
}

.servicios-media img {
   width: 100%;
   height: auto;
   border-radius: 6px;
}

.servicios-list {
   display: flex;
   flex-direction: column;
   gap: 18px;
}

.servicio-item {}

.servicio-item .contenedor {
   display: flex;
   border-bottom: solid 1px #fff;
   padding: 15px 0;
}

.servicio-item .contenedor .left {}

.servicio-item .contenedor .right {
   margin-left: 20px;
}

.servicios .item:last-child .contenedor {
   border: none;
}

.servicio-item .contenedor .right .title {
   color: #fff;
   font-weight: 600;
   margin-bottom: 20px;
}

.servicio-item .contenedor .right .bajada p {
   color: #fff;
}

.servicio-item img {
   width: 56px;
   height: 56px;
   object-fit: contain;
}

.servicio-item h3 {
   margin: 0;
   font-size: 18px;
}

.servicio-item p {
   margin: 4px 0 0;
   font-size: 14px;
   color: #444;
}

/* Sectores */

.sector-item {
   background: rgba(255, 255, 255, .75);
   display: flex;
   height: 100%;
   padding: 20px;
   /* margin: 10px; */
   align-items: flex-start;
}

.sectores-grid>div {
   padding: 7px;
}

.sectores .bloque-titulo .sector-item {
   background-color: rgba(0, 39, 168, .75);

}

.sectores .bloque-titulo .sector-item h2 {
   color: #fff!important;
}

.sectores .title {
   color: #3756BC;
   font-weight: 600;
   margin-bottom: 15px;
   font-size: 19px;
}

#sectores {
   background-position: center;
   background-size: cover;
}

/* Calidad */
.calidad .logos img {
    margin: auto;
    display: block;
    width: 335px;
    padding: 25px 0px 25px 88px;
}
.calidad .bajada {
   text-align: center;
}

.certificado .input span {
   background: #fff;
   padding: 10px;
   display: flex;
   min-width: 210px;
   font-weight: 500;
}

.certificado .input {
   display: flex;
   align-items: center;
}

.certificado .input .dowload {
   background-color: #3756BC;
   color: #fff;
   height: 100%;
   display: block;
   font-size: 15px;
   padding: 10px;
   opacity: 1;
   transition: .5s;
}

.calidad .container,
.proyectos .container {
   position: relative;
}

.calidad .contenido,
.proyectos .contenido {
   position: relative;
   z-index: 10;
   padding: 30px 15px;
}

.calidad .blour,
.proyectos .blour {
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   background: rgba(255, 255, 255, .75);
   z-index: 0;
}

.calidad .certificado .logo {
   margin: 15px 0;
}

#calidad {
   background-position: center;
}

/* Proyectos */
.proyectos .blour {
   background: #3756BC;
}
section#proyectos .izquierda {
    padding: 60px 0;
}
.proyectos img.mapa {
   margin: auto;
   display: block;
   max-width: 80%;
}

.proyectos .casos-de-exito h2 {
   color: #fff!important;
}
#proyectos .owl-dots button {
    border: solid #fff;
    z-index: 100000;
    position: relative;
    height: 15px;
    width: 15px;
    background: #fff;
    border-radius: 50%;
    margin: 0 5px;
    opacity: .5;
}
#proyectos .owl-dots button.active {

    opacity: 1;
}
.owl-dots {
    display: flex;
    justify-content: center;
}

/* Clientes */
.clientes-logos {
   display: flex;
   gap: 24px;
   align-items: center;
   justify-content: center;
   padding: 20px 0;
}

.cliente-item.item{
   /* min-width: 350px; */
   display: flex;
   /* width: 250px; */
   /* border: solid; */
   justify-content: center;
}
.cliente-item.item img{
   height: 50px;
   width: auto;
}
/* Contacto */ 
.mapa{ 
   position: relative;
}

#map  {
   width: 100vh!important; 
    height: 100%; 
    position: absolute; 
   overflow: hidden;
}

#contacto .dato {
   margin-bottom: 20px;
}

.contacto-list {
   list-style: none;
   padding: 0;
   margin-top: 18px;
}

.contacto-list li {
   margin-bottom: 10px;
}

section#contacto {
   /* padding:60px 0; */
   background: #F8F8F8;
}

section#contacto h2 {
   margin-top: 0;
}
.contacto .datos a {
    color: #000;
    text-decoration: none;
}

.contacto .datos li img {
    margin-right: 15px;
}
.contacto .datos li img.whatsapp {
    margin-right: 10px;
}
.links-redes a{
    margin-right: 20px;
}
.links-redes {
    margin-top: 40px;
}
.forulario-contacto {
    margin-top: 50px;
}
input, textarea {
    background-color: #FAFAFB;
    border: solid 1px #9D9DA3;
    padding: 12px;
    width: 100%;
}
input::placeholder, textarea::placeholder, label {

  opacity: 1; /* importante en algunos navegadores */
  font-style: italic;
}

input.wpcf7-form-control.wpcf7-submit {
    background-color: #3756BC;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 40px;
}
input.wpcf7-form-control.wpcf7-submit:hover{
   background-color: #F1925C;
   transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
} 


.contacto p.linea{
   margin: 4px 40px;
}

/**************** CALIDAD******************/
.calidad-bajada {
   font-size: 16px;
   color: #333;
}

.certificado {
   max-width: 260px;
   display: flex;
   margin-bottom: 20px;
   margin-top: 20px;
   flex-direction: column;
   align-items: center;
}
.certificado.linea1 {
   margin-left: auto;
}
.certificado .input .dowload:hover {
    opacity: .7;
}
/* Footer */
.footer {
   background: #3756BC;
   color: #fff;
   padding: 30px 0;
}

.footer a {
   color: #fff;
}
a.btn{
   text-transform: uppercase;
   padding: 10px 17px;
   margin-bottom: 15px;
   border-radius: 0;
   width: fit-content;
   min-width: 260px;
   display: block;
   margin: auto;
}

a.btn.btn-primary{
    background-color: #fff;
    color: #3756BC;
    border: none;
    margin-bottom: 15px;
}
a.btn.btn-secundary{
   border: solid 1px #fff;
   color: #fff;
}
ul#menu-principal-1 {
    display: grid;
    grid-template-columns: 0fr 1fr;
    gap: 5px 30px;
    list-style: none;
    padding: 0;
    /* flex-direction: column; */
    justify-items: start;
    align-items: start;
    justify-content: start;
}
img#logo {
   width: 350px;
}
header.sticky img#logo {
    width: 230px;
}
/* Hero video background */
.hero {
   position: relative;
   min-height: 750px;
   display: flex;
   align-items: center;
   overflow: hidden;
   background: #000;
}

.hero::before {
   content: "";
   position: absolute;
   inset: 0;
   background: rgba(0, 0, 0, 0.35);
   z-index: 1;
}

.hero-video {
   position: absolute;
   bottom: 0;
   /* left: 50%; */
   /* transform: translate(-50%, -50%); */
   min-width: 100%;
   min-height: 100%;
   width: auto;
   height: auto;
   object-fit: cover;
   object-position: center center;
   z-index: 0;
}

.hero-play-btn {
   display: none;
   position: absolute;
   z-index: 3;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   background: rgba(255, 255, 255, 0.2);
   border: 2px solid rgba(255, 255, 255, 0.8);
   border-radius: 50%;
   width: 80px;
   height: 80px;
   align-items: center;
   justify-content: center;
   cursor: pointer;
   color: #fff;
   transition: background 0.2s;
   backdrop-filter: blur(4px);
}
.hero-play-btn:hover {
   background: rgba(255, 255, 255, 0.35);
}

.hero-frase {
   position: relative;
   z-index: 2;
   color: #fff;
   text-align: center;
   padding: 120px 0;
   font-size: 30px;
   font-weight: 500;
   display: flex;
   align-items: center;
   justify-content: center;
   align-content: center;
   flex-direction: row;
   width: 100%;
   line-height: 38px;
}

.hero-frase .container {
   max-width: 980px;
   margin: 0 auto;
}

section.frase {
   background: #3756BC;
   padding: 60px 0;
   color: #fff;
   text-align: center;
   font-size: 30px;
}
/* Proyectos */
.proyectos-contenedor {
    width: 80%;
    display: block;
    margin: auto;
    border: solid 1px #fff;
    padding: 20px;
  
}
.home .proyecto-item .contenedor {
    padding: 0;
}
.home .proyecto-item .encabezado {
    padding: 0;
    
}
.home .proyecto-item {
    padding: 20px;
}
.home .proyecto-item h3{
   text-align: center;
   font-weight: 600;
}
.single-interna .proyecto-item{
   margin-bottom: 30px;
}
/* Footer */
footer img#logo {
   max-width: 100%;
}

/* Interna */

.single-interna h1 {
    color: #3756BC;
    text-align: center;
    font-weight: 600;
   margin-bottom: 35px;
}

.single-interna .encabezado {
    background-color: #3756BC;
    /* padding: 30px 0; */
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 50vw 100%;
   min-height: 150px;
}
.single-interna .encabezado h2,
.single-interna .encabezado .bajada {
    color: #fff!important;
}
.single-interna .encabezado .derecha{
    background-color: #3756BC;
    padding: 50px;
}

/* Integrantes */

.integrantes-all {
    display: flex;
    justify-content: center;
    margin: 0 0px 40px 0px;
}
.integrante-nombre {
    color: #3756BC;
    font-weight: 600;
    text-align: center;
    font-size: 19px;
}

.integrante-cargo {
   text-align: center;
   font-size: 16px;
   font-weight: 600;
   line-height: 16px;
   min-height: 32px;
   color: #000;
}
.integrante-foto {
    border: solid #3756BC 7px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
    max-width: 190px;
    max-height: 190px;
    margin: 10px auto;
}
.integrante-foto img{
   max-width: 100%;
}
.integrante-contenedor {
    padding: 10px;
    background-color: #F2F2F2;
}
.integrante-card {
    padding: 5px;
}
.breadcrum {
    font-size: 12px;
    padding: 10px 0;
}
 
/* COntacto */

section.single-interna.contacto section#contacto h2 {
    justify-content: left;
}
form.wpcf7-form{
    max-width: 400px;
}
/*Tecnologia*/

.tecnologia-bajada {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    transition: max-height .4s ease;
}
.tecnologia-bajada .bajada p {

}
.tecnologia-bajada.expanded {
    display: block;
    -webkit-line-clamp: unset;
}

.btn-ver-mas {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    background: none;
    border: 2px solid #3756BC;
    color: #3756BC;
    font-weight: 600;
    font-size: 14px;
    padding: 6px 16px;
    cursor: pointer;
    transition: background .25s, color .25s;
    border-radius: 3px;
}
.btn-ver-mas:hover {
    background: #3756BC;
    color: #fff;
}
.btn-ver-mas__icon {
    transition: transform .3s;
}
.btn-ver-mas[aria-expanded="true"] .btn-ver-mas__icon {
    transform: rotate(180deg);
}

.tecnologia-item img{
   max-width: 100%;
}
.tecnologia-item {
    border: solid 1px #3756BC;
    width: 100%;
    /* padding: 15px; */
    margin-bottom: 20px;
}
.tecnologia-item .derecha {
   padding-top: 15px;
   padding-right: 30px;
}
.tecnologia-item .derecha .btn-ver-mas {
   margin-bottom: 25px;
}

.proyecto-item img {
    max-width: 100%;
}
.proyecto-item h3 {
    color: #fff!important;
}
.proyecto-item .encabezado {
    padding: 15px;
    color: #fff;
}

/* Equal-height headers within each row of projects */
.row > .col-md-6 > .proyecto-item {
    height: 100%;
    padding-bottom: 30px;
}
.row > .col-md-6 > .proyecto-item .contenedor {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.row > .col-md-6 > .proyecto-item .encabezado {
    flex: 1;
}

/* Remove arrows from number inputs */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}

.page h2 {
    justify-content: left;
}

footer a.btn:hover {
    background: #F1925C;
    color: #fff;
}

    footer #principal-navbarNavDropdown {
        display: flex !important;
        flex-basis: auto;
        justify-content: center;
    }

    #gallery-1 img {
   
    filter: grayscale(100%);
}
img.aligncenter {
    margin: auto;
    display: block;
}

.modula-item-content:hover .figc {
   
    background-color: rgba(0, 0, 0, .4);
}

#jtg-735 .modula-items .figc p.description, #jtg-735 .modula-items .figc .jtg-description {
    font-size: 12px!important;
}
