@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300&display=swap');




/* ------ COLORS ------ */

body{
	font-family: 'Roboto', sans-serif;
	overflow-x: hidden;
	min-height: 100%;
}


/* ------ SMOOTH SCROLLING ------ */
html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}


.ir-arriba {
	padding:10px;
	display:inline-block;
	background-color: rgba(26, 26, 26, 0.7);
	color:#fff;
	position: fixed;
	font-size:20px;
	bottom:20px;
	left:20px;
	display:none;
	cursor:pointer;
	 border-radius: 50%;
	z-index:99999999;
}

.img-100{
	width: 100%;
	height: auto;
}



.button-link{
	font-family: 'Playfair Display', serif;
	text-align: center;
	margin: 0 auto;
	border: solid thin #4D5931;
	border-radius: 50px;
    display: block;
    cursor: pointer;
    color: #4D5931;
    font-size: 20px;
    padding: 5px;
    text-decoration: none;
    width: 200px;
    background-color: rgba(0,0,0,0);
	margin-top: 40px;
}

.button-link:hover{
	background-color:#4D5931;
	transition: 2s background-color;
	color: white;
}

/* ----- Cookies ----- */
#div-cookies {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: #000000;
    box-shadow: 0px -5px 15px gray;
    padding: 7px;
    text-align: center;
    z-index: 99;
	color: #FFFFFF;
}


/* ----- Miscellaneous ----- */
.fixed-top {
transition: transform .3s;
}



/* ----- whatsapp Float icon -----*/
.whatsapp-float-icon{
    position: fixed;
    bottom: 20px;
    right: 20px;
    
}

.whatsapp-float-icon img{
    width: 70px;
    height: auto;
}

/* ----- Header ----- */
.header{
	padding: 10px 10px;
	background-color: #1a1a1a;
	color: #fff;
	font-weight: 300 !important;
	font-size: 14px !important;
}


.header .header-icon{
	font-size: 14px;
}

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

.header li{
	display: inline-block;
}

.header li a{
	color: #ffffff;
	text-decoration: none;
}

.header .topbar-left li a {
	padding: 0px 10px;
}

.header .topbar-right li a {
	padding: 0px 3px;
}

.header .languaje{
	padding-left: 20px !important;
}


.header li a:hover{
	color: #000000 !important;
}


/* ----- Slide ----- */
#slides{
	height: 600px !important;
	width: 100% !important;
	left: 0 !important;
}

.slider-block{
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	animation: slider-one 5s linear infinite;
}

.slider-one-image{
	  width: 110%;
	  height: 100%;
	  background-image: url("../../imagenes/slide/slide-1.jpg");  
	  background-position: center;
	  background-size: cover;
	  background-repeat: no-repeat;
	  animation: zoom-out 5s linear infinite;
}  


.slider-two-image{
	  width: 110%;
	  height: 100%;
	  background-image: url("../../imagenes/slide/slide-2.jpg");  
	  background-position: center;
	  background-size: cover;
	  background-repeat: no-repeat;
	  animation: zoom-out 5s linear infinite;
}

.slider-tree-image{
	  width: 110%;
	  height: 100%;
	  background-image: url("../../imagenes/slide/slide-3.jpg");  
	  background-position: center;
	  background-size: cover;
	  background-repeat: no-repeat;
	  animation: zoom-out 5s linear infinite;
}


.slider-four-image{
	  width: 110%;
	  height: 100%;
	  background-image: url("../../imagenes/slide/slide-4.jpg");  
	  background-position: center;
	  background-size: cover;
	  background-repeat: no-repeat;
	  animation: zoom-out 5s linear infinite;
}

.slider-five-image{
	width: 110%;
	height: 100%;
	background-image: url("../../imagenes/slide/slide-5.jpg");  
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	animation: zoom-out 5s linear infinite;
}
  
.slider-six-image{
	width: 110%;
	height: 100%;
	background-image: url("../../imagenes/slide/slide-6.jpg");  
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	animation: zoom-out 5s linear infinite;
}

.slider-seven-image{
	width: 110%;
	height: 100%;
	background-image: url("../../imagenes/slide/slide-7.jpg");  
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	animation: zoom-out 5s linear infinite;
}

.slider-eight-image{
	width: 110%;
	height: 100%;
	background-image: url("../../imagenes/slide/slide-8.jpg");  
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	animation: zoom-out 5s linear infinite;
}

.slider-nine-image{
	width: 110%;
	height: 100%;
	background-image: url("../../imagenes/slide/slide-9.jpg");  
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	animation: zoom-out 5s linear infinite;
}

