<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('../../assets/css/head.css');
@import "../../assets/css/style.css";
@import url('../../assets/css/footer.css');
:root{
	--azul: #008BFF;
	--deg1: #040062;
	--deg2: #00B6DB;
	--rosa: #DA0080;
	--gris: #F4F4F4;
}
h1{
	margin: 0;
	color: var(--azul);
	font-size: 30pt;
}
h2{
	margin: 0;
	font-size: 25pt;
}
p{
	font-size: 13pt;
	margin-bottom: 0;
}
strong{
	color: var(--azul);
}
.grid2{
	padding: 120px 50px;
    display: grid;
    grid-template-columns: 40% 20%;
    justify-content: center;
    justify-items: center;
    align-items: center;
    grid-gap: 0 100px;
}
.deg{
	background: linear-gradient(90deg, var(--deg2), var(--deg1));
	color: #fff;
	padding: 20px 50px;
}
#img{
	margin: -90px 0 -20px;
}
.grid22{
	justify-items: normal;
	grid-template-columns: 40% 30%;
}
.center{
	text-align: center;
}
.bg1{
	background: url(../img/fondo-nosotros-3.svg);
    background-size: cover;
    padding: 60px 200px 20px;
    color: var(--deg1);
}
.bg2{
	background: url(../img/contactanos-experto-insurance-bg-05.svg);
	color: #000;
}
.link{
	cursor: pointer;
}
.link:hover strong{
	color: var(--rosa)!important;
}
@media (max-width:820px){
	.grid2 {
	    padding: 20px;
	    grid-template-columns: 100%;
	    grid-gap: 30px 0;
	}
	h1 {
	    font-size: 20pt;
	}
	p{
		font-size: 11pt;
	}
	img{
		width: 80%;
    	margin: auto;
	}
	.gridmov{
		display: flex;
	    flex-direction: column-reverse;
	    align-items: center;
	}
	h2 {
	    font-size: 18pt;
	}
	#img {
	    margin: 0 0 -85px;
	}
	.bg1 {
	    padding: 80px 20px 20px;
	    background-position: right;
	}
	.deg {
	    padding: 20px;
	}
	.bg2 {
	    background: url(../img/fondo-nosotros-3.svg);
	    background-repeat: no-repeat;
	    background-size: cover;
	    background-position: right;
	}
}</pre></body></html>