/*
/*
/*	1140 Grid CSS Site Styles
/*
/* ------------------------------------------------------------ */

* {
	margin: 0;
	padding: 0;
	text-rendering: optimizeLegibility;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}

html {
	background-color:#fff;

}

html { height: 100%; }

/**,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}*/


body {
	font-family: 'Roboto', sans-serif;
	line-height: normal;
	background-color:#03355d;
  	overflow-x:hidden !important;
	/*background-image: url(../images/bg01.jpg);
	background-repeat:no-repeat;*/
	
	/*background: url(../images/bg01.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
	
}

.back_home {
	background: url(../images/bg01.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
}

.box-txt-eye {
	display:block;
	overflow:hidden;
	
	}

hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-width: 0;
  width:66%;
  border-top: 1px solid #f96b32;
  text-align:center;
  }
  
.display-none {
	display:block !important;
	}

.header-mobile {
	display:none!important;
	
	}

.logo {}
.logo img {
	margin-top:16px;
	margin-bottom:10px;
	/*width:90%;
	height:90%;*/
	width:149px;
	height:104px;
	}
	
.ico-socialmedia {
	color:#fff;
	width: 30px;
	height:30px;
	text-decoration: none;
	}
	
.ico-socialmedia a {
	color:#fff;
	text-decoration:none;
	}
	
.ico-socialmedia a:hover {
	text-decoration: none;
	color:#68c5ef;
	}
	
#ico-facebook {
	padding-top:30px;
	right:0px;
	margin-left:15px;
	float:right;
	z-index:11;
}

#ico-twitter {
	padding-top:30px;
	right:0px;
	margin-left:15px;
	float:right;
	z-index:12;
}

#ico-youtube {
	padding-top:30px;
	right:0px;
	margin-left:15px;
	float:right;
	z-index:13;
}
	
.nav ul { 
	display:block; 
	float:right;
	}

.nav ul li {
	display: inline-block;
	padding-top:35px;
	padding-left:25px;
	}

.nav ul li a {
	list-style:none;
	font-size:16px;
	font-weight: bold;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
	padding:5px;
		}
		
.nav ul li a:hover {
	color:#68c5ef;
		}

.clear {
	clear:both;}
	

.izq-tri {
	width:12%;
	padding-top:100%;
	background-image:url(../images/izq-tri.png);
	background-repeat:no-repeat;
	margin:0;
	z-index:999;
	position:absolute;
	left:0;
	  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	}

.der-tri {
	width:10%;
	padding-top:100%;
	background-image:url(../images/der-tri.png);
	background-repeat:no-repeat;
	margin:0;
	z-index:999;
	position:absolute;
	right:0;
	  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	}
	

/*.eyecatcher-cont {
	width:100%;
	display:block;
	color:#FFFFFF;
	text-align:center;
	padding-top:10%;
	padding-bottom:10%;	
	position:relative;
	margin-top:-145px;
	}*/


/*MIRIAM ESTE VA CON LOS TRIANGULOS VERSION 2*/
/*.eyecatcher-cont {
	width:100%;
	overflow:hidden;
	color:#FFFFFF;
	text-align:center;
	}*/

.eyecatcher-cont {
	width:100%;
  	height:auto;
	display:block;
	color:#FFFFFF;
	text-align:center;
	padding-top:10%;
	position:relative;
	margin-top:-145px;
	}
	
.eyecatcher-cont h1 {
    margin-top: 0;
	padding-left:5%;
	padding-right:5%;
	font-size:72px;
	line-height:72px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 900;
	display:block;
	padding-top:10%;
  	padding-bottom:30px;
}

.eyecatcher-cont strong {
	font-size:108px;
	letter-spacing: 0.06em;
	line-height:120px;
    font-weight: 300;
	color:#f96b32;
}

.eyecatcher-cont p {
    margin-top: 0;
	font-size:18px;
  	line-height:28px
    margin-bottom: 0;
    text-transform: none;
    font-weight: 400;
	padding-left:10%;
	padding-right:10%;
  	padding-bottom:30px;
	text-align:center;
}

.eyecatcher-cont a {
	text-decoration:none;
	color: #f96b32;;
	}
		
.eyecatcher-cont a:hover {
	text-decoration:underline;
	color:#f96b32;
		}

/*.eyecatcher-min {
	width:100%;
	min-height:110px;
	
}*/

.eyecatcher-min {
	width:100%;
	/*overflow:hidden;*/
	color:#FFFFFF;
	text-align:center;
	/*padding-top:10%;
	padding-bottom:10%;*/
	position:relative;
	margin-top:-198px;
	}

/*ESTE SIRVE PARA LA POSICIÓN ENCIMA DE LOS TRIANGULOS V2*/
.sup-txt {
	position:relative;
	z-index:999;
	}

 /* Botones */

a.button {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	display: inline-block;
	padding: 10px 30px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 21px;
	-webkit-transition: background 0.25s linear;
	-moz-transition: background 0.25s linear;
	-o-transition: background 0.25s linear;
	transition: background 0.25s linear;
}

a.button:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	color: #fff;
}

a.button.naranja {
	
	border: 2px solid #f96b32;
	background: #f96b32;
	color: #fff;
	-webkit-transition: background 0.25s linear;
	-moz-transition: background 0.25s linear;
	-o-transition: background 0.25s linear;
	transition: background 0.25s linear;
	z-index:999999;
	
	
	
}

