/*
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;}

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

/*********************** SUPER TOP ************************/
.SuperTop{background-color: #131f39; padding: 5px; box-sizing: border-box;}
.SuperTop .container{display: flex; justify-content: space-between; flex-wrap: wrap;}
.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;}

/**************** 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: #B69265;}
.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: #B69265; 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: #b29063;}
.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: #b29063; 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: #b29063; 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: #b29063; 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;}

/*************** 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 25px; 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:#b29063; 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%;}
.FormLeft, .FormRight{width:48.5%;}
.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; box-sizing: border-box; color: #515151; font-size:17px; margin-bottom:18px;}
.ContentForm input[type="checkbox"]{width:auto;}
.ContentForm textarea{border: none; border-bottom: solid 1px #C5C5C5; width: 100%; padding: 10px 1px; box-sizing: border-box; color: #515151; font-size:17px; margin-bottom:18px; font-family:"Roboto", sans-serif; height:101px;}
.BoxFormulario input[type="submit"]{display: table; margin: 20px auto 0; background-color: #b29063; color: #333333; cursor: pointer; border: none; text-transform: uppercase; font-weight: bold; font-size: 14px; letter-spacing: 1px; padding: 10px 28px;}
.ImgFormulario{width:28%;}

/***************** NEWSLETTER *************/
.Nesletter{background-color: #131f39; margin: 50px auto; color: #fff; padding: 49px; box-sizing: border-box;}
.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:#b29063;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;}
.LogoFooter{width:25%;}
.LogoFooter p{color:#fff;}
.LogoFooter ul{
    margin-top: 32px;
}
.LogoFooter ul li{display:inline-block;margin-right: 6px;}
.LogoFooter ul li a{background-color:#b29063;color:#fff;display: block;padding: 6px 9px;border-radius: 100%;}

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

/********* 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;}
.BannerPage h1::before{content: ''; position: absolute; width: 75%; height: 6px; background-color: #b29063; 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: #b29063; 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: #b29063; 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%; max-width: 1000px; margin: 55px auto; position: relative; text-align: center; padding-top: 75px;}
.TextUber::before{content: url('images/nosotros.webp'); position: absolute; top: 0; left: 50%; margin-left: -32px;}
.TextUber p{font-size: 20px; line-height: 25px;}
.TextUber a{display: table; margin: 15px auto 0; background-color: #b29063; 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%;}


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

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