/*
	Theme Name: Holiday Theme
	Theme URI: jgalindodesign.com
	Description: Holiday Website Theme
	Version: 1.0
	Author: JG (@galindojorg)
	Author URI: http://jgalindodesign.com
	Tags: Holiday, html5, css3

*/

/*------------------------------------*\
    FONTS
\*------------------------------------*/

@font-face {
    font-family: 'coco_gothicbold_italic';
    src: url('fonts/coco-gothic-bold-italic-trial-webfont.woff2') format('woff2'),
         url('fonts/coco-gothic-bold-italic-trial-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'coco_gothicbold';
    src: url('fonts/coco-gothic-bold-trial-webfont.woff2') format('woff2'),
         url('fonts/coco-gothic-bold-trial-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'coco_gothicfat_italic';
    src: url('fonts/coco-gothic-fat-italic-trial-webfont.woff2') format('woff2'),
         url('fonts/coco-gothic-fat-italic-trial-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'coco_gothicfat';
    src: url('fonts/coco-gothic-fat-trial-webfont.woff2') format('woff2'),
         url('fonts/coco-gothic-fat-trial-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'coco_gothicheavy_italic';
    src: url('fonts/coco-gothic-heavy-italic-trial-webfont.woff2') format('woff2'),
         url('fonts/coco-gothic-heavy-italic-trial-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'coco_gothicheavy';
    src: url('fonts/coco-gothic-heavy-trial-webfont.woff2') format('woff2'),
         url('fonts/coco-gothic-heavy-trial-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'coco_gothicitalic';
    src: url('fonts/coco-gothic-italic-trial-webfont.woff2') format('woff2'),
         url('fonts/coco-gothic-italic-trial-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'coco_gothiclight_italic';
    src: url('fonts/coco-gothic-light-italic-trial-webfont.woff2') format('woff2'),
         url('fonts/coco-gothic-light-italic-trial-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'coco_gothiclight';
    src: url('fonts/coco-gothic-light-trial-webfont.woff2') format('woff2'),
         url('fonts/coco-gothic-light-trial-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'coco_gothicregular';
    src: url('fonts/coco-gothic-regular-trial-webfont.woff2') format('woff2'),
         url('fonts/coco-gothic-regular-trial-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'coco_gothic_alternatultraLtIt';
    src: url('fonts/coco-gothic-ultralight-italic-trial-webfont.woff2') format('woff2'),
         url('fonts/coco-gothic-ultralight-italic-trial-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'coco_gothicultralight';
    src: url('fonts/coco-gothic-ultralight-trial-webfont.woff2') format('woff2'),
         url('fonts/coco-gothic-ultralight-trial-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
	scroll-behavior:smooth;
}
body {
	font:300 11px/1.4 'Montserrat', Helvetica, Arial, sans-serif;
	color:#444;

}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	/* max-width:100%; */
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    Preloader
\*------------------------------------*/

#preloader {
	position:fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fefefe;
	z-index: 99999;
	height: 100vh;

	}
	#status {
	width: 235px;
	height: 178px;
	position: relative;
	left: 50%;
	top: 50%;
	background-image: url(img/logo-holiday.svg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
	}


/* SOCIAL	 */

.social {
    position: fixed;
    /* Hacemos que la posición en pantalla sea fija para que siempre se muestre en pantalla*/
    left: 0;
    /* Establecemos la barra en la izquierda */
    bottom: 260px;
    /* Bajamos la barra 200px de arriba a abajo */
    z-index: 2000;
    /* Utilizamos la propiedad z-index para que no se superponga algún otro elemento como sliders, galerías, etc */
}

.social ul {
    list-style: none;
    margin-left: -50px;
}

.social ul li {

    margin: 10px 0px;

}

.social ul li a {
    display: inline-block;
    background: #ffffff;
    padding: 10px 10px 10px 30px;
    border-radius: 0px 8px 8px 0px;
    text-decoration: none;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
	box-shadow: 0px 0px 2px #AEAEAE;
	color: #43983C;
	font-weight: 700;
    /* Establecemos una transición a todas las propiedades */
}

.social ul li a img {
    width: 65px;
}

.social ul li a:hover {
    background: #ffffff;
    /* Cambiamos el fondo cuando el usuario pase el mouse */
    padding: 10px 10px 10px 50px;
    /* Hacemos mas grande el espacio cuando el usuario pase el mouse */
}

/* Cont_avance de obra */

.avance_obra {
    position: absolute;
	top:-8px;
    z-index: 1;
	overflow:hidden;
	height: 530px;
	width: 60%;
	left: calc(50% - 30%);
}

.avance_obra a {
    display: inline-block;
	background:rgba(67, 152, 60, .8);
	color: #fff;
    padding: 10px 10px 10px 10px;
    border-radius: 0px 0px 8px 8px;
    text-decoration: none;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
	/* box-shadow: 0px 0px 2px #AEAEAE; */
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
    /* Establecemos una transición a todas las propiedades */
}

.avance_obra a:hover {
	background:rgba(67, 152, 60, .8);
}


.one {
    position: relative;
    top: 39px;
    z-index: 1;
	cursor:pointer;
	left: calc(50% - 97px);
}
.two {
    position: relative;
    top: -55px;
    background-color:rgba(67, 152, 60, .8);
    z-index: 2;
    -webkit-transition: top 1s;
    -moz-transition: top 1s;
    -o-transition: top 1s;
	transition: top 1s;
	border-radius: 0px 0px 10px 10px;
}

.logo_negativo{

	width: 390px;
	margin: auto;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

	position: fixed;
    width: 100%;
	display: block;
	background-color: #ffffff;
	z-index: 999;
	transition: all 0.6s ease-in-out 0s;
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: ease-in-out;
	transition-delay: 0s;
	padding: 10px;

}

.header2 {

	position: fixed;
    width: 100%;
	display: block;
	z-index: 1;
	background-color: #ffffff;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, .5);
	padding: 10px;

}

/* logo */
.logo {

	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: center;
	padding: 15px;

}
.logo-img {

	width: 138px;
	transition: all 0.6s ease-in-out 0s;
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;

}

.logo-img2 {

	width: 90px;
	transition: all 0.6s ease-in-out 0s;
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;

}



/* nav */

.nav{}

.nav ul {

	
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;

}

.nav ul li{

	list-style: none;
}

.nav ul li a {

	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 14px;
	padding: 4px;
	border: 2px solid #fff;
	letter-spacing: .6px;
	transition: all 500ms ease;
	

}

.nav ul li:nth-child(6) a {

	background-color: #98BA3F;
	color: #ffffff !important;
	border: 2px solid #fff;
	padding: 4px;
	transition: all 500ms ease;
	font-weight: 400;

}

.nav ul li a:hover {

	border: 2px solid #98BA3F;
	padding: 4px;
}

.social-nav ul{

	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 0px;

}

.social-nav ul li a {

	font-size: 22px;
	margin: 5px 6px !important;
	transition: all 500ms ease;
}


.social-nav ul li:nth-child(1) a:hover{

	font-size: 22px;
	margin: 5px 6px !important;
	color: #3b5998;
}

.social-nav ul li:nth-child(2) a:hover{

	font-size: 22px;
	margin: 5px 6px !important;
	color: #c4302b;
}

.social-nav ul li:nth-child(3) a:hover{

	font-size: 22px;
	margin: 5px 6px !important;
	color: #25d366;
}

.destacado{

	/* border: 2px solid #98BA3F;
	padding: 4px;
	background-color: #98BA3F;
	color: #ffffff !important;
	font-weight: 700; */
}

.nav .current-menu-item a{

	border: 2px solid #98BA3F;
	padding: 4px;
	transition: all 500ms ease;

}



.center{
	display: flex;
	justify-content: center;
	align-items: center;
}

/* -------------------------------- 

1. Auto-Hiding Navigation - Simple

-------------------------------- */
.cd-auto-hide-header {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}
.cd-auto-hide-header::after {
  clear: both;
  content: "";
  display: block;
}
.cd-auto-hide-header.is-hidden {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media only screen and (min-width: 1024px) {
  .cd-auto-hide-header {
    height: auto;
  }
}

.cd-auto-hide-header .logo,
.cd-auto-hide-header .nav-trigger {
  /* position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); */
}

.cd-auto-hide-header .logo {
  /* left: 5%; */
}
.cd-auto-hide-header .logo a, .cd-auto-hide-header .logo img {
  /* display: block; */
}

.cd-auto-hide-header .nav-trigger {
  /* vertically align its content */
  display: flex;
  flex: auto;
  padding: 0 1em;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #25283D;
  font-weight: bold;
  right: 0;
  /* border-left: 1px solid #f2f2f2; */
  margin: 35px;
}
.cd-auto-hide-header .nav-trigger span {
  /* vertically align inside parent element */
  display: table-cell;
  vertical-align: middle;
}
.cd-auto-hide-header .nav-trigger em, .cd-auto-hide-header .nav-trigger em::after, .cd-auto-hide-header .nav-trigger em::before {
  /* this is the menu icon */
  display: block;
  position: relative;
  height: 2px;
  width: 22px;
  background-color: #25283D;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.cd-auto-hide-header .nav-trigger em {
  /* this is the menu central line */
  margin: 6px auto 14px;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
}
.cd-auto-hide-header .nav-trigger em::before, .cd-auto-hide-header .nav-trigger em::after {
  position: absolute;
  content: '';
  left: 0;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}
.cd-auto-hide-header .nav-trigger em::before {
  /* this is the menu icon top line */
  -webkit-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
          transform: translateY(-6px);
}
.cd-auto-hide-header .nav-trigger em::after {
  /* this is the menu icon bottom line */
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
}
@media only screen and (min-width: 1024px) {
  .cd-auto-hide-header .nav-trigger {
    display: none;
  }
}

.cd-auto-hide-header.nav-open .nav-trigger em {
  /* transform menu icon into a 'X' icon */
  background-color: rgba(255, 255, 255, 0);
}
.cd-auto-hide-header.nav-open .nav-trigger em::before {
  /* rotate top line */
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.cd-auto-hide-header.nav-open .nav-trigger em::after {
  /* rotate bottom line */
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.cd-primary-nav {
  display: flex;
}
.cd-primary-nav ul {
    display: none;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;

}

.cd-primary-nav ul li {

	list-style: none;
	margin-top: 13px;

}
.cd-primary-nav > ul a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 14px;
    padding: 4px;
    border: 2px solid #fff;
    letter-spacing: .6px;
    transition: all 0.6s ease-in-out 0s;
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}

.cd-primary-nav > ul .current-menu-item a{

	border: 2px solid #98BA3F;
	padding: 4px;
	transition: all 0.6s ease-in-out 0s;
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;

}

.cd-primary-nav ul li:nth-child(6) a {

	background-color: #43983C;
	color: #ffffff !important;
	border: 2px solid #fff;
	padding: 4px;
	transition: all 0.6s ease-in-out 0s;
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
	font-weight: 500;

}

.cd-primary-nav ul li:nth-child(6) a:hover {

	background-color: #43983C;
	color: #ffffff !important;
	border: 2px solid #43983C;
	padding: 4px;
	transition: all 0.6s ease-in-out 0s;
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
	font-weight: 500;

}

.cd-primary-nav > ul a:hover, .cd-primary-nav > ul a.active {
	border: 2px solid #98BA3F;
    padding: 4px;
}
@media only screen and (min-width: 1024px) {
  .cd-primary-nav {
    /* vertically align its content */
	display: flex;
	justify-content: center;
  }
  .cd-primary-nav > ul {
    /* vertically align inside parent element
    display: table-cell;
    vertical-align: middle;
    reset mobile style
    position: relative;
    width: auto;
    top: 0;
    padding: 0;
    background-color: transparent;
	box-shadow: none; */
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
  }
  .cd-primary-nav > ul::after {
    clear: both;
    content: "";
    display: block;
  }
  .cd-primary-nav > ul li {
    display: inline-block;
    float: left;
    margin-right: 1.5em;
  }
  .cd-primary-nav > ul li:last-of-type {
    margin-right: 0;
  }
  .cd-primary-nav > ul a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 14px;
    padding: 4px;
    border: 2px solid #fff;
    letter-spacing: .6px;
    transition: all 0.6s ease-in-out 0s;
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
  }
}

.nav-open .cd-primary-nav ul,
.cd-primary-nav ul:target {
  /* 
  	show primary nav - mobile only 
  	:target is used to show navigation on no-js devices
  */
  display: block;
}
@media only screen and (min-width: 1024px) {
  .nav-open .cd-primary-nav ul,
  .cd-primary-nav ul:target {
    display: table-cell;
  }
}


/* sidebar */
.sidebar {

}
/* footer */
.footer {

	display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
	background-color: #43983C;
	color: #ffffff;
	font-weight: 600;
	min-height: 40px;
}

.footer .respaldo{

	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-between;
    align-items: center;
}

.footer .respaldo img{

	height: 40px;
	width: auto;
	margin: 10px 0px;

}

.footer .copyright{

	margin-top: 20px;

}

.footer .social-nav ul li a{

	color: #ffffff !important;
}

.footer .social-nav ul li:nth-child(1) a:hover{


	color: #3b5998;
}

.footer .social-nav ul li:nth-child(2) a:hover{


	color: #c4302b;
}

.footer .social-nav ul li:nth-child(3) a:hover{


	color: #25d366;
}

section{

	/* min-height: 745px;
	display: block;
	padding: 40px 0px; */


}

section h1{

	color: #43983C;
	font-family: 'coco_gothicbold';
	font-size: 40px;
	margin: 0.4em 0;
	padding: 0px 0px 0px 40px; 
	display: block;
	background-image:url(img/hojas.svg) ;
	background-size: 34px;
	background-repeat:no-repeat;
    background-position: 4px top;
    line-height: 43px;

}

.titulo_blanco{

	color: #ffffff;
	font-family: 'coco_gothicbold';
	font-size: 40px;
	margin: 0.4em 0;
	padding: 0px 0px 0px 40px; 
	display: block;
	background-image:url(img/hojas_blanco.svg) ;
	background-size: 34px;
	background-repeat:no-repeat;
	background-position: left center;

}

section h4 {

color: #AEAEAE;
font-family: 'Montserrat', sans-serif;
font-weight: 400;
font-size: 22px;

}

section h5 {

	color: #AEAEAE;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
	
	}

.linea{

	border-top: 1px #444 solid;
	width: 50px;
	display: block;
}	

.hojas{

	width: 34px;
	height: 34px;
	display: block inline-block;
	background-image:url(img/hojas.svg) ;
	background-size: 34px;
}	

.cont_apartamentos, .cont_ubicacion, .cont_contacto {

	/* min-height: 745px; */
	/* display: block; */
	padding: 40px 0px !important;

}

.cont_amenidades{

	height: auto;
	padding: 40px 0px !important;
}

.cont_inicio{

	padding-top: 180px;
	/* background-image: url(img/sh1.jpg); */
	/* background-size: cover; */
	/* min-height: 745px; */
	min-height: 100vh;

}

.cont_inicio .slider_principal{

	margin-top: -180px;

}

.slider_principal .item img{

	/* height:100vh; */
	overflow: hidden;

}

.info_holiday{

    background-color: rgba(67, 152, 60, .8);
    padding: 40px;
    margin: 50px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
    font-family: 'Montserrat', sans-serif;
	width: 70%;
	position: absolute;
    top: 200px;
    left: calc(50% - 35%);
	

}

.info_holiday h4{

	color: #ffffff;
	font-size: 20px;
	text-align: center;
	
}


.boton_avance{

	color: #ffffff;
	font-size: 14px;
	padding:8px;
	border: 2.5px solid #ffffff;
	transition: all 500ms ease;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;


}

.boton_avance:hover{

	background-color: #ffffff;
	padding: 8px;
	color: #43983C;


}

#progress{

	color: #ffffff;
	display: flex;
	width: 100%;
	padding: 45px 40px;
	justify-content: flex-start;
	justify-items: flex-start;
	align-items: center;
	align-content: space-between;

}

.container-progress{

	padding: 30px;

}

.progress {
	padding: 6px;
	background: rgba(0, 0, 0, 0.25);
	border-radius: 6px;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
  }
  
  .progress-bar {
	height: 18px;
	background-color: #98BA3F;
	border-radius: 4px;
	transition: 0.4s linear;
	transition-property: width, background-color;
  }
  
  .progress-striped .progress-bar {
	background-color: #fcbc51;
	width: 100%;
	background-image: linear-gradient(45deg, #fca311 25%, transparent 25%, transparent 50%, #fca311 50%, #fca311 75%, transparent 75%, transparent);
	animation: progressAnimationStrike 6s;
  }
  
  @keyframes progressAnimationStrike {
	from {
	  width: 0;
	}
	to {
	  width: 100%;
	}
  }
  .progress2 {
	padding: 6px;
	border-radius: 30px;
	background: rgba(0, 0, 0, 0.25);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
  }
  
  .progress-bar2 {
	height: 18px;
	border-radius: 30px;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
	transition: 0.4s linear;
	transition-property: width, background-color;
  }
  
  .progress-moved .progress-bar2 {
	width: 0%;
	background-color: #98BA3F;
	animation: progressAnimation 6s;
  }
  
  @keyframes progressAnimation {
	0% {
	  width: 0%;
	  background-color: #98BA3F;
	}
	100% {
	  width: 0%;
	  background-color: #98BA3F;
	}
  }
  
.owl-carousel {

	z-index: 0 !important;
	
}	


/* Amenidades */



.amenidad{


}

.item a{

	display: block;
}

.img_amenidad img{

	border-radius:8px;
}

.txt_amenidad h3{

	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
}

.boton-amenidades{

	display: flex;
	justify-items: center;
	align-items: center;
	justify-content: center;
	padding: 20px;

}

.boton-amenidades a{

	background-color: #43983C;
	padding: 8px 10px;
	color: #ffffff;
	font-size: 16px;
	border-radius:4px;
	transition: all 500ms ease;
}

.boton-amenidades a:hover{

	background-color: #98BA3F;

}

.boton-apartamentos{

	display: flex;
	justify-items: center;
	align-items: center;
	justify-content: center;
	padding: 10px;

}

.boton-apartamentos a{

	background-color: #43983C;
	padding: 8px 10px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	border-radius:4px;
	transition: all 500ms ease;
	width: 80%;
	text-align: center;
}

.boton-apartamentos a:hover{

	background-color: #98BA3F;

}

.titulo_apartamento{

	color: #43983C;
	font-family: 'montserrat';
	font-size: 30px;
	margin: 0.4em 0;
	padding: 0px 0px 0px 40px; 
	display: block;
	background-image:url(img/hojas.svg) ;
	background-size: 34px;
	background-repeat:no-repeat;
	background-position: left center;

}

.cont_img{

	height: 100vh;
	padding: 0px 0px 0px 20px;
}

.cont_img img{

	margin-top: -100px;
	height: 100vh;
	max-width: auto !important;

}

.cont_amenidades2{

	display: block;
	position: relative;
	/* height: 100vh; */

}

.cont_amenidades2 .cont_text{

	position:relative;
	bottom: 15px;
	right:0px;
	

}

.cont_amenidades2 .cont_info_amenidad{

	background-color: rgba(67, 152, 60, .8);
	padding: 30px;
	display: block;
	min-width: 50%;
	position: absolute;
	bottom: 15px;
	right: 15px;
}

.cont_amenidades2 .cont_info_amenidad h3{

	font-size: 20px;
	text-transform: uppercase;
	display: block;
}

.cont_amenidades2 .cont_info_amenidad p{

	font-size: 16px;
	display: block;
}

.amenidades_page{

	position: absolute;
	top: 20px;
}

.amenidades_page h1{

	color: #fff;
	text-shadow: #444 0px 0px 8px; 

}

.titulo_amenidad{

	display: block;
	color: #ffffff

}

.desc_amenidad{

	display: block;
	color: #ffffff

}

.amenidades2 .owl-dots{

	margin: 20px 0px !important;

}

.owl-nav{

	position: absolute !important;
	top: 350px !important;
	z-index: 9999;

}

.owl-nav .owl-prev{

	font-size:20px;
	color:#fff;
	position: absolute !important;
	left: 40px;
	display:block;
	width: 40px;
	height: 60px;
	background-image: url(img/icons/left.svg) !important;
	background-repeat: no-repeat;



}

.owl-nav .owl-next{

	font-size:20px;
	color:#fff;
	position: absolute !important;
	right: 40px !important;
	display:block;
	width: 40px;
	height: 60px;
	background-image: url(img/icons/right.svg) !important;
	background-repeat: no-repeat;
	
}

/* Apartamentos */

.cont_apartamentos{

	padding: 40px 0px;
}

.cont_apartamentos .tipo_apartamento{

	display: flex;
	justify-content: center;
	align-items: center;
	justify-items: center;
	transition: all 500ms ease;
	
}

.cont_apartamentos .tipo_apartamento:hover{

	opacity: .5;
	border: 1px solid #43983C;

		}

.cont_apartamentos .tipo_apartamento img{

	width: 74%;
	margin: auto;
	text-align: center;

}

.cont_apartamentos .tipo_apartamento img:hover{

	opacity: .1;
	
}

.bullet{

	display: inline-block;
	width: 19px;
	height: 21px;
	background-image: url(img/bullet.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	margin-right:10px;

}

.img-apartamento-single img{

	width: 100% !important;
	
}

	.content {
		position: relative;
		margin: auto;
		overflow: hidden;
	  }
	  
	  .content .content-overlay {
		background:rgba(67, 152, 60, .4);
		position: absolute;
		width: 100%;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		opacity: 0;
		-webkit-transition: all 0.4s ease-in-out 0s;
		-moz-transition: all 0.4s ease-in-out 0s;
		transition: all 0.4s ease-in-out 0s;
	  }
	  
	  .content:hover .content-overlay{
		opacity: .5;
	  }
	  
	  .content-image{
		width: 100%;
	  }
	  
	  .content-details {
		position: absolute;
		text-align: center;
		padding-left: 1em;
		padding-right: 1em;
		width: 100%;
		top: 50%;
		left: 50%;
		opacity: 0;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		-webkit-transition: all 0.2s ease-in-out 0s;
		-moz-transition: all 0.2s ease-in-out 0s;
		transition: all 0.2s ease-in-out 0s;
	  }
	  
	  .content:hover .content-details{
		top: 50%;
		left: 50%;
		opacity: 1;
	  }
	  
	  .content-details h3{
		/* color: #AEAEAE; */
		color: #ffffff;
		font-family: 'coco_gothicbold';
		font-size: 40px;
		text-shadow: 2px 2px 3px #4A4A4A;
		font-weight: 500;
		letter-spacing: 0.15em;
		margin-bottom: 0.5em;
		text-transform: uppercase;
		font-size: 20px;
	  }
	  
	  .content-details h2{
		/* color: #43983C; */
		color: #FFF;
		font-size: 45px;
		text-shadow: #444 0px 0px 6px;
	  }
	  
	  .fadeIn-bottom{
		top: 80%;
	  }
	  
	  .fadeIn-top{
		top: 20%;
	  }
	  
	  .fadeIn-left{
		left: 20%;
	  }
	  
	  .fadeIn-right{
		left: 80%;
	  }


.info_apartamento {

	background-color:#43983C;
	color: #FFF;
	padding: 40px;
	font-size: 18px;
	min-height: 460px;
}	  

.cont_ubicacion{

	background-color: #43983C;
	color: #fff;
	padding: 60px 0px;
}

.direccion{

	padding: 30px;
	border-bottom: 1px #fff solid;
}


.cont_texto{

	padding: 30px;

}

.cont_texto h4{

	color: #fff;
}

.cont_boton{

	display: flex;
	justify-items: center;
	align-items: center;
	justify-content: center;
}

#google-container {
	position: relative;
	width: 100%;
	height: 200px;
	background-color: #e7eaf0;
  }
  @media only screen and (min-width: 768px) {
	#google-container {
	  height: 300px;
	}
  }
  @media only screen and (min-width: 1170px) {
	#google-container {
	  height: 665px;
	}
  }
  
  #cd-google-map {
	position: relative;
  }
  #cd-google-map address {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 1em 1em;
	background-color: rgba(67, 152, 60, .8);
	color: white;
	font-size: 13px;
	font-size: 0.8125rem;
  }
  @media only screen and (min-width: 768px) {
	#cd-google-map address {
	  font-size: 15px;
	  font-size: 0.9375rem;
	  text-align: center;
	}
  }
  
  #cd-zoom-in, #cd-zoom-out {
	height: 32px;
	width: 32px;
	cursor: pointer;
	margin-left: 10px;
	background-color:rgba(67, 152, 60, .8);
	background-repeat: no-repeat;
	background-size: 32px 64px;
	background-image: url("img/cd-icon-controller.svg");
  }
  .no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
	background-color: #43983C;
  }
  @media only screen and (min-width: 768px) {
	#cd-zoom-in, #cd-zoom-out {
	  margin-left: 50px;
	}
  }
  
  #cd-zoom-in {
	background-position: 50% 0;
	margin-top: 10px;
	margin-bottom: 1px;
  }
  @media only screen and (min-width: 768px) {
	#cd-zoom-in {
	  margin-top: 50px;
	}
  }
  
  #cd-zoom-out {
	background-position: 50% -32px;
  }
  

  .bloque_datos h2{

	color: #43983C;


  }

  .bloque_datos h4{

	line-height: .4;
	font-size: 17px !important;

  }

  .bloque_datos h4 a:hover{

	color:#98BA3F;

  }
  
  
  /* Banner*/
  
  .banner img{
	  
  	width: 100%
	  
  }
  
  
  .banner a img{
	  
	  display: block
	  
  }
  
  .banner a img:hover{
	  
  	box-shadow: 0px 0px 8px -2px rgba(0,0,0,0.75);

  }
  
  .separador{
	  
	  height: 50px;
  }


  /* Blog*/

  .img_blog{

	margin-top: 20px;

  }

  .img_blog a:hover{

	color: #43983C;

  }

  .titulo_blog{

	padding: 10px;
	border-bottom: #43983C 1px solid;

  }

  .single_blog article h1 a{

	color: #43983C !important;
  }

  .single_blog_img img{

	width: 100% !important;

  }

  .single_blog a{

	color: #43983C;
  }

  .content_blog{

	padding: 20px 0px;

  }

  .content_blog p{

	font-size: 14px;

  }

  .img_blog img{

	height: 300px;;
  }

  /* Formulario Contacto */

  .form_contacto form p{

	margin: 30px 0px;
  }

  .form_contacto form p label{

	color: #43983C;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;

}

.form_contacto form p label span{

color: #43983C;

}

.form_contacto form input {

height: 30px;
width: 80%;
margin: auto;
/* border-radius: 2px; */
border: 1px solid #43983C;
border-top: none;
border-right: none;
border-left: none;
font-family: 'Montserrat', sans-serif;
font-weight: 200;


}

.form_contacto form select {

border-bottom: 1px solid #43983C;
border-top: none;
border-right: none;
border-left: none;
width: 80%;
margin: auto;
font-family: 'Montserrat', sans-serif;
background: none;
border-radius: 0px;


}

.form_contacto form textarea:focus{

border:none !important;
outline: 1px solid #cccccc;

}

.form_contacto form input[type="select"] {
	font-family: 'Montserrat', sans-serif;
	
	}

.form_contacto form input[type="date"] {
font-family: 'Montserrat', sans-serif;

}

.form_contacto form input[type="submit"] {

	background-color: #43983C;
	padding: 8px 10px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	border-radius:4px;
	transition: all 500ms ease;
	width: 80%;
	text-align: center;
	height: auto !important;

}

.form_contacto form input[type="submit"]:hover {

background-color: #98BA3F;

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {


}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {


}

@media only screen and (max-width:768px) {


	.cont_inicio {
		padding-top: 308px;
	}
	
	.avance_obra{
		display:none !important;
	}

	.info_holiday{

		margin: 0px;
	}

	.info_holiday .logo_negativo img{

		width: 215px !important;

	}

	.social ul li a img {
		width: 40px;
	}

	.info_holiday h4 {

		font-size: 16px;

}

@media only screen and (min-width:1024px) {



}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		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) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]: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;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
