/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
@import url('https://fonts.googleapis.com/css?family=Condiment');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.no-padding{
  padding: 0px !important;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/**********! FAQS */
.faqs .top{
    position: relative;
}
.faqs .top .row .row div:first-child a{
    color: #0080bc;
}
.faqs .top .row div:first-child a:hover{
    text-decoration: none;
}
.faqs .form .contact{
    margin-top: 0;
}
.faqs .bread-links{
    color: #8099A6;
}
.faqs .bread-links:hover{
    color: #8099A6;
}
.faqs ul {
    padding-left: 0;
}
.faqs ul li{
    list-style: none;
}
.faqs .wrapper{
    padding: 20px;
}
.faqs .faq-list h2.title{
    font-size: 26px;
    font-weight: bold;
}
.faqs .faq-list .list-group-item{
    color: #35ADB1;
    font-size: 16px;
    font-weight: bold;
}
.faqs .faq-list .list-group-item i.fa-minus-circle{
    display: none;
}
.faqs .faq-list .list-group-item i{
    float: right;
}
.faqs .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.faqs a.list-group-item{
    border: 0;
    border-top: 1px solid #ccc;
}
.faqs a.list-group-item.active,
.faqs a.list-group-item:hover{
    border-color: #ccc;
    color: #FFA222;
    background-color: transparent;
}
.faqs a.list-group-item:focus{
    background-color: transparent;
}
.faqs a.list-group-item.active i.fa-minus-circle{
    display: block;
}
.faqs a.list-group-item.active i.fa-plus-circle{
    display: none;
}
.faqs .panel {
    margin-bottom: 0;
    border: 1px solid transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.faqs .map{
    margin: 0 auto;
    padding-top: 15px;
    text-align: center;
}
/************************! GLOBAL */
body{
    color: #8099a6;
    margin: 0 auto;
    font-family: Helvetica Neue, sans-serif;
    font-size: 14px;
}
/**********! HEADER */
.header{
    position: relative;
}
.header a{
  color: #0080bc;
  font-weight: 300;
  font-size: 15px;
}
.top{
    background: rgba(256,256,256, .85);
    border-top: 10px solid #0080bc;
    left: 0;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}
.header .logo{
    text-align: center;
}
.top .row .row div:first-child{
    text-align: left;
}
.top .row .row div:last-child{
    text-align: right;
}
/*! Slider */
.slider{
}
.caption{
    position: absolute;
    text-align: left;
    top: 20%;
    width: 100%;
    z-index: 1;
}
.caption h1{
    color: #8099a6;
    font-family: 'Encode Sans Expanded', sans-serif;
    font-weight: 700;
}
.caption h1 span{
    color: #ffa222
    text-transform: uppercase;
    font-weight: 400;
}
.caption img{
  width: 105px;
  float: left;
  margin-top: -10px;
  margin-left: -2px;
}
.caption p{
    font-family: 'Encode Sans Expanded', sans-serif;
    font-size: 26px;
    margin-bottom: 20px;
    margin-top: 19px;
}
.caption p strong{
    font-weight: bold;
}
.caption p span{
  color: #ffa222;
}
/**********! SECTIONS */
.galeria-general{
  width: 100%;
  display: inline-block;
  position: relative;
}
.carousel-control{
  width: 5% !important;
  z-index: 9;
}
.carousel-indicators .active{
  background-color: #ffa222 !important;
  width: 15px !important;
  height: 15px !important;
}
.carousel-indicators li{
  width: 15px !important;
  height: 15px !important;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next{
 color: #fff;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev{
  color: #fff;
}

.carousel-indicators {
    bottom: 40px !important;
}

.carousel-control.right{
    background-image: none !important;
}
.carousel-control.left{
    background-image: none !important;
}

/*! Form */
.word .text{
  width: 100%;
  float: right;
  position: relative;
  display: inline-block;
  max-width: 420px;
  margin-top: -5%;
}
.word .text h1 .text1{
    color: white;
    font-size: 90px;
    float: left;
    text-align: left;
    font-family: 'Flamenco', cursive;
}
.word .text h1 .text2{
    color: white;
    font-size: 90px;
    float: right;
    text-align: right;
    margin-right: 40px;
    font-family: 'Flamenco', cursive;
}
.word .text p{
  color: white;
  width: 100%;
  display: inline-block;
  position: relative;
  font-size: 24px;
}
.word .info{
  width: 100%;
  float: left;
  position: relative;
  display: inline-block;
  max-width: 420px;
  margin-top: 3%;
}
.word .info h1 .text1{
    color: #8099A5;
    font-size: 90px;
    float: left;
    text-align: left;
    font-family: 'Flamenco', cursive;
}
.word .info h1 .text2{
    color: #8099A5;
    font-size: 90px;
    float: right;
    text-align: right;
    margin-right: 40px;
    font-family: 'Flamenco', cursive;
}
.word .info p{
  color: #8099A5;
  width: 100%;
  display: inline-block;
  position: relative;
  font-size: 26px;
}
.form{
    color: white;
}
.form .contact{
    position: relative;
    margin-top: -42.5px;
}
.form .contact .container {
    background: #ffa222;
}
.form .calendar{
    position: relative;
    width: 143px;
    z-index: 1;
}
.form .calendar i.fa-calendar{
    position: absolute;
    right: 8px;
    top: 8px;
    color: white;
    z-index: -1;
}
.form .form-group{
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 5px;
    padding-right: 6px;
}
.form .title{
  font-family: 'Encode Sans Expanded', sans-serif;
  font-size: 27px;
  font-weight: normal;
  margin: 0;
  margin-left: 0px;
  padding-top: 22px;
  width: 150px;
  margin-left: 10px;
}
.form label{
    padding-right: 5px;
    padding-top: 5px;
    font-family: 'Encode Sans Expanded', sans-serif;
    font-size: 18px;
    font-weight: normal;
    padding-left: 5px;
}
.form input{
    background: transparent;
    border: 2px solid white;
    height: 30px;
    font-family: Helvetica Neue, sans-serif;
}
.form .select{
    position: relative;
    width: 50px;
    z-index: 1;
}
.form select{
    border-radius: 0;
    color: white;
    cursor: pointer;
    font-weight: 700;
    padding-left: 4px;
    width: 50px;


    background: transparent;
    border: 2px solid white;
    height: 30px;
    font-family: Helvetica Neue, sans-serif;

    /* reset */
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.form select option{
    background: transparent;
    color: #8099a6;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.form select::-ms-expand {
    display: none;
}
.form .select .fa-angle-down{
    position: absolute;
    font-family: Fontawesome;
    font-style: normal;
    font-weight: 700;
    right: 8px;
    top: 6px;
    z-index: -1;
}
.form button{
    background: #0080C1;
    background: linear-gradient(0deg, #0080C1,#0097C1);
    border-radius: 0;
}
.form button:hover{
    color: white;
    background: #0080C1;
}

.form input.datepicker{
    cursor: pointer;
    font-weight: 700;
    padding-left: 10px;
    width: 143px;
}
.form input.numbers{
    color: white;
    font-weight: 700;
    padding-left: 10px;
    width: 50px;
}

.form i{
    font-family: Fontawesome, Arial;
}

.form input.datepicker::-moz-placeholder{
    color: white;
    font-family: Fontawesome;
    text-align: right;
}
.form input.datepicker:-moz-placeholder{
    color: white;
    font-family: Fontawesome;
    text-align: right;
}
.form input.datepicker::-webkit-input-placeholder{
    color: white;
    font-family: Fontawesome;
    text-align: right;
}
.form input.datepicker:-ms-input-placeholder{
    color: white;
    font-family: Fontawesome;
    text-align: right;
}




/*! Description */
.description{
    line-height: 15px;
    margin-top: 85px;
    margin-bottom: 45px;
}

.description .title{
    color: #35adb2;
    font-family: 'Encode Sans Expanded', sans-serif;
    padding-left: 18px;
    padding-right: 18px;
}
.description .title2 strong{
  color: #35adb2;
  font-family: 'Encode Sans Expanded', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
}

.description .title .text1{
  color: #35adb2;
  font-family: 'Flamenco', cursive;
  font-size: 40px;
  display: inline-block;
  position: relative;
  float: left;
  width: 100%;
}
.description .vigencia{
  width: 100%;
  display: inline-block;
  position: relative;
  max-width: 355px;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  padding: 0px 25px;
  color: #8099A5;
}
.banamex{
  color: #8099A5;
}
.description .title .text2{
  font-size: 25px;
    color: #8099A5;
    font-family: 'Flamenco', cursive;
    position: relative;
    display: inline-block;
    padding-right: 15px;
}
.description .title .text3{
  color: #0080bc;
    font-family: 'Encode Sans Expanded', sans-serif;
    font-size: 40px;
    display: inline-block;
    position: relative;
}
.description h2.title{
    margin: 0;
}
.description h2.title strong{
    color: #35adb2;
}
.restriccion{
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 10px;
  color: #8099A5;
}
.nomargin{
    margin: 0;
}
/*banner*/
.description .banner{
  background-color: #155383;
  margin-top: 50px;
  margin-bottom: 10px;
  display: flex;
align-items: center;
color: #ffffff;
}
.description .banner a {
  color: #fff;
  background: linear-gradient(0deg, #0080C1,#0097C1);
padding: 15px;
margin-bottom: 25px;
text-decoration: none;
}
.description .banner a:hover{
    background: #0080C1;
}
.description .banner .time{
  background: #ffa222;
  color: #ffffff;
  padding: 20px;
  margin-left: -15px;
  margin-right: -15px;
}
.description .banner .time .clock{
  width: 25% !important;
}
.description .banner div{
  padding-left: 0;
  padding-right: 0;
}
.description .banner div:nth-child(2){
  margin-left: 20px;
}
/*fin-banner*/

/* Portafolio */
.espacio-abajo{
  margin-bottom: 40px;s
}
.contain-galey{
  width: 100%;
  position: relative;
  display: inline-block;
  float: left;
}
.bs-example{
      margin: 20px;
    }
    .modal-content iframe{
        margin: 0 auto;
        display: block;
    }
.portafolio{ 
  background: #f2f2f2 !important;
  color: #8099A5; 
}
.portafolio .tit{
  width: 100%;
  position: relative;
  display: inline-block;
  font-weight: 300;
  font-family: 'Flamenco', cursive;
  padding-bottom: 30px;
  padding-top: 30px;
  text-align: center;
}

.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 18px !important;
    border-radius: 5px;
    text-align: center;
    color: #8099A5 !important;
    margin-bottom: 30px;
    background: transparent !important;
    border-color: transparent !important;

}
.btn.active, .btn:active{
  -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.125) !important;
  box-shadow: inset 0 0px 0px rgba(0,0,0,.125) !important;
}
.filter-button span::before {
    content: "\f1db";
    font-family: FontAwesome;
    text-decoration: inherit;
    color: #8099A5;
    position: relative;
    width: 15px;
    height: 15px;
    font-size: 18px;
    padding-right: 5px;
}
.filter-button:hover
{
    font-size: 18px;
    border-radius: 5px;
    text-align: center;
    color: #0080bc;
    background: transparent;
    border-color: transparent;

}
.filter-button:focus, .filter-button.focus {
    ∫background-color: transparent;
    border-color: transparent;
}

.filter-button:hover span::before {
    content: "\f111";
    font-family: FontAwesome;
    text-decoration: inherit;
    color: #0080bc;
    position: relative;
    width: 15px;
    height: 15px;
    font-size: 18px;
    padding-right: 5px;
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background-image: none;
    background: transparent;
    border-color: transparent;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .125);
    color: #0080bc;
}

.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    //margin-bottom: 30px;
}
.gallery_product .gallery-item::before {
    height: 100%;
    opacity: 0;
    position: absolute;
    transform: scale(0.5);
    transition: all 0.3s ease 0s;
    width: 100%;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    background: rgba(128, 150, 163, 0.9);
    z-index: 9;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    top: 0;
    left: 0px;
    right: 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    transition-property: top;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    -ms-transition-duration: .5s;
    transition-duration: .5s;
    color: #ffffff;
    font-size: 70px;
    color: #fff;
  content: "+";
  transform: scale(0);
  transition: all 0.3s ease 0s;
}

.gallery_product:hover .img-youtubehomeo::before {
    opacity: .5;
    transform: scale(1);
}

.gallery_product:hover a::after {
    transform: scale(1);
}


.gallery_product .gallery-item:hover{
  background: rgba(128, 150, 163, 0.7);
}

.gallery_product:hover .gallery-item::before {
    opacity: .5;
    transform: scale(1);
}

/* fin Portafolio */

/*! Paradise */
.paradise{
    background: #0080c1;
    color: white;
    padding: 48px 0;
}
.paradise .wrap{
    margin: 0 auto;
    //max-width: 940px;
}
.paradise .title{
    font-weight: 300;
    font-family: 'Flamenco', cursive;
    font-size: 30px;
    padding-bottom: 20px;
}
.paradise .descripcion{
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  padding: 0px 20px;
}
.paradise a{
    color: white;
    padding: 5px;
    text-decoration: underline;
}
.paradise a:hover{
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}
.paradise .redes-sociales{
    width: 100%;
    display: inline-block;
    color: #fd513f;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}
.paradise .redes-sociales .social {
    margin-left: 10px;
    margin-right: 10px;
    
}
.paradise .redes-sociales .social .fa {
    color: #0080c1;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}
.paradise .redes-sociales .social .fa-facebook{
  background: #ffffff;
  font-size: 25px;
  height: 25px;
  width: 25px;
  text-align: center;
  display: inline-block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding-top: 4px;
}
.paradise .redes-sociales .social .fa-twitter{
  font-size: 28px;
  color: #fff;
  height: 25px;
  width: 25px;
  text-align: center;
  display: inline-block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding-top: 4px;
}
.paradise .redes-sociales .social .fa-youtube{
  font-size: 28px;
  color: #fff;
  height: 25px;
  width: 25px;
  text-align: center;
  display: inline-block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding-top: 4px;
}
.btn-ver{
  width: 100%;
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 40px 0px;
}
.btn-ver .link{
  color: #FFF;
  background: #0080C1;
  border-radius: 0;
  font-size: 16px;
  padding: 6px 10px;
  text-decoration: none;
  max-width: 120px;
  width: 100%;
  display: inline-block;
  position: relative;
  cursor: pointer
}

/*! Video */
.video{
    position: relative;
    width: 100%;
    height: 100%;
}
.video iframe{
  max-width: 980px;
  height: 480px;
  border: 0px;
  width: 100%;
}
.video #thumbnail_container{
    background: url(../img/galeria/gal1.jpg);
    background-size: cover;
    display: inline-block;
    position: relative;
    background-attachment: inherit;
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    //height: 480px;
    padding: 235px;
}
.video #thumbnail{
    width: 100%;
}
.video a .fa-play-circle-o{
  color: white;
  font-family: Fontawesome, Arial;
  font-size: 70px;
  font-style: normal;
  display: block;
  position: absolute;
  left: 0;
  top: 0%;
  right: 0;
  text-align: center;
  background: rgba(128, 150, 163, 0.7);
  width: 100%;
  height: 445px;
}
.video .fa-play-circle-o:before {
    content: "\f01d";
    top: 45%;
    position: absolute;
    left: 0;
    right: 0;
}


/* Mapa*/
.mapa iframe {
    max-width: 100%;
    height: 480px;
    border: 0px;
    width: 100%;
}

/**********! FOOTER */
.footer{
    padding: 30px 0;
    text-align: center;
}
.footer .discover{
    font-family: 'Condiment', cursive;
    font-size: 22px;
    left: 0;
    line-height: 14px;
    margin: 0;
    position: relative;
    right: 0;
    transform: rotate(-10deg);
    top: 10px;
}
.footer img{
    margin-right: 20px;
}



/* modal magnific popup*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }
.mfp-figure figcaption{/* border:solid 1px red; */display: inline-block;/* height: 50px; */width: 100%;position: absolute;float: left;bottom: 0px;}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  margin-top: 4px;
  margin-right: 0px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  float: right;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 42px;
  /* font-family: Arial, Baskerville, monospace; */ }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #c19f5e; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: 6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  bottom: 0px;
  right: 10px;
  color: #666;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 0 40px;
  margin: 0 auto; 
  /* max-height: 70% !important; */
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  /* margin-top: -36px; */
  position: relative;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 28px;
  color: #09262d;
  word-wrap: break-word;
  padding-right: 36px; 
  background-color: #fff;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  font-weight: bold;
}

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; 
}

