/* STYLE FOR HIDRATACIONES

font-family: 'Montserrat', sans-serif;
font-family: 'Roboto Condensed', sans-serif;

*/

/* GEN POP */

html {
  scroll-behavior: smooth;
}
body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}
p {
   font-size: 1.2rem;
   color: #565657;
   font-weight: 600;
}
a {
   color: #000;
}
a:hover {
   text-decoration: none;
   color: #0cb6d6;
}

/* HEADINGS */

h1.xl {
	font-size: 5rem;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600;
}
h2 {
	color: #018550;
	font-style: italic;
	font-weight: 600;
}
h2.suc {
	font-style: normal;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 3rem;
}
h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600;
	color: #018550;
}

/* COLORS */

.bg-blue {
	background-color: #01b6d9;
	color: #fff;
}
.bg-blue.suc {
	padding: 3rem 5rem;
	font-weight: 300;
}
.bg-green {
	background-color: #018550;
}
.green {
	color: #018550;
}
.white {
	color: #fff;
}
.bg-light {
	background-color: #ecf1f4;
}
.light-green {
	color: #8ddb3f;
}

/* BACKGROUNDS */

.bg-one {
	background: url('../img/bg-hidrataciones-01.jpg') no-repeat 0 100%;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	text-align: center;
  	padding-top: 7rem;
  	padding-bottom: 7rem;
}
.bg-one.acerca {
	background: url('../img/bg-acerca-01.jpg') no-repeat 0 100%;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
.bg-one.cursos {
	background: url('../img/bg-cursos-01.jpg') no-repeat 0 100%;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
.bg-one.donde {
	background: url('../img/bg-donde-01.jpg') no-repeat 0 100%;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
.bg-one.resi {
	background: url('../img/bg-residenciales-01.jpg') no-repeat 0 100%;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	padding-top: 13rem;
  	padding-bottom: 13rem;
}
.bg-one.arqui {
	background: url('../img/bg-arquitectos-01.jpg') no-repeat 0 0;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	padding-top: 13rem;
  	padding-bottom: 13rem;
}
.bg-one.cont {
	background: url('../img/bg-contratistas-01.jpg') no-repeat 0 0;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	padding-top: 13rem;
  	padding-bottom: 13rem;
}
.bg-two {
	background: url('../img/bg-hidrataciones-02.jpg') no-repeat 0 100%;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	text-align: center;
  	padding-top: 7rem;
  	padding-bottom: 7rem;
}
.bg-two.resi {
	background: url('../img/bg-residenciales-02.jpg') no-repeat 0 100%;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	text-align: center;
  	padding-top: 7rem;
  	padding-bottom: 7rem;
}
.bg-two.cont {
	background: url('../img/bg-contratistas-02.jpg') no-repeat 0 100%;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	text-align: left;
  	padding-top: 7rem;
  	padding-bottom: 7rem;
}
.bg-three {
	background: url('../img/bg-hidrataciones-03.jpg') no-repeat 0 100%;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	text-align: center;
  	padding-top: 7rem;
  	padding-bottom: 7rem;
  	text-align: right;
}
.bg-three.contacto {
	background: url('../img/bg-contacto-01.jpg') no-repeat 0 0;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	text-align: center;
  	padding-top: 7rem;
  	padding-bottom: 7rem;
  	text-align: right;
}


/* BUTTONS */

.btn {
	border-radius: 0;
}
.btn-whats {
	background-color: #018550;
	color: #fff;
	font-weight: 600;
}
.btn-whats:hover {
	color: #08d482;
}
.btn-white {
	background-color: rgba(250,250,250,0.7);
	color: #018550;
	font-weight: 600;
	font-size: 1.5rem;
}
.btn-white:hover,
.btn-white:focus {
	color: #186234;
}
.btn-white-big {
	background-color: #fff;
	color: #018550;
	font-weight: 600;
	font-size: 1.6rem;
}
.btn-white-big:hover,
.btn-white-big:focus {
	color: #186234;
}

/* TYPO */

.wa {
	color: #018550;
	font-weight: 600;
	display: block;
	text-align: right;
	margin-top: 0.5rem;
	font-size: 1.4rem;
}
.bg-one h1 {
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600;
}
.credit {
	font-size: 0.8rem;
}
.credit.right {
	text-align: right;
}
.big {
	font-size: 1.8rem;
}

/* POSITION */

.section {
   padding-top: 80px;
   padding-bottom: 80px;
}
.bg-one img	{
	width: 300px;
}
.blue-line {
	border-top: 40px solid #01b6d9;
}
.bg-two h1 {
	color: #fff;
	font-size: 5rem;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600;
}
.bg-two p {
	color: #fff;
}
.bg-three h1 {
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600;
	font-size: 4rem;
}
.bg-three p {
	color: #fff;
}
.neg-mt {
	width: 150px;
	margin-top: -50px;
}
.neg-mb {
	width: 150px;
	margin-bottom: -25px;
}
#story .media {
	margin-bottom: 1.5rem;
}
#story .media-body {
	color: #018752;
	font-weight: 600;
}
#resi .media-body {
	text-align: left;
	color: #fff;
	margin-bottom: 1rem;
}
.bot-left {
	border-left: 10px solid #0cb6d6;
	padding-left: 4rem;
}

