@charset "utf-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,900');
@import url('https://fonts.googleapis.com/css?family=Lato');

/* colors */
/* #089CA3 */
/* #170B3D */


body{
	font-family: 'Raleway', sans-serif !important;
    background-color: #95D4D6 !important;
	margin: 0;
    padding: 0;
}

p{
	text-align: justify;
}

h1{
	color:#170B3D !important;
	font-weight: 400px !important;
}

.pagehide{
	display: block;
}
.onlymobile{
	display: none;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}


.white-frame{
	width: 100%;
	height: auto;
	background-color: white;
}

.img-100{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.img-50{
	width: 50%;
	height: auto;
	margin-bottom: 10px;
}

.ir-arriba {
	padding:10px;
	display:inline-block;
	background:#0A122F;
	color:#fff;
	position: fixed;
	font-size:20px;
	bottom:20px;
	right:20px;
	display:none;
	cursor:pointer;
	 border-radius: 50%;
	z-index:99999999;
}

#div-cookies {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: white;
    box-shadow: 0px -5px 15px gray;
    padding: 7px;
    text-align: center;
    z-index: 99;
}

/***** HEADER *****/
header{
	padding: 20px;
	background-color:#089CA3 ;
}
header .logo{
	height: 110px;
	width: auto;
	
}

header .sello{
	height: 110px;
	width: auto;
	margin-left: 20px;
	display: inline-block;
}

header .languajes{
	text-align: right;
	background-color: #089CA3;
	color: #FFFFFF;
	padding: 5px 20px;
	display: table-cell;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: right;
}

header .languajes .icons{
	font-size: 24px;
	margin-left: 10px;
}
header .languajes a.icons{
	color: #FFFFFF !important;
}


header .citas{
	text-align: right;
	font-size: 24px;
	float: right;
	margin-top: 20px;
}

header .citas a{
	color:#170B3D !important;		
}


header .citas a:hover{
	text-decoration: none !important;
	color:#089CA3 !important;
}

header h1{
	text-align: left;
	font-size: 22px;
	color:#089CA3 !important;
}

header h2{
	text-align: left;
	font-size: 32px;
	color:#0A122F !important;
	font-weight: bold;
}


.header-eng h1{
	text-align: left;
	font-size: 18px;
	color:#ffffff !important;
}

.header-eng h2{
	text-align: left;
	font-size: 28px;
	color:#170B3D !important;
}

.sello-eng{
	height: 110px;
	width: auto;
	margin-left: 20px;
	display: inline-block;
}

@media (max-width: 767px) {
	header .sello{
		display: none;
	}
	
}


/***** NAVBAR *****/
nav{
	background-color:#170B3D !important;

}


.nav-item{
	font-size: 14px;
	text-align: center;
	padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
	
}
	
.nav-item span{
	color: #FFFFFF !important;
	font-size: 11px;
}


.nav-link{
	font-family: 'Lato', sans-serif !important;
	color: #FFFFFF !important;
	padding: 10px 12px !important;
}

.nav-link:hover{
	color: #089CA3 !important;
	text-decoration: none !important;
}

.nav-link-us{
	font-family: 'Lato', sans-serif !important;
	color: #FFFFFF !important;
	padding: 10px 15px !important;
}

.nav-link-us:hover{
	color: #089CA3 !important;
	text-decoration: none !important;
}

.nav-item{
	border-left: thin solid #089CA3;
}
.nav-item:first-child{
	border-left: none;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #089CA3 !important;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
  border-color: rgb(255,255,255);
}



/****** CONTENT ******/
.content{
	padding: 30px;
}

.map{
	width: 100%;
	height: 450px;
	margin-bottom: 10px;
}


.logo_experiencia_gold{
	width: 160px;
	height: auto;
}