.main-slider .item > img{
    width: 100%;
}

.restriccion ul{
    list-style-type: none;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
 }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
 }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }


.img-p{
  display: flex;
  justify-content: center;
}
.img-p img{
  padding: 0px 10px;
}




/* ==========================================================================
   Slcik Slider Styles
   ========================================================================== */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-slider
{
    /*margin-bottom: 30px;*/
}

.slick-dots
{
    bottom: 40px;
    position: absolute;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 18px;
    height: 18px;
    cursor: pointer;
    color: transparent;
    border: solid 2px #fff;
    border-radius: 50%;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 72px;
    line-height: 20px;
    position: absolute;
    top: 2px;
    left: 2px;
    width: 15.4px;
    height: 14px;
    content: '';
    text-align: center;
    opacity: .25;
    border-radius: 50%;
    background: rgba(0,0,0,.6);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: 1;
    background: #FFA522;
    border-radius: 50%;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 1480px) {
  .video a .fa-play-circle-o{
    top: 0%;
    height: 360px;
    font-size: 55px;
  }
  .video .control-btn{
    height: 100%;
  }
}

@media only screen and (max-width: 1280px){
  .description .title .text1{
    font-size: 30px;
  }
  .description .title .text3 {
    font-size: 30px;
  }
  .restriccion{
    text-align: center;
    padding-left: 0px;
  }
  .form label{
    font-size: 14px;
  }
}
@media only screen and (max-width: 1180px){
  .form .title {
    font-size: 24px;
    width: 135px;
    margin-left: 10px;
  }
  .description .title .text3 {
    padding-right: 30px;
  }
  .container {
    width: 100%;   
  }
}