/* LISTS */

ul.category {
	padding-left: 0;
}
ul.category li p {
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	font-size: 1.5rem;
	text-shadow: 0px 0px 11px rgba(0, 0, 0, 0.6);
}
ul.category li.tile {
	list-style-type: none;
	display: inline-block;
	vertical-align: middle;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	background-repeat: no-repeat;
  	background-position: 0 0;
  	width: 40%;
  	height: 250px;
  	margin: 1rem;
  	padding: 6.5rem;
}
ul.category li.tile:hover {
	opacity: 0.8;
}
ul.category li.tile.one {
	background-image: url('../img/img-propietarios.png');
}
ul.category li.tile.two {
	background-image: url('../img/img-contratistas.png');
}
ul.category li.tile.three {
	background-image: url('../img/img-arquitectos.png');
}
ul.category li.tile.four {
	background-image: url('../img/img-campos-de-golf.png');
}
ul.menu {
	display: inline-block;
	vertical-align: top;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
ul.menu:first-of-type {
	border-left: 10px solid #0cb6d6;
}
ul.menu li {
	list-style-type: none;
	margin-bottom: 0.56rem;
}
ul.menu li a {
	color: #5e605e;
	font-weight: 600;
}
ul.menu li:first-of-type {
	color: #018550;
	font-weight: 800;
	font-size: 1.3rem;
}


/* HEADER */

header {
	padding-top: 2rem;
}
.whatsapp {
	margin-top: 1rem;
}
.navbar-light {
	background-color: #01b6d9;
	padding-bottom: 0;
	margin-top: 2rem;
}
.navbar-light .navbar-nav .nav-link {
	color: #fff;
	border-bottom: 4px solid #01b6d9;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	padding-right: 1.5rem;
    padding-left: 1.5rem;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
	border-bottom: 4px solid #8ddb3f;
	color: #eee;
}
.dropdown-menu {
    color: #fff;
    background-color: rgba(41,139,80,0.7);
    border: none;
    border-radius: 0;
}
.dropdown-item {
    font-weight: 600;
    color: #fff;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    background-color: rgba(88,177,69,0.7);
}


/* FOOTER */

footer {
	border-top: 20px solid #018552;
	padding-top: 3.5rem;
}
footer .logo {
	width: 400px;
}

/* FORM */

.col-form-label {
	color: #0cb6d6;
	font-weight: 600;
	text-align: right;
}
.form-control {
    background-color: #eee;
    border: none;
    border-radius: 0;
}