.slider-ten-image{
	width: 110%;
	height: 100%;
	background-image: url("../../imagenes/slide/slide-10.jpg");  
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	animation: zoom-out 5s linear infinite;
}

.slider-logo{
	width: 180px;
	height: 180px;
	background-image: url("../../imagenes/logo-slide.jpg");  
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	right: 30px;
	top: 0;
}


@keyframes zoom-in-zoom-out {
	0% {
	  transform: scale(1, 1);
	}
	50% {
	  transform: scale(1.5, 1.5);
	}
	100% {
	  transform: scale(1, 1);
	}
  }

  @keyframes text-up {
	10% {
	  transform: translateY(0px);
	}
  
	100% {
	  transform: translateY(0px);
	}
  }
  
  @keyframes zoom-out {
	100% {
	  width: 100%;
	}
  }
  

@media (max-width: 767px) {
	#slides{
		height: 200px !important;
	}
	
	#slides img{
		max-height: 200px !important;
	}

}





/* ----- BUTTONS ----- */
.btn-dsg-1{
	font-family: 'Playfair Display', serif;
	color: #000000 !important;
	font-size: 18px;
}

.btn-dsg-1 i{
	margin-left: 5px;
}





/* ----- WELCOME ----- */
.welcome{
	padding: 80px 0px;
	text-align: center;
	color: #4D5931 !important;
}

.welcome h1{
	font-family: 'Playfair Display', serif;
	/*font-family: 'Cormorant Garamond', serif;*/

}

.welcome-img{
	width: 100px;
	height: auto;
	margin-bottom: 20px;

}




/* ----- CALL OUTS ----- */

.callouts{
	padding: 40px 0px;
	background-color: #E1E3DC;
}

.callouts .callout-block{
	border: solid thin #E1E3DC;
	padding:20px 10px;
	position: relative;
}

.callouts .callout-block:hover{
	background-color: #BABFAF;
	text-decoration: none !important;
	border: solid thin #BABFAF;
	transition: 2s background-color;
}



.callouts .callout-icon{
	width: auto;
	height: 120px;
	margin-bottom: 20px !important;
	display: block;
	margin: 0 auto;
}


.callouts h2{
	font-family: 'Playfair Display', serif;
	text-align: center;
	font-size: 22px;
	margin-bottom: 30px;
	color: #4D5931 !important;
	font-weight: bold;
}

.callouts a{
	color: #4D5931 !important;
	text-align: center;
}


.callouts a:hover{
	color: #ffffff !important;
	text-decoration: none;
}


.callout-btn{
	position: absolute;
  	bottom: 10px;
	right:25%;
	border: solid thin #4D5931;
	padding: 5px 10px;
	border-radius: 50px;
}

.callout-btn:hover{
	border: solid thin #4D5931;
	color: #FFFFFF !important;
	background-color: #4D5931;

}



/* ----- Experiencia ----- */
.experiencia{
	padding: 80px 0px;
	background-color: white;
	color: #4D5931 !important;
}

.experiencia .experiencia-background{
	width: 110%;
	height: 100%;
	background-image: url("../../imagenes/color-background.jpg");
	background-position: right center;
	background-size: 80%;
	background-repeat: no-repeat;

}

.experiencia .experiencia-img{
	padding: 30px 0px 30px 0px;
	width: 100%;
	height: auto;
}

.experiencia .experiencia-textblock{
	padding: 60px;
}

.experiencia .experiencia-textblock h2{
	font-family: 'Playfair Display', serif;
	font-size: 32px;
	margin-bottom: 30px;
}

.experiencia .experiencia-textblock p{
	text-align: justify;
}

/* ----- Espacio Unico ----- */
.espacio-unico{
	padding: 80px 0px;
	background-color: white;
	color: #4D5931 !important;
}

.espacio-unico .espacio-unico-background{
	width: 110%;
	height: 100%;
	background-image: url("../../imagenes/color-background.jpg");
	background-position: left center;
	background-size: 80%;
	background-repeat: no-repeat;

}

.espacio-unico .espacio-unico-img{
	padding: 30px 0px 30px 0px;
	width: 100%;
	height: auto;
}

.espacio-unico .espacio-unico-textblock{
	padding: 60px;
}

.espacio-unico .espacio-unico-textblock h2{
	font-family: 'Playfair Display', serif;
	font-size: 32px;
	margin-bottom: 30px;
}

