/* TODO */
*
{
	background-color: rgb(250,250,250);
	font-family: 'Montserrat', sans-serif;
}











/* HEADER */
#mheader
{
	display: none;
}

header
{
	background-color: white;
	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;
}










/* FOOTER */
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;
}











/* HOME */
.mbr
{
	display: none;
}

#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: 80%;
	margin-left: 5%;
	background-color: rgba(0,0,0,0);
	margin-top: 0px;
	margin-bottom: 0px;
}

#cta1, #cta2
{
	width: 50%;
	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
{
	background-color: #ff0000;
}

#cta1 h3, #cta2 h3
{
	margin: 0px;
	padding: 0px;
	background-color: rgba(0,0,0,0);
	text-align: center;
	color: white;
	font-weight: 500;
	letter-spacing: 1;
}

#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;
}

.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);
}

#sgm a
{
	font-size: 20px;
}

#sgm .flecha
{
	margin-bottom: 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;
}

#negocios
{
	display: table;
	background-color: rgb(250,240,240);
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 50px;
	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;
}











/* QUIENES SOMOS */
#qsbanner
{
	margin-top: 70px;
	background-color: none;
	background-image: url("qs.jpg");
	background-size: 100% auto;
	background-position: center;
	display: table;
	position: relative;
	width: 100vw;
	left: -8px;
	height: 45vw;
}

#qsbanner2
{
	background-color: rgba(0,0,0,0.2);
	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;
	font-size: 40px;
	margin: 0px;
}

.qsbreak
{
	height: 10px;
	width: 10px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}

#qscontent
{
	display: block;
	position: relative;
	width: 100vw;
	left: -8px;
}

#historia
{
	display: block;
	position: relative;
	width: 100%;
	margin-top: 50px;
}

#historia h1
{
	text-align: center;
	font-weight: 600;
	letter-spacing: 2px;
	color: red;
}

#historia p
{
	width: 80%;
	margin-left: 10%;
	line-height: 1.9;
	font-size: 20px;
}

#qs
{
	margin-top: 50px;
	background-color: #061a40;
	position: relative;
	display: block;
	padding-top: 80px;
	padding-bottom: 80px;
}

#qs1, #qs2
{
	display: table;
	position: relative;
	width: 90%;
	margin-left: 5%;
	background-color: rgba(0,0,0,0);
}

#qs2
{
	margin-top: 80px;
}

.car
{
	background-color: rgba(0,0,0,0);
	width: 50%;
	display: table-cell;
	position: relative;
}

