
@charset "utf-8";
/* CSS Document */


@keyframes slideInFromLeft {
  0% {
    transform: translateX(-200%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}


/* header *{
	margin:auto;
	padding:0px;
} */

/*.home-contactanos *{
	margin:auto;
	padding:0px;
}*/

html, body {
    min-height:100%;
    height:100%;
}

@media all and (-ms-high-contrast:none)
     {
     .foo { color: green } /* IE10 */
     *::-ms-backdrop, .warp-img-home, .warp-img-section, .panel-section, .sidebar-section { display:flex;    min-height:50%;    height:50%;    width:100%;} .warp-img-home > div, .warp-img-section > div, .panel-section > div, .sidebar-section > div{ margin:auto 0;}/* IE11 */
     }






body {
	font-family: 'Quicksand', sans-serif;
	color:#66729A;
	font-size:16px;
  font-weight: 500;
	background-color:#FFF;

}



body {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: .5s;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.map-container-9,
.map-container-10,
.map-container-11 {
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
.map-container-9 iframe
.map-container-10 iframe
.map-container-11 iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}

h1{

	font-family: 'Quicksand', sans-serif;
	color: #F48020;	

}

h2{

	font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  color: #21B8D5;
  font-size: 1.0625rem;
  text-transform:uppercase;

}

p{
  font-size: 0.9375rem;
}

h3{

  font-family: 'Quicksand', sans-serif;

}

h1 span{
font-family: 'Quicksand', sans-serif;

}

a:hover{
	text-decoration: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #C9B2DE;
    margin: 1em 0;
    padding: 0; 
    opacity: .2;
}




/*------ MENU ------*/ 

/*  BURGER
========================================== */

.burger {
  width: 55px;
  height: 55px;
  position: absolute;
  top: 0px;
  right: 15px;
  border-radius: 4em;
  z-index: 10;

}

.burger-home {
  font-family: 'Quicksand', sans-serif;
  position: absolute;
  top: 20px;
  right: 35px;
  border-radius: 4em;
  font-size: 0.875rem;
  padding: 1rem 1.5rem;
  z-index: 10;
  background-color: #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 79, 158, 0.2), 0 10px 50px 0 rgba(0, 79, 158, 0.20);
}


.burger span {
  position: relative;
  margin-top: 9px;
  margin-bottom: 9px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -1.5px;
}

.burger-home span.home-btn-cerrar{
  display: none;

}

.burger span, .burger span::before, .burger span::after {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #fff;
  outline: 1px solid transparent;
  -webkit-transition-property: background-color, -webkit-transform;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}



.burger span::before, .burger span::after {
  position: absolute;
  content: "";
}

.burger span::before { top: -9px; }

.burger span::after { top: 9px; }

.burger.clicked span { background-color: transparent; }

.burger-home.clicked span.home-btn-prod { display: none; }

.burger-home.clicked span.home-btn-cerrar{
  display: inherit ;

}

.burger.clicked span::before {
  -webkit-transform: translateY(9px) rotate(45deg);
  -moz-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  -o-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}

.burger.clicked span::after {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -moz-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  -o-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}

.burger.clicked span:before, .burger.clicked span:after { background-color: #D8D8D8; }

.burger:hover, .burger-home:hover { cursor: pointer; }

/*  NAV
========================================== */

nav {
  background-color: #fff;
  position: fixed;
  z-index: 9;
  top: 0;
  right: 0;
  height: 100%;
  max-width: 630px;
  width: 100%;
  padding: 100px 0px 60px 0px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

nav .cont-nav{
  padding-left: 4rem; padding-right: 4rem;
}

nav h2{
  font-size: 1.875rem;
}

nav h3{
  color: #00BB66;
  border-bottom: 2px #00BB66 solid;
  padding-bottom: .3rem;
  font-size: 1rem;
}

nav.show {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}

nav.show ul.main li {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}

nav.show ul.main li:nth-child(1) { transition-delay: 0.15s; }

nav.show ul.main li:nth-child(2) { transition-delay: 0.3s; }

nav.show ul.main li:nth-child(3) { transition-delay: 0.45s; }

nav.show ul.main li:nth-child(4) { transition-delay: 0.6s; }

nav.show ul.main li:nth-child(5) { transition-delay: 0.75s; }

nav.show ul.main li:nth-child(6) { transition-delay: 0.9s; }

nav.show ul.main li:nth-child(7) { transition-delay: 1.05s; }

nav.show ul.main li:nth-child(8) { transition-delay: 1.2s; }

nav.show ul.main li:nth-child(9) { transition-delay: 1.35s; }

nav.show .about, nav.show .social, nav.show ul.sub {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  transition-delay: .85s;
}
@media (min-width: 667px) {

nav { padding: 120px 0px 70px 0px; }
}

nav ul.main, nav ul.main ul  { list-style-type: none; padding: 0; }

nav ul.main ul  { list-style-type: none; padding-left: .5em; }

nav ul.main ul li a { opacity: .5; font-size: 0.875em; font-family: 'Quicksand', sans-serif;}

nav ul.main li {
  margin-bottom: 0;
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -o-transform: translateX(40px);
  transform: translateX(40px);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

nav ul.main li:last-of-type { margin-bottom: 0px; }

nav ul.main li a {
  color: #3B4394;
  font-family: 'Quicksand', sans-serif;
  text-decoration: none;
  font-size: 1.25rem;
  display: block;
  font-weight: 700;
  padding: 7px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


nav ul.main li a span { color: #4A99C7; }

nav ul.main li a:hover { color: #21B8D5; }

nav .about {
  margin-top: 40px;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

nav .about p {
  color: #335E77;
  font-family: 'Quicksand', sans-serif;
  font-size: 1.05rem;
  letter-spacing: 0.5px;
  line-height: 170%;
}



nav .social a i, .datos-contacto .social a i{

  color: #3B4394;
  opacity: .5;
  font-size: 1.3em;
    -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;

}

nav .social a i:hover, .datos-contacto .social a i:hover{


  opacity: 1;


}


.redes-fixed .social a i{
  font-size: 1.5rem;
  color: #fff;
  opacity: .7;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-right: 1rem;

}

.redes-fixed .social a i:hover{
  opacity: 1;
}

.datos-contacto .social a i{

  margin-right: .9rem;

}



nav .social a:hover { color: #4A99C7; }

nav .social a:last-of-type { margin-right: 0px; }

nav .social a:hover svg path, nav .social a:hover svg circle { fill: #b7ac7f; }

nav .social a svg {
  width: 100%;
  height: 100%;
}

nav .social a svg path, nav .social a svg circle {
  fill: #335E77;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

nav ul.sub {
  list-style-type: none;
  margin-top: 40px;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

nav ul.sub li { margin-bottom: 10px; }

nav ul.sub li:last-of-type { margin-bottom: 0px; }

nav .sub{
  margin-top: 2em;
}




nav .sub a {
  color: #464749;
  font-family: 'Quicksand', sans-serif;
  font-size: 1rem;
  margin-right: 1.2em;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


nav .sub a:hover { color: #B3D233;}

nav ul.sub .idioma{
  font-family: 'Quicksand', sans-serif;
  font-size: 1rem;
}

ul.header-nav{
padding: 0;
list-style: none;
}

.header-nav li a{
padding-left: 4rem;

}

.header-nav .tel, .header-nav .mail{
 font-family: 'Quicksand', sans-serif;
  font-size: 1.125rem;
  padding-top: .8rem; padding-bottom: .8rem;
 color: #13ADCE;
 font-weight: 700;
 display: inline-block;
 width: 100%;
 margin-bottom: 1rem;
}

.header-nav .mail{
  margin-bottom: 0;
}

.header-nav .reservas{
  font-family: 'Quicksand', sans-serif;
  font-size: .75rem;
  padding-top: 1.05rem; padding-bottom: 1.05rem;
 background-color: #EBEBEB;
 color:#9A9A9A;
 display: inline-block;
 width: 100%;
}


/*  OVERLAY
========================================== */

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #000000;
  opacity: 0;
  visibility: hidden;
}

.overlay.show {
  opacity: 0.75;
  visibility: visible;
}


/*----- CIERRE MENU ---*/


/*---------------- SLIDE --------------- */

.home-slide-wrap .item{
  position: relative;
  height: 50vh;
  padding-left: 2rem;
}

.home-slide-wrap .item h3{
  font-size: 1.8rem;
  font-weight: 700;
  padding-right: 2rem;
  margin-bottom: 1.3rem;
  letter-spacing: -0.1rem;
  color: #fff;
}

.home-slide-wrap .item h4{
  font-size: 1.5625rem;
  font-weight: 700;
  margin-bottom: 1.3rem;
  color: #fff;
}

.home-slide-wrap .item ul{
  list-style: none;
  padding: 0;
}


.cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.owl-carousel .owl-slide {
  position: relative;
  height: 100vh;
  background-color: lightgray;
}


.owl-carousel .owl-slide-animated {
  transform: translateX(20px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.05s;
}

.owl-carousel .owl-slide-animated.is-transitioned {
  transform: none;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}


.owl-carousel .owl-slide-title.is-transitioned {
  transition-delay: 0.2s;
}

.owl-carousel .owl-slide-subtitle.is-transitioned {
  transition-delay: 0.35s;
}

.owl-carousel .owl-slide-cta.is-transitioned {
  transition-delay: 0.5s;
}

.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
  position: absolute;
}

.owl-carousel .owl-dots .owl-dot,
.owl-carousel .owl-nav [class*="owl-"]:focus {
  outline: none;
}

.owl-carousel .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid var(--main-black-color);
  transition: all 0.2s ease;
}

.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span {
  background: var(--main-black-color);
}

.owl-carousel .owl-nav {
  right: 1%;
  top: 50%;
  transform: translateX(-50%);
  margin: 0;
}

.owl-carousel .owl-nav svg {
  opacity: 0.3;
  transition: opacity 0.3s;
}

.owl-carousel .owl-nav button:hover svg {
  opacity: 1;
}

.owl-carousel .owl-nav [class*="owl-"]:hover {
  background: transparent;
}



@media screen and (max-width: 575px) {
  .owl-carousel .owl-nav {
    top: 40%;
  }
  
  .owl-carousel .owl-nav svg {
    width: 24px;
    height: 24px;
  }
}

.slide-tours{
  background-image: url(../img/banner-3-xs.jpg);
}

.slide-alquiler{
  background-image: url(../img/banner-2-xs.jpg);
}

.slide-eventos{
  background-image: url(../img/banner-1-xs.jpg);
}


/*---- custom ---*/

.owl-theme .owl-nav [class*=owl-] {

    display: block;

}

.owl-slide-title{
 font-family: 'Quicksand', sans-serif;
  font-size:  2.375em;
  margin-bottom: .1em;
  line-height: 1.1em;
  color: #fff;

}

.owl-slide-title span{
  display: none;
}


.owl-slide-subtitle{
font-family: 'Quicksand', sans-serif;
font-size:  1em;
line-height: 1.1em;
  color: #fff;
  letter-spacing: 0.05em;
  margin-top: 1rem;
  margin-bottom: 1rem;

}

.owl-slide-text{
  margin-left: 0em;
  position: relative;
  min-height: 100vh;
}

.slide-text{
  position: absolute;
  top: 35%;
  left: .5rem;
  width: 19rem;
}

.owl-slide-section{
 font-family: 'Quicksand', sans-serif;
font-size:  .625em;
  color: #fff;
  letter-spacing: .23em;
  margin-bottom: 4em;
  top: 5em;
  position: absolute;

}


.owl-slide-section:before {
    background-color: #fff;
    content: "";
    margin-right: 1.5em;
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 2.2rem;
}

.owl-next img, .owl-prev img {
 -webkit-transition: all .25s ;
    -moz-transition: all .25s;
     -ms-transition: all .25s ;
      -o-transition: all .25s ;
         transition: all .25s ;
}

.owl-next img:hover, .owl-prev img:hover{
  opacity: .5;
}



#myVerticalCarousel {
            height: 100%;
            margin: 0;
 }

 #myVerticalCarousel .item {
            text-align: center;
}


 #myVerticalCarousel p, #myVerticalCarousel span, #myVerticalCarousel .cont-slider {
            display: inline-block;
            vertical-align: middle;
}

 #myVerticalCarousel span {
            height: 100%;
 }

 #myVerticalCarousel #nosotros span {
            height: 110%;
 }



.btn-group-vertical {
  font-family: 'Quicksand', sans-serif;
  font-size: 1rem;
    z-index: 1000;
    position: fixed;
    top: 45%;
    left: 30px;
    padding: 0;
    margin: -40px 0 0 0;
}

.btn-group-vertical a{
    margin-bottom: 1em;
    cursor: pointer;
}

.dest-banner{
  font-family: 'Quicksand', sans-serif;
  font-size: 4.25rem;
  color: #164AAB;
  line-height: .9em;
}

.cont-slider.slide-1 h2{
  font-family: 'Quicksand', sans-serif;
  font-size: 2.7rem;
  color: #164AAB;
  line-height: .9em;
}

.cont-slider{
  width: 300px;
}

.cont-slider p{
  font-size: 1rem;
}

.cont-slider.tecnologia .dest-banner{
  font-family: 'Quicksand', sans-serif;
  font-size: 1.7rem;
  color: #164AAB;
  line-height: .9em;
}

.cont-slider.tecnologia p{
  font-size: .875rem;
  font-family: 'Quicksand', sans-serif;
  color: #00BB66;
}

.cont-slider.tecnologia ul, .cont-slider.contacto ul{
  list-style: none;
  padding: 0;
}

.cont-slider.contacto ul li{
height: 26px;
}

.cont-slider.nosotros .dest-banner{
  font-size: 1.5rem;
  line-height: 1.1em;
}

.cont-slider.nosotros p{
  font-size: .8rem;
  font-family: 'Quicksand', sans-serif;
  color: #164AAB;
  opacity: .7;
}

.cont-slider.nosotros h3{
color: #00BB66;
font-size: 1rem;
border-bottom: 2px solid #00BB66;
padding-bottom: .3rem;
display: inline-block;
}


.brand{
width: 142px;
position: relative;
top:.5rem;
left: .7rem;
}


.no-gutters {
  margin-right: 0;
  margin-left: 0;

  > .col,
  > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}

.btn {
	font-family: 'Quicksand', sans-serif;
    padding: .575rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .45rem;
}


.btn-primary {
    color: #fff;
    background-color: #F48020;
    border-color: #F48020;
}


.btn-primary:hover {
    color: #fff;
    background-color: #DC741D;
    border-color: #DC741D;
}


.btn-white {
	font-family: 'Quicksand', sans-serif;
    font-size: .9375rem;
    line-height: 1.5;
    transition: all .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fff;
    opacity: .7

}


.btn-white:hover {
  color: #fff;
    opacity: 1;
}

.btn-green {
  font-family: 'Quicksand', sans-serif;
    padding: .65rem 2rem;
    font-size: .9rem;
    line-height: 1.5;
    border-radius: 2rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #3B4394;
    border-color: #3B4394;
}


.btn-green:hover {
    color: #fff;
    background-color:#21B8D5;
    border-color: #21B8D5;
    text-decoration: none;
}

.btn-out-grey {
  font-family: 'Quicksand', sans-serif;
    padding: .65rem 2rem;
    font-size: .9rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #9A9A9A;
    background-color: transparent;
    border-color: #9A9A9A;
    width: 100%;

}


.btn-out-grey:hover {
    color: #fff;
    background-color: #9A9A9A;
    border-color:#9A9A9A;
    text-decoration: none;
}

.btn-out-green {
  font-family: 'Quicksand', sans-serif;
    padding: .65rem 2rem;
    font-size: .9rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #B3D233;
    background-color: transparent;
    border-color: #B3D233;
    width: 100%;
}


.btn-out-green:hover {
    color: #fff;
    background-color: #B3D233;
    border-color:#B3D233;
    text-decoration: none;
}

header{
	z-index: 100;
	position: relative;
  padding-top: 1em; 

  /*background: rgba(51, 94, 119, 0.7); */
}

header.fixed-top{
  position: absolute;
} 

.home{
	z-index: 1;
  position: relative;
  background-color: #335E77;
}

hr {
    border: none;
    height: 4px;
    /* Set the hr color */
    color: #fff; /* old IE */
    background-color: #fff; /* Modern Browsers */
    opacity: 1;
    margin-top: 2.5em;
}

div.warp-img-home {
	background-repeat: no-repeat;
	background-position: center;
	background: cover;
	min-height: 100vh;
	   background-size: 100%;
   transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
box-shadow: inset 0 0 0 1000px rgba(51,94,119,.5);
}



div.warp-img-home:hover {background-size: 120%;
box-shadow: inset 0 0 0 1000px rgba(51,94,119,0);}



.alquiler-img{
	background: url(../img/alquiler.jpg); 
  animation: .6s ease-out 0s 1 slideInFromLeft; 
}

.tit-home{
	padding-left: 1.5em;
	padding-right: 1.5em;
}

.tit-home a{
display:block;

}

.tit-home h2{
	font-size: 1.375em;
	color: white;
}

.tit-home h2 span{
	font-family: 'Quicksand', sans-serif;
}

.tit-home p{
  color: white;
  margin-bottom: 2em;
}


/*---------------------- SECTION ---------------------*/ 


#Grid{
  text-align: justify;
}

#Grid:after{
  content: '';
  display: inline-block;
  width: 100%;
}

#Grid .mix{
  display: none;
  opacity: 0;
  vertical-align: top;
  text-align: center;
}

#Grid .gap{
  display: inline-block;
}

#Grid img{
  margin: 0 auto;
  }

 .controls .btn{
       margin-top: .95rem;

 } 

.controls ul{
padding-left:0rem;

}


.controls ul li{
padding: 0;

}

.controls a{
  font-size: 0.9375rem;
opacity: .7;
   transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;

}

.controls a:hover{
opacity: 1;

}

#Grid{
  margin-top: 1.5rem;
}

#Grid .item-list{
  padding-top: 2rem;
margin-bottom: 1.5rem;
transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  height: 13.5rem;
  padding-right: 1rem; padding-left: 1rem;
}

#Grid .item-list img{
width: 6.25rem;
}

#Grid .item-list:hover{
background-color: #fff;
border-radius: 1rem;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 10px 50px 0 rgba(0, 0, 0, 0.10);
}


