@charset "UTF-8";
html{
  overflow-x: hidden;
  width: 100%;
}
body {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  color: #3e3e3e;
  overflow-x: hidden;
  width: 100%;
}

.MensajeGracias .video__text {
    text-align: center;
    padding: 60px 0px 60px 0px!important;
}

.video__text-mobile{display: none;}

.checkout__item_instagram{position: relative;overflow: hidden;}
.checkout__item_instagram .checkout__item_instagram-icon{
  right: 0;
  bottom: 0;
  position: absolute;
  padding: 0 3px;
  background: rgba(0,0,0,0.7);
  width: 32px;
  height: 32px;
  color: #fff;
  font-size: 22px;
  text-align: center;
}

.checkout__item_text{position: relative;overflow: hidden;}
.checkout__item_text .checkout__item_instagram-parrafo{
  right: 0;
  bottom: 0;
  position: absolute;
  padding: 10px;
      padding-right: 10px;
  background: rgba(0,0,0,0.7);
  width: 100%;
  color: #fff;
  font-size: 16px;
  text-align: left;
  margin: 0;
  line-height: 20px;
letter-spacing: 2px;
padding-right: 10px;
}

.MensajeGracias strong{
  font-size: 26px;
display: inline-block;
line-height: 24px;
margin-bottom: 35px;
width: 100%;
}

.TextMobile{display: none;}
.TextDesktop{display: block;}

.ImgLogoMobile{display: none;}
.ImgLogo{display: block;width:225px}

.header__form--line{display: none;}

.Formulario form input.inputError::-moz-placeholder {

    color: red;
    font-weight: bold;
    font-style: italic;
    font-size: 12px;

}

.Formulario form input.inputError, .Formulario form textarea.inputError {

    border: 1px solid red;

}


.BotonTop {
    position: fixed;
    z-index: 999;
    width: 40px;
    height: 40px;
    color: #fff;
    background: #4b9ed2;
    border-radius: 50%;
    text-align: center;
    padding-top: 4px;
    right: 15px;
    bottom: 15px;
    display: none;
}
.BotonTop:hover {
  color: #fff;
}

