/********************************** 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{
	padding: 40px 0px !important;
}

.sections-1 .titulos{
	padding-top: 50px;
}

.sections-1 h2{
	text-align: center;
	margin-top: 0px;
}



.sections-1 p{
	text-align: justify;
    line-height: 30px;
    margin-top: 35px;
    font-size: 1.2em;
}
.sections-1 .line{
	width: 50px;
    height: 2px;
    background: #896807;
    position: absolute;
    margin-left: -25px;
    margin-top: 10px;
    top: 75px;
    right: 0px;
    transform: rotate(90deg);
	
}

/********************************** SECTION 2 ******************************************************/

.sections-2{
	
	/*background: linear-gradient(to top,white, #E3E3E3 ); */
	
background: #E3E3E3;
    /*box-shadow: 0px 14px 37px #d2d2d2; */

}

.sections-2 h5{
	text-align: center;
	margin-top: 0px;
}


.sections-2 .line{
	width: 50px;
    height: 2px;
    background: #896807;
    position: relative;
    left: 50%;
    margin-left: -25px;
    margin-top: 10px;
	margin-bottom: 15px;
}


.sections-2 p{
	text-align: justify;
   
}

/***************************** GALERIA ***************************************************************/
.galeria {
padding-top: 0px!important;
 }
.galeria .padding0{
	padding: 0px;
}

.galeria img{
	width: 100%;
}



/********************************** SECTION 3 ******************************************************/
.sections-3{
	background: url('../images/empresarial-section-3.jpg');
	background-position: right;
	background-repeat: no-repeat;
	background-size: 48%;
}

.sections-3 h2{
	text-align: center;
}

.sections-3 p{
	text-align: justify;
    line-height: 30px;
    margin-top: 35px;
}
.sections-3 .line{
	    width: 50px;
    height: 2px;
    background: #896807;
    position: relative;
    left: 50%;
    margin-left: -25px;
    margin-top: 10px;
	
}

.btnmasinfo{
	    background: #896807;
    color: #fff;
    padding: 8px 40px;
    border-radius: 10px !important;
    border: none !important;
    margin-top: 15px;
}

/********************************** SECTION 4 ******************************************************/

.sections-4{
	background: url(../images/seccion4-1.jpg);
    background-position: center;
    padding: 120px 0px !important;
    background-attachment: fixed;
    background-repeat: no-repeat;
	
}

.sections-4 h4{
	text-align: center;
	color: #fff;
	margin-top: 25px;
}

.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;
 }
 
 /*********************************************************** */
section {
    padding: 40px 0!important;
}
 
 @media only screen and (max-width: 768px) {
  
  .sections-3 {
    background: none;
    
}

.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;
}
  
}
 
 
 
 