@media only screen and (max-width: 1024px) {
  .word .text {
    max-width: 350px;
  }
  .word .text h1 .text1 {
    font-size: 60px;
  }
  .word .text h1 .text2 {
    font-size: 60px;
  }
  .word .text p{
    font-size: 18px;
  }
  .word .info {
    max-width: 350px;
    margin-top: 0%;
  }
  .word .info h1 .text1 {
    font-size: 60px;
  }
  .word .info h1 .text2 {
    font-size: 60px;
  }
  .word .info p{
    font-size: 18px;
  }
  .description .title .text1 {
    font-size: 24px;
  }
  .description .title .text2 {
    font-size: 18px;
    padding-right: 5px;
  }
  .description .title .text3 {
    padding-right: 0px;
    font-size: 24px;
  }
  .tripa{
    width: 100%;
    display: inline-block;
    position: relative;
  }
  .banamex{
    width: 100%;
    display: inline-block;
    position: relative;
  }
}
@media only screen and (max-width: 980px) {
  .description .title .text1 {
      font-size: 22px;
  }
  .description .title .text3 {
    font-size: 22px;
  }
  .description .title .text2 {
    font-size: 20px;
    top: 30%;
  }
  .restriccion {
    padding-left: 30px;
  }
  .video a .fa-play-circle-o{
    height: 260px;
  }
  .text-right{
    text-align: right;
  }
  .contentinfo{
    padding: 0px;
  }
  .padding-right{
    padding-right: 15px;
  }
  .description .title2 strong{
    font-size: 16px;
  }
  .form .calendar i.fa-calendar{
    right: 20px;
  }
  .form input{
    padding-right: 14px;
    padding-left: 8px;
    width: 96%;
    margin-left: 6px;
  }
  
}

