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

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

.header {
	background-image: url("../assets/header_bg_desktop.png");
	background-repeat: repeat-x;
	background-position: center top;
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
	height: 120px;
	max-height: 120px;
	width: 100%;
	position: fixed;
    z-index: 999999;
    top: 0;
}

.navigation_mobile {
	display: none;
}
.hmenu {
	display: none;
}

.isologotipo {
	background-image: url("../assets/isologo_bg_desktop.png");
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0;
	padding: 15px 65px 15px 15px;
}

.isologotipo__img {
	margin: 10px 20px 10px 0;
    max-height: 90px;
    height: 70px;
    width: auto;
}

.navMenu {
	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/productos-corporativos.jpg");
}
.slider__img--automotores {
	background-image: url("../assets/banners/automotores.jpg");
}
.slider__img--familiar {
	background-image: url("../assets/banners/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: left 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: 30px 20px 30px 160px;
}

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

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

.caption__title {
	font-size: 36px;
	line-height: 36px;
	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;
}

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

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

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

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

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

.texto:last-of-type {
	padding: 10px 0 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;
}

.footer__imagen {
	position: relative;
	width: 100%;
	height: 360px;
}

.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 0;
	font-size: 12px;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
}

.footer__contenido {
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	width: 1080px;
}

.footer__contenido a {
	color: #FFFFFF;
}

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

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

.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: 48px;
	font-weight: 300;
	margin: 0;
	padding: 20px 0;
	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: 48px;
	font-weight: 300;
	margin: 0;
	padding: 20px 0;
	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: 33%;
	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;
}

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

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

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

.itemLink__label {
	display: block;
	font-size: 18px;
	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 5px;
	font-size: 12px;
	line-height: 12px;
	font-weight: 400;
	color: #666666;
}

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

.listadotelefonos {
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}

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