* {
	box-sizing: border-box;
	font-family: "Roboto", serif;
}

body {
	padding: 0;
	margin: 0 0 0;
}

.header {
	display: flex;
	justify-content: center;
	align-content: flex-start;
	align-items: flex-start;
	height: 120px;
	max-height: 120px;
	width: 100%;
	position:relative;
    /* z-index: 999999; */
    /* top: 0; */
	background-color: rgba(255,255,255,0.9);
}

.navigation_mobile {
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding: 10px;
	z-index: 2000000;
}

.navigation_mobile .options {
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}

.hbtn {
	display: block;
	width: 64px;
	height: 64px;
	font-size: 32px;
	line-height: 32px;
	text-align: center;
	padding: 16px 0;
	border:none;
	border-radius:50%;
	color: #FFFFFF;
}

.hbtn.mainmenu {
	background-color: #123E5D
}

.hbtn.contactmenu {
	background-color: rgba(0, 100, 2, 1);
}

.hmenu {
	display: none;
	position: fixed;
	left: 10px;
	right: 10px;
	bottom: 84px;
	padding: 20px;
	border-radius: 10px;
	z-index: 3000000;
}
.hmenu.mainmenu {
	background-color:rgba(18, 62, 93, 0.8);
	color: #FFFFFF;
}
.hmenu.contactmenu {
	background-color:rgba(0, 100, 2, 0.9);
	color: #FFFFFF;
}

.visible {
  display: block !important;
}

.menuList {
	list-style: none;
	font-weight: 300;
	font-size: 24px;
	line-height: 28px;
}

.textopeque {
	font-size: 14px;
	line-height: 18px;
}

.menuItem {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 25px 10px;
	border:none;
	border-bottom: solid 1px rgba(255,255,255,0.5);
}

#icon-menu,
#icon-contact,
#x-menu,
#x-contact {
	display: none;
}

.ivisible {
  display: inline !important;
}

.isologotipo {
	margin: 0;
	padding: 15px;
}

.isologotipo__img {
	margin: 20px;
    max-height: 90px;
    height: 60px;
    width: auto;
}

.navMenu {
	display: none !important;
	height: 120px;
	max-height: 120px;
	margin: 0;
	padding: 0;
}

.topMenu {
	color: #666666;
	margin: 0;
	padding: 20px 40px 20px 0;
	font-size: 20px;
	line-height: 20px;
	text-align: right;
	height: 60px;
	max-height: 60px;
}

.mainMenu {
	list-style: none;
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	margin: 0;
	padding: 0 40px 0 0;
}

.itemMenu {
	margin: 0;
	padding: 0;
}

.itemMenu__link {
	color: rgba(255,255,255,0.8);
	display: block;
	font-size: 20px;
	line-height: 20px;
	padding: 20px;
	text-decoration: none;
}

.itemMenu__link:hover,
.itemMenu__link:active,
.itemMenu__link:focus {
	color: #FFFFFF;
	background-color: rgba(255,255,255,0.2);
}

.itemMenu__link.active,
.itemMenu__link.active:hover,
.itemMenu__link.active:active,
.itemMenu__link.active:focus {
	color: #FFFFFF;
	background-color: rgba(0,0,0,0.1);
}


.slider__img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	position: relative;
	width: 100%;
	height: 500px;
	text-decoration: none;
}

.slider__img--corporativos {
	background-image: url("../assets/banners-m/productos-corporativos.jpg");
}
.slider__img--automotores {
	background-image: url("../assets/banners-m/automotores.jpg");
}
.slider__img--familiar {
	background-image: url("../assets/banners-m/combinado-familiar.jpg");
}

.slider__detail {
	background-image: url("../assets/banner_detail.png");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 500px;
	width: 500px;
}

.slider__caption {
	background-image: url("../assets/banner_footer_bg.png");
	background-position: right top;
	background-repeat: no-repeat;
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
	position: absolute;
	bottom: 0;
	right: 0;
	height: 148px;
	/* width: 800px; */
	padding: 20px;
}