.espacio-unico .espacio-unico-textblock p{
	text-align: justify;
}


/* ----- Vive Verde ----- */
.vive-verde{
	padding: 80px 0px;
	background-color: white;
	color: #4D5931 !important;
}

.vive-verde .vive-verde-background{
	width: 110%;
	height: 100%;
	background-image: url("../../imagenes/color-background.jpg");
	background-position: right center;
	background-size: 80%;
	background-repeat: no-repeat;

}

.vive-verde .vive-verde-img{
	padding: 30px 0px 30px 0px;
	width: 100%;
	height: auto;
}

.vive-verde .vive-verde-textblock{
	padding: 60px;
}

.vive-verde .vive-verde-textblock h2{
	font-family: 'Playfair Display', serif;
	font-size: 32px;
	margin-bottom: 30px;
}

.vive-verde .vive-verde-textblock p{
	text-align: justify;
}




/* ----- Mapa ----- */
.mapa{
	height: 450px;
	width: 100%;
	overflow: hidden;
}

.mapa .mapa-size{
	width: 100%;
	height: 450px;
	object-fit: cover;
	
}

/* ----- Footer ----- */
.footer{
	background-color: #4D5931;
	padding: 60px 0px;
	color: #ffffff !important;
	border-top: 3px solid #BABFAF;
}

.footer .small{
	font-size: 10px;
}

.footer a{
	color: #ffffff !important;
	text-decoration: none;
}

.logo-footer{
	width: 150px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.footer-icons .footer-icon{
	font-size: 24px;
}

.footer-icons ul{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 20px;
}

.footer-icons li{
	display: inline-block;
}

.footer-icons li a{
	font-weight: 100 !important;
	color: #ffffff;
	text-decoration: none;
	padding: 0px 10px;
}

.footer .address{
	color: #ffffff;
	font-size: 13px;
}

.footer .schedule{
	color: #ffffff;
	text-align: right;
	font-size: 13px;
}


.footer .pay-forms ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer .pay-forms li{
	display: inline-block;
	padding: 3px;
}


/* ----- Side Navbar ----- */


body {
    position: relative;
    overflow-x: hidden;
}
body,
html { height: 100%;}
.nav .open > a, 
.nav .open > a:hover, 
.nav .open > a:focus {background-color: transparent;}

/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	overflow-x: hidden;
}

#wrapper.toggled {
    padding-left: 220px;
}

#sidebar-wrapper {
    z-index: 1000;
    left: 220px;
    width: 0;
    height: 100%;
    margin-left: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #353F25;
	/*background: #1a1a1a;*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

#wrapper.toggled #sidebar-wrapper {
    width: 220px;
}

#page-content-wrapper {
    width: 100%;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -220px;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav .sidebar-brand{
	background-color: #4D5931;
}

.sidebar-nav li {
    position: relative; 
    line-height: 20px;
    display: inline-block;
    width: 100%;
}

.sidebar-nav li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 3px;
    background-color: #4D5931;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;

}
.sidebar-nav li:first-child a {
    color: #fff;
    background-color: #4D5931;
}

.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
    width: 100%;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;

}

.sidebar-nav li a {
    display: block;
    color: #ddd;
    text-decoration: none;
    padding: 10px 15px 10px 30px;    
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus{
    color: #fff;
    text-decoration: none;
	background-color: #1c1c1c;
}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #1c1c1c !important;
}

.sidebar-nav .sidebar-brand img{
    width: 200px;
	margin-bottom: 30px !important;
	padding: 20px;
}
.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #4D5931;
    box-shadow: none;
}

/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/

.hamburger {
  position: fixed;
  top: 50px;  
  z-index: 999;
  display: block;
  width: 32px;
  height: 32px;
  margin-left: 15px;
  background: transparent;
  border: none;
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
  background-color: #4D5931;
}
.hamburger.is-closed .hamb-top { 
  top: 5px; 
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
  top: 50%;
  margin-top: -2px;
}
.hamburger.is-closed .hamb-bottom {
  bottom: 5px;  
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
  top: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
  bottom: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  background-color: #4D5931;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
  top: 50%;
  margin-top: -2px;  
}
.hamburger.is-open .hamb-top { 
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open .hamb-middle { display: none; }
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}


/* ----- Content Block ---- */
.collage{
	padding: 40px 0px 0px 0px;
}



.video{
	padding: 30px 10px;
}

.video iframe{
	width: 100%;
	height: 350px;
	padding-bottom: 30px;
}



/* ----- Banner  ----- */