.navbar.header-gradient {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.navbar.header-gradient {background: #070040;}
.navbar.header-gradient .ImgLogo{width: 150px;}
.navbar.header-gradient .header-recommended--text{margin: 0;}

.hasScrolled {display: block !important;}

.navbar{
position: absolute;
width: 100%;
z-index: 900;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
*zoom: 1;
/*-moz-transform: translateY(-0%);
    -ms-transform: translateY(-0%);
    -webkit-transform: translateY(-0%);
    transform: translateY(-0%);
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;*/
/*background: transparent;*/
}

.navbar.hasActive{
  position: fixed;
  -moz-transform: translateY(0);
-ms-transform: translateY(0);
-webkit-transform: translateY(0);
transform: translateY(0);
top: 0;
width: 100%;
}

/*///////// GENERAL /////////*/

.sec__heading {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 3.5rem; }

.sec__title {
  color: #000;
  //text-transform: uppercase;
  font-weight: 400;
  font-size: 26px;
  //letter-spacing: 8px;
}

.sec__subtitle {
  color: #000;
  font-weight: 400;
  font-size: 14px;
  text-align: justify;
}

.py-section-1 {padding: 1.5rem 0; }
.py-section-2 {padding: 2rem 0; }
.py-section-3 {padding: 3.2rem 0; }
.py-section-4 {padding: 5rem 0; }
.py-section-5 {padding: 7rem 0; }

.index-front {z-index: 999; }

.gray-sec {background-color: #f4f4f4; }

/*///////// HEADER /////////*/

.slick-slider * {
outline: none; }

.slick-dots li button::before {
font-size: 15px;
opacity: 1;
color: #a4a4a4; }

.slick-dots li.slick-active button::before {
color: #31acb4;
opacity: 1; }

.slick-prev:before, .slick-next:before {
font-family: "FontAwesome";
color: #b75dec;
font-size: 40px; }

.slick-prev, .slick-next {
height: 40px; }

.slick-next {
z-index: 10;
right: 0; }
.slick-next:before {
content: ""; }

.slick-prev {
z-index: 10;
left: 0; }
.slick-prev:before {
content: ""; }

.header__slider .slick-dots {
text-align: left; bottom: -45px;}

.slick-dots li.slick-active button::before {

color: #31acb4;
opacity: 1;

}

.header {
  position: relative;
  /*background: url("../images/header/bg-slider-1.jpg") no-repeat center, rgba(0, 0, 0, 0.5);*/
  /*background-size: cover;*/
  /*padding-top: 20px;*/
}

.header__container {
  position: relative;
  z-index: 10;
  color: white;
  padding-top: 70px;
}
.header__slider--item {
  /*width: 80%;*/
}

.header__slider--item--title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 15px;
  text-shadow: 2px 2px 10px rgba(0,0,0,0.8);
}

.header__slider--item--subtitle {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 15px;
  text-shadow: 2px 2px 10px rgba(0,0,0,0.8);
}

.header__slider--item--parrafo {
  font-weight: 400;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 20px;
  text-shadow: 2px 2px 10px rgba(0,0,0,0.8);
}

.header__slider--item--dyas {
  width: 175px;
  margin-bottom: 25px;
  display: inline-block;
}

.header__slider--item--dyas--text{font-weight: 700; font-size: 26px;float: left;margin: 10px 0;line-height: 26px;text-shadow: 2px 2px 10px rgba(0,0,0,0.8);}
.header__slider--item--dyas--img{float: right;}

.header__slider--item--from{font-weight: 500; font-size: 15px;width: 180px; height: 60px;background: #e6b303;border-radius: 45px;padding: 10px 35px;line-height: 18px;text-transform: uppercase;box-shadow: 0px 3px rgba(230,180,3,0.5);}
.header__slider--item--from span{font-weight: 700; font-size: 21px;display: block;}

.header__form {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 1rem 1.8rem 1.5rem;
  border-radius: 25px;
  width: 310px;
  float: right;
}
.header__form--title {color: #fff;font-weight: 500;font-size: 15px;text-align: center;margin-bottom: 1rem;line-height: 18px;}
.header__form--title span{font-style: italic;}
.header__form--content .form-group{padding: 0 5px;}

.header__form--content .form-control {
  border-radius: 0;
  border: none;
  outline: 0;
  background-color: #ebebeb;
  font-size: 12px;
  padding: 0.5rem 1rem;
  border-radius: 20px;
}
.header__form--content .form-control::placeholder {
  color: black;
  font-weight: 600;
  font-size: 12px;
}
/*//////// CURSOS /////*/
.btn-cursos {
    color: #fff!important;
    background-color: #007bff;
    border-color: #007bff;
    border-radius:20px;
    box-shadow: 0px 3px #31acb45c;
    font-size: 15px;
    color:#fff;
}
.btn-cursos:hover {
  background-color: #0062cc;
}

.btn-cursos:focus {
  box-shadow: none;
}

.btn-cursos:active:focus {
  background-color: #31acb4 !important;
  box-shadow: none !important;
}

.btn-cursos2 {
    color: #fff!important;
    background-color: #007bff;
    border-color: #007bff;
    border-radius:20px;
    box-shadow: 0px 3px #31acb45c;
    font-size: 12px;
    color:#fff;
}
.btn-cursos2:hover {
  background-color: #0062cc;
}

.btn-cursos2:focus {
  box-shadow: none;
}

.btn-cursos2:active:focus {
  background-color: #31acb4 !important;
  box-shadow: none !important;
}

.btn-cursos-gris {
    color: #fff!important;
    background-color: #999;
    border-color: #999;
    border-radius:20px;
    box-shadow: 0px 3px #d1d1d1;
    font-size: 15px;
    color:#fff;
}
.btn-cursos-gris:hover {
  background-color: #0062cc;
}

.btn-cursos-gris:focus {
  box-shadow: none;
}

.btn-cursos-gris:active:focus {
  background-color: #31acb4 !important;
  box-shadow: none !important;
}


/*//////// CURSOS /////*/

.header__form--content .form-control:focus::placeholder {
      color: rgba(0, 0, 0, 0.5); 
}

.header__form--content .btn-wrapper {
  padding: 0 5px;
}
.header__form--content .btn-primary {
    background-color: #31acb4;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-radius: 20px;
    font-size: 18px;
    box-shadow: 0px 3px #31acb45c;

}
.header__form--content .btn-primary:hover {
  background-color: #0062cc; }
.header__form--content .btn-primary:focus {
  box-shadow: none; }
.header__form--content .btn-primary:active:focus {
  background-color: #31acb4 !important;
  box-shadow: none !important; }

.header-recommended {text-transform: uppercase;margin-right: 11rem !important;}
.header-recommended--img {float: left;margin-right: 10px;}
.header-recommended--text {font-weight: 600;font-size: 17px;min-width: 250px;line-height: 20px;}

.header-phone {position: relative;top: -6px;text-transform: uppercase;background: #9821fa;width: 155px;border-radius: 25px;padding: 7px 19px;text-align:center;height: 45px;}
.header-phone--img {float: left;margin-right: 5px;margin-top: 2px;}
.header-phone--text {font-weight: 500;font-size: 13px;//min-width: 250px;line-height: 15px;margin: 0;}

/*///////// END HEADER /////////*/

/*///////// MOST STYLE /////////*/

.py-section-most{padding: 5rem 0 0 0rem;}

.seccion_most .sec__heading {
    text-align: center;
    max-width: 900px;
    margin: 3.5rem auto 3.5rem;
}

.most__item {
  text-align: center;
  margin-bottom: 2rem;
  border-top: 6px solid #333;
}
.most__item_color1 {border-color: #b75dec;}
.most__item_color2 {border-color: #070040;}
.most__item_color3 {border-color: #b75dec;}

.most__item--title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  text-align: left;
  float: left;
  //width: 80%;
  padding: 10px 40px 10px 40px;
  margin: 0px;
}
.most__item--title2 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  color: #333;
  text-align: center;
  padding: 10px 40px 10px 40px;
  margin: 0px;
}
.most__item--title3 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  text-align: center;
  //float: left;
  //width: 80%;
  padding: 10px 40px 10px 40px;
  margin: 10px;
}

.most__item--title.px2{
  padding: 12px 20px 0px 40px !important;
}

.most__item--number {
  text-transform: uppercase;
  font-size: 38px;
  font-weight: 300;
  color: #333;
  float: left;
  background: #c4c2c2;
  width: 20%;
  text-align: center;
  padding: 18px 0 10px 0px;
  margin: 0px;
  line-height: 28px;
}
.most__item--number .dyas{display: block; font-size: 12px;}
.most__item--title .subtitle{display: block; font-size: 14px;text-transform: none;}
.most__item--title--wrapper {background: #dfdcdc; float: left; width: 100%;}
.most__item--btn--wrapper {
  background: #f3f2f2;
  float: left;
  width: 100%;
  padding: 30px 40px 20px 40px;
  text-align: left;
  min-height: 150px;
  position: relative;
}
.most__item--btn--wrapper2 {
  background: #f3f2f2;
  float: left;
  width: 100%;
  padding: 30px 40px 20px 40px;
  text-align: left;
  //min-height: 150px;
  position: relative;
}

.most__item--btn--text{font-size: 13px;margin-bottom: 20px;line-height: 16px;}
.most__item--btn--action{
  background: #c70e4b;
  font-weight: 500;
  font-size: 14px;
  width: 165px;
  height: 36px;
  border-radius: 20px;
  padding: 10px 35px;
  line-height: 16px;
  text-transform: uppercase;
  color: #fff;
  bottom: 20px;
  position: absolute;
}
.most__item--btn--action:hover{
  box-shadow: 0px 3px rgba(200,14,75,0.5);
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}
.most__item--btn--action span{
  font-weight: 700;
  font-size: 18px;
  display: block;
}

.most__item--img--wrapper {
  margin-bottom: 0rem;
  height: 220px;
  overflow: hidden;
}
.most__item--img--wrapper img {
object-fit: cover;
width: 100%;
height: 100%;
transition: all 0.5s ease; }
.most__item--cap {
font-size: 14px;
margin-bottom: 0;
line-height: 1.3;
text-align: left; }
.most__item:hover .most__item--img--wrapper img {
transform: scale(1.1); }

/*///////// END MOST STYLE /////////*/

/*///////// DIRECTORES STYLE /////////*/

.seccion_directores  {
    background: #1B273D;
    padding: 60px 0 40px 0;
}

.seccion_directores .sec__heading {
    text-align: center;
    max-width: 900px;
    margin: 0rem auto 0rem;
}

.seccion_directores .sec__title {
  color: #fff;
  font-weight: 400;
  font-size: 26px;
  margin-bottom: 46px;
  
}

.directores__item--title {
  //text-transform: uppercase;
  font-size: 22px;
  //font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 10px 40px 10px 40px;
  margin: 10px;
}

.directores__item--title.px2{
  padding: 12px 20px 0px 40px !important;
}

.directores__item--title--wrapper { float: left; width: 100%;}
.directores__item--btn--wrapper {
  background: #f3f2f2;
  float: left;
  width: 100%;
  padding: 30px 40px 20px 40px;
  text-align: left;
  min-height: 150px;
  position: relative;
}
.directores__item--btn--wrapper2 {
    float: left;
  width: 100%;
  padding: 0 40px 0 40px;
  text-align: left;
  //min-height: 150px;
  position: relative;
}

.directores__item--btn--text{
	color:#fff;
	font-size: 16px;
	text-align:center;
	line-height: 20px;
}

.directores__item--btn--action{
  background: #c70e4b;
  font-weight: 500;
  font-size: 14px;
  width: 165px;
  height: 36px;
  border-radius: 20px;
  padding: 10px 35px;
  line-height: 16px;
  text-transform: uppercase;
  color: #fff;
  bottom: 20px;
  position: absolute;
}
.directores__item--btn--action:hover{
  box-shadow: 0px 3px rgba(200,14,75,0.5);
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}
.directores__item--btn--action span{
  font-weight: 700;
  font-size: 18px;
  display: block;
}

.directores__item--img--wrapper {
  margin-bottom: 0rem;
  height: 320px;
  width: 280px;
  display: block;
      margin-left: auto;
    margin-right: auto;
}
.directores__item--img--wrapper img {
object-fit: cover;
width: 100%;
height: 100%;
transition: all 0.5s ease; }
.most__item--cap {
font-size: 14px;
margin-bottom: 0;
line-height: 1.3;
text-align: left; }
.most__item:hover .most__item--img--wrapper img {
transform: scale(1.1); }

/*///////// END DIRECTORES STYLE /////////*/


/*///////// MISION STYLE /////////*/

/*.py-section-mision{padding: 5rem 0 0 0rem;}*/


.seccion_mision  {
background: url(../images/mision/bg-mision.jpg) no-repeat center;
    background-size: cover;
    padding: 80px 0 80px 0;
}


.mision__item--title {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  //float: left;
  //width: 80%;
  padding: 10px 40px 10px 40px;
  margin: 10px;
}

.mision__item--title.px2{
  padding: 12px 20px 0px 40px !important;
}

.mision__item--number {
  text-transform: uppercase;
  font-size: 38px;
  font-weight: 300;
  color: #333;
  float: left;
  background: #c4c2c2;
  width: 20%;
  text-align: center;
  padding: 18px 0 10px 0px;
  margin: 0px;
  line-height: 28px;
}
.mision__item--number .dyas{display: block; font-size: 12px;}
.mision__item--title--wrapper { float: left; width: 100%;}
.mision__item--btn--wrapper {
  background: #f3f2f2;
  float: left;
  width: 100%;
  padding: 30px 40px 20px 40px;
  text-align: left;
  min-height: 150px;
  position: relative;
}
.mision__item--btn--wrapper2 {
    float: left;
  width: 100%;
  padding: 0 40px 0 40px;
  text-align: left;
  //min-height: 150px;
  position: relative;
}

.mision__item--btn--text{color:#fff; font-size: 16px; text-align:center; line-height: 18px;}
.mision__item--btn--action{
  background: #c70e4b;
  font-weight: 500;
  font-size: 14px;
  width: 165px;
  height: 36px;
  border-radius: 20px;
  padding: 10px 35px;
  line-height: 16px;
  text-transform: uppercase;
  color: #fff;
  bottom: 20px;
  position: absolute;
}
.mision__item--btn--action:hover{
  box-shadow: 0px 3px rgba(200,14,75,0.5);
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}
.mision__item--btn--action span{
  font-weight: 700;
  font-size: 18px;
  display: block;
}

.mision__item--img--wrapper {
  margin-bottom: 0rem;
  height: 220px;
  overflow: hidden;
}
.mision__item--img--wrapper img {
object-fit: cover;
width: 100%;
height: 100%;
transition: all 0.5s ease; }
.most__item--cap {
font-size: 14px;
margin-bottom: 0;
line-height: 1.3;
text-align: left; }
.most__item:hover .most__item--img--wrapper img {
transform: scale(1.1); }

/*///////// END MISION STYLE /////////*/

/*///////// WHY STYLE /////////*/

#whyChoose__slider .slick-prev::before, #whyChoose__slider .slick-next::before {
    font-family: "FontAwesome";
    color: #3a63db;
    font-size: 40px;
}

.transformative__item--title-mobile{display: none;}

.py-section-why{padding: 0rem 0 0rem 0rem;}

.sec__heading-why{margin-bottom: 1rem;}


.whyChoose__item {
  text-align: center;
  margin-bottom: 2rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.whyChoose__item--title {
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 14px;
  padding: 10px 0px;
}
.whyChoose__item--desc {
  font-size: 13px;
  color: #00000e;
  text-align: justify;
}
.whyChoose__item--img {
  transition: all 0.2s ease;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*.whyChoose__item:hover .whyChoose__item--img {
transform: translateY(-15px); }
*/
#whyChoose__slider .slick-list {
  padding: 1rem 0; }

/*///////// END WHY STYLE /////////*/

/*///////// Transformative STYLE /////////*/

.transformative__item--btn span{display: none;}

.transformative_sec {
  background: url("../images/transformative/bg-a-transformative.jpg") no-repeat center;
  background-size: cover;
  color: white;
  padding-top: 160px;
  padding-bottom: 150px;
  background-attachment: inherit;
}

.transformative__item{
  text-align: right;
}
.transformative__item--title{
  font-weight: 600;
  font-size: 34px;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
}
.transformative__item--subtitle{
  font-weight: 400;
  font-size: 34px;
  text-transform: uppercase;
  margin-bottom: 35px;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
}
.transformative__item--btn{
  background-color: #7d267c;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 45px;
  font-size: 18px;
  width: 297px;
  height: 41px;
  color: #fff;
  text-align: center;
  padding: 8px 0px 7px 0px;
  display: inline-block;
  box-shadow: 0px 3px #7d267c6b;
}
.transformative__item--btn:hover{
  text-decoration: none;
  color: #fff;
}

/*///////// END Transformative STYLE /////////*/

/*///////// Checkout STYLE /////////*/

.checkout__heading{
  background: #1B273D;
  width: 100%;
  text-align: center;
  margin: 0;
  display: inline-block;
  padding: 0;
  max-width: 100%;
  min-height: 100px;
  padding: 32px 0 32px 0;
}

.checkout__heading .sec__title{
  font-size: 20px;
  color: #fff;
  letter-spacing: 2px;
  //text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
}

.checkout__heading .sec__subtitle{
  color: #fff;
  padding: 0 6% 0 6%;
  text-align: center;
  letter-spacing: 2px;
  //text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
}

.checkout__item {
  position: relative;
  display: block;
  background-color: #ebebeb;
  box-shadow: 0px 5px 12.22px 0.78px rgba(1, 1, 1, 0.2);
  transition: all 0.2s ease;
}
.checkout__item--img--wrapper {}
.checkout__item--img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.checkout__item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*background-image: linear-gradient(0deg, black, rgba(0, 0, 0, 0));*/
  transition: all 0.4s ease;
}
.checkout__item:hover {
box-shadow: 0px 5px 12.22px 0.78px rgba(1, 1, 1, 0.35); }
.checkout__item:hover .checkout__logo {
opacity: 0;
transform: scale(0.7) translateY(15px); }
.checkout__item:hover:before {
opacity: 0; }

.checkout__logo {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: flex;
justify-content: center;
align-items: center;
transition: all 0.2s ease; }

/*///////// END Checkout STYLE /////////*/

/*///////// Trip STYLE /////////*/

.trip__item {
  text-align: center;
  padding-bottom: 25px;
}

.trip__item--content_left {
  margin-bottom: 0rem;
  float: left;
  width: 30%;
  padding: 0px;
  border-right: 2px solid #dead03;
  text-align: center;
}
.trip__item--content_left img {
  display: inline-block;
}

.trip__item--content_right {
  float: left;
  width: 70%;
  text-align: left;
  padding-left: 65px;
  padding-top: 10px;
}

.trip__item--content_right--title{
  font-weight: 600;
  font-size: 20px;
}

.trip__item--content_right--text{
  margin-bottom: 35px;
  font-weight: 400;
  font-size: 15px;
}

.trip__item--content_right--icon{
  margin-bottom: 55px;
}

#trip__slider .slick-dots li.slick-active button::before {
    color: #c5c3c4;
    opacity: 1;
    background:  #c5c3c4;
    border: 2px solid transparent;
}
#trip__slider .slick-dots li button::before {
    font-size: 10px;
    opacity: 1;
    color: transparent;
    border: 2px solid #c5c3c4;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    line-height: 15px;
}

#trip__slider .slick-dots{
  bottom: -45px;
}



/*///////// END Trip STYLE /////////*/

.recommended_sec {
  background: url("../images/recommended/bg-footer.jpg") no-repeat center;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 100px;
}

.recommended__items{margin-bottom: 100px;
display: inline-block;
width: 100%;}

.recommended__item{width: 20%; float: left;}
.recommended__item img{display: inline-block;}

.recommended_sec .sec__heading {text-align: center;}
.recommended_sec .sec__heading .sec__title{color: #fff;letter-spacing: 2px;margin-bottom: 25px;}
.recommended_sec .sec__heading .sec__line{background: #fff; width: 260px; height: 4px;display: inline-block;}

.recommended_footer{max-width: 650px; margin: 0 auto;text-align: center;}

.recommended_footer--visit{color: #fff;display: inline-block;font-size: 16px;margin-right: 15px;}
.recommended_footer--direccion{color: #fff;display: inline-block;font-size: 16px;margin-right: 15px;}
.recommended_footer--direccion .IconMap{margin-right: 10px;position: relative;top: -2px;}
.recommended_footer--redes{color: #fff;display: inline-block;font-size: 16px;}
.recommended_footer--redes .recommended_footer--redes_link{margin-left: 10px;color: #fff;}
.recommended_footer--redes .recommended_footer--redes_link .IconMundo{
position: relative;
top: -2px;
width: 15px;
left: -4px;
color: #fff;
}

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

.footer_sec {
  background: url("../images/footer/bg-footer.jpg") no-repeat center;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 100px;
}
.col-md-5ths {
  width: 16%!important;
  //float: left;
}
.footer__items{margin-bottom: 100px;
display: inline-block;
width: 100%;}

.footer__item{width: 20%; float: left;}
.footer__item img{display: inline-block;}

.footer_sec .sec__heading {text-align: center;}
.footer_sec .sec__heading .sec__title{color: #fff;letter-spacing: 2px;margin-bottom: 25px;}
.footer_sec .sec__heading .sec__line{background: #fff; width: 260px; height: 4px;display: inline-block;}

.footer_footer{max-width: 650px; margin: 0 auto;text-align: center;}

.footer_footer--visit{color: #fff;display: inline-block;font-size: 16px;margin-right: 15px;}
.footer_footer--direccion{color: #fff;display: inline-block;font-size: 16px;}
.footer_footer--direccion .IconMap{margin-right: 10px;position: relative;top: -2px;}
.footer_footer--redes{color: #fff;display: inline-block;font-size: 16px;}
.footer_footer--redes .footer_footer--redes_link{margin-left: 10px;color: #fff;}
.footer_footer--redes .footer_footer--redes_link .IconMundo{
position: relative;
top: -2px;
width: 15px;
left: -4px;
color: #fff;
}

/*///////// END FOOTER /////////*/

/*///////// Transformative STYLE /////////*/

.video_sec {
  background: #1B273D;
  color: white;
  padding-top: 0px;
  padding-bottom: 0px;
}

.video__iframe-grid{
  background: #fff;
  padding-right:0px;
}

.video__iframe {
    //padding: 0 80px 0px 80px;
    height:100%;
}
.video__iframe img{width: 100%;height: 100%;object-fit: cover;}
.video__iframe iframe{margin: 0;float: left;}

.video__text{text-align: center;padding: 110px 180px 0 70px;}
.video__text--title{
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 4px;
  margin-bottom: 30px;
}
.video__text--line{
  width: 150px;
  height: 4px;
  background: #fff;
  display: inline-block;
  margin-bottom: 20px;
}
.video__text--subtitle{
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 15px;
}

.SeccionBeneficios{
  padding-top: 70px;
}

.video__text {
        padding: 101px 70px 101px 70px;
}

.SeccionBeneficios .sec__title{
  margin-bottom: 35px;
}

/*----------------------- Preloader ----------------------- */
body.preloader-site {
  overflow: hidden; }

.preloader-wrapper {
  height: 100%;
  width: 100%;
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999; }
  .preloader-wrapper .preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.header {
    /*height: 100vh;*/
    /*overflow: hidden;*/
}

.header__slider{
  position: relative;
}
.header .slick-slide{
  position: relative;
}
.header__slider .HeaderSlider-Img{
  width: 100%;
}
  .header__slider .HeaderSlider-Img.ImgDesk{display: block;}
  .header__slider .HeaderSlider-Img.ImgMob{display: none;}

.header__slider .header__slider--item {
    position: absolute;
    width: 1140px;
    margin: 0 auto;
    display: block;
    left: 50%;
    margin-left: -570px;
    top: 30%;
}
.header__slider--item--title, .header__slider--item--parrafo{
  color: #fff;
  width: 450px;
}

.header__slider--item--title{
  min-height: 80px;
}

.header__slider .slick-dots{
  width: 1140px;
  left: 50%;
    margin-left: -570px;
    top: 80%;
    z-index: 99;
}

.header__slider--item--parrafo{
  min-height: 250px;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    padding: 0;
    cursor: pointer;
    margin-left: 0;
}

.header__formulario{
  position: absolute;
  width: 1140px;
  left: 50%;
  z-index: 8;
  margin-left: -570px;
  top: 20%;
}