.slider__icon {
	margin: 0;
	padding: 0 20px 0 0;
	display: none;
}

.slider__icon img {
	min-width: 64px;
	min-height: 64px;
}

.caption__title {
	font-size: 24px;
	line-height: 24px;
	font-weight: 300;
	padding: 0 0 10px 0;
	margin: 0;
	color: #FFFFFF;
}

.caption__text {
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: #FFFFFF;
}

.bx-wrapper {
	box-shadow: none !important;
	border: none !important;
}

.section {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	margin: 0;
	padding: 0 0 60px 0;
}

.section:first-of-type {
	padding: 60px 0;
}

.section__titulo {
	/* width: 1080px; */
	font-size: 48px;
	font-weight: 300;
	color: #175E8D;
	margin: 0;
	padding: 0 20px 20px;
}

.section__subtitulo {
	/* width: 1080px; */
	font-size: 36px;
	font-weight: 300;
	color: #175E8D;
	margin: 0;
	padding: 0 20px 20px;
}

.section__subtitulo--centrado {
	text-align: center;
}

.section__contenido {
	/* width: 1080px; */
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	flex-wrap: wrap-reverse;
}

.col {
	margin: 0;
	padding: 0 20px;
}

.col--media {
	width: 100%;
}

.col--media:nth-of-type(2) {
	padding: 0 !important;
}

.subtitulo {
	font-size: 24px;
	font-weight: 700;
	color: #666666;
	margin: 0;
	padding: 10px 20px;
}

.subtitulo--alto {
	padding: 40px 20px 10px !important;
}

.texto {
	font-size: 22px;
	font-weight: 400;
	color: #666666;
	margin: 0;
	padding: 10px 20px;
}

.texto:last-of-type {
	padding: 10px 20px 0;
}

.presentacion { margin: 0; }

.presentacion__img {
	width: 100%;
	height: auto;
}

.section__iconos {
	display: flex;
	justify-content: center;
	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	/* width: 1080px; */
}

.icono--aseguradora {
	padding: 0 10px 20px;
	margin: 0;
}

.img_aseguradora {
	width: 100px;
	height: auto;
}

.footer__imagen {
	position: relative;
	width: 100%;
	height: 360px;
	display: none !important;
}