.banner .banner-img{
 width: 100%;
 height: auto;
 position: relative;
}

.banner .logo-banner-img{
	position: absolute;
	height: 300px;
	width: auto;
	z-index: 1;
 	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
	-webkit-filter: drop-shadow(0px 5px 5px #000);
	filter: drop-shadow(0px 5px 5px #000);
	opacity: 0.8;
}


/* ----- Residencial  ----- */

.residencial{
	padding:0 !important;
	margin: 0 !important;
	border-top: thin solid #4D5931; 
	border-bottom: thin solid #4D5931; 
}

.residencial-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(4, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	overflow-x: hidden;

}


.residencial-grid h2{
	font-family: 'Playfair Display', serif;
	text-align: center;
	font-size: 20px;
	margin-bottom: 30px;
}

.residencial-grid p{
	text-align: justify;
}
	
.residencial-grid .grid-1 {
	padding: 30px;
	grid-area: 1 / 1 / 2 / 2;
}

.residencial-grid .grid-2 {
	padding: 30px;
	grid-area: 1 / 2 / 2 / 3;
	background-color: #E1E3DC; 
}

.residencial-grid .grid-3 {
	overflow: hidden;
	grid-area: 1 / 3 / 2 / 4;
	width: 100%;
	height: 100%;
	background-image: url("../../../imagenes/residencial/cable-ski.jpg");  
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;

}
.residencial-grid .grid-4 {
	grid-area: 1 / 4 / 2 / 5;
	padding: 30px;
	background-color: #BABFAF; 
}

.residencial-grid .grid-5 {
	grid-area: 2 / 1 / 4 / 3;
	width: 100%;
	height: 100%;
	background-image: url("../../imagenes/residencial/vida-verde.jpg");  
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}



.residencial-grid .grid-6 {
	grid-area: 3 / 3 / 4 / 4;
	width: 100%;
	height: 100%;
	background-image: url("../../imagenes/residencial/caballos.jpg");  
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	
}

.residencial-grid .grid-7 {
	grid-area: 3 / 4 / 4 / 5;
	width: 100%;
	height: 100%;
	background-image: url("../../imagenes/residencial/huerto.jpg");  
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}


.residencial-grid .grid-8 {
	padding: 30px;
	grid-area: 2 / 3 / 3 / 5;
	background-color: #4D5931;
	color: #ffffff;
}
.residencial-grid .grid-9 {
	grid-area: 4 / 1 / 5 / 2;
	padding: 30px;
}
.residencial-grid .grid-10 {
	grid-area: 4 / 2 / 5 / 4;
	width: 100%;
	height: 100%;
	background-image: url("../../imagenes/residencial/naturaleza.jpg");  
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;

}

.residencial-grid .grid-11 {
	grid-area: 4 / 4 / 5 / 5;
	padding: 30px;
	background-color: #E1E3DC; 
}


@media (max-width: 767px) {
	.residencial-grid {
		display: block;
	}

	.residencial-grid .grid-1, .residencial-grid .grid-2, .residencial-grid .grid-3, .residencial-grid .grid-4, .residencial-grid .grid-5, .residencial-grid .grid-6,.residencial-grid .grid-6 ,.residencial-grid .grid-8 ,.residencial-grid .grid-9,.residencial-grid .grid-10,.residencial-grid .grid-11{
		display: block;
		min-height: 350px;
	}
}


/* ----- amenidades  ----- */
.amenidades{
	padding: 40px 0px 20px 0px;
	color: #4D5931 !important;
}

.amenidades h4 {
    font-family: 'Playfair Display', serif;
	text-align: center;
	margin-bottom: 10px;
	font-size:42px;
}

.amenidades-element{
	width: 250px;
	display: block;
	margin: 0 auto;
}

.amenidades-item{
	margin-bottom: 40px;
}

.amenidades-item hr{
	margin: 0;
	padding: 0;
}

.amenidades-item h5{
	font-family: 'Playfair Display', serif;
	text-align: left;
	margin-bottom: 10px;
	font-size:28px;
}

.amenidades-item h6{
	font-family: 'Playfair Display', serif;
	text-align: left;
	margin-bottom: 10px;
	font-size:22px;
}

/* ----- Cita  ----- */
.cita{
	padding: 20px 0px 40px 0px;
	text-align: center;
	color: #4D5931;
}



.cita-btn{
	font-family: 'Playfair Display', serif;
	text-align: center;
	margin: 0 auto;
	border: solid thin #4D5931;
	border-radius: 50px;
    display: block;
    cursor: pointer;
    color: #4D5931;
    font-size: 20px;
    padding: 5px;
    text-decoration: none;
    width: 200px;
    background-color: rgba(0,0,0,0);
}

.cita-btn:hover{
	background-color:#4D5931;
	transition: 2s background-color;
	color: white;
}



.installations{
	padding: 80px 10px;
    background-color: #4D5931;

}

.installations h4{
	font-family: 'Playfair Display', serif;
	text-align: center;
	font-size: 22px;
	margin-bottom: 30px;
	color: white;
}

.installations p{
	text-align: center;
	color: white;
}

.installations li{
	color: white;
	padding: 10px;
}

.installations .installations-img{
	height: 300px;
	width: auto;
	margin-bottom: 20px !important;
	margin: 0 auto;
	display: block;
}

.cols-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

/* ----- Croquis  ----- */
.ubicacion{
	padding: 30px;
	display: block;
}

.ubicacion h1{
	font-family: 'Playfair Display', serif;
	text-align: center;
}

.ubicacion p{
	text-align: center;
}


.ubicacion .croquis{
	background-color: #4D5931;
	padding: 40px;
	width: 100%;	
	height: auto;	
	margin: 40px 10px;
	
	
}

.ubicacion .croquis .croquis-size{
	width: 100%;
	height: auto;	
}


.mapa-btn{
	font-family: 'Playfair Display', serif;
	text-align: center;
	margin: 0 auto;
	border: solid thin #4D5931;
	border-radius: 50px;
    display: block;
    cursor: pointer;
    color: #4D5931;
    font-size: 20px;
    padding: 5px;
    text-decoration: none;
    width: 300px;
    background-color: rgba(0,0,0,0);
}

.mapa-btn:hover{
	background-color:#4D5931;
	transition: 2s background-color;
	color: white;
	text-decoration: none !important;
}



/* ----- Contacto  ----- */
.contact-us{
	padding: 80px 0px;
}


.contact-us h1{
	font-family: 'Playfair Display', serif;
	text-align: center;
	font-size: 48px;
	margin-bottom: 30px;
}

.contact-us h2{
	font-family: 'Playfair Display', serif;
	text-align: center;
	font-size: 36px;
	margin-bottom: 30px;
}

.contact-us p{
	text-align: center !important;
	color: #000;
}

.contact-us a{
	text-decoration: none;
	text-align: center !important;
	color: #000;
}

.banner-contact .banner-img{
	width: 100%;
	height: auto;
	position: relative;
}
   
.banner-contact .logo-banner-img{
	position: absolute;
	height: 200px;
	width: auto;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-filter: drop-shadow(0px 5px 5px #000);
	filter: drop-shadow(0px 5px 5px #000);
	opacity: 0.8;
}

.contact-info-icon{
	width: auto;
	height: 100px;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px !important;
}

.ubicacion{
	width: 100%;
	height: auto;
}

.ubicacion .mapa-size{
	width: 100%;
	height: 500px;
	margin: 40px 0px;
	
}


/* ----- Caballos  ----- */
.video-width-100{
	width: 100%;
	height: auto;
}


@media (max-width: 767px) {
	
	.slider-logo {
		width: 130px;
		height: 130px;
	}
	.callouts .callout-block {
		width: 100%;
		height: auto;
	}
	.callouts .row{
		width: 100% !important;
		height: auto;
		display: block;
	}

	.callouts .callout-icon {
		width: 60%;
		height: auto;
	}

	.callout-btn {
		bottom: -10px;
	}

	.experiencia {
		padding: 20px;
	}
	.experiencia .experiencia-textblock {
		padding: 30px;
	}

	.espacio-unico {
		padding: 10px;
	}

	.espacio-unico {
		padding: 10px;
	}

	.footer .address {
		text-align: center;
		font-size: 13px;
	}

	.footer .schedule {
		text-align: center;
		font-size: 13px;
	}

	.banner .logo-banner-img {
		height: 100px;
		top: 100px;
	}
		
}



/* ----- EVENTOS  ----- */
.icon-triatlon{
	width: 300px;
	height: auto;
	margin-top: 40px;
	margin: 0 auto;
	display: block;
}

.callout-btn-center{
	border: solid thin #4D5931;
	padding: 5px 10px;
	border-radius: 50px;
	margin: 0 auto;
	display: table;
	margin-top: 30px;

}

.callout-btn:hover{
	border: solid thin #4D5931;
	color: #FFFFFF !important;
	background-color: #4D5931;

}