a.button.naranja:hover {
	
	border: 2px solid rgb(249, 107, 50);
	border: 2px solid rgba(249, 107, 50);
	background: transparent;
	color: #f96b32;
	-webkit-transition: background 0.25s linear;
	-moz-transition: background 0.25s linear;
	-o-transition: background 0.25s linear;
	transition: background 0.25s linear;
	
}

/*CALL TO ACTION AL 100% (12 COLUMNAS)*/
.call-contacto {
	 text-align: center;
	 display:block; 
	 margin-top:60px;
	 overflow:hidden;
}

 /* =style servicios
-------------------------------------------------------------- */

.servicios-home {
	width:100%;
	min-height:800px;
	/*height:auto;*/
	/*background-image:url(../images/bg_rombos.png);
	background-repeat:no-repeat;*/
	
	background: url(../images/bg_rombos.png) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  
	background-color: #FFFFFF;
	overflow:hidden;
	/*padding-bottom:40px;*/
	}

.tittle-serv {
	width:100%;
	height:auto;
	margin-top:40px;
	line-height:52px;
	background-color:#045290;
	padding-top: 10px;
	padding-bottom: 20px;
	color:#FFF;
	}

.tittle-serv h2 {
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
	font-size:72px;
	font-weight:900;
	}

.tittle-serv i {
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
	font-size:48px;
	font-style:normal;
	font-weight:300 !important;
	}

.serv-box1 {
	 text-align:center; 
	 display:block; 
	 margin-top:70px;
	 overflow:hidden; }
	 
.icon-serv {
	color: #045290;
	font-size:100px; }

.serv-box1 strong {
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
	font-size:21px;
	color:#045290;
	display:block;
	padding-bottom:10px;
	padding-top:10px;
	}

.serv-box1 p {
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	color:#333;
	display:block;
	padding-bottom:10px;	
	} 

.serv-box1 a {
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	color:#f96b32;
	text-decoration:underline;
	}
	
.serv-box1 a:hover {
	color:#0694cd;
	text-decoration:underline;
	}  


/* =style equipo
-------------------------------------------------------------- */

.equipo-home {
	width:100%;
	min-height:800px;
	/*background-image:url(../images/bg02.jpg);
	background-repeat:no-repeat;*/
	
	background: url(../images/bg02.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
	background-color: #045290;
	overflow:hidden;
	/*padding-bottom:40px;*/
	}
	
.tittle-equipo {
	width:100%;
	height:auto;
	margin-top:40px;
	line-height:52px;
	text-align:right;
	background-color:#FFF;
	padding-top: 10px;
	padding-bottom: 20px;
	color:#045290;
	}
	
.tittle-equipo h2 {
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
	font-size:72px;
	font-weight:900;
	}

.tittle-equipo i {
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
	font-size:48px;
	font-style:normal;
	font-weight:300 !important;
	}
	
 /* =style casos de éxito
-------------------------------------------------------------- */

.casosexito-home {
	width:100%;
	min-height:760px;
	/*height:auto;*/
	/*background-image:url(../images/bg_rombos.png);
	background-repeat:no-repeat;*/
	
	background: url(../images/bg_rombos.png) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  
	background-color: #FFFFFF;
	overflow:hidden;
	padding-bottom:0px;
	}

.tittle-casosexito {
	width:100%;
	height:auto;
	margin-top:40px;
	line-height:52px;
	background-color:#045290;
	padding-top: 10px;
	padding-bottom: 20px;
	color:#FFF;
	}

.tittle-casosexito h2 {
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
	font-size:72px;
	font-weight:900;
	}

.tittle-casosexito i {
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
	font-size:48px;
	font-style:normal;
	font-weight:300 !important;
	}
	
.casosexito-full {
	margin: 0 auto;
	max-width: 100%;
	min-height:800px;
	position: absolute;
	background-image:url(../images/casosexito_foto01.jpg);
	background-repeat:no-repeat;
	width: 50%;
	height: 100%;
	padding: 0 0px;
}
	
.casosexito-home h3 {
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
	font-size:40px;
	color:#045290;
	font-weight:900;
	padding-top:130px;
	padding-bottom:30px;
	padding-left:20px;
	}
	
.casosexito-home p {
	font-family: 'Roboto', sans-serif;
	text-transform: none;
	font-size:14px;
	color:#3d3d3d;
	font-weight:400;
	padding-left:20px;
	}

#logo-casos {
	width:375px;
	height:89px;
	padding-top:0px;
	margin-left:90%;
	float: left;
	z-index:1111;
}

/*HOME CASOS*/

.home-casos {
	 text-align:left; 
	 display:block; 
	 margin-top:60px;
	 overflow:hidden;
}

.home-casos strong {
	font-family: 'Roboto', sans-serif;
	text-transform: none;
	font-size:24px;
	color:#0694cd;
	display:block;
	padding-bottom:25px;
	padding-top:40px;
	}

.home-casos p {
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	color:#333;
	display:block;
	padding-bottom:10px;	
	} 
	
.home-casos a {
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	color:#f96b32;
	text-decoration:underline;
	}
	
.home-casos a:hover {
	color:#0694cd;
	text-decoration:underline;
	} 
	
/*.casosexito_foto1 {
	background-image:url(../images/casosexito_foto01.jpg);
	background-size:100%;
	background-repeat:no-repeat;}*/
	
/* =style clientes
-------------------------------------------------------------- */

