/*
We highly recommend you use SASS and write your custom styles in sass/_custom.scss.
However, this blank file is available if you prefer
*/

@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700);




 .row{
    margin: 0 auto;
 }




/*helpers*/

.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}

/*helpers*/





/****************** HEADER ********************/

.ulMenuSup{
	list-style: inside;
	list-style: none;
	  z-index: 99999;
  position: absolute;
}

.ulMenuSup li{
	display: inline-block;
	margin:0;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 5px;
}

.ulMenuSup li a{
	text-transform: uppercase;
	text-align: left;
	font-size: 12px;
	color:#1177BB;
		-webkit-transition: all .8s ease;
		-moz-transition: all .8s ease;
		-ms-transition: all .8s ease;
		-o-transition: all .8s ease;
		transition: all .8s ease;
}

.ulMenuSup li a:hover{
	font-weight: 700;
	cursor: pointer;
}


.rsHeaderDiv{
	display: block;
	position: relative;
	float: left;
	padding-left: 50px;
	padding-top: 5px;
}


.telHeaderDiv{
	display: block;
	position: relative;
	float: left;
	padding-left: 30px;
}

.telHeaderDiv p{
	text-align: left;
	font-size: 24.7px;
	color:#1177BB;
	font-weight: 900;
}



.itemActive{
	background-color: #1177bb;
	color:#fff;
	font-weight: 900;
}

.itemActive a{
	color:#fff !important;
	font-weight: 900;
}


.itemActive a:hover{
	color:#fff !important;
	font-weight: 900;
}




.subItemActive{
	background-color: #28abe2;
}






/**** mini submenu ********/


.ulMenuSup li:hover>.submenu
{
	display:block;
	z-index:100000000;
}

.submenu
{
	display: none;
    left: 0;
    margin: 0;
    position: absolute;
	width:100%;
}

.submenu li 
{
  width: 100%;
  display: block;
  position: relative;
  float: left;
  clear: both;
  background: none;
  background-color: #1177BB;
  margin: 0;
  text-align: center;
  min-height: 40px;
  padding-top: 15px;
	
}

.submenu li:hover
{
	background:none;
	background-color:#28ABE2;
}



.submenu li.subItemActive{
		background:none;
	background-color:#28ABE2;
}

.submenu li a
{
	/*font-family: 'Oswald', sans-serif;*/
	color: #fff;
	line-height: 13px;
    padding-bottom: 5px;
    padding-top: 5px;
}








@media only screen and (max-width: 528px){

.rsHeaderDiv {
  display: block;
  position: relative;
  float: left;
  padding-left: 0px;
  padding-top: 5px;
}


.pagerSliderDiv {
  display: none;
}



	.logoLink img{
		  display: block;
		  position: relative;
		  margin: 0 auto;
		  clear: both;
	}


	.menu .icon-menu {
	  display: block !important;
	  
	}


	.fullWidthMovil{
		  display: block;
		  position: relative;
		  width: 100%;
		  background-color: #1177BB;
		  height: 40px;
	}


	.icoMenuMovil{
	 color: #fff !important;
	}


	.menu li {
	  width: 100%;
	  line-height: 40px;
	  min-height: 40px;
	  float: left;
	  clear: both;
	  display: none;
	  text-align: center;
	  z-index: 99999;
	}

	.menu li a{
		  text-transform: uppercase;
		  font-size: 12px;
		  color: #1177BB;
		  font-weight: 900;
	}


	.item-show {
	  display: block !important;
	}



	.subitem-show {
	  display: block !important;
	}



.submenu{
	position: relative;
}



.submenu li {
	background: transparent !important;
}




.txtBlancoMega {
  font-size: 40px !important;
}






.imgBGInteriores {
  height: 260px !important;
  margin-top: 0px !important;

}



.cuadroBlancoBanner {
  display: block !important;
  position: relative !important;
  float: left !important;
  width: 100% !important;
}

.bannerBlancoTxt{
		text-align: left !important;
}


.bloquesHomeIMG{
  display: block;
  position: relative;
  width: 100%;
}












}








