@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:700|Roboto:300,300i,400&display=swap');
@font-face {
    font-family: 'barlowblack';
    src: url('../fonts/barlow-black-webfont.woff2') format('woff2'),
         url('../fonts/barlow-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'barlowsemibold';
    src: url('../fonts/barlow-semibold-webfont.woff2') format('woff2'),
         url('../fonts/barlow-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'barlowlight';
    src: url('../fonts/barlow-light-webfont.woff2') format('woff2'),
         url('../fonts/barlow-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'barlowlight_italic';
    src: url('../fonts/barlow-lightitalic-webfont.woff2') format('woff2'),
         url('../fonts/barlow-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'barlowregular';
    src: url('../fonts/barlow-regular-webfont.woff2') format('woff2'),
         url('../fonts/barlow-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*font-family: 'barlowblack';*/
@media (min-width: 576px) {}
@media (min-width: 768px) {}
@media (min-width: 992px) {}
@media (min-width: 1200px) {}
html {
    overflow-x: hidden;
    overflow-y: scroll;
}
body {
    font-family: 'barlowregular';
    font-size: 0.8rem;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
}
h1 {
	text-transform: uppercase;
	font-family: 'barlowsemibold';
	font-weight: 700;
	font-size: 2em;
	color: #F89521;
	text-align: center;
}
p {
	color: #333;
}
button:focus,
a:focus {
	-webkit-outline: 0 none;
	-moz-outline: 0 none;
	-ms-outline: 0 none;
	-o-outline: 0 none;
	outline: 0 none;
}
@media (min-width: 768px) {
	h1 {
		font-size: 2.2em;
	}
}
.navbar {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.navbar-brand img {
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.bg-dark .navbar-brand img {
    height: 80px;
}
.bg-light .navbar-brand img {
    height: 50px;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
}
.bg-dark {
    background-color: #036981 !important;
}
.navbar-dark .navbar-nav .nav-link {
    color: #A9CF38;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.navbar-light .navbar-nav .nav-link {
    color: #036A81;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.navbar-dark .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link {
    text-transform: uppercase;
    font-size: 0.7rem;
    font-family: 'barlowregular';
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #60AD45;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #F89521;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #60AD45;
}
.navbar-text {
    font-family: 'barlowsemibold';
    font-weight: 700;
}
.navbar-dark .navbar-text {
    color: #F7941E;
}
.navbar-light .navbar-text a {
	color: #60AD45;
}
.navbar-text a {
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.navbar-dark .navbar-text a {
	color: #F7941E;
  
}
.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
	color: #E07412;
	text-decoration: none;
}
.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
	color: #408E20;
	text-decoration: none;
}
/* ***************************************************************************************************************** */
/* MAIN */
/* *****************************************************************************************************************
.hero-image {
	display: block;
	width: 100%;
	height: 550px;
	background-image: url(../images/reden-hero-render.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-top: 90px;
}
.hero-txt-col {
	height: 100%;
}
.hero-txt-col h1 {
	font-size: 3.5em;
	text-shadow: 2px 2px 6px rgba(0,0,0,0.3);
	line-height: 1;
	padding-top: 0.5em;
	text-align: left;
}
@media (min-width: 768px) {
	.hero-image {
		height: 600px;
		margin-top: 106px;
	}
}
@media (min-width: 992px) {
	.hero-image {
		height: 550px;
	}
	.hero-txt-col h1 {
		font-size: 4.5em;
		text-shadow: 2px 2px 6px rgba(0,0,0,0.2);
	}
}
@media (min-width: 1200px) {
	.hero-image {
		height: 700px;
	}
}*/
/* ***************************************************************************************************************** */
/* NUESTRO PROYECTO */
/* ***************************************************************************************************************** */
.nuestro-proyecto-section {
	display: block;
	width: 100%;
	height: auto;
	padding-top: 5em;
	padding-bottom: 5em;
}
.nuestro-proyecto-section h1,
.nuestro-proyecto-section h4 {
	width: 80%;
	text-align: left;
}
.nuestro-proyecto-section h1 {
	text-transform: uppercase;
	text-align: center;
	font-family: 'barlowsemibold';
	font-weight: 700;
	color: #F89521;
}
.nuestro-proyecto-section h4 i {
	font-weight: 300;
	color: #036A81;
}
.call-to-action {
	width: 100%;
	height: 250px;
	background-image: url(images/FACHADA3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.cta-info-card {
	background-color: #60AD45;
	color: #FFF;
	display: inline-block;
	padding: 1em 3em;
	border-radius: 1em;
	text-align: center;
}
.cta-info-card small {
	display: block;
	color: rgba(255,255,255,0.4);
}
@media (min-width: 576px) {
	.call-to-action {
		height: 350px;
	}
}
@media (min-width: 768px) {
	.call-to-action {
		height: 450px;
	}
	.nuestro-proyecto-section {
		padding-top: 9em;
		padding-bottom: 9em;
	}
	.nuestro-proyecto-section h1,
	.nuestro-proyecto-section h4 {
		text-align: right;
	}
}
/* ***************************************************************************************************************** */
/* AMENIDADES */
/* ***************************************************************************************************************** */
.amenidades-section {
	display: block;
	width: 100%;
	padding-top: 5em;
	/*padding-bottom: 5em;*/
	background-color: #036A81;
}
.amenidades-section h1 {
	color: #A8CF3A;
}
.amenidades-section p {
	color: #6BBDC6;
}
.amenidades-section img {
	width: 5em;
	margin-bottom: 0.5em;
}
.amenidades-img {
	position: relative;
	display: block;
	width: 100%;
	height: 400px;
	background-image: url(images/ALBERCA.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.amenidades-img::after {
	content: url(../images/logo-reden-color-simple.svg);
	width: 18em;
	height: 18em;
	position: absolute;
	top: -6em;
	right: -9em;
}
/* ***************************************************************************************************************** */
/* UBICACION */
/* ***************************************************************************************************************** */
.ubicacion-section {
	padding-top: 5em;
	padding-bottom: 5em;
}
.u-title {
	padding-bottom: 5em;
}
.u-title p {
	text-align: center;
	color: #036A81;
}
.u-map,
.u-img {
	text-align: center;
}
.u-img {
	padding-top: 4em;
	padding-bottom: 4em;
}
.u-img img {
	width: 80%;
}
.u-map img {
	width: 80%;
}
@media (min-width: 768px) {
	.u-img {
		padding-top: 0em;
		padding-bottom: 0em;
	}
	.u-img img {
		width: 70%;
	}
	.u-map img {
		width: 70%;
	}
}
@media (min-width: 1200px) {
	.u-img img {
		width: 50%;
	}
	.u-map img {
		width: 50%;
	}
}
/* ***************************************************************************************************************** */
/* ADMINISTRACION */
/* ***************************************************************************************************************** */
.administracion-section {
	/*padding-top: 5em;
	padding-bottom: 5em;*/
}
.a-img {
	background-image: url(images/ACCESO2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 20em;
}
.a-title {
	text-align: center;
	min-height: 20em;
}
.a-title h1 {
	color: #A8CF3A;
}
.a-title p {
	padding: 0 2em;
}
@media (min-width: 768px) {
	.a-img {
		min-height: 20em;
	}
	.a-title {
		min-height: 30em;
	}
	.a-title p {
		padding: 0 5em;
	}
}
/* ***************************************************************************************************************** */
/* DEPARTAMENTOS */
/* ***************************************************************************************************************** */
.departamentos-section {
	padding-top: 5em;
	padding-bottom: 5em;
	background-color: #036A81;
}
.departamentos-title {
	padding-bottom: 200px;
}
.departamentos-title h1 {
	color: #A8CF3A;
}
.dep-slider-item h3 {
	text-align: inherit;
	background-color: #A8CF3A;
	color: #FFF;
	padding: 0.4em 0.4em 0.4em 0;
	display: block;
	font-size: 1.8em;
	text-transform: uppercase;
}
.dep-slider-item h4 {
	color: #6BBDC6;
	margin: 0;
	padding-right: 0.4em;
	font-size: 1.5em;
	font-weight: 300;
}
.dep-slider-item h5 {
	color: #A8CF3A;
}
.dep-slider-item p {
	color: #FFF;
	width: 80%;
}
.slider-deptos {
	width: 100%;
	position: relative;
}
.slider-deptos-img img {
	width: 20em;
	margin: 0 auto;
}
.dep-slider-item ul {
	padding-left: 0;
	list-style-type: none;
	margin-top: 3em;
}
.dep-slider-item ul li {
	color: #FFF;
}
.slick-dots {
	list-style-type: none;
	padding-left: 0;
	text-align: center;
	position: absolute;
	top: -190px;
	left: 0;
	width: 100%;
	margin: 0;
}
.slick-dots li {
	display: block;
}
.dep-slider-tab {
	border: 2px solid #A8CF3A;
	color: #A8CF3A;
	background: initial;
	text-transform: uppercase;
	font-family: 'barlowsemibold';
	font-weight: 700;
	font-size: 1.3em;
	min-height: 35px;
	margin: 10px;
	width: 80%;
	border-radius: 0.5em;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.plant-option-btn {
	border: 2px solid #A8CF3A;
	color: #A8CF3A;
	background: initial;
	text-transform: uppercase;
	text-align: center;
	font-family: 'barlowsemibold';
	font-weight: 700;
	font-size: 0.8em;
	margin: 10px;
	width: 80%;
	border-radius: 0.5em;
	cursor: pointer;
	padding: 0.3em 1.2em;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.slick-active .dep-slider-tab,
.dst-active {
	color: #036A81;
	background-color: #A8CF3A;
}
.dep-slider-tab:hover,
.plant-option-btn:hover {
	color: #036A81;
	background-color: #A8CF3A;
	text-decoration: none;
}
@media (min-width: 576px) {
	.slick-dots {
		top: -75px;
	}
	.slick-dots li {
		display: inline-block;
	}
	.dep-slider-tab {
		width: 10em;
	}
	.departamentos-title {
		padding-bottom: 95px;
	}
	.dep-slider-item p {
		width: 60%;
	}
}
@media (min-width: 768px) {
	.dep-slider-item p {
		width: 50%;
	}
}
/* ***************************************************************************************************************** */
/* CONTACTO */
/* ***************************************************************************************************************** */
.contacto-section {
	background-color: #1D3F4C;
}
.contact-image {
	min-height: 400px;
	background-image: url(images/FACHADA1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.contact-info {
	padding: 5em;
}
.contact-info h1 {
	text-align: left;
	color: #A8CF3A;
	font-size: 1.5em;
}
.contact-info p {
	color: #FFF;
}
.form-control {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-radius: 0;
	border-bottom-color: #FFF;
	background-color: inherit;
	font-size: 0.9em;
	color: #FFF;
}
.form-control:focus {
    color: #FFF;
    background-color: rgba(108,189,198,0.1);
    border: 0;
    border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
    outline: 0;
    box-shadow: none;
}
textarea {
	resize: none;
}
.form-control::placeholder {
	color: rgba(255,255,255,0.5);
}
.contact-info button {
	border: 0;
	border-radius: 0;
	text-transform: uppercase;
	font-family: 'barlowsemibold';
	font-weight: 700;
	font-size: 1em;
	color: #1D3F4C;
	background-color: #A8CF3A;
	padding: 0.6em 1.5em;
}

footer {
	padding-top: 5em;
	padding-bottom: 5em;
}
.whatsapp-button {
	position: fixed;
	bottom: 1em;
	right: 1em;
	background-color: #FFF;
	z-index: 1000;
	padding: 0.2em;
	border-radius: 0.3em;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.whatsapp-button:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.whatsapp-button img {
	width: 3em;
	margin: 0;
	padding: 0;
}
.departamentos-estadisticas-section {
	background-color: #408F42;
	padding-top: 4em;
	padding-bottom: 4em;
}
.est-item {
	margin-bottom: 3em;
}
.est-item img {
	width: 5em;
	margin-right: 0.7em;
}
.est-item h5 {
	color: #FFF;
	font-size: 5em;
	margin: 0;
}
.est-item p {
	margin: 0;
	color: #FFF;
	text-transform: uppercase;
	width: 10em;
}
.success {
	text-transform: uppercase;
    font-family: 'barlowsemibold';
    color: #FFF;
}
.error {
	text-transform: uppercase;
    font-family: 'barlowsemibold';
    color: #F64D51;
}
@media (min-width: 768px) {
	.contact-info h1 {
		font-size: 2em;
	}
	.departamentos-estadisticas-section {
		padding-top: 7em;
		padding-bottom: 7em;
	}
	.est-item img {
		width: 3em;
	}
	.est-item h5 {
		font-size: 3em;
	}
	.est-item p {
		font-size: 0.9em;
		width: 5em;
		line-height: 1.2;
	}
	.est-item {
		margin-bottom: 0em;
	}
}