div.warp-img-section {
  padding:7rem 2rem 2rem 2rem;
  background-repeat: no-repeat;
  background-position: center;
  background: cover;
  min-height: 40vh;
  box-shadow: inset 0 0 0 1000px rgba(59,67,148,.6);
     background-size: cover;
   transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
}

div.warp-img-section h3{
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
  margin-top: .7rem;
color: #fff;
}

div.warp-img-section p{
  font-weight: 400;
color: #fff;
margin-bottom: 1.7rem;
}

div.warp-img-section ul{
  list-style: none;
  padding: 0;
}

div.warp-img-section ul li a{
  color: #00F6FF;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.8rem;
   transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
}


div.warp-img-section ul li a:hover {
  color: #fff;
}

div.warp-img-section ul li a.active{
  color: #fff;
}


  
div.warp-img-fotos {
  background-repeat: no-repeat;
  background-position: center;
  background: cover;
  min-height: 90px;
     background-size: 100%;
   transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
}




.panel-section{
  min-height: 100vh;
  padding: 3.5em 2rem;
  width: 100%;
  background-color: #fff;

}

.panel-section p, .sidebar-section p{
 font-family: 'Quicksand', sans-serif;
  color:#9A9A9A;


}


.panel-section h2, .sidebar-section h2{
  font-family: 'Quicksand', sans-serif;
  color: #464749;
  font-size: 1.8rem;
  margin-bottom: 1.6rem;
}

