@font-face {
  font-family: ProbaPro;
  src: url("../fonts/probapro-regular.otf");
 }

 @font-face {
  font-family: QUASIMODA;
  src: url("../fonts/quasimoda-light.otf");
 }

.textoNaranja{
	color: #E69320;
}
.backcolor{
  background: linear-gradient(90deg, rgba(12,44,76,1) 33%, rgba(0,88,141,1) 69%) !important;
}

.textDescription{
  font-family: ProbaPro !important;
    font-size: 17px !important;
}

.textDescription1{
  font-family: ProbaPro !important;
    font-size: 14px !important;
}
.llamar{
  border-radius: 25px;
  color: #FFFFFF !important;
  background: #E69320 !important;
  padding: 7px !important;
  display: inline !important;
  font-size: 0.9em !important;
}


.sizeIcons{
 
    height: 30px;
    width: 31px;

}
/* carousel galeria */

/* carousel */
/* #quote-carousel1 
{
  padding: 0 30px 50px 30px;
  margin-top: 30px;
} */

/* Control buttons  */
#quote-carousel1 .carousel-control
{
  background: none;
  color: #000000;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 5em;
}
/* Previous button  */
#quote-carousel1 .carousel-control.left 
{
  left: -50px;
}
/* Next button  */
#quote-carousel1 .carousel-control.right 
{
  right: -50px !important;
}
/* Changes the position of the indicators */
#quote-carousel1 .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel1 .carousel-indicators li 
{
  background: #c0c0c0;
}
#quote-carousel1 .carousel-indicators .active 
{
  background: #ACAF57;
}

.line{
  margin-top: -10px;
  margin-bottom: 15px;
  height: 5px;
  background-color: #E69320;
}
.carousel img
{
  width: 100%;
}
/* End carousel */


/**
  MEDIA QUERIES
*/

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 
    
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    .titleModal{
      padding: 0 25px 0 25px !important;
      font-size: 1.5em !important;
    }

    .img-responsive-modal {
      max-width: 15% !important;
    }
    #quote-carousel1 .carousel-indicators {
        bottom: -20px !important;  
    }
    #quote-carousel1 .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel1 .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}

/* caroisel gakleria */



.contenedorIconosGaleria{
	padding: 0 0 0 20%;
}
.contenedorIconosGaleria li {
  width: 14%;
  float: left;
  list-style: none;
  font-family: ProbaPro;
  color: #E69320;

}

.contenedorIconosGaleria img {
  border: 0 none;
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  cursor: pointer;
  	
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	
}

.contenedorIconosGaleria img:hover {
	border-top: 4px solid #E69320;
	
}



/* .servicios p{
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 300;
} */


.cursiva{
	font-family: 'Dancing Script', cursive;
	font-size: 6em;
	line-height:22px;
}

.textoNegro{
	color: black;
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 700;
	font-size: 5em;
}

.textoBlanco{
	color: #FFFFFF;
	font-family: QUASIMODA !important;
  font-size: 4em;
  line-height: 60px !important;
}

.titleEventos{
	font-family: QUASIMODA !important;
	font-size: 3.5em;
}

@media (min-width: 768px){
  .showImg{
    display: block;
  }

  .showImg2{
    display: none;
  }
}

@media (max-width: 991px){
  .showImg{
    display: block;
  }

  .showImg2{
    display: none;
  }
}

@media (max-width: 425px){

  .bienvetext {
    font-size: 2.5em !important;
  }
.textoBlanco {
    font-size: 2em !important;
  }
  .hacienda {
    font-size: 2em !important;
}
}

@media (min-width: 767px){
  .tp--features-2 .tp--feature .tp--feature-wrapper{
    height: 555px;
  }

  .titleDescubre {
    font-size: 1.5em !important;
}
}


@media (min-width: 990px){
  .tp--features-2 .tp--feature .tp--feature-wrapper{
    height: 480px;
  }
  .titleDescubre {
    font-size: 1.6em !important;
}
}

