*
{
	background-color: rgb(250,250,250);
	font-family: 'Montserrat', sans-serif;
}

.mbr
{
	display: none;
}

#mheader
{
	display: none;
}

header
{
	background-color: rgba(0,0,0,0);
	/*box-shadow: 0px 0px 3px rgb(150,150,150);*/
	position: fixed;
	display: block;
	margin-left: 0px;
	left: 0px;
	margin-top: 0px;
	top: 0px;
	width: 100vw;
	height: 70px;
	transition: all 0.2s ease;
	z-index: 100;
}

header *
{
	background-color: rgba(0,0,0,0);
}

#logo
{
	height: 30px;
	display: inline-block;
	position: relative;
	margin-top: 20px;
	margin-left: 50px;
}

#headerul
{
	display: inline-block;
	position: relative;
	list-style: none;
	margin-top: 24px;
	top: 0px;
	margin-left: 40px;
	padding-left: 0px;
	margin-right: 30px;
	vertical-align: top;
}

#headerul li
{
	display: inline-block;
	position: relative;
	margin-left: 7px;
	margin-right: 7px;
	background-color: rgba(0,0,0,0);
	transition: all 0.5s ease;
}

#headerul li a
{
	text-decoration: none;
	color: #0d0d0d;
	font-weight: 500;
	font-size: 17px;
	transition: all 0.3s ease;
}

#headerul li a:hover
{
	color: rgb(255,0,0);
}

#headerul li a:hover #segurosdown
{
	fill: #ff0000;
	transition: all 0.3s ease;
}

#segurosdown
{
	width: 11px;
	vertical-align: middle;
	fill: #061a40;
	margin-left: 5px;
}

#contacto
{
	display: inline-block;
	position: relative;
	float: right;
	top: 0px;
	margin-top: 0px;
	background-color: #061a40;
	box-shadow: 0px 0px 5px rgb(200,200,200);
	text-decoration: none;
	color: white;
	border-radius: 3px;
	margin-top: 15px;
	margin-right: 50px;
	transition: all 0.3s ease;
}

#contacto:hover
{
	background-color: #ff0000;
}

#contacto h3
{
	background-color: rgba(0,0,0,0);
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 11px;
	font-weight: 500;
	letter-spacing: 1.5px;
	font-size: 14px;
}

#menu
{
	display: none;
}