.panel-section h3, .sidebar-section h3{
 font-family: 'Quicksand', sans-serif;
   color: #164AAB;
   opacity: .7;
  font-size: .875rem;
  margin-bottom: 0rem;
}

.panel-section .resaltado{
 font-family: 'Quicksand', sans-serif;
}

.panel-section .sub-nav {
  margin-bottom: 2em;
  margin-top: 2em;
}

.panel-section .sub-nav a{
  font-family: 'Quicksand', sans-serif;
    padding: .9rem 2rem .6rem 2rem;
    width: 100%;
    font-size: .875rem;
    line-height: 1;
    border-radius: 1.5rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 10px 50px 0 rgba(0, 0, 0, 0.10);
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #335E77;
    background-color: #fff;
    border-color: #fff;
    opacity: .5;
       transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
}


.panel-section .sub-nav a:hover, .panel-section .sub-nav a:active, .panel-section .sub-nav a:focus{
  font-family: 'Quicksand', sans-serif;
  opacity: 1;
}

.panel-section .card-body{
  padding: 0;
}

.panel-section .card-body ul{
padding: 0; list-style: none;
}

.panel-section .card-body ul li{
margin-bottom: 1em;
}

.panel-section .card-body a{
  font-family: 'Quicksand', sans-serif;
    padding: 1.1rem 1rem .8rem 1rem;
    font-size: .875rem;
    display: inline-block;
    line-height: 1;
    border-radius: 1.5rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 10px 50px 0 rgba(0, 0, 0, 0.20);
    color: #fff;
 background-image: -moz-linear-gradient(top, #3A8FC2, #00629F);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3A8FC2), to(#00629F));
  background-image: -webkit-linear-gradient(top, #3A8FC2, #00629F);
  background-image: -o-linear-gradient(top, #3A8FC2, #00629F);
  background-image: linear-gradient(to bottom, #3A8FC2, #00629F);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3A8FC2', endColorstr='#00629F', GradientType=0);
  background-repeat: repeat-y;
  background-size: 100% 90px;
  background-position: 0 -30px;
  -webkit-transition: all 0.2s linear;
     -moz-transition: all 0.2s linear;
       -o-transition: all 0.2s linear;
          transition: all 0.2s linear;

}


.panel-section .card-body a:hover{
background-position: 0 0;

}


.sidebar-section{
  background-color: #F6F6F6;
  min-height: 100vh;
  padding: 3.5em 1.5rem;
}

.panel-section.ficha-producto h2{
    color: #00BB66;
font-size: 1rem;
border-bottom: 2px solid #00BB66;
padding-bottom: .3rem;
display: inline-block;
margin-bottom: 2.2rem;

}

 .btn-plano{
  position: absolute;
  bottom: 3rem;
  left: 2rem;
}

.panel-section.ficha-producto h3{
  font-family: 'Quicksand', sans-serif;
    color: #164AAB;
font-size: 2.5rem;
opacity: 1;
margin-bottom: 2rem;
letter-spacing: -.1rem;

}

.panel-section.ficha-producto p{
  opacity: .7;
}

.panel-section.ficha-producto thead {
    display: table-header-group;
    vertical-align: middle;
    border-top: 2px solid #164AAB;
    font-size: .9rem;
    font-family: 'Quicksand', sans-serif;
}

.panel-section.ficha-producto .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #164AAB;
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #B8CAE8;
}


.btn-rounded{
  font-family: 'Quicksand', sans-serif;
    padding: 1.2rem 1.5rem 1rem 1.5rem;
    font-size: .875rem;    
    display: inline-block;
    line-height: 1;
    border-radius: 1.5rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 10px 50px 0 rgba(0, 0, 0, 0.20);
    color: #fff;
    background-color: #164AAB;
   background-image: -moz-linear-gradient(top, #4AD474, #164AAB);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4AD474), to(#164AAB));
  background-image: -webkit-linear-gradient(top, #4AD474, #164AAB);
  background-image: -o-linear-gradient(top, #4AD474, #164AAB);
  background-image: linear-gradient(to right, #4AD474, #164AAB);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4AD474', endColorstr='#f164AAB', GradientType=0);
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: -170px 0px;
  -webkit-transition: all 0.2s linear;
     -moz-transition: all 0.2s linear;
       -o-transition: all 0.2s linear;
          transition: all 0.2s linear;
}

.btn-rounded.w100{
width: 100%;
}

.btn-rounded:hover{

background-position: 0px 0;
color: #fff;


}

.btn-rounded-white {
  font-family: 'Quicksand', sans-serif;
    padding: 1.2rem 1.5rem 1rem 1.5rem;
    font-size: .875rem;
    display: inline-block;
    line-height: 1;
    border-radius: 1.5rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 10px 50px 0 rgba(0, 0, 0, 0.10);
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #164AAB;
    background-color: #fff;
    border-color: #fff;
    border: none;
       transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.btn-rounded-white i{
  color: #164AAB;
  font-size: 1.1em;
  margin-right: .3em;
}

.btn-rounded-white:hover{
   background-color: #00BB66;
   color: #fff;
}

.btn-rounded-white:hover, .btn-rounded-white:active, .btn-rounded-white:focus{
  font-family: 'Quicksand', sans-serif;
  opacity: 1;
  outline: transparent;
  border: none; 

}

.slide-cirugia{
  background-image: url(../img/home.jpg);
  background-size: cover;
  transition: all 2s ;
  padding-top: 4rem;
   background-size: cover;
   transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  box-shadow: inset 0 0 0 1000px rgba(59,67,148,.6);
}

.slide-cirugia:hover{
  box-shadow: inset 0 0 0 1000px rgba(59,67,148,.0);

}

.slide-estetica{
  background-image: url(../img/home-estetica.jpg);
  transition: all 2s ;
   background-size: cover;
   transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  box-shadow: inset 0 0 0 1000px rgba(59,67,148,.6);
}

.slide-estetica:hover{
  box-shadow: inset 0 0 0 1000px rgba(59,67,148,.0);

}

.slide-emilio{
  background-image: url(../img/nosotros-emilio.jpg);
  transition: all 2s ;
   background-size: cover;
   background-position: top;
   transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  box-shadow: inset 0 0 0 1000px rgba(59,67,148,.5);
}

.slide-emilio:hover{
  box-shadow: inset 0 0 0 1000px rgba(59,67,148,.0);

}

.slide-eleazar{
  background-image: url(../img/nosotros-eleazar.jpg);
   background-position: top;
  transition: all 2s ;
   background-size: cover;
   transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  box-shadow: inset 0 0 0 1000px rgba(59,67,148,.5);
}

.slide-eleazar:hover{
  box-shadow: inset 0 0 0 1000px rgba(59,67,148,.0);

}

.slide-hector{
  background-image: url(../img/nosotros-hector.jpg);
   background-position: top;
  transition: all 2s ;
   background-size: cover;
   transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  box-shadow: inset 0 0 0 1000px rgba(59,67,148,.5);
}

.slide-hector:hover{
  box-shadow: inset 0 0 0 1000px rgba(59,67,148,.0);

}

.slide-mapa-contacto{
  background-image: url(../img/contacto.jpg);
  transition: all 2s ;
  height: 50vh;
   background-size: cover;
   transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  box-shadow: inset 0 0 0 1000px rgba(59,67,148,.5);
}

.slide-mapa-contacto:hover{
   box-shadow: inset 0 0 0 1000px rgba(59,67,148,.0);
}

.publicidad-fnd{
background: url(../img/publicidad.jpg); 
 animation: .8s ease-out 0s 1 slideInFromLeft;
}

.city-tour-fnd{
background: url(../img/tours/city-tour.jpg); 
 animation: .8s ease-out 0s 1 slideInFromLeft;
}

.classic-tour-fnd{
background: url(../img/tours/classic-tour.jpg); 
 animation: .8s ease-out 0s 1 slideInFromLeft;
}

.night-tour-fnd{
background: url(../img/tours/night-tour.jpg); 
 animation: .8s ease-out 0s 1 slideInFromLeft;
}

.eco-tour-fnd{
background: url(../img/tours/eco-tour.jpg); 
 animation: .8s ease-out 0s 1 slideInFromLeft;
}

.private-tour-fnd{
background: url(../img/tours/private-tour.jpg); 
 animation: .8s ease-out 0s 1 slideInFromLeft;
}




.estetica-fnd{
background: url(../img/home-estetica.jpg); 


}

.cirugia-fnd{
background: url(../img/home-cirugia.jpg); 


}

.emilio-ramos-fnd{
background: url(../img/emilio-ramos.jpg); 


}

.faq-fnd{
background: url(../img/faq.jpg); 
 animation: .8s ease-out 0s 1 slideInFromLeft;

}

.contacto-fnd{
background: url(../img/contacto.jpg); 
 animation: .8s ease-out 0s 1 slideInFromLeft;

}


.custom-select {
    display: inline-block;
    font-family: 'Quicksand', sans-serif;
    font-size: .9rem;
    width: 100%;
    height: calc(2.7rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background-size: 8px 10px;
    border: none;
    border-radius: 0rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* The container must be positioned relative: */
.custom-select-1 {
  position: relative;
  font-family: 'Quicksand', sans-serif;
    font-size: .9rem;

}

.custom-select-1 select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: #fff;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 1.2rem;
  right: .9rem;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-color: #9A9A9A transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #9A9A9A transparent;
  top: 1rem;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color: #464749;
  padding: .75rem 1rem;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.select-items div{
  padding: .45rem 1rem;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;

}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}


/*--------------- PRODUCTOS -------------------*/



.line-grey {
    border: none;
    height: 1px;
    /* Set the hr color */
    color: #B9C4C9; /* old IE */
    background-color: #B9C4C9; /* Modern Browsers */
    opacity: 1;
    margin-top: 2.5em;
    margin-bottom: 2.5em;
}

.download-product h3{
  margin-bottom: 1em;
}


.download-product .btn-rounded-white {
    min-width: 200px;
    margin-bottom: 1em;
}

.dropdown-menu{
  border: none;
  margin-bottom: .5em;
  margin-top: .5em;
   border-radius: 1.5rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 10px 50px 0 rgba(0, 0, 0, 0.10);
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.dropdown-item h3{
margin-bottom: .4em;
}
.dropdown-item {
  font-size: .9em;

}

.footer-product{
  font-size: .98em;
  line-height: 1.1em;
}



/*---------------------- CONTACTO---------------------*/ 

.contacto .panel-section{
  padding: 3.5em 1em;
}

.contacto h2{
  font-family: 'Quicksand', sans-serif;
  margin-bottom: 0em;
}

.contacto .resaltado{
   font-family: 'Quicksand', sans-serif;
   font-size: 1.125em;
}

form .form-control{
  color: #B2B2B2;
  font-size: 1rem;
  border: none;
  border-radius: 0;
  border-bottom: solid 1px #D8D8D8;
  padding-left: 0;
  margin-bottom: 0;
    background-color: transparent;
}

form .form-group {
    margin-bottom: 1rem;
}


form .form-control-file{
  font-size: .9em;
}

form .form-control:focus {
  border:none;
  box-shadow: none;
  border-bottom: solid 1px #A4B8DE;
    background-color: transparent;
}

form .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #B2B2B2;
    opacity: 1; /* Firefox */
}

form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #B2B2B2;
}

form .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #B2B2B2;
}

.location-field{
  display:none;
  }


.datos-contacto{
  color: #335E77;
}

.panel-section.datos-contacto .resaltado{
  color: #335E77;
  font-size: 1.5em;
  line-height: 1em;
}

.mail, .tel{
  font-family: 'Quicksand', sans-serif;
  color: #464749;
  font-size: 1.1em;
       transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;

}

.mail:hover{
  color: #B3D233;
}

.contacto .btn-rounded{
  padding-left: 2em; padding-right: 2em;
}


.contacto-tel ul{
  padding-left: 0;
  list-style: none;
  font-size: 1.1rem;
}

.contacto-tel ul li{
  font-family: 'Quicksand', sans-serif;
  color: #464749;
}


/*-------   SLIDE TOURS ------- */

.owl-carousel .item{
  height: 100vh;
  padding-left: 2rem;
  transition: transform .2s; /* Animation */
}

.owl-carousel .item:hover{
transform: scale(1.07);
}


.owl-carousel .tour-item{
  color: #fff;
}

.owl-carousel .tour-item h2{
  font-family: 'Quicksand', sans-serif;
  font-size: 1.625rem;
}

.owl-carousel .tour-item ul{
  padding: 0;
  list-style: none;
  margin-top: 1rem;
}


.tour ul{
  padding: 0;
  list-style: none;
  color: #464749;
  font-family: 'Quicksand', sans-serif;
}


.redes-fixed {
  position: fixed;
  left: 2.5rem;
  bottom: 2rem;
  opacity: .6;
  z-index: 5000;
   transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.redes-fixed:hover{
  opacity: 1;
}

.klou {
  position: fixed;
  right: 2.5rem;
  bottom: 2rem;
  opacity: .6;
  z-index: 5000;
   transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.klou:hover{
  opacity: 1;
}

.klou-nav {
  position: fixed;
  left: 2.5rem;
  bottom: 2rem;
  opacity: .3;
  z-index: 5000;
   transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.klou-nav:hover{
  opacity: 1;
}

.price-bar h3{
 font-family: 'Quicksand', sans-serif;
 font-size: .9rem;
 color: #464749;
opacity: 1;

}

.price-bar .price{
font-family: 'Quicksand', sans-serif;
 font-size: 1.9rem;
 color: #464749;
 margin-top: .3rem;
 margin-bottom: .3rem;
}

.price-bar .total-price{
 font-family: 'Quicksand', sans-serif;
 font-size: 1rem;
  color: #B3D233;
}

.publicidad .destacado, .datos-contacto .destacado{
  color: #464749;
}

.publicidad .card{
  padding-left: 2rem; padding-right: 2rem;
  margin-bottom: 1.8rem;
  color: #464749;
  border-color: #464749;
}

.dest-green{
  color: #B3D233;
  font-family: 'Quicksand', sans-serif;

}


.faq .destacado, .contacto-datos .destacado, .tour .destacado{
  color: #464749;
  font-family: 'Quicksand', sans-serif;

}

ul.list-reservas{
  padding: 0;
  margin-top: 2rem;
}

ul.list-reservas li{
  margin-bottom: .5rem;
}

ul.list-reservas .precio{
  color: #464749;
  font-family: 'Quicksand', sans-serif;
}


.check-out h3{
color: #464749;
opacity: 1;
  font-family: 'Quicksand', sans-serif;
  font-size: 1rem;
}

.check-out h3.tit-reservas{
  font-size: 1.125rem;
  color: #9A9A9A;
}

.check-out .mail{
  font-size: .8rem;
}

.check-out .destacado{
font-family: 'Quicksand', sans-serif;
}

.check-out .total-panel{
  background-color: #fff;
  border-radius: .2rem;
  padding: 1.6rem 1rem 1rem 1rem;
  margin-bottom: 2rem;
}

.total-panel .precio-reserva{
  font-family: 'Quicksand', sans-serif;
  font-size: 1.25rem;
  color:#B3D233 ;
}

.total-panel .precio-reserva span{
 font-family: 'Quicksand', sans-serif;
  font-size: 1rem;
  color:#464749 ;
}

/* This is the checked state */
.custom-radio .custom-control-input:checked~.custom-control-label::before,
.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-color: #B3D233;  /* green */
    /* this bg image SVG is just a white circle, you can replace it with any valid SVG code */
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E); 
    border-radius: 50%;
}

.burger-grey-xs span, .burger-grey-xs span::before, .burger-grey-xs span::after {
  background-color: #9A9A9A;
}

.modal-title{
  color: #464749;
  font-family: 'Quicksand', sans-serif;
  font-size: 1.25rem;
}

.modal-header {
  border-bottom: none;
}

.modal-body{
  padding: 0rem 2rem 2rem 2rem;
} 

.modal-body h4{
  color: #1C3484;
  font-size: 1.5625rem;
  font-weight: 700;
}

.modal-body ul{
  padding: 0;
  list-style: none;
}

.modal-body li a{
  color: #13ADCE;
  font-weight: 700;
}



.modal-body li a:hover{
  color: #1C3484;
  font-weight: 700;
}

.demo-gallery {
  width: 100%;
}

.footer-turno{
  width: 100%;
  background-color: #F6F6F6;
  color: #1C3484;
  padding: 2.7rem 4rem 2.7rem 4rem;
   transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.footer-turno:hover{
  background-color: #5DC3D9;
}

.footer-turno a{
  font-size: .875rem;
  color: #3B4394;
  font-weight: 700;
}

.p-descripcion{
  padding: 4.5rem 3rem;
}

.p-contacto{
  width: 100%;
  padding: 2.5rem;
}

#map{
  height:100%;
  }

.accordion .card{
 border:none;
}

.accordion .card-header{
  background-color: transparent;
  padding: 0;
  border:0;
}

.accordion .card-body{
  padding: .8rem 0 1.25rem 0;
}

.accordion .btn{
  padding-left: 0;
}

.accordion .btn-link{
  color:#66729A;
  font-weight: 700;
}

.accordion .btn-link:hover, .accordion .btn-link:focus{
  color:#21B8D5;
  text-decoration: none;
}

#lightgallery ul{
  padding: 0;
  list-style: none;
}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

  .cont-slider{
  width: 560px;
}

.cont-slider.slide-1 h2{
  font-size: 4rem;
}

.cont-slider.nosotros .dest-banner{
  font-size: 2.725rem;
}

.cont-slider.nosotros p{
  font-size: .975rem;
}

.cont-slider.nosotros h3{
font-size: 1rem;
}

.controls ul{
padding-left:1rem;

}


.cont-slider.tecnologia .dest-banner{
  font-size: 4.25rem;
}

form .form-control{
  margin-bottom: 2.5em;
}

form .form-group {
    margin-bottom: 1rem;
}


div.warp-img-fotos {
  min-height: 135px;

}


.p-contacto{
  width: 100%;
  padding: 4.5rem;
}

.panel-section .sub-nav a{
    width: inherit;
}

.panel-section{
  min-height: 550px;
   padding: 4.5em 2em;
}

.sidebar-section{
  min-height: 550px;
  padding: 3.5em 2em;
}

.slide-text{
  width: 30rem;
}

.panel-section h2, .sidebar-section h2{
  font-size: 2rem;

}

.panel-section h2{
  font-size: 1.75rem;
}


.line-grey {
    
}

.download-product .btn-rounded-white {
    min-width: 100%;
    margin-bottom: 1em;
}

.owl-slide-title span{
  display: inline;
}

.col-form-label {
    margin-top: -1rem;
}

.total-panel .precio-reserva span{
  margin-left: .5rem;
}



}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 

  .brand{
width: 250px;
    position: relative;
    left: 3rem;
    top:2rem;
}

  .cont-slider{
  width: 700px;
}

div.warp-img-home {
  min-height: 50vh;
}

div.warp-img-section {
  min-height: 50vh;
  padding: 5rem 4rem 2rem 4rem;
}

.p-descripcion{
  padding: 4.5rem;
}
    

div.warp-img-fotos {
  min-height: 190px;

}

.header-nav .tel{
 margin-bottom: 3rem;
}

.panel-section{
  padding: 5em 3.5em;
}

.sidebar-section{
  padding: 3.5em 3.5em;
}

.slide-text{
  position: absolute;
  top: 35%;
  left: 4rem;
  width: 33rem;
}

.modal-body{
  padding: 0rem 4rem 4rem 4rem;
} 


.btn-out-green {
    width: auto;
}

.btn-out-grey {
    width: auto;
}

.demo-gallery {
  width: inherit;
}

.home-slide-wrap .item h3{
  font-size: 4.5rem;
  font-weight: 700;
  margin-bottom: 1.3rem;
  line-height: 4.8rem;
  letter-spacing: -0.1rem;
  color: #fff;
}

  .home-slide-wrap .item{
  height: 100vh;
  padding-left: 3rem;
}

.slide-cirugia{
  padding-top: 0;
}

}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 



  .cont-slider{
  width: 780px;
}

.burger-grey span, .burger-grey span::before, .burger-grey span::after {
  background-color: #9A9A9A;
}

div.warp-img-home {
  min-height: 100vh;
}

div.warp-img-section {
  min-height: 100vh;
}

div.warp-img-section {
     background-size: cover;
}

.panel-section{
  padding: 2em 2em;
  min-height: 100vh;
}

.sidebar-section{
   padding: 2em 2em;
   min-height: 100vh;
}

.panel-section .sub-nav a{
    padding: .9rem 1rem .6rem 1rem;
}

div.warp-img-fotos {
  min-height: 100vh;
     background-size: cover;
}


.sidebar-section p{
font-size: .9rem;
}

.panel-section.datos-contacto .resaltado{
  color: #335E77;
  font-size: 1.1em;
  line-height: 1.3em;
}

.burger {
  position: fixed;
  top: 20px;
  right: 20px;

}

header.fixed-top{
  position: fixed;
}

.slide-mapa-contacto{

  height: 100vh;

}

.slide-eventos{
  background-image: url(../img/banner-1.jpg);
} 

.owl-slide-title{
  font-size:  2.875em;

}



}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

nav {
  max-width: 30%;
  padding: 120px 0px 70px 0px;
}


.panel-section{
  padding: 2em 3.5em;
}

.contacto .sidebar-section{
   padding: 2em 5em;
}


.sidebar-section{
   padding: 2em 2.5em;
}




.panel-section .sub-nav a{
    padding: .9rem 1.5rem .6rem 1.5rem;
}

.slide-text{
  position: absolute;
  top: 35%;
  left: 7rem;
  width: 33rem;
}




}


/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1400px) {

  nav {
    max-width: 25%;
  padding: 120px 0px 70px 0px;
}

.slide-text{
  width: 45rem;
  font-size: 130%;
}

/*nav ul.main li a {
  font-size: 185%;
}*/

div.warp-img-section {
     background-size: cover;
}

div.warp-img-fotos {
     background-size: cover;
}

.panel-section h2{
 font-size: 270%;
}

.sidebar-section{
   padding: 2em 2.5em;
}


.sidebar-section p{
font-size: 1rem;
}

.contacto .sidebar-section{
   padding: 2em 7em;
}

.panel-section.datos-contacto .resaltado{
  font-size: 1.5em;
  line-height: 1.1em;

}

.p-contacto{
  width: 100%;
  padding: 6.5rem;
}


}

@-moz-document url-prefix() {

div.warp-img-home {
  min-height: 100vh;
}

div.warp-img-section {
  min-height: 100vh;
}


.panel-section{
  min-height: 100vh;
}

.sidebar-section{
   min-height: 100vh;
}


div.warp-img-fotos {
  min-height: 100vh;

}

}