@media (max-width: 767px) {
  .floatEventImg{
    float: right;
  }
  .titleEventos{
    font-family: QUASIMODA !important;
    font-size: 1.8em;
  }
  
  .vertical-align{
    display: inline !important;
  }
  .showImg{
    display: none;
  }

  .showImg2{
    display: block;
  }
  .textoBaEven{
    font-size: 3.7em;
  }
  .textoBlanco{
    font-size: 3.0em;
  }

  .descubre{
    font-size: 1.8em !important; 
  }
  
  .hacienda{
    font-size: 2em !important; 
  }

  .bienvetext{
    font-size: 3.2em; 
    line-height: 0 !important; 
    padding: 20px !important; 
  }
  
  .hacitext{
    font-size: 1.9em !important;
  }
  
  .eventext{
    font-size: 1.3em !important;
  }

  .contenedorIconosGaleria li{
    width: 20% !important;
    float: none;
    display: inline-table !important;
  }
  .contenedorIconosGaleria{
    padding: 10px 0 0 0% !important;
  }

  .tp--col-xs-vertical-align.tp--vertical-align-intro [class*=col-]{
    top: 20% !important;
  }

  #intro.tp--intro.tp--intro-height-100.tp--slider-single {
    height: 100vh !important;
  }

  #quote-carousel1 .carousel-control{
    margin-top: 8.0em !important;
    font-size: 1.6em;
  }
  #quote-carousel1 .carousel-control.right{
    right: -50px !important;
  }

  #quote-carousel1 .carousel-control.left {
    left: -50px;
}
#quote-carousel1 img {
  width: 100%;
}

  .redes{
    width: 30px !important;
  }

  .navPhone {font-size: 20px !important;}
}


.titleModal{
  font-size: 2.0em; font-family: QUASIMODA !important; color: #28497C; padding: 0 50px 0 50px;
}
.imgBack{
  background: url('../images/camelinas__carrusel_principal_v2_optimizada.png'); 
  background-position: center !important;
}

.imgBack1{
  background: url('../images/EHC_IMAGEN_PRINCIPAL_2-min.png'); 
  background-position: center !important;
}
.bienvetext{
  margin-bottom: 10px; 
  font-size: 5.2em; 
  line-height: 0; 
  padding: 0; 
  padding-bottom: 20px; 
  opacity: 1 !important;
}

.hacitext{
  margin: 0px !important; 
  font-family: QUASIMODA !important;
}

.eventext{
  font-size: 1.9em;
  font-family: QUASIMODA !important;
  display: inline-block !important;
  background: #E69320 !important;
  opacity: 1 !important;
}
.descubre{
  font-size: 3.5em; 
  font-family: QUASIMODA !important; 
  line-height: 1.0;
}

.hacienda{
  font-size: 4.0em; 
  font-family: QUASIMODA !important;
  line-height: 1.2;
}
.vertical-align {
    display: flex;
    align-items: center;
}
.section-title.center{
	padding: 30px 0;
}
.section-title h2,
.section-title.center h2{
	font-weight: 300;
}

.section-title.center .line{
	border-top: 4px solid #E69320;
	height: 10px;
	width: 60px;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
}
.section-title.center hr {
	border-top: 4px solid rgba(241, 90, 42, 0.34);
	width: 40px;
	text-align: center;
	margin-top: 10px;
	position: relative;
	left: 17%;
}
.modal-header .close {
  margin-top: -10px;
}
  
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.buttonExit
{
  color: #E69320;
  font-size: 3em;
  opacity: 1;
  position: absolute;
  left: 93%;
}

.modal-header
{
  border-bottom: none !important;
  text-align: center;
}

.modal-body{
  text-align: justify;
}
.textEventos{
  font-size: 17px; 
  font-family: ProbaPro !important;
  text-align: left;
}

.textTitleEvent{
  font-size: 1.0em; 
  font-family: QUASIMODA !important;
}
/* Footer */
nav#footer{
	background: #FFFFFF;
	color: #28497C;
  padding: 20px 0 15px 0;
  font-family: QUASIMODA !important;
}

.navPhone{
  font-family: QUASIMODA !important;
  line-height: 0px !important;
  font-size: 30px;
  color: #28497C;
}

.navEmail{
  font-family: QUASIMODA !important;
  display: contents;
  font-size: 18px;
  line-height: 0px !important;
  color: #28497C;
}