@media only screen and (max-width: 880px) {
  .video a .fa-play-circle-o{
    height: 240px;
  }

}
@media only screen and (max-width: 800px) {
  .video a .fa-play-circle-o{
    height: 200px;
  }
}


@media only screen and (max-width: 62em) {
.top{
    position: relative;
}
.top .row div{
    text-align: center;
}
.top .row div:first-child{
    text-align: center;
}
.top .row div:last-child{
    text-align: center;
}
/*.caption{
    background: white;
    position: relative;
}*/
.form .contact{
    margin-top: 0;
    text-align: center;
}
.form .form-group {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
}
.form .title {
    padding: 15px;
    width: auto;
}
.form .padding-right {
    padding-right: 15px;
    padding-left: 8px;
    float: right;
}
.form .padding-label{
    padding-right: 0;
    padding-left: 15px;
}
.form .calendar,
.form input.datepicker,
.form .select,
.form select{
    width: 100%;
}
/*banner*/
.description .banner .time{
  padding: 15px;
}
.description .banner .time .clock{
  width: 10% !important;
}
.description .banner div a {
  display: table-cell;
}
/*fin-banner*/
}

@media only screen and (max-width: 768px){
  .carousel-inner{
    display: none;
  }
  .carousel-indicators{
    display: none;
  }
  .carousel-control.left{
    display: none;
  }
  .carousel-control.right{
    display: none;
  }
  .mapa iframe {
    height: 300px;
  }
  .caption{
    display: none;
  }
  .filter-button{
    margin-bottom: 10px;
  }
  .word{
    display: none;
  }
  .description .title {
    display: inline-block;
  }
  .description .title .text2{
    position: relative;
    left: 0%;
  }
  .description .title .text3 {
    padding-right: 0px;
  }
  .restriccion {
    padding-left: 0px;
    text-align: center;
  }
  .description .title2{
    display: inline-block;
    width: 100%;
  }
  .video a .fa-play-circle-o {
    height: 290px;
    font-size: 30px;
  }
}
@media only screen and (max-width: 600px){
  .video #thumbnail_container{
    padding: 160px;
  }
  .video a .fa-play-circle-o{
    height: 210px;
  }
  .btn-ver{
    padding: 20px 0px;
  }
  .btn-ver .link{
    font-size: 14px;
  }
  .paradise{
    padding: 10px 0;
  }
  .container-padding {
    padding: 0px 7px;
    display: inline-block;
    position: relative;
    float: none;
  }
}
@media only screen and (max-width: 500px){
  .preguntas{
    display: inline-block;
    width: 100%;
    position: relative;
  }
  .preguntas a{
    display: inline-block;
    width: 100%;
    position: relative;
    text-align: center;
  }
}
@media only screen and (max-width: 480px){
  .video a .fa-play-circle-o{
    height: 160px;
  }
  .portafolio .tit{
    font-size: 18px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .paradise .title{
    font-size: 30px;
    padding-bottom: 10px;
  }
  .paradise .descripcion {
    font-size: 16px;
    text-align: center;
    padding: 0px 10px;
  }
  .description {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .form input {
    padding-right: 6px;
    padding-left: 1px;
    width: 92%;
    margin-left: 6px;
  }
}

@media only screen and (max-width: 360px){
  .video a .fa-play-circle-o{
    height: 120px !important;
  }
  .filter-button {
    margin-bottom: 0px;
    width: 100%;
    text-align: left;
    max-width: 200px;
  }
}

@media only screen and (max-width: 48em){
.slider{
    display: none;
}
.description .banner{
      display: block;
}
.description .banner div a {
  display: block;
}
.description .row div:nth-child(2){
    padding-top: 30px;
    padding-bottom: 30px;
}
.description .banner div:nth-child(2){
  padding-bottom: 10px !important;
  margin-left: 0px;
}
.footer .discover {
    display: none;
}
}
@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
@media only screen and (min-width: 1280px){
  div.video {
    position: relative;
    width: 100%;
    height: 320px;
  }
}
@media only screen and (min-width: 768px ) and (max-width: 1279px ) {
  div.video {
    position: relative;
    width: 100%;
    height: 192px;
  }
  .video a .fa-play-circle-o{
    top: 0%;
    font-size: 40px;
  }
  .video #thumbnail_container{
    padding: 190px;
  }
}
@media only screen and (min-width: 320px ) and (max-width: 767px ) {
  div.video {
    position: relative;
    width: 100% !important;
    height: 120px !important;
  }
  .video #thumbnail_container{
    //padding: 60px;
  }
  
}