.clientes-home {
	width:100%;
	min-height:800px;
	/*background-image:url(../images/bg02.jpg);
	background-repeat:no-repeat;*/
	
	background: url(../images/bg03.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
	background-color: #045290;
	overflow:hidden;
	padding-bottom:40px;
	text-align:center; 
	}
	
.tittle-clientes {
	width:100%;
	height:auto;
	margin-top:40px;
	line-height:52px;
	text-align:right;
	background-color:#FFF;
	padding-top: 10px;
	padding-bottom: 20px;
	color:#045290;
	}
	
.tittle-clientes h2 {
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
	font-size:72px;
	font-weight:900;
	}

.tittle-clientes i {
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
	font-size:48px;
	font-style:normal;
	font-weight:300 !important;
	}

.clientes-box1 {
	 display:block; 
	 padding-top:60px;
	 overflow:hidden;
	 padding-bottom:0px; }
	 

	
.logocliente {
	padding-top:60px;
	/*mix-blend-mode: lighten;*/}
	
/*.clientes-logo {
	 background-image: url(../images/clientes_logo01.png);
  background-color: red;
  background-blend-mode: multiply;
		}*/
		
/*FOTTER*/

.pleca-azul {
	width:100%;
	height:auto;
	margin-top:0px;
	line-height:24px;
	background-color:#08406d;
	padding-top: 30px;
	padding-bottom: 30px;
	color:#FFF;
	display:block;
	float:left;
	}

.pleca-azul p {
	font-family: 'Roboto', sans-serif;
	text-transform: none;
	font-size:14px;
	font-weight:400 !important;
	}

.pleca-azul strong {
	font-family: 'Roboto', sans-serif;
	text-transform: none;
	font-size:14px;
	font-weight:900 !important;
	}
	
.pleca-azul a {
	font-family: 'Roboto', sans-serif;
	text-transform: none;
	color:#fff;
	text-decoration:none;
	font-size:14px;
	font-weight:900 !important;
	}
	
.pleca-azul a:hover {
	text-decoration:underline;
	color:#f96b32;
	}
	
.pleca-azul h4 {
	font-family: 'Roboto', sans-serif;
	text-transform: none;
	font-size:21px;
	font-weight:900;
	}
	
.logofooter {}
.logofooter img {
	margin-top:16px;
	margin-bottom:10px;
	max-width:90%;
	max-height:90%;
	float:right;
	}	
/*.logofooter img {
	float:right;
	}*/

.pleca-blanca {
	width:100%;
	height:auto;
	margin:0px;
	background-color:#fff;
	float:left;
	text-align: left;
	}
		
.pleca-blanca ul li {
	display: inline-block;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right:12px;
	}

.pleca-blanca ul li a {
	font-size:13px;
	font-weight:400 !important;
	text-decoration:none;
	color:#606060;
	}
		
.pleca-blanca ul li a:hover {
	text-decoration:underline;
	color:#f96b32;
		}
		
		
		
		
/*
/*	SECCIÓN SERVICIOS QUATTTRO BTL
/*
/* ------------------------------------------------------------ */

.back_servicios  {
	background: url(../images/back_servicios.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	
}

.galeria-serv {
	width:100%;
	height:auto;
  	/*min-height:620px;*/
	background: url(../images/bg_rombos2.png) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-color: #03355d;
	overflow:hidden;
	padding-bottom:60px;
}



/*SUBSERVICIOS*/

.area-subs {
	 text-align:left; 
	 display:block; 
	 margin-top:60px;
	 overflow:hidden;
}

.area-subs strong {
	font-family: 'Roboto', sans-serif;
	text-transform: none;
	font-size:24px;
	color:#0694cd;
	display:block;
	padding-bottom:25px;
	padding-top:40px;
	}

.area-subs p {
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	color:#333;
	display:block;
	padding-bottom:10px;	
	} 

/*GALERIA*/

.serv-bloque1 {
	 text-align:center; 
	 display:block; 
	 margin-top:95px;
	 overflow:hidden;
	 padding:0px;
}

.serv-bloque2 {
	 text-align:center; 
	 display:block; 
	 margin-top:20px;
	 overflow:hidden;
	 padding:0px;
}

/* ICONO ZOOM ROLLOVER */

span.rollover {
	opacity: 1;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition: -webkit-transform 1s;
	background:url(../images/zoom-icon.png) center center no-repeat #03355d;
	cursor: pointer;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 10;
	opacity: 0;
}

span.rollover:hover {
	opacity: .7;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition: -webkit-transform 1s;
}

/*ICONO VIDEO ROLLOVER*/
span.rollover2 {
	opacity: 1;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition: -webkit-transform 1s;
	background:url(../images/video-icon.png) center center no-repeat #03355d;
	cursor: pointer;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 10;
	opacity: 0;
}

span.rollover2:hover {
	opacity: .7;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition: -webkit-transform 1s;
}


/*
/*
/*	SECCIÓN SERVICIOS QUATTTRO BTL
/*
/* ------------------------------------------------------------ */

.back_clientes  {
	background: url(../images/back_clientes.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	
}

.clientes-home2 {
	width:100%;
	min-height:800px;
	background: url(../images/bg_rombos.png) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-color: #FFFFFF;
	overflow:hidden;
	padding-bottom:40px;
	text-align:center; 
	}

.tittle-clientes2 {
	width:100%;
	height:auto;
	margin-top:40px;
	line-height:52px;
	text-align:left;
	background-color:#045290;
	padding-top: 10px;
	padding-bottom: 20px;
	color:#FFF;
	}

.tittle-clientes2 h2 {
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
	font-size:72px;
	font-weight:900;
	}

.tittle-clientes2 i {
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
	font-size:48px;
	font-style:normal;
	font-weight:300 !important;
	}
	
.clientes-box2 {
	 display:block; 
	 padding-top:30px;
	 overflow:hidden;
	 padding-bottom:0px; 
}

.logocliente2 {
	padding-top:30px;
}




/*
/*
/*	SECCIÓN SERVICIOS QUATTTRO BTL
/*
/* ------------------------------------------------------------ */

.back_casosexito  {
	background: url(../images/back_casos.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	
}

.galeria-casos {
	width:100%;
	min-height:800px;
	background: url(../images/bg_rombos2.png) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-color: #03355d;
	overflow:hidden;
	padding-bottom:40px;
}




/*GALERIA*/

.casos-bloque1 {
	 text-align:center; 
	 display:block; 
	 margin-top:95px;
	 overflow:hidden;
	 padding:0px;
}

.casos-bloque2 {
	 text-align:center; 
	 display:block; 
	 margin-top:20px;
	 overflow:hidden;
	 padding:0px;
}

.casos-bloquetexto {
	 text-align:left; 
	 display:block; 
	 padding:50px 30px 10px 30px;
	 background-image:url(../images/casos_exito/casos_exito_bgtex.jpg);
	 background-repeat: repeat-x;
	 background-size:cover;
	 min-height:257px;
	 overflow:hidden;
}

.casos-bloquetexto-full {
	 text-align:left; 
	 display:block; 
	 padding:30px 30px 30px 30px;
	 background-image:url(../images/casos_exito/casos_exito_bgtex.jpg);
	 background-repeat: repeat-x;
	 background-size:cover;
	 overflow:hidden;
}

.casos-bloquetexto h3, .casos-bloquetexto-full h3 {
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
	font-size:40px;
	color:#fff;
	font-weight:900;
	padding-top:10px;
	padding-bottom:20px;
	}
	
.casos-bloquetexto h4, .casos-bloquetexto-full h4 {
	font-family: 'Roboto', sans-serif;
	text-transform: none;
	text-align:center;
	font-size:24px;
	color:#fff;
	font-weight:300;
	padding-top:30px;
	padding-bottom:30px;
	padding-left:20px;
	padding-right:20px;
	border-bottom: solid 1px #68c5ef;
	border-top: solid 1px #68c5ef;
	}
	
.casos-bloquetexto h4 i, .casos-bloquetexto-full h4 i {
	font-weight:400;
	font-style:normal;
	}
	
.casos-bloquetexto hr, .casos-bloquetexto-full hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-width: 0;
  width:100%;
  border-top: 1px solid #fff;
  text-align:center;
  }
	
.casos-bloquetexto p, .casos-bloquetexto-full p {
	font-family: 'Roboto', sans-serif;
	text-transform: none;
	font-size:14px;
	color:#fff;
	font-weight:400;
	padding-top:20px;
	padding-bottom:20px;
	}	
	
	
/*
/*
/*	SECCIÓN RENTA DE EQUIPO
/*
/* ------------------------------------------------------------ */

.back_renta_equipo  {
	background: url(../images/back_renta_equipo.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	
}

.tittle-equipo2 {
	width:100%;
	height:auto;
	margin-top:40px;
	line-height:52px;
	text-align:left;
	background-color:#045290;
	padding-top: 10px;
	padding-bottom: 20px;
	color:#FFF;
	}

.tittle-equipo2 h2 {
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
	font-size:72px;
	font-weight:900;
	}

.tittle-equipo2 i {
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
	font-size:48px;
	font-style:normal;
	font-weight:300 !important;
	}

.equipo-secblanco {
	width:100%;
	min-height:700px;
	/*height:auto;*/
	background: url(../images/bg_rombos.png) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-color: #FFFFFF;
	overflow:hidden;
	/*padding-bottom:40px;*/
	}
	
.equipo-secazul {
	width:100%;
	min-height:700px;
	/*height:auto;*/
	background: url(../images/bg_rombos2.png) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-color: #03355d;
	overflow:hidden;
	/*padding-bottom:40px;*/
}

/*ESTILOS PARA BLOQUE CLARO*/
.eq-bloque1 {
	 text-align:left; 
	 display:block; 
	 margin-top:40px;
	 overflow:hidden;
	 padding:0px;
}

.eq-bloque1 img {
	padding-top:20px;
	padding-bottom:10px;
	max-width:95%;
	max-height:95%;
	}

.eq-bloque1 h2 {
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	/*font-size:40px;*/
	font-size:25px;
	font-weight:900;
	color:#045290;
	display:block;
	padding-bottom:20px;
	padding-top:20px;
	line-height:24px;	
}

.eq-bloque1 i {
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-size:16px;
    font-style:normal;
	font-weight:300;
	color:#045290;	
}

.eq-bloque1 p {
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	color:#333;
	display:block;
	padding-bottom:10px;	
} 

/*ESTILOS BLOQUE OSCURO*/
.eq-bloque2 {
	 text-align:left; 
	 display:block; 
	 margin-top:120px;
	 overflow:hidden;
	 padding:0px;
}

.eq-bloque2 img {
	padding-top:20px;
	padding-bottom:10px;
	max-width:95%;
	max-height:95%;
	}

.eq-bloque2 h2 {
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	/*font-size:40px;*/
	font-size:25px;
	font-weight:900;
	color:#68c5ef;
	display:block;
	padding-bottom:20px;
	padding-top:20px;
	line-height:24px;	
}

.eq-bloque2 i {
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-size:16px;
    font-style:normal;
	font-weight:300;
	color:#68c5ef;	
}

.eq-bloque2 p {
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	color:#FFF;
	display:block;
	padding-bottom:10px;	
}

/*ESTILOS PARA BLOQUE CLARO 120 margin*/
.eq-bloque1b {
	 text-align:left; 
	 display:block; 
	 margin-top:60px;
	 overflow:hidden;
	 padding:0px;
}

.eq-bloque1b img {
	padding-top:20px;
	padding-bottom:10px;
	max-width:80%;
	max-height:80%;
	}

.eq-bloque1b h2 {
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	/*font-size:40px;*/
	font-size:25px;
	font-weight:900;
	color:#045290;
	display:block;
	padding-bottom:20px;
	padding-top:20px;
	line-height:24px;	
}

.eq-bloque1b i {
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-size:16px;
    font-style:normal;
	font-weight:300;
	color:#045290;	
}

.eq-bloque1b p {
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	color:#333;
	display:block;
	padding-bottom:10px;	
} 




/*
/*
/*	SECCIÓN QUIENES SOMOS
/*
/* ------------------------------------------------------------ */

.back_quienes_somos  {
	background: url(../images/back_quienes_somos.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	
}

.tittle-quienes_somos {
	width:100%;
	height:auto;
	margin-top:40px;
	line-height:52px;
	text-align:left;
	background-color:#045290;
	padding-top: 10px;
	padding-bottom: 20px;
	color:#FFF;
	}

.tittle-quienes_somos h2 {
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
	font-size:72px;
	font-weight:900;
	}

.tittle-quienes_somos i {
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
	font-size:48px;
	font-style:normal;
	font-weight:300 !important;
	}

.quienes_somos-secblanco {
	width:100%;
	min-height:610px;
	background: url(../images/bg_rombos.png) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-color: #FFFFFF;
	overflow:hidden;
	padding-bottom:0px;
}

.wrap-nosotros {
	width: 100%;
	min-height: 610px;
	overflow: hidden;
	position: relative;
}

.wrap-nosotros .bg-img {
	padding: 0px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	top: 0px;
	right: 0px;
	/*width: 100%;
	height: 100%;*/
}

.wrap-nosotros .bg-img-1 {
	/*background-image: url(../images/quienes_somos/quienes_somos.jpg);*/
	width:50%;
	z-index:8;
}

.wrap-nosotros blockquote {
	font-family: 'Roboto', sans-serif;
	padding-left:20px;
	padding-top:60px;
	padding-right:20px;
	padding-bottom:20px;
	position: relative;
	z-index: 100;
}

.wrap-nosotros blockquote ul li a {
	list-style: none;
	display:inline;
}

.wrap-nosotros h3 {
	color: #097eb7;
	font-size: 24px;
	text-transform:uppercase;
	padding-bottom:10px;
	padding-left:0px;
}

.wrap-nosotros p {
	font-size:14px;
	color:#333;
	display:block;
	padding-bottom:10px;
	padding-left:0px;
}

.wrap-nosotros strong {
	font-weight:900;
}

#cita {
	width:653px;
	height:124px;
	background-image:url(../images/quienes_somos/pleca_gris.png);
	background-color:transparent;
	margin-bottom:10px;
	margin-right:-15px;
	float:right;
	z-index:7;
}

.cita p {
	font-size:26px;
	line-height:32px;
	color:#e1e1e1;
	display:block;
	padding-top:20px;
	padding-left:120px;
	padding-right:30px;
}

.tex12 {
	font-family: 'Roboto', sans-serif;
	padding-left:20px;
	padding-top:60px;
	padding-right:20px;
	padding-bottom:0px;
	position: relative;
	z-index: 100;
}

.tex12 p {
	font-size:18px;
	color:#333;
	display:block;
	padding-bottom:0px;
	padding-left:0px;
}

.do-bloque1 {
	 display:block; 
	 overflow:hidden;
	 padding:0px;
	margin-top:80px;
	text-align:center;
	}

.do-bloque1 img {
	max-width:80%;
	max-height:80%;
	}

/*SECCIÓN AZUL*/	

.tittle-team {
	width:100%;
	height:auto;
	margin-top:40px;
	line-height:42px;
	text-align:right;
	background-color: transparent;
	padding-top: 10px;
	padding-bottom: 20px;
	color:#FFF;
	}

.tittle-team h2 {
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
	font-size:72px;
	font-weight:900;
	}

.tittle-team i {
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
	font-size:24px;
	font-style:normal;
	font-weight:300 !important;
	}
	
.tittle-mapa {
	width:100%;
	height:auto;
	position: absolute;
	margin-top:450px;
	text-align:left;
	background-color: transparent;
	padding-top: 10px;
	padding-bottom: 20px;
	color:#FFF;
	z-index:500;
	}

.tittle-mapa h2 {
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
	font-size:72px;
	line-height:40px;
	font-weight:900;
	}

.tittle-mapa i {
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
	font-size:24px;
	font-style:normal;
	font-weight:300 !important;
	}
	
.quienes_somos-secazul {
	width:100%;
	min-height:800px;
	background: url(../images/bg_rombos2.png) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-color: #03355d;
	overflow:hidden;
	padding-bottom:40px;
}

.quienes_somos-secazul2 {
	width:100%;
	min-height:700px;
	background: url(../images/bg_rombos2.png) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-color: #03355d;
	overflow:hidden;
	padding-bottom:0px;
}

/*ESTILOS BLOQUE OSCURO*/
.eq-bloque2b {
	 text-align:left; 
	 display:block; 
	 margin-top:30px;
	 overflow:hidden;
	 padding:0px;
}

.eq-bloque2b img {
	padding-top:20px;
	padding-bottom:10px;
	max-width:85%;
	max-height:85%;
	}

.eq-bloque2b h2 {
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-size:40px;
	font-weight:900;
	color:#68c5ef;
	display:block;
	padding-bottom:20px;
	padding-top:20px;
	line-height:24px;	
}

.eq-bloque2b h2 i {
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-size:16px;
    font-style:normal;
	font-weight:300;
	color:#68c5ef;	
}

.eq-bloque2b p {
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	color:#FFF;
	display:block;
	padding-bottom:10px;	
}

#ico-mail {
	padding-top:0px;
	left:0px;
	margin-right:10px;
	float:left;
	font-size:30px;
	z-index:15;
}

#ico-linkedin {
	padding-top:0px;
	left:0px;
	margin-right:10px;
	float:left;
	font-size:30px;
	z-index:15;
}




/*
/*
/*	SECCIÓN CONTACTO
/*
/* ------------------------------------------------------------ */

.back_contacto  {
	background: url(../images/back_contacto.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	
}

.tittle-contacto {
	width:100%;
	height:auto;
	margin-top:40px;
	line-height:52px;
	text-align:left;
	background-color:#045290;
	padding-top: 10px;
	padding-bottom: 20px;
	color:#FFF;
	}

.tittle-contacto h2 {
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
	font-size:72px;
	font-weight:900;
	}

.tittle-contacto i {
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
	font-size:48px;
	font-style:normal;
	font-weight:300 !important;
	}

.contacto-secblanco {
	width:100%;
	min-height:800px;
	background: url(../images/bg_rombos.png) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-color: #FFFFFF;
	overflow:hidden;
	padding-bottom:0px;
}

.wrap-contacto {
	width: 100%;
	min-height: 610px;
	overflow: hidden;
	position: relative;
}

.wrap-contacto blockquote {
	font-family: 'Roboto', sans-serif;
	padding-left:20px;
	padding-top:60px;
	padding-right:60px;
	padding-bottom:20px;
	position: relative;
	z-index: 100;
}

.wrap-contacto h3 {
	color: #097eb7;
	font-size: 24px;
	text-transform:uppercase;
	padding-bottom:0px;
	padding-left:0px;
}

.wrap-contacto p {
	font-size:14px;
	color:#333;
	display:block;
	padding-bottom:10px;
	padding-left:0px;
}

.wrap-contacto strong {
	font-weight:900;
}

.wrap-contacto blockquote a {
	font-family: 'Roboto', sans-serif;
	text-transform: none;
	color:#606060;
	text-decoration:none;
	font-size:18px;
	font-weight:900 !important;
	}
	
.wrap-contacto blockquote a:hover {
	text-decoration: none;
	color:#f96b32;
	}

#ico-fb-contacto {
	padding-top:0px;
	left:0px;
	padding-left:20px;
	margin-right:10px;
	float:left;
	z-index:15;
}

#ico-tw-contacto {
	margin-top:0px;
	left:0px;
	margin-right:10px;
	float:left;
	z-index:15;
}

#ico-yt-contacto {
	padding-top:0px;
	left:0px;
	margin-right:10px;
	float:left;
	z-index:15;
}