#coin
{
	width: 100%;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

#mcoin
{
	display: none;
}

#banner
{
	z-index: 10;
	position: absolute;
	display: table;
	left: 0px;
	margin-top: 0px;
	top: 0px;
	margin-left: 0px;
	width: 61.8%;
	height: 50.521vw;
	background-color: rgb(0,0,0,0);
}

#banner2
{
	display: table-cell;
	vertical-align: middle;
	background-color: rgba(0,0,0,0);
}

#banner h1
{
	font-size: 35px;
	width: 90%;
	background-color: rgba(0,0,0,0);
	margin-left: 5% !important;
	margin-bottom: 0px;
	color: #061a40;
	margin-top: 40px;
}

#banner p
{
	margin-top: 15px;
	top: 0px;
	width: 90%;
	margin-left: 5%;
	background-color: rgba(0,0,0,0);
	font-size: 20px;
}

#ctas
{
	display: table;
	position: relative;
	width: 90%;
	margin-left: 5%;
	background-color: rgba(0,0,0,0);
	margin-top: 0px;
	margin-bottom: 0px;
}

#cta1, #cta2, #cta3
{
	width: 32%;
	display: table-cell;
	position: relative;
	background-color: #061a40;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
	border-radius: 3px;
	font-size: 12px;
	vertical-align: middle;
	transition: all 0.3s ease;
	box-shadow: 0px 0px 3px rgb(150,150,150);

}

#cta1:hover, #cta2:hover, #cta3:hover
{
	background-color: #ff0000;
}

#cta1 h3, #cta2 h3, #cta3 h3
{
	margin: 0px;
	padding: 0px;
	background-color: rgba(0,0,0,0);
	text-align: center;
	color: white;
	font-weight: 500;
	letter-spacing: 0.5px;
}

#division
{
	width: 20px;
}

#content
{
	display: block;
	position: relative;
	width: 100%;
	margin-top: calc(50.521vw + 30px);
}

#content
{
	background-color: rgba(0,0,0,0);
}

#seguros h1
{
	font-weight: 500;
	padding-top: 30px;
	text-align: center;
	font-size: 30px;
	width: 70%;
	margin-left: 15%;
	color: #181818;
}

#seguros h1 strong
{
	color: #061a40;
	font-weight: 700;
}

#seguros p
{
	width: 80%;
	font-size: 20px;
	margin-left: 10%;
	font-weight: 200;
	color: #404040;
}

#tipos
{
	margin-top: 75px;
	position: relative;
	width: 80%;
	margin-left: 10%;
	background-color: rgb(240,240,240);
	border-radius: 10px;
	padding-bottom: 55px;
}

#tipos h1
{
	margin-top: 0px;
	padding-top: 50px;
	color: #061a40;
	font-weight: 700;
	background-color: rgba(0,0,0,0);
}

#tipos2
{
	position: relative;
	display: table;
	width: 90%;
	margin-left: 5%;
	margin-top: 40px;
	background-color: rgba(0,0,0,0);
}

.tipo
{
	display: table-cell;
	width: 25%;
	box-shadow: 0px 0px 5px rgb(150,150,150);
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: white;
	vertical-align: middle;
}

.tipo img
{
	height: 75px;
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(0,0,0,0);
}

.tipo h2
{
	text-align: center;
	color: #181818;
	font-weight: 500;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-color: rgba(0,0,0,0);
	transition: all 0.3s ease;
	width: calc(100% - 10px);
	margin-left: 5px;
}

.tipo h2 a
{
	text-decoration: none;
	color: #181818;
	transition: all 0.3s ease;
	background-color: rgba(0,0,0,0);
}

.tipo h2:hover
{
	transform: translate(5px,0px);
}

.spacer
{
	width: 30px;
}

.flecha
{
	vertical-align: bottom;
	margin-bottom: 2px;
	width: 18px;
	margin-left: 5px;
	fill: #181818;
	background-color: rgba(0,0,0,0);
}

#inversiones
{
	display: table;
	position: relative;
	width: 100%;
	margin-left: 0px;
	background-color: rgb(240,245,250);
	padding-top: 50px;
	padding-bottom: 50px;
	border-bottom: 4px solid #061a40;
	margin-top: 100px;
}

#inversiones1, #inversiones2, #inversiones1 h1, #inversiones1 p, #inversiones2,
#inversiones21, #inversiones211, #inversiones212, #color, #color p
{
	background-color: rgba(0,0,0,0);
}

#inversiones1 h1
{
	color: #061a40;
	width: 90%;
	margin-left: 5%;
}

#inversiones1 p
{
	color: #404040;
	font-weight: 300;
	width: 90%;
	margin-left: 5%;
	font-size: 20px;
}

#inversiones1 p strong
{
	font-weight: 500;
	background-color: rgba(0,0,0,0);
}

#inversiones1
{
	width: 50%;
	left: 50%;
}

#inversiones1, #inversiones2
{
	display: table-cell;
	position: relative;
	vertical-align: middle;
}

#inversiones2
{
	width: 50%;
	right: 50%;
}

#inversiones21
{
	display: table;
	width: 90%;
	margin-left: 5%;
}

#inversiones211, #inversiones212
{
	display: table-cell;
	width: 50%;
	box-shadow: 0px 0px 10px rgb(150,150,150);
	height: 100%;
	background-color: #061a40 !important;
}

.white, .white h3, .white img
{
	background-color: rgb(255,255,255);
}

.white img
{
	height: 50px;
	margin-left: 5%;
	margin-top: 0px;
	margin-bottom: 0px;
}

.white h3
{
	margin-bottom: 0px;
	margin-top: 15px;
	padding-bottom: 0px;
	width: 90%;
	margin-left: 5%;
}

.white
{
	padding-top: 25px;
	padding-bottom: 25px;
}

.color
{
	padding-top: 30px;
	padding-bottom: 80px;
	background-color: #061a40;
}

.color p
{
	background-color: rgba(0,0,0,0);
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	width: 90%;
	margin-left: 5%;
	color: rgb(230,230,230) !important;
	font-size: 15px;
	font-weight: 300;
}

.color h4
{
	margin: 0px;
	padding: 0px;
	margin-top: 25px;
	text-align: center;
	background-color: rgba(0,0,0,0);
	position: absolute;
	display: block;
	bottom: 30px;
	margin-left: calc((22.5vw - 18px)/2 - 50px);
}

.color h4 a
{
	background-color: rgba(0,0,0,0);
	padding: 5px 10px;
	border: 2px solid rgb(230,230,230);
	text-decoration: none;
	color: rgb(230,230,230);
	font-size: 15px;
	border-radius: 3px;
	box-shadow: 3px solid rgb(100,100,100);
	transition: all 0.3s ease;
	font-weight: 400;
	letter-spacing: 0.8px;
	width: 200px;
}

.color h4 a:hover
{
	color: #061a40;
	background-color: white;
	border-color: white;
}

footer
{
	margin-top: 100px;
	background-color: rgb(240,240,240);
	padding-top: 30px;
	padding-bottom: 15px;
	border-top: 1px solid rgb(150,150,150);
}

#footer
{
	display: table;
	position: relative;
	background-color: rgba(0,0,0,0);
	width: 90%;
	margin-left: 5%;
}

#footer1, #footer2, #footer3
{
	display: table-cell;
	position: relative;
	background-color: rgba(0,0,0,0);
	vertical-align: middle;
}

#space1, #space2
{
	display: table-cell;
	position: relative;
	background-color: rgba(0,0,0,0);
}

#footer1
{
	width: 20%;
}

#space1
{
	width: 40%;
}

#footer2
{
	width: 18%;
}

#space2
{
	width: 4%;
}

#footer3
{
	width: 18%;
}

#footer1 a
{
	background-color: rgba(0,0,0,0);
}

#footer1 img
{
	background-color: rgba(0,0,0,0);
	display: block;
	position: relative;
	width: 100%;
}

#footer2 ul, #footer3 ul
{
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: rgba(0,0,0,0);
}

#footer2 ul li, #footer3 ul li
{
	background-color: rgba(0,0,0,0);
}

#footer2 ul li strong, #footer3 ul li strong
{
	color: rgb(150,150,150);
	background-color: rgba(0,0,0,0);
}

#footer2 ul li a, #footer3 ul li a
{
	background-color: rgba(0,0,0,0);
	text-decoration: none;
	color: rgb(150,150,150);
}

#footer2 ul li a:hover, #footer3 ul li a:hover
{
	text-decoration: underline;
}

.headfoot
{
	margin-bottom: 10px;
}

.footli
{
	margin-bottom: 5px;
}

#year
{
	margin-top: 30px;
	background-color: rgba(0,0,0,0);
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#holdtheline
{
	width: 90%;
	margin-left: 5%;
	height: 1px;
	background-color: rgb(150,150,150);
}

#loveisntalwaysontime
{
	text-align: center;
	background-color: rgba(0,0,0,0);
	font-size: 12px;
	font-weight: 500;
	color: rgb(150,150,150);
	margin-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#sgm a
{
	font-size: 20px;
}

#sgm .flecha
{
	margin-bottom: 0px;
}

#negocios
{
	display: table;
	background-color: rgb(250,240,240);
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 100px;
	border-bottom: 3px solid red;
	width: 100%;
}

#negocios1, #negocios2
{
	display: table-cell;
	vertical-align: middle;
	background-color: rgba(0,0,0,0);
	width: 50%;
}

#negocios1
{
	background-color: rgba(0,0,0,0);
	z-index: 1;
}

#negocios1 h1, #negocios1 h2, #negocios1 h3, #negocios1 h3 a
{
	background-color: rgba(0,0,0,0);
	text-align: right;
	width: 80%;
	margin-left: 10%;
}

#negocios1 h1
{
	margin-bottom: 0px;
	color: red;
	font-size: 30px;
}

#negocios1 h2
{
	margin-top: 10px;
	font-size: 18px;
	font-weight: 300;
}

#negocios1 h3
{
	margin-top: 25px;
}

#negocios1 h3 a
{
	background-color: red;
	color: white;
	text-decoration: none;
	padding: 5px 10px;
	border-radius: 3px;
	font-weight: 500;
	letter-spacing: 1px;
	transition: all 0.2s ease;
	border: 2px solid red;
	font-size: 15px;
}

#negocios1 h3 a:hover
{
	background-color: rgb(250,240,240);
	color: red;
}

#negocios2
{
	height: calc(33.33vw - 5px);
	box-shadow: 5px solid rgb(150,150,150);
	background-image: url("negocio.jpg");
	background-size: 100% 100%;
	background-position: center;
}

#aseguradoras
{
	width: 80%;
	margin-left: 10%;
}

#qsbanner
{
	margin-top: 80px;
	background-color: none;
	background-image: url("qs.jpg");
	background-size: 100% auto;
	background-position: center;
	display: table;
	position: relative;
	width: 100%;
	height: 40vw;
}

#qsbanner2
{
	background-color: rgba(0,0,0,0);
	display: table-cell;
	position: relative;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

#qsbanner2 h1
{
	background-color: rgba(0,0,0,0);
	text-align: center;
	color: white;
	line-height: 1.5;
}

#socios
{
	display: block;
	position: relative;
	width: 100%;
	margin-top: 100px;
}

#socios h1
{
	margin-top: 0px;
	margin-bottom: 0px;
	width: 80%;
	margin-left: 10%;
	font-size: 30px;
	color: #061a40;
	text-align: center;
}

#socios img
{
	margin-top: 40px;
}

@media screen
and (max-width: 900px)
and (min-width: 801px)
{
	#logo
	{
		margin-left: 10px;
	}

	#contacto
	{
		margin-right: 10px;
	}

	#headerul
	{
		margin-left: 10px;
	}
}

@media screen
and (max-width: 800px)
{
	#mcoin
	{
		display: block;
		width: 100%;
		display: block;
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 1;
	}

	#coin
	{
		display: none;
	}

	#headerul
	{
		display: none;
	}

	#contacto
	{
		display: none;
	}

	header
	{
		height: 50px;
	}

	#logo
	{
		margin-left: 10px;
		height: 30px;
		margin-top: 10px;
	}

	#menu
	{
		display: inline-block;
		position: relative;
		float: right;
		cursor: pointer;
		height: 30px;
		margin-top: 10px;
		border: 0px;
		margin-right: 7px;
	}

	#menu img
	{
		height: 30px;
		width: 30px;
	}

	#menu:focus, #menu:hover
	{
		border: none !important;
		box-shadow: none !important;
		outline: none !important;
	}

	#mheader
	{
		background-color: rgb(250,250,250);
		display: none;
		position: fixed;
		height: 100%;
		width: 100%;
		left: 0px;
		top: 0px;
		z-index: 101;
	}

	#mlogo
	{
		height: 30px;
		margin-top: 10px;
		margin-left: 10px;
	}

	#cross
	{
		display: inline-block;
		position: relative;
		float: right;
		cursor: pointer;
		height: 30px;
		margin-top: 10px;
		border: none;
		margin-right: 2px;
	}

	#cross img
	{
		height: 30px;
		width: 30px;
		margin-top: -2px;
		top: 0px;
		position: relative;
		display: block;
	}

	#mheader ul
	{
		list-style: none;
		padding-left: 0px;
		margin-left: 0px;
		margin-top: 10vw;
	}

	#mheader ul li
	{
		text-align: center;
	}

	#mheader ul li a
	{
		text-decoration: none;
		color: #061a40;
		font-weight: 700;
		font-size: 9vw;
	}

	#mcontact
	{
		text-align: center;
		color: white;
		margin-top: 10vw;
		display: block;
		position: fixed;
		bottom: 0px;
		width: 100%;
		margin-bottom: 10vw;
	}

	#mcontact a
	{
		background-color: #061a40;
		color: white;
		text-decoration: none;
		padding: 10px 20px;
		font-weight: 500;
		letter-spacing: 0.2vw;
		border-radius: 3px;
		font-size: 6vw;
		border: 2px solid #061a40;
		transition: all 0.15s ease;
	}

	#mcontact a:hover, #mcontact a:focus
	{
		background-color: rgba(0,0,0,0);
		color: #061a40;
	}

	.martop
	{
		margin-top: 3vw;
	}

	#banner
	{
		width: 95%;
		margin-left: 5%;
		margin-top: 0px;
		height: calc(167.44vw);
		display: table;
		position: absolute;
		margin-left: 0px;
		width: 100vw;
		background-color: rgba(0,0,0,0.1);
	}

	#banner h1
	{
		font-size: 7vw;
		margin-top: 60px;
		width: 95%;
		margin-left: 2.5%;
	}

	#banner p
	{
		font-size: 4.5vw;
		margin-bottom: 30px;
		font-weight: 500;
	}

	#banner2
	{
		vertical-align: top;
	}

	#content
	{
		margin-top: calc(167.44vw + 30px);
	}

	#ctas
	{
		display: none;
		width: 80%;
		margin-left: 10%;
		position: absolute;
		bottom: 20px;
	}

	#cta1, #cta2, #cta3
	{
		display: block;
		width: 100%;
		font-size: 4vw;
		box-shadow: 0px 0px 10px rgb(90,90,90);
	}

	#cta1 h3, #cta2 h3, #cta3 h3
	{
	}

	#cta1:hover, #cta2:hover, #cta3:hover
	{
	}

	#division
	{
		width: 100%;
		height: 10px;
		background-color: rgba(0,0,0,0);
	}

	#seguros h1
	{
		font-size: 7vw;
		width: 90%;
		margin-left: 5%;
	}

	#seguros p
	{
		width: 95%;
		margin-left: 2.5%;
		font-size: 4.5vw;
	}

	#tipos
	{
		margin-top: 10vw;
		width: 90%;
		margin-left: 5%;
	}

	#tipos2
	{
		display: block;
		position: relative;
		width: 80%;
		margin-left: 10%;
	}

	.tipo
	{
		display: block;
		position: relative;
		width: 100%;
	}

	.spacer
	{
		width: 100%;
		height: 20px;
		background-color: rgba(0,0,0,0);
	}

	#inversiones
	{
		margin-top: 50px;
		display: block;
		position: relative;
		padding-top: 20px;
	}

	#inversiones h1
	{
		font-size: 9vw;
		margin-bottom: 0px;
	}

	#inversiones p
	{
		font-size: 4.5vw;
		margin-top: 15px;
	}

	#inversiones1
	{
		left: 0px;
		width: 100%;
		display: block;
		position: relative;
	}

	#inversiones2
	{
		right: 0px;
		width: 90%;
		margin-left: 5%;
		display: block;
		position: relative;
	}

	#inversiones21
	{
		display: block;
		margin-top: 30px;
	}

	#inversiones211, #inversiones212
	{
		width: 80%;
		margin-left: 10%;
		background-color: #061a40 !important;
	}

	.white h3
	{
		font-size: 5vw;
	}

	.color
	{
		margin-bottom: 0px;
		padding-top: 5vw;
		background-color: rgba(0,0,0,0) !important;
	}

	.color p
	{
		font-size: 4vw !important;
		margin-top: 0px;
		padding-top: 0px;
	}

	.color h4
	{
		display: block !important;
		position: relative;
		width: 100%;
		text-align: center;
		margin: 0px;
		bottom: 0px;
		padding: 0px;
		top: 0px;
		margin-top: 30px;
	}

	.color
	{
		padding-bottom: 40px;
	}

	#footer
	{
		display: block;
		position: relative;
	}

	#footer1, #footer2, #footer3
	{
		display: block;
		position: relative;
		width: 100%;
	}

	#footer1 img
	{
		width: auto;
		height: 50px;
	}

	#footer2
	{
		margin-top: 20px;
	}

	#footer3
	{
		margin-top: 20px;
	}

	#footer2 ul li a, #footer3 ul li a, #footer2 ul li strong, #footer3 ul li strong
	{
		font-size: 4vw;
	}

	#loveisntalwaysontime
	{
		font-size: 3vw;
	}

	.mbr
	{
		display: block;
	}

	#negocios
	{
		display: block;
		position: relative;
		padding-top: 10vw;
		padding-bottom: 10vw;
	}

	#negocios1, #negocios2
	{
		display: block;
		position: relative;
		width: 100%;
		margin-left: 0px;
	}

	#negocios1
	{
		padding-bottom: 15vw;
	}

	#negocios2
	{
		height: calc(66.66vw - 16px);
	}

	#negocios1 h1, #negocios1 h2, #negocios1 h3, #negocios1 h3 a
	{
		text-align: center;
		width: 90%;
		margin-left: 5%;
	}

	#negocios1 h3, #negocios1 h3 a
	{
		margin-bottom: 0px;
	}

	#aseguradoras
	{
		content: url("aseguradorasm.png") !important;
	}

	#socios h1
	{
		font-size: 7.5vw;
		width: 90%;
		margin-left: 5%;
	}
}