/***************************/




#SideSlider {
  position: fixed;
  bottom: 70px;
  right: 0px;
  height: 60px;
  width: 60px;
  /*margin-right: -200px;*/
  background-color: rgba(40,171,225,.6);
  z-index: 9999999999999;
}

#goUpIMG {
  display: block;
  position: relative;
  margin: 0 auto;
  clear: both;
  padding-top: 10px;
}

#SideSlider:hover {
	cursor: pointer;
}




/***********************************************/









/******************** Grales ******************/

	.fullWidthDiv{
		display: block;
		position:relative;
		min-width: 100%;
		min-height: 50px;
		padding: 0;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-top: 5px;
	}


	.fwdBorderAzul{
		border:0px;
		border-top: 5px solid #28ABE2;
		border-bottom: 5px solid #28ABE2;
	}

	.bgGrisFooter{
		background-color: #f2f2f2;
		height: 30px !important;
	}



	.bgAzulRey{
		background-color: #1177BB;
		color: #fff;
		min-height: 100px !important;
	}


	.bgRojoGranada{
		background-color: #921c2f;
		color: #fff;
		min-height: 100px !important;
	}

	.bgAzulCielo2{
		background-color: #1177bb;
		color: #fff;
		min-height: 100px !important;
	}


	.bgAmarillo{
		background-color: #fec201;
		color: #fff;
		min-height: 100px !important;
	}


	.bigHBlancoOswaldConstruyendo{
		    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 40px;
    letter-spacing: 5px;
    padding-top: 10px;
    text-align: center;
	}



	.txtBlancoMega{
		text-align: center;
		color: #fff;
		font-size: 50px;
		font-weight: 900;
		font-family: 'Lato', sans-serif;
		letter-spacing: 5px;
	}


	.txtAzulMarinoGrande{
		text-align: center;
		color: #002652;
		font-size: 30px;
		font-weight: 600;
		font-family: 'Lato', sans-serif;
	}


	.txtGralAzulMarino{
		text-align: left;
		color: #002652;
		font-size: 17px;
		font-weight: 500;
		font-family: 'Lato', sans-serif;
	}




	.txtGralRojo{
		text-align: left;
		color: #de001d;
		font-size: 17px;
		font-weight: 500;
		font-family: 'Lato', sans-serif;
	}



	.ulSinBullet{
		list-style-type: none !important;
		margin-top: 20px;
	}


	.ulSinBullet li{
		list-style-type: none !important;
	}




	.ulTxtGralAzulMarino
	{
		list-style: inside;
		list-style-type: disc;
	}


	.ulTxtGralAzulMarino li
	{
		text-align: left;
		color: #002652;
		font-size: 17px;
		font-weight: 500;
		font-family: 'Lato', sans-serif;
		
	}




	.ulTxtGralBlanco
	{
		list-style: outside;
		list-style-type: disc;
	}


	.ulTxtGralBlanco li{
		text-align: left;
		color: #fff;
		font-size: 22px;
		font-weight: 500;
		font-family: 'Lato', sans-serif;
	}





	.ulTxtGralRojo
	{
		list-style: outside;
		list-style-type: disc;
	}


	.ulTxtGralRojo li{
		text-align: left;
		color: #de001d;
		font-size: 22px;
		font-weight: 500;
		font-family: 'Lato', sans-serif;
	}






	.txtAzulCieloGrande{
		text-align: left;
		color: #008BCD;
		font-size: 24px;
		font-weight: 600;
		font-family: 'Lato', sans-serif;
		margin-bottom: 20px;
		margin-top: 20px;
	}




	.bgAzulCielo{
		background-color: #008BCD;
		color: #fff;
		min-height: 100px;
	}


	.txtPBlancoDivAzulCielo{
		text-align: left;
		color: #fff;
		font-size: 17px;
		font-weight: 500;
		font-family: 'Lato', sans-serif;
		line-height: 22px;
	}


	.txtPBlancoDivAzulCielo span{
		font-weight: 900;
	}



	.bgAzulMarino{
		background-color: #1A2A43;
		color: #fff;
		min-height: 100px;
	}


	.bgRojo{
		background-color: #de001d;
		color: #fff;
		min-height: 100px;
	}



	.imgCentrada{
		display: block;
		position: relative;
		margin:0 auto;
		clear: both;
		padding: 0px;
		padding-top: 10px;
		padding-bottom: 10px;
	}





	.cuadroBlancoBanner{
		display: block;
		position: relative;
		float: right;
		margin-top: 20%;
		height: 100px;
		width: 395px;
		background-color: rgba(255,255,255,.9);
		padding: 0px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
	}


	.bannerBlancoTxt{
		display: block;
		width: 100%;
		font-family: 'Oswald', sans-serif;
		color: #002652;
		font-size: 30px;
		text-align: right;
		line-height: 35px;

	}

	.bannerBlancoLightTxt{
		font-weight: 300;
	}


	.bannerBlancoBoldTxt{
		font-weight: 700;
	}


	.borderCuatroPuntosNegro{
		border: 1px solid #000;
		padding: 20px 10px;
		min-height: 30px;
		margin-top: 20px;
	}