.morelia{
  font-family: QUASIMODA !important; 
  line-height: 0px !important; 
  color: #E69320; 
  font-size: 15px;
}

.aviso{
  color: #ACACAC; 
  font-family: QUASIMODA !important; 
  line-height: 0px !important;
}

.formulario{
  color: #E69320; 
  font-family: QUASIMODA !important; 
  font-size: 18px; 
  font-weight: 100;
}

.contacto{
  color: #E69320; 
  font-family: QUASIMODA !important; 
  font-weight: 100;
}
.formButton{
  font-family: QUASIMODA !important; 
  font-size: 18px; 
  font-weight: 100;
}
nav#footer .fnav{ vertical-align: middle;}
ul.footer-social li{
	display: inline-block;
	margin-right: 10px;
}
nav#footer p{
	font-size: 12px;
	margin-top: 10px;
}


/* redes sociales */


a.btn {
  border: 0;
  border-radius: 5px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 26px;
  line-height: 20px;
  margin-bottom: 0;
  padding: 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.1s all linear;
  transition: 0.1s all linear;
  vertical-align: middle;
  width: 50px;
}
a.btn.facebook {
  background: center center no-repeat #3e5a92;
  border: 1px solid #2f446e;
  box-shadow: 0 3px 0 0 #364f80, 0px 1px 0px #2f446e;
  box-sizing: border-box;
}
a.btn.facebook:hover {
  background-color: #4665a4;
}
a.btn.twitter {
  background: center center no-repeat #31a6d8;
  border: 1px solid #2288b4;
  box-shadow: 0 3px 0 0 #2698c9, 0px 1px 0px #2288b4;
  box-sizing: border-box;
}
a.btn.twitter:hover {
  background-color: #46afdc;
}

a.btn.youtube {
  background: center center no-repeat #E69320;
  border: 1px solid #E69320;
  box-shadow: 0 3px 0 0 #c1152f, 0px 1px 0px #E69320;
  box-sizing: border-box;
}
a.btn.youtube:hover {
  background-color: #E69320;
}

a.btn:active {
  box-shadow: none;
  margin: 3px 0 -3px;
  outline: 0;
}

button.btn.tf-btn.btn-default {
	float: right;
	background: #E69320;
	border: 0;
	border-radius: 0;
	padding: 10px 40px;
	color: #ffffff;
	text-transform: uppercase;
}

.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

label {
	float: left;
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}


.bienvenidos{
  font-family: QUASIMODA !important;
}
.subtitulo{
	font-size: 3em;
}




.tooltipNew {
  position: relative;
  display: inline-block;
}

.tooltipNew .tooltiptextNew {
  visibility: hidden;
  width: 145px;
  background-color: #e18f1f;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: -100%;
  left: 0%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltipNew:hover .tooltiptextNew {
  visibility: visible;
  opacity: 1;
}


/*---- NUMBER OF SLIDE CONFIGURATION ----*/
.wrapper {
  max-width: 60em;
  margin: 1em auto;
  position: relative;
}

input {
  display: none;
}

.inner {
  width: 500%;
  line-height: 0;
}

article {
  width: 20%;
  float: left;
  position: relative;
}
article img {
  width: 100%;
}

/*---- SET UP CONTROL ----*/
.slider-prev-next-control {
  height: 50px;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slider-prev-next-control label {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.7;
}
.slider-prev-next-control label:hover {
  opacity: 1;
}

.slider-dot-control {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
}
.slider-dot-control label {
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #bbb;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.slider-dot-control label:hover {
  background: #ccc;
  border-color: #777;
}

/* Info Box */
.info {
  position: absolute;
  font-style: italic;
  line-height: 20px;
  opacity: 0;
  color: #000;
  text-align: left;
  -webkit-transition: all 1000ms ease-out 600ms;
  -moz-transition: all 1000ms ease-out 600ms;
  transition: all 1000ms ease-out 600ms;
}
.info h3 {
  color: #fcfff4;
  margin: 0 0 5px;
  font-weight: normal;
  font-size: 1.5em;
  font-style: normal;
}
.info.top-left {
  top: 30px;
  left: 30px;
}
.info.top-right {
  top: 30px;
  right: 30px;
}
.info.bottom-left {
  bottom: 30px;
  left: 30px;
}
.info.bottom-right {
  bottom: 30px;
  right: 30px;
}

/* Slider Styling */
.slider-wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 1px 1px 4px #666;
  background: #fff;
  background: #fcfff4;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.slider-wrapper .inner {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

/*---- SET POSITION FOR SLIDE ----*/
#slide1:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide2:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(5)::after, #slide5:checked ~ .slider-prev-next-control label:nth-child(1)::after, #slide2:checked ~ .slider-prev-next-control label:nth-child(1)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide5:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide1:checked ~ .slider-prev-next-control label:nth-child(5)::after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin: 0;
  line-height: 38px;
  font-size: 3em;
  display: block;
  color: #777;
}

#slide1:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide2:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(5)::after, #slide5:checked ~ .slider-prev-next-control label:nth-child(1)::after {
  content: "\f105";
  padding-left: 15px;
}