/****** SECTION ******/
.section{
	background-color:#170B3D;
	font-family: 'Raleway', sans-serif !important;	
	padding: 20px;
	min-height: 400px;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.section .tittle{
	color: #089CA3;
	font-size: 32px;
	text-align: left;
	font-weight: 400;
	line-height: 30px !important
}



.section hr{
	border-bottom: solid #FFFFFF thin;
	border-top: none;
}

.section ul{
	
}


.section li{
	color: #FFFFFF;
	border-bottom: dotted #FFFFFF thin;
	padding: 10px 0px;
}

.section li a{
	color: #FFFFFF;
	font-size: 20px;
	text-align: left;
	font-weight: 300;
}

.section li a:hover{
	
}

.leftbar .pagos{
	width: 60%;
	height: auto;
	padding: 10px;
	display: block;
	margin: 0 auto;
}

.leftbar .selloEtica{
	width: 80%;
	height: auto;
	padding: 10px;
	display: block;
	margin: 0 auto;
}

.content-tittle{
	font-family: 'Raleway', sans-serif !important;	
	font-size: 30px;
	text-align: left;
	font-weight: 400;
}


/***** CONTENT *****/
.imgFrameLeft {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 3px;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    overflow: hidden;
    background-color: #FFF;
    margin-bottom: 5px;
}

.galeriaInstalaciones img{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.smallText {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    color: #4F5B62;
    font-weight: 400;
}


.sello-barra{
	width: 250px;
	height: 250px;
}


.sello-index{
	display: none;
}

.meses{
	margin: 0 auto !important;
		display: table;
}

.content h3 a{
	color: #089CA3;
    font-weight: bold;
}


@media (max-width: 767px) {
	.sello-barra{
			width: 250px;
			height: 250px;
		}


	.sello-index{
		width: 250px;
		height: 250px;
		margin: 0 auto !important;
		display: table;
	}
	
	
	.meses{
		display: none;
	}
	
}



/***** CALL OUTS *****/
.callouts h3{
	font-size: 24px;
	margin-bottom: 20px;
	color: #170B3D;
}

.callouts p{
	margin-bottom: 30px;
}

.callouts .row{display:flex;align-items:stretch;}
.callouts .row > .col-md-3{width: calc(100% / 4);display: flex;
    flex-direction: column;}
.callouts .row > .col-md-3 > a {margin-top: auto;}
.callouts .row:before{
	content:none;
 } 
  
.callouts .callouts-btn{
	
}

@media (max-width: 767px) {
	.callouts .row{
		display:block !important;
		
	}
	.callouts .row > .col-md-3{
		width:100% !important;
		display: block !important;
    
	}
	
	.callouts h3{
		text-align: center;
		font-weight: bold;
	}
	
	.callouts a{
		display: table;
		margin: 0 auto;
		margin-bottom: 20px;
		font-size: 18px !important;
		
	}
	
}


/******* BOTONES *******/


.button{
	background-color: #089CA3;
	color: #FFFFFF;
	text-align: center;
	padding: 5px 20px;
	text-decoration: none;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    vertical-align: middle;
}

.button:hover{
	background-color:#170B3D !important;
	color: #FFFFFF;
	text-decoration: none;
}

.button-block{
	background-color: #089CA3;
	color: #FFFFFF;
	text-align: center;
	padding: 10px 20px;
	text-decoration: none;
	margin-bottom: 20px;
	-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	display:block;
    vertical-align: middle;
	
}

.button-block:hover{
	background-color:#170B3D !important;
	color: #FFFFFF;
	text-decoration: none;
}




/* ----- TESTIMONIALES -----*/
.testimoniales{
	
}

.testimoniales h1{
	text-align: center !important;
	border-bottom: 2px solid #ff9800!important;
	margin: 0 auto;
	display: block;
	margin-bottom: 30px;
	
}

.testimonial-card{
	padding: 20px !important;
	margin-bottom: 10px; 
}

.testimonial-card .card-body h4{
	font-size: 18px !important;
}


.card-body{
	text-align: center;
}

.testimoniales .stars{
	color: #ff9800!important;
}

/* ----- GALERIA DE FOTOS  -----*/
.galeria-fotos{
	padding: 30px 10px;
}

.galeria-fotos h1{
	background-color: #089CA3;
	color: #FFFFFF !important;
	text-align: center;
	padding: 10px 20px;
	text-decoration: none;
	margin-bottom: 20px;
	-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	display:block;
    vertical-align: middle;
}

.galeria-fotos h1 .gallerySecctionTittle{
	font-weight: bold;
}

.galeria-fotos .photo{
	width: 100%;
	height: auto;
}


/* ------ PAQUETES Y PROMOCIONES ------*/

.paquetesypromociones img{
	width: 100%;
	height: auto;
}
/* ------ FORMS ------ */

form ul{
	list-style:none;
	margin:0;
	padding:0;
}

form li{
	display:list-item;	
	margin-bottom:8px;
	font-size:14px;
	color: #000000;
}

form .formGroup{
	margin-bottom:10px;
}

form input, select, textarea{
	width:97%;	
	font-size:12px;
	background-color:#ffffff;	
  	display: inline-block;
  	-webkit-box-sizing: content-box;
  	-moz-box-sizing: content-box;
  	box-sizing: content-box;
  
  	margin:0;
  	padding: 8px 0px 8px 8px;
  
  	border: 1px solid #b7b7b7;
  	-webkit-border-radius: 3px;
  	border-radius: 3px;
  
  	color: #000000 !important;
  	-o-text-overflow: clip;
  	text-overflow: clip;

  	-webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  	box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  	text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
  	-webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  	-moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  	-o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  	transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	resize: none;
}
form textarea{
	color: #000000 !important;
}

form .button{
	font-size:16px;
	font-weight:normal;
	padding:9px 50px;
	text-decoration:none;
	background-color:#4189D3;
	color:#FFFFFF;
	margin-top:20px;
	float:right;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


form .button:hover{
	text-decoration:none;
	background-color:#BDD0F0;
	color:#4189D3;
}

form  .txtobligatorios{
	font-size:10px;
	font-weight:normal;
}


/******* FOOTER *******/

footer{
	background-color:#170B3D !important;
	color: #FFFFFF;
	padding: 20px;
}

footer .address{
	font-size: 14px;
}

footer .phone{
	font-size: 18px;
}

footer .icons{
	font-size: 36px;
	margin-left: 10px;
	float:right;
}

footer .copyright{
	font-size: 12px;
	text-align: right;
}

footer .logo-footer{
	float: left;
	margin-right: 20px;
	height: 80px;
}


.galery-frame{
	margin-bottom: 20px;
}