.ico-sm {
	color:#606060;
	width: 30px;
	height:30px;
	text-decoration: none;
	}
	
.ico-sm a {
	color:#606060;
	text-decoration:none;
	}
	
.ico-sm a:hover {
	text-decoration: none;
	color:#f96b32;
	}

.google-maps {
	width:100%;
	text-align:center;
	background-color:#03355d;
	min-height:800px;
	overflow:hidden;
  	z-index:500
}

/*FORMULARIO*/
.50p {
	width:100%;
}

#form {
}

	
#form input {
border: none;
border-radius:0px; 
background:#045290;
font-size:14px;
/*font-weight:normal !important;*/
color:#e1e1e1; 
padding:0px 10px 0px 10px;
outline: medium none;
width: 90%; 
height:40px;
margin-bottom:15px;
margin-left:10px;
}

#form textarea {
border: none;
border-radius:0px; 
background:#045290;
font-size:14px;
font-weight:normal;
color:#e1e1e1; 
padding:10px 10px 0px 10px;
outline: medium none;
width: 95%; 
height:120px;
margin-bottom:15px;
margin-left:10px;
}

#form .button.red {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	display: inline-block;
	/*padding: 10px 30px;*/
	text-decoration: none;
	text-transform: uppercase;
	font-size: 21px;
	cursor:pointer;
	
	float:right;
	width:150px;
	margin-right:5px;
	
	border: 2px solid #f96b32;
	background: #f96b32;
	color: #fff;
	-webkit-transition: background 0.25s linear;
	-moz-transition: background 0.25s linear;
	-o-transition: background 0.25s linear;
	transition: background 0.25s linear;
	z-index:999999;	
}