#slide1:checked ~ .slider-prev-next-control label:nth-child(2), #slide2:checked ~ .slider-prev-next-control label:nth-child(3), #slide3:checked ~ .slider-prev-next-control label:nth-child(4), #slide4:checked ~ .slider-prev-next-control label:nth-child(5), #slide5:checked ~ .slider-prev-next-control label:nth-child(1) {
  display: block;
  float: right;
  margin-right: 5px;
}

#slide2:checked ~ .slider-prev-next-control label:nth-child(1), #slide3:checked ~ .slider-prev-next-control label:nth-child(2), #slide4:checked ~ .slider-prev-next-control label:nth-child(3), #slide5:checked ~ .slider-prev-next-control label:nth-child(4), #slide1:checked ~ .slider-prev-next-control label:nth-child(5) {
  display: block;
  float: left;
  margin-left: 5px;
}

#slide2:checked ~ .slider-prev-next-control label:nth-child(1)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide5:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide1:checked ~ .slider-prev-next-control label:nth-child(5)::after {
  content: "\f104";
  padding-left: 8px;
}

#slide1:checked ~ .slider-dot-control label:nth-child(1), #slide2:checked ~ .slider-dot-control label:nth-child(2), #slide3:checked ~ .slider-dot-control label:nth-child(3), #slide4:checked ~ .slider-dot-control label:nth-child(4), #slide5:checked ~ .slider-dot-control label:nth-child(5) {
  background: #333;
}

#slide1:checked ~ .slider-wrapper article:nth-child(1) .info, #slide2:checked ~ .slider-wrapper article:nth-child(2) .info, #slide3:checked ~ .slider-wrapper article:nth-child(3) .info, #slide4:checked ~ .slider-wrapper article:nth-child(4) .info, #slide5:checked ~ .slider-wrapper article:nth-child(5) .info {
  opacity: 1;
}

#slide1:checked ~ .slider-wrapper .inner {
  margin-left: 0%;
}

#slide2:checked ~ .slider-wrapper .inner {
  margin-left: -100%;
}

#slide3:checked ~ .slider-wrapper .inner {
  margin-left: -200%;
}

#slide4:checked ~ .slider-wrapper .inner {
  margin-left: -300%;
}

#slide5:checked ~ .slider-wrapper .inner {
  margin-left: -400%;
}

/*---- TABLET ----*/
@media only screen and (max-width: 850px) and (min-width: 450px) {
  .slider-wrapper {
    border-radius: 0;
  }
}
/*---- MOBILE----*/
@media only screen and (max-width: 450px) {
  .slider-wrapper {
    border-radius: 0;
  }

  .slider-wrapper .info {
    opacity: 0;
  }
}



/* zoom */

.container1 {
  max-width: 600px;
}


section.header {
  margin-top: 4rem;
  text-align: center;
}

section.content {
  text-align: center;
}

.value-img {
  display: block;
  text-align: center;
  margin: 2em 0;
}

img.zoom {
  max-width: 100%;
}

@media (min-width: 550px) {
  .header {
    margin-top: 10rem;
  }
}

.button.button-primary {
  background-color: #ce7338 !important;
  border-color: #ce7338 !important;
}