/***********************************************/








/**************INTERIORES******************/




.imgBGInteriores{
    height: 460px;
    margin-top: 30px;
}


.menuBloquesInt {
  display: block;
  margin-top: -30px;
  position: relative;
  z-index: 999;
}


.linkCuadroCenter{
	border: 2px solid #1A2A43;
	padding: 0px;
	text-align: center;
	color: #1A2A43;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	padding: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
		-webkit-transition: all .8s ease;
		-moz-transition: all .8s ease;
		-ms-transition: all .8s ease;
		-o-transition: all .8s ease;
		transition: all .8s ease;

}


.linkCuadroCenter:hover{
	border: 2px solid #1A2A43;
	background-color: #1A2A43;
	color: #fff;
	cursor: pointer;
}







.lcc-1{
	background-color: #8cc63f;
	border: 2px solid #8cc63f;
}



.lcc-2{
	background-color: #fa5d1c;
	border: 2px solid #fa5d1c;
}



.lcc-3{
	background-color: #fe9d21;
	border: 2px solid #fe9d21;
}




.lcc-4{
	background-color: #ad2287;
	border: 2px solid #ad2287;
}



.lcc-5{
	background-color: #1177bb;
	border: 2px solid #1177bb;
}






.lcc-1:hover{
	background-color: transparent;
	border: 2px solid #8cc63f;
	color: #8cc63f;
}



.lcc-2:hover{
	background-color: transparent;
	border: 2px solid #fa5d1c;
	color: #fa5d1c;
}



.lcc-3:hover{
	background-color: transparent;
	border: 2px solid #fe9d21;
	color: #fe9d21;
}




.lcc-4:hover{
	background-color: transparent;
	border: 2px solid #ad2287;
	color: #ad2287;
}



.lcc-5:hover{
	background-color: transparent;
	border: 2px solid #1177bb;
	color: #1177bb;
}





.pH1Collapse:hover{
		-webkit-transition: all .8s ease;
		-moz-transition: all .8s ease;
		-ms-transition: all .8s ease;
		-o-transition: all .8s ease;
		transition: all .8s ease;
	cursor: pointer;
}

.pTXTC{
	display: none;
		-webkit-transition: all .8s ease;
		-moz-transition: all .8s ease;
		-ms-transition: all .8s ease;
		-o-transition: all .8s ease;
		transition: all .8s ease;

}