#form .button.red:hover {
	
	border: 2px solid rgb(249, 107, 50);
	border: 2px solid rgba(249, 107, 50);
	background: transparent;
	color: #f96b32;
	-webkit-transition: background 0.25s linear;
	-moz-transition: background 0.25s linear;
	-o-transition: background 0.25s linear;
	transition: background 0.25s linear;
	
}
.enviar {
	margin-right:5px;
	float:right;}
	
	
/* ESTILOS PARA LISTADO DE ESTADOS */
ul.tsc_list { margin:0; padding:6px 0; list-style:none; font-size:14px; line-height:16px;}
ul.tsc_list li { margin:0; padding:0 0 5px 22px; color:#222222; background-repeat:no-repeat; background-position:-67px -558px; background-image:url(../images/sprite_222222.png);}

/* ESTILOS PARA LISTADO DE ESTADOS */
ul.tsc_li_arrow li,
ul li.tsc_li_arrow { background-position:-303px -322px;} /*322*/
ul.tsc_li_comment li,
ul li.tsc_li_comment { background-position:-380px -242px;}
ul.tsc_li_bullet li,
ul li.tsc_li_bullet { background-position:-66px -558px;}
ul.tsc_li_minus li,
ul li.tsc_li_minus { background-position:-101px -520px;}
ul.tsc_li_check li,
ul li.tsc_li_check { background-position:-461px -163px;}
ul.tsc_li_plus li,
ul li.tsc_li_plus { background-position:-141px -480px;}
ul.tsc_li_carrow li,
ul li.tsc_li_carrow { background-position:-619px -3px;}
ul.tsc_li_star li,
ul li.tsc_li_star { background-position:-580px -44px;}

/* ESTILOS TRIANGULOS LATERALES---------------------------- */
/*TRIÁNGULO DERECHA FOOTER*/
div.bottom-corner-right {
    width: 981px;
    height: 680px;
    background: transparent url("../images/bg-bottom-corner-right.png") no-repeat scroll right bottom;
    margin: auto;
    z-index: 9;
	left:500px;
    position: relative;
}
.bottom-part-right {
  height: 608px;
  width: 410px;
  position: absolute;
  top: 7px;
  left: 570px;
  background: transparent url("../images/bg-bottom-part-right.png") no-repeat scroll 0% 0%;
}
/*TRIÁNGULO DERECHA TOP*/
div.top-corner-right {
    width: 981px;
    height: 600px;
    position: relative;
    background: transparent url("../images/bg-top-corner-right.png") no-repeat scroll 2px 0px;
    top:0px;
	margin: auto;
    z-index: 9;
	left:84px;
}
.top-part-right {
    height: 676px;
    width: 410px;
    position: absolute;
    left: 981px;
    top: 0px;
    background: transparent url("../images/bg-top-part-right.png") no-repeat scroll 0% 0%;
}

/* ESTILOS TRIANGULOS LATERALES---------------------------- */
/*TRIÁNGULO IZQUIERDA FOOTER*/
div.bottom-corner-left {
    width: 981px;
    height: 680px;
    background: transparent url("../images/bg-bottom-corner-left.png") no-repeat scroll left bottom;
    margin: auto;
    z-index: 9;
	right:500px;
    position: relative;
}
.bottom-part-left {
  height: 608px;
  width: 410px;
  position: absolute;
  top: 7px;
  right: 570px;
  background: transparent url("../images/bg-bottom-part-left.png") no-repeat scroll 0% 0%;
}
/*TRIÁNGULO IZQUIERDA TOP*/
div.top-corner-left {
    width: 981px;
    height: 600px;
    position: relative;
    background: transparent url("../images/bg-top-corner-left.png") no-repeat scroll 2px 0px;
    top:0px;
	margin: auto;
    z-index: 9;
	right:87px;
}
.top-part-left {
    height: 676px;
    width: 410px;
    position: absolute;
    right: 978px;
    top: 0px;
    background: transparent url("../images/bg-top-part-left.png") no-repeat scroll 0% 0%;
}
/*BLOQUES PARA QUE FUNCIONES LOS TRIÁNGULOS*/
.bloq-box-serv {
	position:relative;
	margin-top:-600px;
	margin-bottom:-480px;
	} 
.bloq-box-renta {
	position:relative;
	margin-top:-600px;
	margin-bottom:-660px;
	}
.bloq-box-casos {
	position:relative;
	margin-top:-600px;
	margin-bottom:-680px;
	} 
.bloq-box-clientes {
	position:relative;
	margin-top:-600px;
	margin-bottom:-600px;
	} 
.bloq-box-blanco {
	position:relative;
	margin-top:-600px;
	margin-bottom:-640px;
	}
.bloq-box-azul {
	position:relative;
	margin-top:-600px;
	margin-bottom:-600px;
	}
.bloq-box-blanco-large {
	position:relative;
	margin-top:-600px;
	margin-bottom:0px;
	}

.bloq-box-azul2 {
	position:relative;
	margin-top:-600px;
	margin-bottom:0px;
	}

.bloq-box-azul3 {
	position:relative;
	margin-top:-600px;
	margin-bottom:-480px;
	} 


/*TRIÁNGULO DERECHA FOOTER EYECATCHER SMALL*/
div.bottom-corner-right2 {
    width: 1281px;
    height: 267px;
    background: transparent url("../images/bg-bottom-corner-right.png") no-repeat scroll right bottom;
    margin: auto;
    z-index: 9;
	left:500px;
    position: relative;
}
/*TRIÁNGULO DERECHA FOOTER RENTA DE EQUIPO SEC AZUL*/
div.bottom-corner-right3 {
    width: 1281px;
    height: 680px;
    background: transparent url("../images/bg-bottom-corner-right.png") no-repeat scroll right bottom;
    margin: auto;
    z-index: 9;
	left:500px;
    position: relative;
}
.bottom-part-right3 {
  height: 608px;
  width: 410px;
  position: absolute;
  top: 7px;
  left: 870px;
  background: transparent url("../images/bg-bottom-part-right.png") no-repeat scroll 0% 0%;
}
/*TRIÁNGULO IZQUIERDA TOP GALERIAS*/
div.top-corner-left2 {
    width: 981px;
    height: 600px;
    position: relative;
    background: transparent url("../images/bg-top-corner-left.png") no-repeat scroll 2px 0px;
    top:0px;
	margin: auto;
    z-index: 9 !important;
	right:187px;
}
.top-part-left2 {
    height: 676px;
    width: 410px;
    position: absolute;
    right: 978px;
    top: 0px;
    background: transparent url("../images/bg-top-part-left.png") no-repeat scroll 0% 0%;
}
/*TRIÁNGULO IZQUIERDA FOOTER galerias*/
div.bottom-corner-left2 {
    width: 981px;
    height: 740px;
    background: transparent url("../images/bg-bottom-corner-left.png") no-repeat scroll left bottom;
    margin: auto;
    z-index: 9;
	right:600px;
    position: relative;
}
.bottom-part-left2 {
  height: 608px;
  width: 410px;
  position: absolute;
  top: 67px;
  right: 570px;
  background: transparent url("../images/bg-bottom-part-left.png") no-repeat scroll 0% 0%;
}
/*TRIÁNGULO DERECHA TOP*/
div.top-corner-right2 {
    width: 981px;
    height: 600px;
    position: relative;
    background: transparent url("../images/bg-top-corner-right.png") no-repeat scroll 2px 0px;
    top:0px;
	margin: auto;
    z-index: 9;
  	left:235px;
}
.top-part-right2 {
    height: 676px;
    width: 410px;
    position: absolute;
    left: 981px;
    top: 0px;
    background: transparent url("../images/bg-top-part-right.png") no-repeat scroll 0% 0%;
}

/*MAPA DE SITIO*/

.wrap-mapa-sitio {
	width: 100%;
	min-height: 610px;
	overflow: hidden;
	position: relative;
}

.wrap-mapa-sitio blockquote {
	font-family: 'Roboto', sans-serif;
  	text-align:left;
	padding-left:20px;
	padding-top:60px;
	padding-right:60px;
	padding-bottom:20px;
	position: relative;
	z-index: 100;
}

.wrap-mapa-sitio blockquote h3 a {
	color: #097eb7;
	font-size: 18px;
	text-transform:uppercase;
	padding-bottom:0px;
	padding-left:0px;
	font-weight:900 !important;
}

.wrap-mapa-sitio blockquote ul li {
	list-style: inside disc;
	padding:3px 0px 0px 10px;
	}

.wrap-mapa-sitio blockquote a {
	font-family: 'Roboto', sans-serif;
	text-transform: none;
	color:#606060;
	text-decoration:none;
	font-size:14px;
	font-weight:400 !important;
	}
	
.wrap-mapa-sitio blockquote a:hover {
	text-decoration: underline;
	color:#f96b32;
	}

/*GRACIAS*/

.gracias {
	 text-align: center; 
	 display:block; 
	 margin-top:100px;
	 overflow:hidden;
}

.gracias strong {
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-size:34px;
	font-weight:900;
	color:#0694cd;
	display:block;
	padding-bottom:25px;
	padding-top:40px;
	}

.gracias p {
	font-family: 'Roboto', sans-serif;
	font-size:20px;
	color:#333;
	display:block;
	padding-bottom:10px;	
	}

/*Booking*/

.back_booking  {
	background: url(../images/back_booking.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	
}

.wrap-booking {
	width: 100%;
	min-height: 610px;
	overflow: hidden;
	position: relative;
}

.wrap-booking blockquote {
	font-family: 'Roboto', sans-serif;
  	text-align:left;
	padding-left:20px;
	padding-top:0px;
	padding-right:60px;
	padding-bottom:20px;
	position: relative;
	z-index: 100;
}

.wrap-booking blockquote h3 a {
	color: #097eb7;
	font-size: 18px;
	text-transform:uppercase;
	padding-bottom:0px;
	padding-left:0px;
	font-weight:900 !important;
}

.wrap-booking blockquote ul li {
	list-style: inside disc;
	padding:3px 0px 0px 10px;
	
	font-family: 'Roboto', sans-serif;
	text-transform: none;
	color:#606060;
	text-decoration:none;
	font-size:14px;
	font-weight:400 !important;
	}

.wrap-booking blockquote a {
	font-family: 'Roboto', sans-serif;
	text-transform: none;
	color:#606060;
	text-decoration:none;
	font-size:14px;
	font-weight:400 !important;
	}
	
.wrap-booking blockquote a:hover {
	text-decoration: underline;
	color:#f96b32;
	}
	
.wrap-booking strong {
    font-family: 'Roboto', sans-serif;
    text-transform: none;
    font-size: 24px;
    color: #0694cd;
    display: block;
    padding-bottom: 25px;
    padding-top: 40px;
}