/********************************** SECTION 0 ******************************************************/

.btncontact-1{
	    background: #896807;
    color: #fff;
    padding: 10px 40px;
    border-radius: 10px !important;
    border: none !important;
}


.btncontact-1:hover{
	background: #10181f !important;
	opacity: 1!important;
}

.titulo2::after{
	content: '';
	width: 150px;
	height: 2px;
	background: #896807;
}

.subtituloslider{
	margin-top: 50px; 
}

.carousel-caption {
    top: 32%!important;
    bottom: 0!important;
}


/********************************** SECTION 1 ******************************************************/
.sections-1 h2{
	text-align: center;
}

.sections-1 p{
	text-align: justify;
    line-height: 30px;
    margin-top: 35px;
}
.sections-1 .line{
	    width: 50px;
    height: 2px;
    background: #896807;
    position: relative;
    left: 50%;
    margin-left: -25px;
    margin-top: 10px;
	
}

/********************************** SECTION 2 ******************************************************/

.sections-2{
	background: url(../images/bebe2.jpg);
    background-position: center;
    padding: 120px 0px !important;
    background-attachment: fixed;
	
}

.sections-2 h2{
	text-align: center;
	color:#fff;
}

.sections-2 h3{
	text-align: center;
	font-size: 20px;
	color:#fff; 
}



/********************************** SECTION 3 ******************************************************/
.sections-3 h2{
	text-align: center;
	
}
.sections-3 .line{
	    width: 50px;
    height: 2px;
    background: #896807;
    position: relative;
    left: 50%;
    margin-left: -25px;
    margin-top: 10px;
	    margin-bottom: 35px;
}

.contentinstalacion{
	position: relative;
	margin-bottom: 25px;
}

.contentinstalacion:hover > .info{
	display: block;
	
}



.contentinstalacion img{
	width: 100%;
	height: 100%;
}

.contentinstalacion .info {
	background: #00000082;
	position: absolute;
	width: 95%;
	height: 100%;
	display: none;
	top: 0px;
	padding-right: 15px;
    padding-left: 15px;
}
.info .line{
	width: 50px;
    height: 2px;
    background: #fff;
    position: relative;
    left: 50%;
    margin-left: -25px;
    margin-top: 10px;
	    margin-bottom: 20px;
}

.btninstalciones{
	    background: #896807;
    color: #fff;
    padding: 8px 40px;
    border-radius: 10px !important;
    border: none !important;
    margin-top: 15px;
}


.btninstalciones:hover{
	
	background: #10181f !important;
	color:#fff !important;
	text-decoration: none;
}

.contentinstalacion .info h2{
	text-align: center;
    color: #fff;
    margin-top: 25%;
    margin-bottom: 3%;
	
}

.contentinstalacion .info ul{
	text-align: center;
	color:#fff;
	list-style: none;
	margin-bottom: 25px;
}

.contentinstalacion .info ul li{
	font-size: 20px;
	line-height: 33px;
}

.contentinstalacion .info ul li::before{
	    content: '.';
    color: #fff;
    font-size: 40px;
    line-height: 0px;
    position: absolute;
    margin-left: -13px;
    margin-top: 0px;
}

/********************************** SECTION 4 ******************************************************/

.sections-4{
	background: url(../images/landing-02.jpg);
    background-position: center;
    padding: 120px 0px !important;
    background-attachment: fixed;
	
}

.sections-4 h3{
	text-align: center;
	color: #fff;
}

.sections-4 h2{
	text-align: center;
	color: #fff;
}

/********************************** SECTION 5 ******************************************************/

.sections-5 .line{
	 width: 150px;
    height: 2px;
    background: #896807;
    position: relative;
    margin-top: 10px;
    margin-bottom: 35px;
}

.cotizareserva{
	margin-bottom: 30px;
}

.btnsend{
	background: #896807;
    color: #fff;
    padding: 10px 50px;
    border-radius: 10px !important;
    margin-top: 30px;
    float: right;
    border: none;
    cursor: pointer;
}

.btnsend:hover{
	background: #10181f !important;
}

select.form-control:not([size]):not([multiple]){
	height: auto !important;
}

.iconcontact{
	position: absolute;
	margin-left: -25px;
	margin-top: 7px;
}

 .pcontact{
 	position: relative;
 	line-height: 30px;
 }


@media only screen and (max-width: 768px) {

.centertext{
	text-align: center!important;
}
  .sections-5 .line{
  	left: 50%;
    margin-left: -75px !important;
    margin-top: -25px !important;
    margin-bottom: 30px !important;
  }

.carousel-item  {
	background-size:cover !important;
}
	
}