.car h2, .car p
{
	color: white;
	background-color: rgba(0,0,0,0);
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.space
{
	width: 50px;
}

.car h2
{
	letter-spacing: 0px;
	font-weight: 800;
	font-size: 30px;
}

.car p
{
	margin-top: 5px;
	font-weight: 300;
	line-height: 2;
	letter-spacing: 1px;
	font-size: 18px;
}

#productos
{
	margin-top: 80px;
}

#productos h1
{
	text-align: center;
	color: #061a40;
	letter-spacing: 2px;
	font-weight: 800;
	font-size: 35px;
}

#productos2
{
	display: table;
	position: relative;
	width: 90%;
	margin-left: 5%;
	margin-top: 50px;
}

#producto
{
	display: table-cell;
	position: relative;
	width: 45%;
}

.line
{
	display: table-cell;
	position: relative;
	width: 10%;
	vertical-align: middle;
}

.raya
{
	width: 2px;
	height: 100px;
	background-color: #061a40;
	margin-left: calc(50% - 1px);
}

#producto h2
{
	text-align: center;
	margin-bottom: 0px;
	color: #061a40;
}

#producto p
{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
}

#producto h3
{
	text-align: center;
	margin-top: 20px;
	transition: all 0.3s ease;
}

#producto h3:hover
{
	transform: translate(5px, 0px);
}

#producto h3 a
{
	text-decoration: none;
	color: rgb(50,100,200);
	font-weight: 400;
}

.ver
{
	fill: rgb(50,100,200);
	margin-bottom: 1px;
	vertical-align: bottom;
	margin-left: 5px;
	height: 20px;
}











/* SEGUROS */
#seguroscontent
{
	margin-top: 100px;
}

#segurosintro
{
	margin-top: 0px;
}

#segurosintro h1
{
	width: 80%;
	margin-left: 10%;
	color: #061a40;
	font-size: 35px;
	letter-spacing: 2px;
}

#segurosintro p
{
	width: 80%;
	margin-left: 10%;
	line-height: 1.4;
	margin-bottom: 0px;
}

#segurostabla
{
	display: block;
	position: relative;
	width: 100%;
	margin-left: 0px;
	margin-top: 75px;
}

.renglon
{
	display: table;
	position: relative;
	width: 90%;
	margin-left: 5%;
}

.seguro
{
	display: table-cell;
	background-color: white;
	width: 33.33%;
	box-shadow: 0px 0px 5px rgb(150,150,150);
	transition: all 0.3s ease;
	vertical-align: top;
}

.seguro:hover
{
	box-shadow: 0px 0px 10px rgb(125,125,125);
}

.seguro img
{
	width: 100%;
}

.seguro h2
{
	background-color: rgba(0,0,0,0);
	margin-top: 0px;
	margin-bottom: 0px;
	width: calc(100% - 30px);
	margin-left: 15px;
	margin-top: 15px;
	font-size: 23px;
	font-weight: 700;
}

.seguro p
{
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: rgba(0,0,0,0);
	width: calc(100% - 30px);
	margin-left: 15px;
	margin-top: 5px;
	font-size: 15px;
	font-weight: 300;
	padding-bottom: 70px;
}

.seguro h3
{
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: rgba(0,0,0,0);
	text-align: center;
	margin-top: 20px;
	padding-bottom: 27px;
	position: absolute;
	bottom: 0px;
	width: calc(33.33% - 20px);
}

.seguro h3 a
{
	background-color: #061a40;
	color: white;
	text-decoration: none;
	padding: 5px 10px;
	border-radius: 3px;
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: 600;
	transition: all 0.2s ease;
	border: 3px solid #061a40;
}

.seguro h3 a:hover
{
	background-color: rgba(0,0,0,0);
	color: #061a40;
}

.blanco
{
	width: 30px;
	background-color: rgba(0,0,0,0);
}

#renglon2
{
	margin-top: 30px;
}

#renglon3
{
	margin-top: 30px;
}

#last
{
	display: block;
	width: calc(33.33% - 20px);
}

#firmas
{
	width: 80%;
	margin-left: 10%;
	font-size: 35px;
	color: #061a40;
	margin-top: 50px;
	text-align: center;
}

#aseguradoras
{
	width: 80%;
	margin-left: 10%;
	margin-top: 40px;
}













/* SEGURO */
#individual
{
	margin-top: 70px;
}

#indbanner
{
	width: 100%;
	display: block;
	position: relative;
	margin-bottom: 0px;
}

#indbanner2
{
	background-color: rgba(0,0,0,0);
	display: table;
	position: relative;
	width: 100%;
}

#indbannerl, #indbannerr
{
	background-color: rgba(0,0,0,0);
	display: table-cell;
	width: 50%;
	position: relative;
	vertical-align: middle;
}

#indbannerr
{
	height: calc(33.33vw - 5.33px);
	background-position: center center;
	background-size: 100% 100%;
}

#indbannerl h1
{
	background-color: rgba(0,0,0,0);
	width: 80%;
	margin-left: 10%;
	text-align: right;
	margin-bottom: 0px;
	color: #061a40;
	font-size: 30px;
	letter-spacing: 1px;
	font-weight: 600;
}

#indbannerl p
{
	background-color: rgba(0,0,0,0);
	width: 80%;
	margin-left: 10%;
	text-align: right;
	margin-top: 10px;
	font-weight: 200;
	letter-spacing: 0.5px;
}

#indcontent
{
	display: block;
	position: relative;
	margin-top: 0px;
	padding-top: 0px;
}

#indcontent p
{
	background-color: rgba(0,0,0,0);
	margin-top: 70px;
	width: 80%;
	margin-left: 10%;
	line-height: 1.8;
	font-size: 18px;
	margin-bottom: 0px;

}

#indcontent h2
{
	width: 70%;
	margin-left: 15%;
	margin-top: 50px;
	color: #061a40;
	text-align: center;
}

#opciones
{
	display: table;
	position: relative;
	margin-top: 35px;
	width: 70%;
	margin-left: 15%;
	padding-top: 0px;
}

.opcion
{
	display: table-cell;
	position: relative;
	width: 33.33%;
}

.opcion h3
{
	text-align: center;
	display: block;
	position: relative;
	font-weight: 200;
	color: rgb(50,50,50);
}

.opcion img
{
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 50px;
}

#indcta
{
	display: table;
	position: relative;
	width: 100%;
	height: 300px;
	background-image: url("ctabackground.jpg");
	margin-top: 65px;
	background-size: 100% auto;
	background-position: center center;
}

#indcta2
{
	display: table-cell;
	position: relative;
	width: 100%;
	background-color: rgba(0,0,0,0);
	vertical-align: middle;
}

#indcta2 h1
{
	background-color: rgba(0,0,0,0);
	text-align: center;
	color: rgb(250,250,250);
	margin-bottom: 0px;
	font-weight: 300;
	font-size: 25px;
	margin-top: 0px !important;
}

#indcta2 h2
{
	text-align: center;
	margin-top: 30px !important;
	background-color: rgba(0,0,0,0);
	font-size: 18px !important;
}

#indcta2 h2 a
{
	color: rgb(250,250,250);
	text-decoration: none;
	padding: 5px 20px;
	border-radius: 3px;
	background: linear-gradient(to right, rgb(250,250,250) 50%, rgba(0,0,0,0) 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all .3s ease;
	border: 3px solid rgb(250,250,250);
	letter-spacing: 2px;
	font-weight: 600;
}

#indcta2 h2 a:hover
{
	background-position: left bottom;
	color: #061a40;
}
















/* INVERSIONES */
#invbanner
{
	margin-top: 70px;
	background-image: url("investment2.jpg");
	width: 100vw;
	margin-left: -8px;
	height: calc(100vh - 70px);
	background-size: 100% auto;
	background-position: center center;
}

#invbanner1
{
	display: table;
	position: relative;
	width: 100%;
	margin-left: 0px;
	height: 100%;
	background-color: rgba(0,0,0,0);
}

#invbanner2
{
	display: table-cell;
	position: relative;
	width: 45%;
	height: 100%;
	background-color: rgba(255,255,255,0);
	vertical-align: middle;
	left: 55%;
}

#invbanner3
{
	display: table-cell;
	position: relative;
	width: 55%;
	background-color: rgba(0,0,0,0);
	right: 45%;
}

#invbanner2 h1
{
	background-color: rgba(0,0,0,0);
	text-align: center;
	margin-bottom: 0px;
	color: #061a40;
	letter-spacing: 1.5px;
	font-weight: 600;
	font-size: 40px;
}

#invbanner2 p
{
	background-color: rgba(0,0,0,0);
	text-align: center;
	margin-top: 10px;
	font-size: 23px;
	font-weight: 300;
	margin-bottom: 0px;
}

#invbanner2 form
{
	width: 350px;
	height: 40px;
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	border-radius: 3px;
	background-color: rgba(100,100,100,0.3);
	margin-top: 30px;
}

#mail
{
	width: calc(100% - 10px);
	margin-left: 10px;
	height: 100%;
	border: none;
	border-radius: 3px;
	background-color: rgba(0,0,0,0);
	font-size: 15px;
}

#mail::placeholder
{
	color: black;
}

#mail:focus
{
	outline: none;
}

#cta
{
	float: right;
	position: absolute;
	height: 30px;
	width: 100px;
	margin-left: -105px;
	border: none;
	background: linear-gradient(to right, rgb(250,250,250) 50%, #061a40 50%);
	background-size: 200% 100%;
	background-position: bottom right;
	margin-top: 5px;
	border-radius: 3px;
	color: white;
	letter-spacing: .8px;
	font-size: 12.5px;
	cursor: pointer;
	transition: all 0.5s ease;
}

#cta:hover
{
	background-position: bottom left;
	color: #061a40;
}

#invcontent
{
	margin-top: 50px;
}

#invcontent h2
{
	text-align: center;
	width: 80%;
	margin-left: 10%;
	font-weight: 500;
	font-size: 30px;
	margin-bottom: 0px;
}

#invcontent h2 strong
{
	color: #061a40;
	font-weight: 700;
}

#invcontent p
{
	font-weight: 200;
	width: 80%;
	margin-left: 10%;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 0px;
}

#invcontent h3
{
	width: 80%;
	margin-left: 10%;
	color: #061a40;
	font-size: 27px;
	margin-bottom: 0px;
	margin-top: 40px;
}

#invcontentimg
{
	width: 80%;
	margin-left: 10%;
	margin-top: 30px;
	margin-bottom: 20px;
}

#portafolios
{
	display: table;
	width: 90%;
	margin-left: 5%;
	position: relative;
	margin-top: 30px;
}

.portafolio
{
	width: 33.33%;
	display: table-cell;
	position: relative;
}

.portafolio img
{
	width: 50px !important;
	height: 50px !important;
	position: relative;
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.portafolio h4
{
	text-align: center;
	margin-top: 15px;
	margin-bottom: 0px;
	font-size: 20px;
	font-weight: 300;
}












/* CONTACTO */
#conttitulo
{
	margin-top: 105px;
	width: 100%;
	text-align: center;
	font-size: 40px;
	margin-bottom: 0px;
}

#contactos
{
	width: 90%;
	padding: 50px 5%;
	position: relative;
	display: table;
	margin-top: 40px;
	background-image: url("ctabackground.jpg");
	background-size: 100% auto;
	background-position: center center;
}

#contacto1, #contacto2, #contacto3
{
	display: table-cell;
	position: relative;
	width: 30%;
	box-shadow: 0px 0px 15px rgb(0,0,0);
	background-color: white;
}

#hueco
{
	width: 25px;
}

#contacto1 img, #contacto2 img, #contacto3 img
{
	height: 50px;
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	margin-bottom: 0px;
	background-color: white;
}

#contacto1 h2, #contacto2 h2, #contacto3 h2
{
	margin-top: 15px;
	text-align: center;
	font-size: 27px;
	margin-bottom: 0px;
	background-color: white;
}

#contacto1 h3, #contacto2 h3, #contacto3 h3
{
	text-align: center;
	font-weight: 300;
	margin-bottom: 0px;
	margin-top: 15px;
	background-color: white;
}

#contacto1 h4, #contacto2 h4, #contacto3 h4
{
	text-align: center;
	font-size: 20px;
	margin-top: 15px;
	background-color: rgba(0,0,0,0);
	transition: all 0.3s ease;
}

#contacto1 h4 a, #contacto2 h4 a, #contacto3 h4 a
{
	color: rgb(50,100,200);
	font-weight: 400;
	text-decoration: none;
	background-color: white;
	background-color: rgba(0,0,0,0);
}

#contacto1 h4:hover, #contacto2 h4:hover, #contacto3 h4:hover
{
	transform: translate(5px,0px);
}

#contactcontent
{
	margin-top: 100px;
	display: table;
	position: relative;
	width: calc(100% - 100px);
	height: calc(100vh - 170px);
	margin-left: 50px;
	box-shadow: 0px 0px 15px rgb(100,100,100);
}

#contact1
{
	display: table-cell;
	position: relative;
	width: 38%;
	vertical-align: middle;
	background-image: url("contactbg2.jpg");
	background-size: auto 100%;
	background-position: center center;
}

#contact1 img
{
	height: 50px;
	background-color: rgba(0,0,0,0);
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
}

#contact1 h2
{
	margin-left: 10%;
	width: 80%;
	color: white;
	font-weight: 200;
	background-color: rgba(0,0,0,0);
	text-align: center;
	font-size: 20px;
}

#contact2
{
	display: table-cell;
	position: relative;
	width: 62%;
	vertical-align: middle;
}

#contact2 h1
{
	text-align: center;
	margin-bottom: 0px;
	font-size: 30px;
	padding-top: 20px;
}

#contact2 p
{
	margin-top: 10px;
	width: 80%;
	margin-left: 10%;
	margin-bottom: 0px;
	font-size: 17px;
}

#contact2 form
{
	width: 90%;
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 20px;
}

#nombrel, #apellidol
{
	display: inline-block;
	position: relative;
	width: 45%;
	margin: 0px;
	padding: 0px;
	margin-bottom: 0px;
}

#apellidol
{
	float: right;
}

#nombrei, #apellidoi
{
	border: 0px;
	margin-top: 0px;
	width: 45%;
}

#apellidoi
{
	float: right;
}

#maill
{
	width: 100%;
	margin-left: 0px;
	display: block;
	position: relative;
}

#maili
{
	border: 0px;
	width: 100%;
}

#telefonol
{
	width: 100%;
	margin-left: 0px;
	display: block;
	position: relative;
}

#telefonoi
{
	border: 0px;
	width: 100%;
}

#textol
{
	width: 100%;
	margin-left: 0px;
	display: block;
	position: relative;
}

#nombrel, #apellidol, #maill, #telefonol, #textol
{
	font-size: 15px;
	font-weight: 600;
	margin-top: 10px;
}

#nombrei, #apellidoi, #maili, #telefonoi, #textoi
{
	background-color: rgb(230,230,230);
	border-radius: 3px;
	font-size: 20px;
	height: 30px;
	margin-top: 3px;
}

#nombrei:focus, #apellidoi:focus, #maili:focus, #telefonoi:focus, #textoi:focus
{
	outline: none;
}

#textoi
{
	border: 0px;
	width: 100%;
	height: 80px;
	max-width: 100%;
}

#formsubmit
{
	margin-top: 20px;
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	background: linear-gradient(to right, #061a40 50%, rgba(0,0,0,0) 50%);
	background-size: 210% 100%;
	background-position: bottom right;
	border: 2px solid #061a40;
	font-size: 17px;
	font-weight: 600;
	color: #061a40;
	cursor: pointer;
	transition: all 0.3s ease;
	border-radius: 3px;
	padding: 5px 10px;
	margin-bottom: 0px;
}

#formsubmit:hover
{
	background-position: bottom left;
	color: white;
}















/* CONTACTO SEGURO */
#contratar
{
	margin-top: 0px;
	margin-left: 0px;
	display: table;
	position: absolute;
	width: 100vw;
	height: 100vh;
	left: 0px;
	top: 0px;
}

#contratar1
{
	display: table-cell;
	position: relative;
	width: 38%;
	vertical-align: middle;
	background-image: url("contactbg2.jpg");
	background-size: auto 100%;
	background-position: center center;
}

#contratar1 img
{
	height: 50px;
	background-color: rgba(0,0,0,0);
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
}

#contratar1 h2
{
	margin-left: 10%;
	width: 80%;
	color: white;
	font-weight: 200;
	background-color: rgba(0,0,0,0);
	text-align: center;
	font-size: 20px;
}

#contratar2
{
	display: table-cell;
	position: relative;
	width: 62%;
	vertical-align: middle;
}

#contratar2 h1
{
	text-align: center;
	margin-bottom: 0px;
	font-size: 30px;
	padding-top: 15px;
}

#contratar2 p
{
	margin-top: 10px;
	width: 80%;
	margin-left: 10%;
	margin-bottom: 0px;
	font-size: 17px;
	text-align: center;
}

#contratar2 form
{
	width: 62%;
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	max-width: 550px;
}

#nombrel2, #apellidol2
{
	display: inline-block;
	position: relative;
	width: 45%;
	margin: 0px;
	padding: 0px;
	margin-bottom: 0px;
}

#apellidol2
{
	float: right;
}

#nombrei2, #apellidoi2
{
	border: 0px;
	margin-top: 0px;
	width: 45%;
}

#apellidoi2
{
	float: right;
}

#maill2
{
	width: 100%;
	margin-left: 0px;
	display: block;
	position: relative;
}

#maili2
{
	border: 0px;
	width: 100%;
}

#telefonol2
{
	width: 100%;
	margin-left: 0px;
	display: block;
	position: relative;
}

#telefonoi2
{
	border: 0px;
	width: 100%;
}

#textol2
{
	width: 100%;
	margin-left: 0px;
	display: block;
	position: relative;
}

#nombrel2, #apellidol2, #maill2, #telefonol2, #textol2
{
	font-size: 15px;
	font-weight: 600;
	margin-top: 15px;
}

#nombrei2, #apellidoi2, #maili2, #telefonoi2, #textoi2
{
	background-color: rgb(230,230,230);
	border-radius: 3px;
	font-size: 20px;
	height: 35px;
	margin-top: 3px;
}

#nombrei2:focus, #apellidoi2:focus, #maili2:focus, #telefonoi2:focus, #textoi2:focus
{
	outline: none;
}

#textoi2
{
	border: 0px;
	width: 100%;
	height: 80px;
	max-width: 100%;
}

#formsubmit2
{
	margin-top: 35px;
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	background: linear-gradient(to right, #061a40 50%, rgba(0,0,0,0) 50%);
	background-size: 210% 100%;
	background-position: bottom right;
	border: 2px solid #061a40;
	font-size: 22px;
	font-weight: 600;
	color: #061a40;
	cursor: pointer;
	transition: all 0.3s ease;
	border-radius: 3px;
	padding: 5px 10px;
	margin-bottom: 0px;
	letter-spacing: 2.5px;
}

#formsubmit2:hover
{
	background-position: bottom left;
	color: white;
}

#line
{
	margin-top: 25px;
	width: 80%;
	max-width: 400px;
	height: 1px;
	background-color: rgb(175,175,175);
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
	margin-bottom: 0px;
}

#privacidad
{
	text-align: center;
	background-color: rgba(0,0,0,0);
	font-size: 12px;
	font-weight: 500;
	color: rgb(100,100,100);
	margin-top: 20px;
	margin-bottom: 0px;
	width: 80%;
	max-width: 500px;
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
}

#contratar2 h2
{
	text-align: center;
	width: 100%;
	margin-top: 25px;
}

#contratar2 h2 a
{
	background: linear-gradient(to right, rgba(0,0,0,0) 50%, #061a40 50%);
	background-position: right bottom;
	background-size: 200% 100%;
	color: white;
	border: 3px solid #061a40;
	border-radius: 3px;
	text-decoration: none;
	padding: 2px 10px;
	font-weight: 600;
	letter-spacing: 2.5px;
	font-size: 22px;
	transition: all 0.5s ease;
}

#contratar2 h2 a:hover
{
	background-position: left bottom;
	color: #061a40;
}












/* SEMI - MÓVIL */
@media screen
and (max-width: 900px)
and (min-width: 801px)
{
	#logo
	{
		margin-left: 10px;
	}

	#contacto
	{
		margin-right: 10px;
	}

	#headerul
	{
		margin-left: 10px;
	}
}















/* MÓVIL */
@media screen
and (max-width: 800px)
{









	/* HEADER */
	#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;
	}











	/* HOME */
	#mcoin
	{
		display: block;
		width: 100%;
		display: block;
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 1;
	}

	#coin
	{
		display: none;
	}

	#banner
	{
		width: 95%;
		margin-left: 5%;
		margin-top: 0px;
		height: calc(112.5vw + 100px);
		background-color: rgba(0,0,0,0.1);
		display: block;
		position: absolute;
		margin-left: 0px;
		width: 100vw;
	}

	#banner h1
	{
		font-size: 8vw;
		margin-top: 40vw;
		width: 90%;
		margin-left: 2%;
	}

	#banner p
	{
		font-size: 4.5vw;
		margin-bottom: 30px;
	}

	#banner2
	{
	}

	#content
	{
		margin-top: calc(122.5vw + 70px);
	}

	#ctas
	{
		display: block;
		width: 70%;
		margin-left: 15%;
	}

	#cta1, #cta2
	{
		display: block;
		width: 100%;
		font-size: 4vw;
	}

	#cta1 h3
	{
		background-color: white;
	}

	#division
	{
		width: 100%;
		height: 15px;
		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;
	}

	








	/* QUIENES SOMOS */
	#qsbanner
	{
		margin-top: 50px;
		height: calc(80vh - 50px);
		background-size: auto 100%;
	}

	#qsbanner2 h1
	{
		font-size: 10vw;
	}

	#historia h1
	{
		font-size: 7.5vw;
	}

	#historia p
	{
		font-size: 5vw;
		width: 85%;
		margin-left: 7.5%;
	}

	#qs
	{
		width: 100%;
	}

	#qs1, #qs2
	{
		display: block;
		position: relative;
	}

	#qs2
	{
		margin-top: 0px;
	}

	#qs11, #qs12, #qs21, #qs22
	{
		margin-top: 0px;
		display: block;
		position: relative;
		width: 100%;
	}

	#qs12, #qs21, #qs22
	{
		margin-top: 10vw;
	}

	.car h2
	{
		font-size: 9vw;
	}

	.car p
	{
		font-size: 6vw;
	}

	#productos h1
	{
		font-size: 8vw;
	}

	#productos2
	{
		display: block;
	}

	#producto
	{
		display: block;
		width: 100%;
	}

	.line
	{
		display: none;
		width: 100%;
	}

	.raya
	{
		width: 100px;
		height: 3px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	#inv
	{
		margin-top: 40px;
	}

	#producto h3
	{
		margin-top: 10px;
	}











	/* SEGUROS */
	#seguroscontent
	{
		margin-top: 70px;
	}

	#segurosintro h1
	{
		text-align: center;
		width: 100%;
		margin-left: 0px;
		font-size: 9vw;
	}

	#segurosintro p
	{
		width: 90%;
		margin-left: 5%;
		font-size: 4.5vw;
	}

	#segurosintro img
	{
		height: auto;
	}

	#segurostabla
	{
		display: block;
		position: relative;
		width: 90%;
		margin-left: 5%;
	}

	.seguro
	{
		width: 100%;
		display: block;
		position: relative;
	}

	.seguro p
	{
		padding-bottom: 5px;
		font-size: 5vw;
	}

	.seguro h2
	{
		font-size: 7vw;
	}

	.seguro h3
	{
		width: 100%;
		position: relative;
	}

	.seguro h3 a
	{
		font-size: 4.5vw;
	}

	.blanco
	{
		height: 30px;
	}

	#last
	{
		width: 100%;
	}

	#segurostabla
	{
		margin-bottom: -60px;
		padding-bottom: 0px;
	}

	#renglon3
	{
		margin-bottom: 0px;
		padding-bottom: 0px;
	}

	#aseguradoras
	{
		content: url("aseguradorasm.png") !important;
	}










	/* SEGURO */
	#individual
	{
		margin-top: 50px;
	}

	#indbanner2
	{
	}

	#indbannerl
	{
		position: relative;
		width: 100%;
		background-color: rgba(0,0,0,0.4);
		z-index: 11;
		height: 80vw;
	}

	#indbannerr
	{
		position: absolute;
		left: 0px;
		width: 100%;
		z-index: 10;
		height: 80vw;
		background-size: auto 100%;
		background-position: center center;
	}

	#indbannerl h1
	{
		font-size: 9vw;
		color: white;
	}

	#indbannerl p
	{
		color: rgb(240,240,240);
		font-size: 4.5vw;
	}

	#indcontent p
	{
		font-size: 4.5vw;
		width: 90%;
		margin-left: 5%;
		margin-top: 50px;
	}

	#indcontent h2
	{
		margin-top: 15vw;
		font-size: 6.5vw;
		width: 95%;
		margin-left: 2.5%;
	}

	#opciones
	{
		width: 100%;
		margin-left: 0px;
		display: block;
	}

	.opcion
	{
		width: 100%;
		display: block;
	}

	#indcta
	{
		margin-top: 15vw;
	}

	#indcta2 h1
	{
		font-size: 9vw;
	}

	#indcta2 h2 a
	{
		font-size: 5.5vw;
	}











	/* INVERSIONES */
	#invbanner
	{
		margin-top: 10px;
		background-image: none;
		display: block;
		position: relative;
		height: auto !important;
		margin-bottom: 0px;
	}

	#invbanner1
	{
		display: block;
		position: relative;
		height: auto;
	}

	#invbanner2
	{
		display: block;
		position: relative;
		left: 0px;
		width: 100%;
		padding-top: 0px;
		padding-bottom: 0px;
		height: auto;
		margin-bottom: 0px;
		padding-top: 50px;
	}

	#invbanner2 h1
	{
		font-size: 10vw;
	}

	#invbanner2 p
	{
		font-size: 5vw;
		text-align: center;
		width: 80%;
		margin-left: 10%;
	}

	#invbanner2 form
	{
		width: 90%;
		margin-bottom: 0px;
	}

	#mail
	{
		font-size: 4.5vw;
	}

	#invbanner3
	{
		display: block;
		position: relative;
		width: 100% !important;
		height: 66vw;
		margin-top: 40px;
		right: 0px;
		background-image: url("investment2.jpg");
		background-size: 100% auto;
		background-position: center center;
	}

	#invcontent
	{
		margin-top: 50px;
	}

	#invcontent h2
	{
		margin-top: 0px;
		font-size: 8vw;
		width: 90%;
		margin-left: 5%;
	}

	#invcontent p
	{
		font-size: 5vw;
		width: 90%;
		margin-left: 5%;
	}

	#invcontent h3
	{
		font-size: 7vw;
		width: 90%;
		margin-left: 5%;
	}

	#invcontentimg
	{
		width: 80% ;
		margin-left: 10%;
		height: auto;
		content: url("aseguradorasm.png") !important;
	}

	#portafolios
	{
		display: block;
	}

	.portafolio
	{
		display: block;
		width: 100%;
	}

	.mtop
	{
		margin-top: 30px;
	}

	.portafolio h4
	{
		font-size: 6vw;
	}

	#mail
	{
		margin-left: 2px;
		width: calc(100% - 2px);
	}

	#cta
	{
		font-size: 10px;
		width: 90px;
		margin-left: -95px;
	}

















	/* CONTACTO */
	#conttitulo
	{
		margin-top: 85px;
		font-size: 11vw;
	}

	#contactos
	{
		display: block;
		position: relative;
	}

	#contacto1, #contacto2, #contacto3
	{
		display: block;
		position: relative;
		width: 90%;
		margin-left: 5%;
		padding-bottom: 20px;
	}

	#contacto1 h4, #contacto2 h4
	{
		margin-bottom: 0px;
	}

	#contacto1 h2, #contacto2 h2
	{
		font-size: 8vw;
	}

	#contacto1 h3, #contacto2 h3
	{
		font-size: 5.5vw;
	}

	#contacto1 h4 a, #contacto2 h3 a
	{
		font-size: 6.5vw;
	}

	#contacto1 h4 a
	{
		margin-bottom: 0px;
	}

	#contacto1, #contacto2
	{
		margin-bottom: 20px;
	}

	#contactcontent
	{
		display: block;
		position: relative;
		width: 85%;
		margin-left: 7.5%;
		height: auto;
	}

	#contact1
	{
		display: block;
		position: relative;
		width: 100%;
		background-position: center center;
		background-size: 100% auto;
	}

	#contact2
	{
		display: block;
		position: relative;
		width: 100%;
	}

	#contact1 img
	{
		padding-top: 50px;
	}

	#contact1 h2
	{
		padding-bottom: 50px;
	}
	
	#contact2 form
	{
		padding-bottom: 20px;
	}













	/* CONTACTO SEGURO */
	#contratar
	{
		display: block;
	}

	#contratar1
	{
		display: block;
		width: 100%;
		padding-top: 80px;
		padding-bottom: 80px;
		background-size: 100% auto;
	}

	#contratar2
	{
		display: block;
		width: 100%;
	}

	#contratar2 h1
	{
		font-size: 9vw;
	}

	#contratar2 p
	{
		font-size: 4.5vw;
		width: 95%;
		margin-left: 2.5%;
	}

	#contratar2 form
	{
		width: 85%;
		margin-left: 7.5%;
	}

	#formsubmit2
	{
		font-size: 5vw;
	}

	#privacidad
	{
		font-size: 3vw;
	}
}