
* {
	margin:0;
	padding:0;
	box-sizing:border-box;
    text-decoration: none;
	list-style: none;
	
}

@font-face {

font-family: 'Jenna Sue';
   src: url('../fonts/jennasue.eot');
   src: url('../fonts/jennasue.eot') format('embedded-opentype'),
        url('../fonts/jennasue.woff') format('woff'),
        url('../fonts/jennasue.ttf') format('truetype'),
        url('../fonts/jennasue.svg') format('svg');
  font-weight: normal;
  font-style: normal;
	
}


/* SEGURO CASA HABITACIÓN */


.Seguros {
    
    width: 100%;
    height: 1200px;
    background-color: #fff;
	background:url(../img/FondoSeguros2.png) 50% 0 no-repeat fixed;
    background-size: cover;
	padding-top: 120px;
    
}


.Titulo-Seguros {
    
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    padding-bottom: 10px;
	margin-top: 120px;
    color: #474747;
	width: 100%;
    
}


.SubTitulo-Seguros {
    
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    padding-bottom: 20px;
    color: #11a3b8;
	width: 100%;
    
}


.Circulo-Seguros  {
	
	width: 180px;
	height: 180px;
	background-color: #fff;
	border-radius: 50%;
	margin: 35px;
	margin-top: 80px;
	border: 1px solid #dbdbdb;
	-webkit-transition: all 0.1s;

}


.Circulo-Seguros:hover   {
	
	width: 180px;
	height: 180px;
	background-color:rgba(255,202,5,0.6);
	border-radius: 50%;
	margin: 35px;
	margin-top: 80px;
	border: 1px solid #dbdbdb;
	-webkit-transition: all 0.1s;

}


.Circulo-Seguros img {
	
	width: 100px;
	margin-top: 36px;

}


.SubText-Circulo {

    font-family: 'Oswald', sans-serif;
	font-size:15px;
	color: #393939;
	font-weight: 200;

}





/* SEGUROS LÍNEAS PERSONALES */


.Seguros-Personales {
    
    width: 100%;
    height: 1000px;
    background-color: #f5f5f5;
    
}


.Seguros-Personales-responsive {
    
   display: none;
}



/* IMAGEN DESCUENTO  */


.Img-Descuento {
	
    width: 100%;
    height: 500px;
	background:url(../img/portadaBenefits.png) 50% 0 no-repeat fixed;
    background-size: cover;
	margin: 0 auto;
	padding: 0;
	
}

.Text-Descuento {

    font-family: 'Jenna Sue', sans-serif;
	font-weight: 600;
	color: #ce142e;
	font-size: 70px;
	z-index: 4;
	padding-top: 40px;
	padding: 50px;
	background-color: rgba(255,255,255,0.5);
	width: 850px;
	margin-top: 90px;

}



/* ADICIONALES */

.Seguros-Adicionales {
    
    width: 100%;
    height: 1000px;
    background-color: #f5f5f5;
    
}



/* COMPAÑÍAS */

.Companias {
    
    width: 100%;
    height: 900px;
    background-color: #FFF;
    
}


.Circulo-Seguros-comp  {
	
	width: 220px;
	height: 180px;
	background-color: #fff;
	border-radius: 2%;
	margin: 5px;
	margin-top: 80px;
	border: 0px solid #dbdbdb;
	-webkit-transition: all 0.1s;

}




.Circulo-Seguros-comp img {
	
	width: 97px;
	margin-top: 36px;

}






@media (max-width:414px) { 
    

.Seguros {   height: 1600px;  }


.Titulo-Seguros {
    
    font-size: 20px;
    padding-bottom: 10px;
	margin-top: 20px;
    color: #474747;
	width: 100%;
    
}


.SubTitulo-Seguros {

    font-size: 16px;
	width: 90%;
	margin-bottom: -40px;
    
}


.Circulo-Seguros  {
	
	width: 100px;
	height: 100px;
	margin-top: 100px;

}


.Circulo-Seguros:hover   {
	
	width: 120px;
	height: 120px;

}


.Circulo-Seguros img {
	
	width: 50px;
	margin-top: 26px;

}


.SubText-Circulo { font-size:12px; }





/* SEGUROS LÍNEAS PERSONALES */


.Seguros-Personales {
    
    display: none
    
}

	
.Seguros-Personales-responsive {
    
	display: block;
    width: 100%;
    height: 850px;
    background-color: #f5f5f5;
    
}


/* IMAGEN DESCUENTO  */


.Img-Descuento {
	
    width: 100%;
    height: 500px;

	
}

.Text-Descuento {

	font-size: 50px;


}



/* ADICIONALES */

.Seguros-Adicionales {
    
    height:900px;
    
}


/* COMPAÑÍAS */

.Companias {
    
    width: 100%;
    height: 1200px;
    background-color: #FFF;
    
}


.Circulo-Seguros-comp  {
	
	width: 150px;
	height: 90px;


}




.Circulo-Seguros-comp img {
	
	width: 90px;
	margin-top: 36px;

}








}

