.footer__img {
	display: block;
	position: absolute;
	background-image: url("../assets/footer_bg.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	z-index: 3;
	width: 100%;
	height: 360px;
	mix-blend-mode: multiply;
}

.footer__pol1 {
	display: block;
	position: absolute;
	background-image: url("../assets/footer_pol1.png");
	background-position: left center;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	width: 500px;
	height: 360px;
	z-index: 1;
	opacity: 0.8;
}

.footer__pol2 {
	display: block;
	position: absolute;
	background-image: url("../assets/footer_pol2.png");
	background-position: left center;
	background-repeat: no-repeat;
	top: 0;
	right: 0;
	width: 900px;
	height: 360px;
	z-index: 2;
	opacity: 0.8;
}

.footer__disclamer {
	background-color: #333333;
	padding: 20px 20px 100px;
	font-size: 12px;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.footer__contenido {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	/* width: 1080px; */
}

.footer__contenido .col--media {
	padding: 0 0 20px;
	text-align: center;
}
.footer__contenido a {
	color: #FFFFFF;
}

.footer__contenido figure {
	padding: 0;
	margin: 0;
}

.footer__contenido .col:last-of-type {
	/* width: 900px; */
	text-align: center
}

.sectionHeader {
	width: 100%;
	height: 400px;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.sectionHeaderIndex {
	/* width: 1080px;
	height: 300px; */
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
    margin: 0 auto;
    /* border-radius: 10px; */
}

.sectionHeader--personales {
	/* background-image: url("../assets/header_bg_personales.png"); */
}

.sectionHeader--corporativos {
	/* background-image: url("../assets/header_bg_corporativos.png"); */
}

.sectionHeader--contacto {
	background-image: url("../assets/header_bg_contacto.png");
}

.sectionHeader--info {
	background-image: url("../assets/header_bg_info.png");
}

.sectionHeader__titulo {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(24,94,141,0.7);
	color: #FFFFFF;
	font-size: 28px;
	font-weight: 300;
	margin: 0;
	padding: 20px;
	display: flex;
	justify-content: center;
}

.sectionHeaderIndex__titulo {
	/* position: absolute;
	bottom: 0;
	left: 0;
	right: 0; */
	background-color: rgba(24,94,141,0.7);
	color: #FFFFFF;
	font-size: 28px;
	font-weight: 300;
	margin: 0;
	padding: 20px;
	display: flex;
	justify-content: center;
	/* border-radius: 0 0 10px 10px;*/
}


.sectionHeader__titulo span {
	display: block;
	width: 1080px;
	padding: 0 20px;
}

.sectionList {
	margin: 0;
	padding: 60px 0;
	display: flex;
	justify-content: center;
}

.list {
	/* width: 1080px; */
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}

.list__item {
	width: 100%;
	margin: 0;
}

.itemLink {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	padding: 20px 40px;
	border-radius: 5px;
	text-decoration: none;
	color: #175E8D;
	width: 100%
}

.itemLink:hover,
.itemLink:active,
.itemLink:focus {
	background-color: rgba(24,94,141,0.2);
}

.itemLink__img {
	padding: 0;
	margin: 0;
}

.itemLink__img img {
	width: 60px;
	height: 60px;
}

.itemLink__label {
	display: block;
	font-size: 24px;
	font-weight: 700;
	padding: 0 0 0 20px;
}

.sectionHeaderInner {
	width: 100%;
	height: auto;
	position: relative;
}

.sectionHeaderInner__titulo {
	background-color: rgba(24,94,141,1);
	color: #FFFFFF;
	font-size: 28px;
	font-weight: 400;
	margin: 0;
	padding: 20px 0;
	display: flex;
	justify-content: center;
}

.sectionHeaderInner__titulo span {
	display: block;
	width: 1080px;
	padding: 0 20px;
}

.sectionTitulo {
	color: #175E8D;
	margin: 0;
	padding: 60px 20px 40px;
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
}

.sectionTitulo__img {
	margin: 0;
	padding: 0;
}

.sectionTitulo__img img {
	width: 70px;
	height: 70px;
}

.sectionTitulo__label {
	display: block;
	font-size: 48px;
	line-height: 48px;
	font-weight: 300;
	padding: 0 0 0 20px;
}

.btn-contacto {
	display: block;
	margin-top: 40px;
	padding: 20px;
	border-radius: 5px;
	background-color: #30a6cd;
	color: #FFFFFF;
	font-size: 24px;
	line-height: 24px;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
}

.btn-contacto--button {
	display: block;
	margin-top: 0 0 40px;;
	padding: 20px;
	border-radius: 5px;
	background-color: #30a6cd;
	border: none;
	color: #FFFFFF;
	font-size: 24px;
	line-height: 24px;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
}


.btn-secundario {
	display: block;
	margin-top: 20px;
	padding: 0 20px;
	color: #30a6cd;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
}

.control {
	margin: 0;
	padding: 10px 0;
}

.control__label {
	display: block;
	margin: 0;
	padding: 0 0 10px;
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
	color: #666666;
}

.control__select,
.control__input {
	width: 100%;
	padding: 10px;
	border-radius: 5px;
	border: solid 1px #666666;
	color: #333333;
	font-size: 24px;
	line-height: 24px;
	font-weight: 400;
}

.listadotelefonos {
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 0 20px;
}

.itemtelefono {
	font-size: 24x;
	font-weight: 400;
	color: #666666;
	margin: 0;
	padding: 20px 20px;
	width: 50%;
	box-sizing: border-box;
}