/*
.icoMano{
	display: block;
	position: relative;
	float: right;
	margin-left: 20px;
	height: 16px;
	width: 16px;
	background: transparent url('../img/ico/point-down.png') no-repeat top left; 
}
*/


.contactoLinks{
	text-align: center;
	color: #fec201;
	font-weight: 700;
	font-size: 16px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	line-height: 30px;
}

.contactoLinks a{
	color: #fec201;
	font-weight: 700;
	font-size: 60px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	line-height: 70px;
			-webkit-transition: all .8s ease;
		-moz-transition: all .8s ease;
		-ms-transition: all .8s ease;
		-o-transition: all .8s ease;
		transition: all .8s ease;
}

.contactoLinks a:hover{
	text-decoration: underline;
	color: #fff;
}











.bigHBlancoOswald{
	color:#fff;
	font-family: 'Oswald', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 18px;
	padding-top: 10px;
}



.bigHBlanco{
	color:#fff;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 40px;
	letter-spacing: 5px;
	padding-top: 10px;
}




.bigHRojo{
	color:#de001d;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 40px;
	letter-spacing: 5px;
	padding-top: 10px;
}



.bigHAzulMarino{
	color:#1A2A43;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 40px;
	letter-spacing: 5px;
	padding-top: 10px;
}








.icoSeccion{
    display: block;
    position: relative;
    padding-top: 10px;
    padding-left: 20px;
    margin-bottom: 30px;
}



.graficaIMG{
    display: block;
    position: relative;
    margin-bottom: 20px;
}




.pasoH1{
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}


.pasoH1span{
    font-size: 30px;
    font-weight: 900;
    margin-right: 10px;
}


@media only screen and (max-width: 528px){
	
	.preguntaspan{
  display: block;
  position: relative;
  font-size: 12px;
  width: 85%;
  float: none;
  padding-left: 30px;
  top: -20px;
	}

	.pasoH1span {
  		font-size: 20px;
  	}

}



.bgPaso1{
	background-color: #ac2186;
}

.bgPaso2{
	background-color: #2a61bc;
}

.bgPaso3{
	background-color: #0a97d7;
}

.bgPaso4{
	background-color: #8bc53e;
}

.bgPaso5{
	background-color: #f95d1c;
}


.txtGralOswald{
	font-family: 'Oswald', sans-serif;
}




/***********************************************/













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


	.footerRow{
		margin-top: 30px;
		border: 0px;
		border-bottom: 1px solid #000;
		margin-bottom: 20px;
		padding-bottom: 10px;
	}


	.infoFooterIzq{
		margin-top: 20px;
	}

	.icoFooter , .txticoFoter{
		display: block;
		position: relative;
		float: left;
	}

	.icoFooter{
		width: 25px;
		text-align: center;
	}

	.txticoFoter{
		line-height: 18px;
		margin-left: 10px;
		text-align: left;
		width: 85%;
		font-weight: 100;
		font-family: 'Oswald', sans-serif;
		font-size: 14px;
		color: #002652;
	}


	.btnRojoFooterDerecha{
		background-color: #de001d;
		height: 30px;
		text-align: center;
		text-transform: uppercase;
		margin-top: 20px;
	}

	.btnRojoFooterDerechaA{
		font-family: 'Lato', sans-serif;
		font-size: 14px;
		color: #fff;
		display: block;
		padding-top: 3px;
		-webkit-transition: all .8s ease;
		-moz-transition: all .8s ease;
		-ms-transition: all .8s ease;
		-o-transition: all .8s ease;
		transition: all .8s ease;
	}


	.btnRojoFooterDerechaA:hover{
		cursor: pointer;
		color: #fff;
		font-weight: 700;
		padding-top: 3px;
	}

	.copyrightFooter{
		font-weight: 300;
		font-size: 12px;
		color: #1a2a43;
		padding: 0px;
		text-align: center;
	}


/******************************************/





/***/

