/*
Theme Name: Alfret
Description: Tema para WordPress.
Author: Alfret
Author URI: http://www.facebook.com/alfret.cc
version: 2.8.1
Tags: tema, alfret
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital@0;1&display=swap');

*{margin:0; padding:0;}

body{font-family: "Roboto", sans-serif; font-size: 16px; margin: 0; color: #4d4d4d;}

img{border: none; padding:0; max-width:100%; height:auto;}
img a{border:none;}

.alignleft{float: left; border: none; margin: 0 10px 10px 0;}
.alignright{float: right; border: none; margin: 0 0 10px 10px;}
.aligncenter{display:block; margin:0 auto 10px;}
.const{background: url(images/const.png) no-repeat center top; padding-top: 175px;text-align: center !important;}

/* links */
a{color:#0066cc; text-decoration:none;}
a:hover{text-decoration: none; color:#000;}

li{list-style: none;}

p:empty{display: none;}

/* container */
.container {max-width:1300px; margin: 0 auto; padding:0;}
.container2 {max-width:1400px; margin: 0 auto; padding:0;}
.container3 {max-width:1200px; margin: 0 auto; padding:0;}

header{border-bottom: solid 1px #e9e9e9;}

/*********************** SUPER TOP ************************/
.SuperTop{background-color: #131f39; padding: 5px; box-sizing: border-box; position:fixed; width:100%; z-index:10;}
.SuperTop .container{display: flex; justify-content: space-between; flex-wrap: wrap;}
.Top{padding-top:27px;}
.Datos{width: 50%;}
.Datos ul{}
.Datos ul li{color: #fff; font-size: 15px; display: inline-block; margin-right: 25px;}
.Datos ul li i{margin-right: 6px;}

.Language{width: 50%; text-align: right;}
.Language select{background: none; color: #fff; border: none;}
.Language select option{background-color: #131f39;}
.Language a{font-size: 13px; color: #fff;}

/**************** TOP *****************/
.Top .container{display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center;}
.Logo{padding: 20px 0;}
.MainMenu{}
.MainMenu ul{}
.MainMenu ul li{display: inline-block;}
.MainMenu ul li a{color: #343434; padding: 8px 10px; display: block; border-radius: 5px;}
.MainMenu ul li a:hover{color: #C70014;}
.MainMenu ul li:last-child a{color: #fff; background-color: #131f39; padding: 8px 16px; transition-duration: .5s;}
.MainMenu ul li:last-child a:hover{color: #fff; background-color: #C70014; padding: 8px 16px;}

/**************** BANNER *****************/
.BannerImg{position: relative; line-height: 0;}

.BannerVideo{position: relative; width: 100%; height: 100vh; max-height: 660px; overflow: hidden; line-height: 0;}
.BannerVideo video{position: absolute; top: 50%; left: 50%; min-width: 100%; min-height: 100%; width: auto; height: auto; transform: translate(-50%, -50%); object-fit: cover; /* recorte elegante */}

.TextBanner{line-height: normal; position: absolute; width: 65%; height: 100%; background:linear-gradient(
90deg, white, white,white, transparent); left: 0; top: 0; display: flex; justify-content: center; align-items: center;}
.ContentText{width: 70%;}
.ContentText h1{text-transform: uppercase; font-size: 26px; font-weight: normal;}
.ContentText h2{text-transform: uppercase; font-size: 32px; color: #2f2f2f; margin-bottom: 23px;}
.ContentText p{font-size: 20px; width: 78%; line-height: 27px;}
.ContentText ul{margin-top: 23px;}
.ContentText ul li{display: inline-block; font-size: 20px;}
.ContentText ul li a{background-color: #131f39; color: #fff; display: block; padding: 8px 23px; border-radius: 7px; position: relative;}
.ContentText ul li:last-child a{background-color: #C70014;}
.ContentText ul li a:before {content: ''; position: absolute; top: 0; left: 0; width: 0; height: 100%; background: rgba(255,255,255,.3); border-radius: 7px; transition: all .8s ease;}
.ContentText ul li a:hover:before {width: 100%;}

/************** PEOPLE HOME ******************/
.PeopleHome{width: 98%; margin: 20px auto;}
.ContentPeople{display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.ContentPeople+.ContentPeople{flex-direction: row-reverse; margin-top: 17px;}
.ImgPeople{width: 50%; background-color: #dad9d7; line-height: 0; text-align: center; position: relative;}
.ImgPeople img{position: relative;}
.ImgPeople::before {content: ""; position: absolute; top: 50%; left: 50%; width: 95%; height: 92%; border: solid 4px #fff; transform: translate(-50%, -50%);}
.TextPeople{width: 50%; text-align: center; padding: 0 150px; box-sizing: border-box;}
.TextPeople h2{font-size: 35px; color: #131f39; position: relative; font-weight: normal; display: table; margin: 0 auto 26px; padding: 8px 0;}
.TextPeople h2::before{content: ''; position: absolute; width: 80%; height: 6px; background-color: #C70014; bottom:0; left: 50%; transform: translateX(-50%);}
.TextPeople p{font-size: 20px; line-height: 25px;}

/************** MAS SOBRE NOSOTROS ***************/
.MasNosotros{background-color: #f5f5f5; padding: 50px 20px; box-sizing: border-box;}
.TextNosotros{max-width: 1000px; margin: auto; text-align: center; position: relative; padding-top: 75px;}
.TextNosotros::before{content: url('images/nosotros.webp'); position: absolute; top: 0; left: 50%; margin-left: -32px;}
.TextNosotros p{font-size: 20px; line-height: 25px;}
.TextNosotros a{display: table; margin: 15px auto 0; background-color: #C70014; color: #fff; padding: 8px 28px; border-radius: 7px; position: relative;}
.TextNosotros a:before {content: ''; position: absolute; top: 0; left: 0; width: 0; height: 100%; background: rgba(255,255,255,.3); border-radius: 7px; transition: all .8s ease;}
.TextNosotros a:hover:before {width: 100%;}

/************** SLIE REFERENCES ***************/
.SlideReferences{padding: 50px 20px; box-sizing: border-box; max-width: 1300px; margin: auto;}
.SlideReferences h2{font-size: 35px; color: #373737; position: relative; font-weight: normal; display: table; margin: 0 auto 26px; padding: 8px 0 14px;}
.SlideReferences h2::before{content: ''; position: absolute; width: 40%; height: 6px; background-color: #013155; bottom:0; left: 50%; transform: translateX(-50%);}
.SlideReferences .single-item-wrapper{display: flex; flex-flow: wrap-reverse; align-items: center; justify-content: flex-start;}
.SlideReferences .tss-meta-info{width: 14%; margin-right: 10px;}
.SlideReferences .author-name{font-size: 17px !important; font-weight: bold !important; color: #575757 !important; margin: 0 10px 0 0 !important; border-right: solid 1px  #575757; padding: 0 10px 0 0 !important;}
.SlideReferences .author-bio{font-size: 17px !important; margin: 0 !important;}
.SlideReferences .item-content-wrapper{background: none!important; border: solid 1px #eaeaea; padding: 35px 25px 15px !important; box-sizing: border-box; margin-bottom: 12px;}
.SlideReferences .item-content-wrapper::before{top: 4px!important; left: 9px!important;}

/***************** SERVICIOS **********************/
.BoxServices{background-color: #f8f7f7; padding: 30px 2px; box-sizing: border-box; display: flex; justify-content: space-between; flex-wrap: wrap;}
.BoxServices h2{font-size: 35px; color: #373737; position: relative; font-weight: normal; display: table; margin: 0 auto 26px; padding: 8px 0 14px; width: 100%; text-align: center;}
.BoxServices h2::before{content: ''; position: absolute; width: 200px; height: 6px; background-color: #013155; bottom:0; left: 50%; transform: translateX(-50%);}
.ItemService{width: 33.333%; position: relative; border: solid 1px #f8f7f7; box-sizing: border-box; background-color: #131f39; line-height: 0; position: relative; overflow: hidden;}
.ItemService h4{line-height: normal; position: absolute; background: linear-gradient(90deg, transparent, #131f39); color: #fff; font-size: 22px; bottom: 31px; left: 0; font-weight: normal; padding: 11px 31px; transition-duration: .5s;}
.ItemService:hover h4{opacity: 0;}
.TextServicio{line-height: normal; opacity: 0; position: absolute; width: 100%; height: 100%; left: 0; top: 0; transition-duration: .5s; color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 0 100px; box-sizing: border-box;}
.TextServicio h3{font-size: 28px; color: #fff; position: relative; font-weight: normal; display: table; margin: 0 auto 26px; padding: 8px 0;}
.TextServicio h3::before{content: ''; position: absolute; width: 80%; height: 6px; background-color: #C70014; bottom:0; left: 50%; transform: translateX(-50%);}
.TextServicio p{font-size: 19px; line-height: 23px;}
.ItemService:hover .TextServicio{opacity: 1;}
.ItemService img{transition-duration: .5s;}
.ItemService:hover img{opacity: 0.12;}
.ItemService:last-child{display:none;}
.ItemService+.ItemService+.ItemService+.ItemService{width:50%; max-height:410px;}
.ItemService+.ItemService+.ItemService+.ItemService img{width:100%;}

/*************** WHY ***************/
.MainWhy{max-width: 1300px; margin: auto; padding: 40px 20px; box-sizing: border-box; text-align: center;}
.MainWhy h2{font-size: 35px; color: #373737; position: relative; font-weight: normal; display: table; margin: 0 auto 26px; padding: 8px 0 14px; width: 100%; text-align: center;}
.MainWhy h2::before{content: ''; position: absolute; width: 200px; height: 6px; background-color: #013155; bottom:0; left: 50%; transform: translateX(-50%);}
.ItemWhy{width: 24.5%; display: inline-block; padding: 0 10px; box-sizing: border-box;}

/*************** FORMULARIO ***************/
.FormularioHome{display:flex; justify-content:space-between; flex-wrap:wrap; align-items:center; margin-top:30px;}
.BoxFormulario{width:68%;}
.BoxFormulario h4{text-transform:uppercase; color:#C70014; letter-spacing:2px; margin-bottom:12px;}
.BoxFormulario h3{font-size: 32px; color: #013155; letter-spacing: 3px; margin-bottom:35px;}
.ContentForm{display:flex; justify-content:space-between; width:100%; flex-wrap: wrap;}
.FormLeft, .FormRight{width:48.5%;}
.FormRight .wpcf7-list-item{margin-left:4px; border-bottom:solid 1px #ccc; line-height:5px; padding-bottom:12px;}
.ContentForm select{border: none; border-bottom: solid 1px #C5C5C5; width: 100%; padding: 10px 1px; box-sizing: border-box; color: #515151; font-size:17px; margin-bottom:18px;}
.ContentForm input{border: none; border-bottom: solid 1px #C5C5C5; width: 100%; padding: 10px 1px 10px 4px; box-sizing: border-box; color: #515151; font-size:17px; margin-bottom:18px;}
.ContentForm input[name="your-falls"]{margin-bottom:10px;}
.ContentForm input[type="checkbox"]{width:auto;}
.ContentForm textarea{border: none; border-bottom: solid 1px #C5C5C5; width: 100%; padding: 10px 1px 10px 4px; box-sizing: border-box; color: #515151; font-size:17px; margin-bottom:13px; font-family:"Roboto", sans-serif; height:101px;}
.BoxFormulario input[type="submit"]{display: table; margin: 20px auto 0; background-color: #C70014; color: #fff; cursor: pointer; border: none; text-transform: uppercase; font-weight: bold; font-size: 14px; letter-spacing: 1px; padding: 10px 28px;}
.ImgFormulario{width:28%;}

.FormularioHome img{object-fit:cover; max-height:480px;}

/***************** NEWSLETTER *************/
.Nesletter{background-color: #131f39; margin: 50px auto; color: #fff; padding: 49px; box-sizing: border-box;}
.Nesletter h2{color:#fff;}
.Nesletter ul{
    text-align: center;
}
.Nesletter ul li{display:inline-block;vertical-align:middle;font-size:20px;width: 70%;text-align: left;}
.Nesletter ul li+li{width: 25%;}
.Nesletter ul li a{text-transform:uppercase;color:#FFF;background-color:#C70014;font-size: 24px;padding: 10px 22px;border-radius: 5px; position:relative;}
.Nesletter ul li a:before {content: ''; position: absolute; top: 0; left: 0; width: 0; height: 100%; background: rgba(255,255,255,.3); border-radius: 7px; transition: all .8s ease;}
.Nesletter ul li a:hover:before {width: 100%;}


/******************* FOOTER *********************/
footer{background: url('images/FooterBg-ConsultME.webp') center center no-repeat #031A38; padding:130px 20px; box-sizing:border-box;}
footer .container{display:flex; justify-content:space-between; flex-wrap: wrap;}
.LogoFooter{width:25%;}
.LogoFooter h2{color:#fff; margin-top:30px;}
.LogoFooter p{color:#fff;}
.LogoFooter ul{
    margin-top: 32px;
}
.LogoFooter ul li{display:inline-block;margin-right: 6px;}
.LogoFooter ul li a{background-color:#C70014;color:#fff;display: block;padding: 6px 9px;border-radius: 100%;}

.LogoFooter .mailpoet_form_paragraph{background: none !important; color: #fff !important; font-family: "Roboto", sans-serif !important; text-align: left !important; padding: 11px 0 !important;}
.LogoFooter .mailpoet_form_paragraph strong{font-family:"Roboto", sans-serif!important;}
.LogoFooter #mailpoet_form_1 form.mailpoet_form{padding:10px 0!important;}
.LogoFooter .mailpoet_submit{background-color: #c70014 !important; font-family: 'Roboto', sans-serif !important; cursor: pointer;}

.MenuFooter{width: 14%;}
.MenuFooter h2{color:#fff;}
.MenuFooter ul{}
.MenuFooter ul li{
    margin: 15px 0;
}
.MenuFooter ul li a{color:#c7c7c7;}

 /* Fondo oscuro */
    #overlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.6);
      justify-content: center;
      align-items: center;
    }

#Newsletter {
  position: relative; /* necesario para posicionar la X */
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  width: 300px;
  text-align: center;
}

/* Botón cerrar tipo X */
#Newsletter #cerrarNewsletter {
  position: absolute;
  top: 10px;
  right: 12px;
  text-decoration: none;
  font-size: 22px;
  font-weight: bold;
  color: #666;
  transition: 0.2s ease;
}

#Newsletter #cerrarNewsletter:hover {
  color: #000;
  transform: scale(1.2);
}

/********* COPYRIGHT ***********/
.Copyright{background-color:#031A38; border-top:solid 1px #293B53; text-align:center; padding: 10px 10px; box-sizing:border-box;}
.Copyright p{font-size: 13px; color:#c7c7c7;}


/************  UBER UNS **************/
.BannerPage{background-color: #131f39; line-height: 0; position: relative;}
.BannerPage h1{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); color: #fff; line-height: normal; letter-spacing: 2px;}
.BannerPage h1::before{content: ''; position: absolute; width: 75%; height: 6px; background-color: #C70014; bottom: -9px; left: 50%; transform: translateX(-50%);}

.Perfiles{padding: 50px 30px 0; box-sizing: border-box; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; line-height: 0;}
.PerfilItem{width: 50%; padding: 0 25px; box-sizing: border-box; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; position: relative;}
.PerfilItem::before{position: absolute; top: 50%; right: 0; width: 5px; height: 70%; background-color: #e2e2e2; content: ''; transform: translateY(-50%);}
.TextPerfilItem{width: 60%; text-align: center; line-height: normal;}
.TextPerfilItem h2{font-size: 35px; color: #131f39; position: relative; font-weight: normal; display: table; margin: 0 auto 26px; padding: 8px 0;}
.TextPerfilItem h2::before{content: ''; position: absolute; width: 75%; height: 6px; background-color: #C70014; bottom: -2px; left: 50%; transform: translateX(-50%);}
.TextPerfilItem p{font-size: 18px; line-height: 25px;}
.ImgPerfilItem{width: 36%;}
.PerfilItem+.PerfilItem::before{display: none;}
.PerfilItem+.PerfilItem{flex-direction: row-reverse;}

.SliderWhy{background-color: #f5f5f5; padding: 65px 20px; box-sizing: border-box;}
.ItemSliderWhy{display: flex!important; flex-wrap: wrap; justify-content: space-between; align-items: center; padding: 0 70px; box-sizing: border-box;}
.ImgSliderWhy{width: 42%;}
.TxtSliderWhy{width: 52%;}
.TxtSliderWhy h2{font-size: 35px; color: #131f39; position: relative; font-weight: normal; display: table; margin: 0 0 26px; padding: 8px 0;}
.TxtSliderWhy h2::before{content: ''; position: absolute; width: 60%; height: 6px; background-color: #C70014; bottom: -2px; left: 0;}
.TxtSliderWhy p{font-size: 18px; line-height: 25px;}
.SliderWhy .swiper-button-next, .SliderWhy .swiper-button-prev{color: #031937!important; font-weight: bold;}

.MainNumbers{background-color: #131f39; padding: 65px 20px; box-sizing: border-box;}
.MainNumbers .container{display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; max-width: 1200px;}
.ItemNumbers{width: 23%; background-color: #fff; text-align: center; padding: 30px; box-sizing: border-box;}
.ItemNumbers p{font-weight: bold; font-size: 40px;}
.ItemNumbers h4{font-weight: normal; color: #4d4d4d;}

.TextUber{width: 100%;margin: 55px auto;position: relative;text-align: center;background: #131f39;padding: 100px 20px 51px;box-sizing: border-box;}
.TextUber::before{content: url('images/nosotros.webp');position: absolute;top: 31px;left: 50%;margin-left: -32px;filter:brightness(2.5);}
.TextUber p{font-size: 20px; line-height: 25px; color: #f1f1f1; max-width:1000px; margin:auto;}
.TextUber a{display: table; margin: 15px auto 0; background-color: #C70014; color: #fff; padding: 8px 28px; border-radius: 7px; position: relative;}
.TextUber a:before {content: ''; position: absolute; top: 0; left: 0; width: 0; height: 100%; background: rgba(255,255,255,.3); border-radius: 7px; transition: all .8s ease;}
.TextUber a:hover:before {width: 100%;}

/************  REFERENCES **************/
.MainReferences{padding: 40px 0;}
.MainReferences .single-item-wrapper{flex-wrap: wrap;}
.MainReferences .item-content-wrapper{width: 100%; flex: auto!important; background-color: #fff!important; border: solid 1px #efefef; margin-bottom: 14px;}
.MainReferences .item-content-wrapper::before{color: #fff !important; position: absolute !important; left: -25px !important; top: 45px !important; font-size: 16px !important; background: #131f39 !important; padding: 12px 16px; border: none !important;}
.MainReferences .item-content-wrapper::after{clip-path: polygon(100% 0, 0% 100%, 100% 100%); content: ''; position: absolute !important; top: 23px !important; left: -25px; background-color: #496bb3; width: 25px !important; height: 23px !important; border: none !important; transition: none!important;}
.MainReferences .tss-wrapper[data-layout*="layout"] .rt-row.tss-even{justify-content: space-between;}
.MainReferences .tss-wrapper[data-layout*="layout"] .rt-row.tss-even::before{display: none!important;}
.MainReferences .rt-col-md-4{width: 31%;}
.MainReferences .item-content{}
.MainReferences .item-content p{font-size: 14px; text-align: justify;}
.MainReferences .tss-meta-info{display: flex; align-items: center;}
.MainReferences .tss-meta-info .profile-img-wrapper{width: 16%;}
.MainReferences .tss-meta-info .author-name{font-size: 14px !important; color: #5c5c5c !important; margin: 0!important;}
.MainReferences .tss-meta-info .author-bio{font-size: 14px !important; color: #5c5c5c !important; margin: 0!important;}
.MainReferences .tss-meta-info .rating-wrapper{margin: 0!important;}
.MainReferences .tss-meta-info .rating-wrapper span{font-size: 15px; color: #C70014!important;}

.MainCarrusel{border-top: solid 5px #e9e9e9; padding: 30px 20px; box-sizing: border-box;}
.carrusel {position: relative; overflow: hidden; width: 100%;}
.carrusel-track {display: flex; transition: transform 0.5s ease; will-change: transform; align-items: center; margin: auto; justify-content: space-between;}
.carrusel-item {flex-shrink: 0; text-align: center; padding: 10px 15px; box-sizing: border-box; width: 20%;}
.carrusel-item img {max-width: 100%; height: auto; filter: grayscale();}
.carrusel-btn {position: absolute; top: 50%; transform: translateY(-50%); background: none; color: #4d4d4d; border: none; padding: 5px 0px; cursor: pointer; z-index: 10; font-size: 75px;}
.carrusel-btn.prev { left: 0; }
.carrusel-btn.next { right: 0; }


/************** OFFERS *******************/
.ContentOffers{display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; padding:  80px 0 60px;}
.ImageOffers{width: 35%; position: relative;}
.ImageOffers::before{ width: 100%; height: 100%; content: ''; background-color: #f5f5f5; position: absolute; top: 25px; right: -25px; z-index: -1;}
.ContentOffers article{ width: 57%; padding-left: 60px; box-sizing: border-box;}
.ContentOffers article h1{font-size: 40px; color: #454545; font-weight: normal; margin-bottom: 15px;}
.ContentOffers article p{font-size: 20px;}
.ContentOffers article ul{margin: 31px 0px 11px 27px;}
.ContentOffers article ul li{list-style: decimal-leading-zero; color: #818181; padding-left: 9px; margin-bottom: 21px; line-height: 30px;}
.ContentOffers article ul li h3{color: #131f39; font-weight: normal; font-size: 25px;}
.ContentOffers article ul li h3 a{color: #131f39; background: url('images/arrow.webp') right center no-repeat; padding: 0px 31px 0px 0px; transition-duration: .5s;}
.ContentOffers article ul li h3 a:hover{color: #C70014; text-decoration: underline;}
.ContentOffers article ul li p{color: #5f5f5f; font-size: 16px;}

/*Category Single*/
.Single{padding: 80px 0 60px;}
.Single article img{position: relative; box-shadow: 25px 25px 0px #f5f5f5;}
.Single article img.alignleft{margin-right: 120px;}
.Single article img.alignright{margin-left: 120px;}
.Single article h2{font-size: 40px; color: #454545; font-weight: normal; margin-bottom: 15px;}
.Single article h3{margin-top: 30px; margin-bottom: 4px;}
.Single article p{font-size: 20px; line-height: 29px;}
.Single article .clear{width: 100%; border-top: solid 3px #cbcbcb; margin: 70px 0;}
.Single article a{display: table; margin: 15px auto 0; background-color: #C70014; color: #fff; padding: 8px 28px; border-radius: 7px; position: relative;}
.Single article a::before{content: ''; position: absolute; top: 0; left: 0; width: 0; height: 100%; background: rgba(255, 255, 255, .3); border-radius: 7px; transition: all .8s ease;}
.Single article a:hover:before {width: 100%;}

.BoxAufBau2{margin: 60px 0;}
.BoxAufBau2 h2{font-size: 35px; color: #131f39; position: relative; font-weight: normal; display: table; margin: 0 auto 50px; padding: 8px 0;}
.BoxAufBau2 h2::before{content: ''; position: absolute; width: 75%; height: 6px; background-color: #C70014; bottom: -2px; left: 50%; transform: translateX(-50%);}
.ItemAufBau{display: flex; flex-wrap: wrap; justify-content: space-between;}
.TitleAufBau{width: 40%; font-size: 27px; margin-top: 20px;}
.ProcessAufBau{width: 20%; display: flex; justify-content: center; position: relative;}
.ProcessAufBau::before {content: ""; position: absolute; top: 0; bottom: 0; width: 1px; background-color: #b3b3b3; /* plomo */ left: 50%; transform: translateX(-50%);}
.ProcessAufBau::after {content: ""; position: absolute; top: 0; width: 1px; background-color: #000095; left: 50%; transform: translateX(-50%); height: 0; transition: height 0.3s ease;}
.ProcessAufBau .dot {position: sticky; top: 50%; width: 12px; height: 12px; border-radius: 50%; background-color: #b3b3b3; z-index: 2; transition: background-color 0.3s ease;}
.ProcessAufBau.active::after {height: 100%;}
.ProcessAufBau.active .dot {background-color: #000095;}

.TextAufBau{width: 40%; padding: 25px 0; box-sizing: border-box;}
.TextAufBau p{}
.TextAufBau ul{margin-left: 20px;}
.TextAufBau ul li{font-size: 20px; list-style: disc;}

/*Kontakt Page*/
.ContentKontakt{}
.ContentKontakt article{padding: 50px 0;}
.ContentKontakt article p{font-size: 20px; line-height: 29px; text-align: center;}
.ContentKontaktForm{display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 40px;}
.FormLeftPage{width: 43%; border: solid 1px #ccc; border-radius: 10px; padding: 30px; box-sizing: border-box;}
.FormLeftPage h3{font-size: 28px; text-align: center; margin-bottom: 12px;}
.FormLeftPage input[type="text"], .FormLeftPage input[type="email"]{width: 100%; display: block; border: solid 1px #ccc; padding: 10px; box-sizing: border-box; margin: 8px 0;}
.FormLeftPage br{display: none;}
.FormLeftPage textarea{width: 100%; display: block; border: solid 1px #ccc; padding: 10px; box-sizing: border-box; margin: 8px 0;}
.FormLeftPage br{display: none;}
.FormLeftPage .wpcf7-list-item{margin: 0; font-size: 16px; text-align: left; line-height: 22px;}
.FormLeftPage input[type="submit"]{display: table; border: none; background: #5f5f5f; color: #fff; font-size: 19px; padding: 10px 25px; margin-top: 13px;}
.FormRghtPage{width: 55%; background: #f5f5f5; padding: 30px; box-sizing: border-box;}
.FormRghtPage h3{font-size: 28px; text-align: center; margin-bottom: 12px;}
.FormRghtPage p{font-size: 16px !important; margin: 8px 0; line-height: 25px !important;}

/*********** PAGE ***************/
.ContentPage{padding: 50px 0;}
.ContentPage h2{color: #131f39;}
.ContentPage h3{}
.ContentPage h4{}
.ContentPage p{font-size: 16px; margin: 8px 0; line-height: 25px;}
.ContentPage ul{margin:17px 2px 16px 18px;}
.ContentPage ul li{font-size: 16px; margin: 8px 0; list-style: square; line-height: 25px;}
.ContentPage ol{margin:17px 2px 16px 18px;}
.ContentPage ol li{font-size: 16px; margin: 8px 0; list-style: auto; line-height: 25px;}

/*********** CAREER ***************/
.TextUnsere{ padding: 50px 0;}
.TextUnsere h2{font-size: 35px; color: #131f39; position: relative; font-weight: normal; display: table; margin: 0 0 26px; padding: 8px 0;}
.TextUnsere h2::before{content: ''; position: absolute; width: 60%; height: 6px; background-color: #C70014; bottom: -2px; left: 0;}
.TextUnsere p{font-size: 19px; line-height: 27px; margin: 10px 0;}

.BoxWir{}
.BoxWir .container{display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.ItemWir1{width: 30%;}
.ItemWir1 img{box-shadow: 25px 25px 0px #f5f5f5; filter: grayscale(); transition-duration: .5s;}
.ItemWir1:hover img{filter: grayscale(0);}
.ItemWir1 h3{text-transform: uppercase;  margin: 39px 0 15px; letter-spacing: 1px; line-height: 26px;}
.ItemWir1 p{line-height: 24px; margin: 11px 0;}

.video-gallery {background-color: #f5f5f5; padding: 60px 20px; box-sizing: border-box;}
.video-main {position: relative; cursor: pointer; max-width: 850px; margin: auto;}
.video-main img {width: 100%;}
.play-btn {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 60px; color: white; background: rgba(0, 0, 0, 0); padding: 20px 25px; border-radius: 50%;}
.video-thumbs {display: flex; gap: 10px; margin: 15px auto 0; justify-content: space-around; max-width: 1100px;}
.video-thumb {cursor: pointer; width: 18%;}
.video-thumb img {width: 100%; transition: transform .3s;}
.video-thumb img:hover {transform: scale(1.05);}

/* Modal */
.video-modal {display: none; position: fixed; inset: 0; background: rgba(0,0,0,.8); z-index: 999;}
.video-modal-content {position: relative; width: 80%; max-width: 900px; margin: 5% auto;}
.video-modal iframe {width: 100%; height: 500px;}
.close {position: absolute; top: -40px; right: 0; font-size: 40px; color: white; cursor: pointer;}

.clear{clear:both;}
.clear:after{clear:both;display: block; content:""; height: 0; visibility: hidden;}

@media(max-width:1366px){
    .TextPeople{padding: 0 79px;}
    .TextServicio{padding: 0 30px;}
}

@media(max-width:1100px){

    .Top{padding: 0 22px; box-sizing: border-box;}
    .BannerVideo{max-height: 550px;}
    .ContentText{width: 85%;}
    .FormularioHome{padding: 0 22px; box-sizing: border-box;}
    .Nesletter{padding: 49px 20px;}
    .Nesletter ul li a{font-size: 19px;}

    .ContentOffers, .Single{padding: 80px 22px 60px; box-sizing: border-box;}
    .MainReferences, .ContentKontakt article, .TextUnsere, .BoxWir{padding: 45px 22px; box-sizing: border-box;}
}

@media(max-width:768px){
    .alignleft, .alignright{display: block; margin: auto auto 10px;float: none;}

    /*Display none*/
    .Datos, .ImgFormulario{display: none;}

    #wprmenu_bar .menu_title{display: inline-block; line-height: 35px; position: absolute !important; top: 3px !important;  left: 50%;  transform: translateX(-50%);}

    .SuperTop{position: fixed; top: 5px; right: 4px; z-index: 100000; background: none; width:auto;}
    .Language{width: 100%;}
    .Language a{color:#131f39;}
    .Language select option{background-color: #fff;}

    /*Banner*/
    .TextBanner{width: 100%; background: #ffffffd4; text-align: center;}
    .BannerImg img{height: 450px; object-fit: cover;}

    /*People*/
    .ContentPeople{width: 100%; margin: auto; border-bottom: solid 2px #e5e5e5; padding-bottom: 25px;}
    .ContentPeople+.ContentPeople{border: none;}
    .ImgPeople{width: 23%;}
    .TextPeople{width: 77%;}
    .TextPeople h2 {font-size: 30px;}
    .TextPeople p{font-size: 17px; line-height: 23px;}

    /*Offers*/
    .ItemService {width: 50%;}

    /*Why Home*/
    .ItemWhy{width: 49%; margin: 12px 0;}

    /*Formulario Home*/
    .BoxFormulario{width: 100%;}

    /*Newsletter*/
    .Nesletter{width: 95%;}
    .Nesletter ul li{width: 100%; text-align: center;}
    .Nesletter ul li+li{width: 100%; margin-top: 21px;}

    /*Footer*/
    .MenuFooter{width: 26%;}

    .BannerPage img{height: 250px; object-fit: cover;}
    .BannerPage h1{display: table; margin: auto; text-align: center;}

    /*Nosotros*/
    .PerfilItem{width: 100%;}
    .PerfilItem::before{display: none;}
    .ImgPerfilItem{width: 27%;}
    .TextPerfilItem {width: 70%;}
    .ImgSliderWhy{width: 70%; margin: auto;}
    .TxtSliderWhy{width: 66%; margin: auto;}
    .ItemNumbers{width: 49%; margin: 6px 0;}

    .TextUber{padding: 75px 22px 0; box-sizing: border-box;}

    .ImageOffers{width: 42%;}

    /*Refereneces*/
    .MainReferences .rt-col-md-4{width: 90%; margin: 20px auto;}
    .MainReferences .item-content-wrapper.tss-left{order: inherit;}
    .MainReferences .item-content-wrapper.tss-left::after{display: none!important;}
    .MainReferences .tss-meta-info .profile-img-wrapper{width: 8%;}

    /*Kontakt*/
    .FormLeftPage, .FormRghtPage{width: 100%; margin: 10px 0;}
    
}
@media(max-width:480px){

    .ContentText p{width: 100%;}
    .ImgPeople{width: 60%; margin: auto;}
    .TextPeople{width: 100%; padding: 0 60px; margin-top: 20px;}
    .SlideReferences h2{text-align: center;}
    .ItemService{width: 100%;}
    .ItemWhy{padding: 0 15px;}
    .FormLeft, .FormRight{width: 100%;}
    .LogoFooter, .MenuFooter{width: 100%; margin: 25px 0;}
    .ItemSliderWhy{padding: 0 15px;}
    .ImgSliderWhy {width: 90%;}
    .TxtSliderWhy {width: 82%;}
    .ImageOffers{width: 78%; margin: 10px auto;}
    .ContentOffers article{width: 100%; padding: 10px 0;}
    .ContentOffers article h1, .Single article h2{font-size: 33px;}
    .Single article img.alignleft, .Single article img.alignright{width: 78%; float: none; margin: 10px auto 35px;}
    .ItemWir1{width: 90%; margin: 0 auto 20px;}
    .ContentText h1{font-size: 20px;}
    .ContentText h2{font-size: 28px;}
    .ContentText ul li{font-size: 16px;}
    #wprmenu_bar .bar_logo{height: 19px!important;}
	
	.ItemService+.ItemService+.ItemService+.ItemService{width:100%;}
	
	.PerfilItem{flex-direction:column-reverse;}
	.TextPerfilItem{width:100%;}
	.PerfilItem+.PerfilItem{flex-direction:column-reverse; margin-top:65px;}
	.ItemNumbers{min-height:145px;}
}