@charset "utf-8";

/* RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}


/* Clearfix */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {clear:both;}
.cf { zoom:1;}

/********** Tipografías **********/
@font-face {
    font-family: 'futura-extra-black';
    src: url('fonts/futura-extra-black.eot');
    src: url('fonts/futura-extra-black.eot?#iefix') format('embedded-opentype'),
         url('fonts/futura-extra-black.woff') format('woff'),
         url('fonts/futura-extra-black.ttf') format('truetype'),
         url('fonts/futura-extra-black.svg#futura-extra-black') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'futura-md';
    src: url('fonts/futura-md.eot');
    src: url('fonts/futura-md.eot?#iefix') format('embedded-opentype'),
         url('fonts/futura-md.woff2') format('woff2'),
         url('fonts/futura-md.woff') format('woff'),
         url('fonts/futura-md.ttf') format('truetype'),
         url('fonts/futura-md.svg#futura-md') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'hp-simplified-bold';
    src: url('fonts/hpsimplified-bd.eot');
    src: url('fonts/hpsimplified-bd.eot?#iefix') format('embedded-opentype'),
         url('fonts/hpsimplified-bd.woff2') format('woff2'),
         url('fonts/hpsimplified-bd.woff') format('woff'),
         url('fonts/hpsimplified-bd.ttf') format('truetype'),
         url('fonts/hpsimplified-bd.svg#hp-simplified-bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/********** Estilos **********/
html,body {
	height:100%;
}
#contenedor {
	min-height:100%;
	height: auto!important;
	height:100%;
	overflow:auto;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 30px;
	font-size: 16px;
	color: #666;
	background: #eee;
}
h1 {
	font-family: 'hp-simplified-bold', "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 50px;
	font-size: 60px;
	color: #1675a9;
	padding: 10px 0;
	margin: 20px 0;
	text-align: center;
}
h2 {
	font-family: 'hp-simplified-bold', "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 40px;
	font-size: 30px;
	color: #333;
    padding: 20px 0;
}
h3 {
	font-family: 'hp-simplified-bold', "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 30px;
	font-size: 20px;
	color: #333;
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 30px;
	font-size: 12pt;
	color: #666;
	padding-bottom: 20px;
}
a:link,
a:visited {
	color:#333;
}
a:hover,
a:active {
	color:#666;
}
strong {
	font-weight: bold;
}
.boton {
	font-family: 'futura-extra-black', "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 16px;
	padding: 15px;
	transition: all .5s;
	cursor: pointer;

	background: #1675a9;
	color: #333;
}
.boton:hover {
	background: #195d90;
	transition: all .5s;
	color: #fff;
}
.responsiva {
	width: 100%;
	height: auto;
}
.centrar {
	text-align: center;
}
.columnas {
	width: 100%;
	overflow: hidden;
	padding: 50px 0;
}
.col-100,
.col-80,
.col-75,
.col-66,
.col-60,
.col-50,
.col-40,
.col-33,
.col-25,
.col-20 {
	float: left;
	padding: 0 2%;
}
.col-100 {
	width: 96%;
}
.col-80 {
	width: 76%;
}
.col-75 {
	width: 71%;
}
.col-66 {
	width: 62.66666%;
}
.col-60 {
	width: 56%;
}
.col-50 {
	width: 46%;
}
.col-40 {
	width: 36%;
}
.col-33 {
	width: 29.33333%;
}
.col-25 {
	width: 21%;
}
.col-20 {
	width: 16%;
}

/********** Header **********/


header {
	background: #fff;
	height: 100px;
	border-bottom: solid 1px #c5dce9;
}
header .contenedor {
	max-width: 1200px;
	margin: 0 auto;	
}
header .logotipo {
	background: url(../images/sprite.png);
	width: 280px;
	height: 80px;
	cursor: pointer;
	margin: 20px;
    float: left;
}

/**/
header #llamanos {
	float: left;
	padding-top: 40px;
	font-weight: bold;
	color: #1675a9;
	font-size: 30px;
	font-family: 'hp-simplified-bold', "Trebuchet MS", Arial, Helvetica, sans-serif;
}
header #llamanos #telefono-header {
	width: 30px;
	height: 30px;
	background: url(../images/sprite.png) -480px -100px;
	float: left;
	margin-right: 10px;
}

header .menu-seguros {
	float: right;
}
header ul{
	height: 100px;
	list-style-type: none;
	margin: 0 auto;
	}
header ul li {
	text-align: center;
	float: left;
    padding: 0 0 15px 0;
	border-right: solid 1px #c5dce9;
	border-top: solid 5px #fff;
	transition: all 0.25s;
	height: 80px;
}
header li:hover {
	background: #1675a9;
	border-top: solid 5px #201646;
}
header ul li:first-child {
	border-left: solid 1px #c5dce9;
}
header ul li a {
	text-decoration: none;
	font-family: "futura-md", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	color: #333;
    padding: 54px 20px 24px 20px;
}
header ul li a:hover {
	color: #fff;
}
header .icono {
	width: 20px;
	height: 20px;
	margin: 25px auto 0 auto;
	background: url(../images/sprite.png);
}
header #auto {
	background-position: -280px -100px;
	transition: all 0.25s;
}
header li:hover #auto {
	background-position: -280px -130px;
	transition: all 0.25s;
}
header #hogar {
	background-position: -300px -100px;
	transition: all 0.25s;
}
header li:hover #hogar {
	background-position: -300px -130px;
	transition: all 0.25s;
}
header #salud {
	background-position: -320px -100px;
	transition: all 0.25s;
}
header li:hover #salud {
	background-position: -320px -130px;
	transition: all 0.25s;
}
header #danos {
	background-position: -340px -100px;
	transition: all 0.25s;
}
header li:hover #danos {
	background-position: -340px -130px;
	transition: all 0.25s;
}
header #vida {
	background-position: -360px -100px;
	transition: all 0.25s;
}
header li:hover #vida {
	background-position: -360px -130px;
	transition: all 0.25s;
}


/********** Footer **********/
footer {
	background: #666;
	border-top: solid 1px #ccc;
	overflow: auto;
    margin: -260px auto 0;
}
footer p {
	color: #999;
	padding-bottom: 0;
}
footer a {
	color: #999 !important;
	text-decoration: none;
}
footer a:hover,
footer a:active {
	color: #ccc !important;
	text-decoration: none;
}

footer ul li {
	font-family: "futura-md", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding-left: 20px;
	margin-bottom: 10px;
	background: url("../images/sprite.png") no-repeat -600px -150px;
}

footer .contenedor {
	max-width: 1200px;
	margin: 20px auto;
	overflow: auto;
	min-height: 169px;
}
footer .logotipo {
	background: url(../images/sprite.png) 0 -80px;
	width: 280px;
	height: 80px;
	cursor: pointer;
	margin: 20px auto;
}
.dato-ubicacion,
.dato-telefono,
.dato-correo,
.dato-ninguno {
	padding-left: 20px;
	background: url(../images/sprite.png) no-repeat;
}
.dato-ubicacion {
	background-position: -600px 0;
}
.dato-telefono {
	background-position: -600px -50px;
}
.dato-correo {
	background-position: -600px -100px;
}
.dato-ninguno {
	background-position: -620px 0;
}
footer #footer-2 {
	background: #333;
	min-height:39px;
	padding-top: 10px;
	border-top: solid 1px #ccc;
}
footer #footer-2 p {
	color: #fff;
	text-align: center;
	vertical-align: central;
}

/********** Menú **********/
nav {
	border-bottom: solid 5px #1675a9;
	width: 100%;
	height: 50px;
	background: #fff;
}
nav ul{
	height: 50px;
	list-style-type: none;
	margin: 0 auto;
	
	float: left;
	position: relative;
	left: 50%;
}
nav ul li {
	text-align: center;
	float: left;
	position: relative;
	right: 50%;
	padding: 10px;
}
nav ul li a {
	text-decoration: none;

	font-family: "futura-md", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	color: #201646;
	padding: 16px;
	
}
nav ul li a:hover {
	background: #1675a9;
	color: #fff;
}

/* Styling the toggle menu link and hiding it */
nav .navtoogle {
	display: none;	
	width: 100%;
	text-align: center;
	border: none;
	cursor: pointer;
	
	font-family: "futura-md", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	color: #333;
	padding: 16px;
	
}
.navtoogle i{
	z-index:-1;
}
.icon-menu {
	position: relative;
	top: 3px;
	line-height: 0;
	font-size: 1.6em;
}

/********** Sección inicio **********/
#experiencia {
	background: #201646 url(../images/sprite.png) no-repeat top right;
	background-position: -580px -290px;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
	padding: 20px 2%;
}
#experiencia h2 {
	font-family: 'hp-simplified-bold', "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #1675a9;
	font-size: 100px;
	margin: 20px 0;
}
#experiencia p {
	font-family: 'hp-simplified-bold', "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 30px;
}
#categorias {
	overflow: auto;
	padding: 50px 0;
}
#seccion-inicio #categorias {
	background: #1675a9;
}
.categoria {
	float: left;
	width: 16%;
	padding: 0 2%;
	text-align: center;
	margin: 0 auto;
}
.categoria a {
	font-family: 'hp-simplified-bold', "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 25px;
	cursor: pointer;
}
#seccion-inicio .categoria a {
	color: #fff;
}
#seccion-seguros .categoria a {
	color: #1675a9;
}
#seccion-seguros .categoria:hover a,
#seccion-inicio .categoria:hover a {
	color: #201646;
	transition: all .25s;
}
.categoria:hover .ico-categoria {
	background: #201646 url(../images/sprite.png) no-repeat;
	transition: all .25s;
}
.ico-categoria {
	margin: 0 auto 20px auto;
	background: #fff url(../images/sprite.png) no-repeat;
	width: 60px;
	height: 60px;
	padding: 30px;
	border-radius: 60px;
}

#ico-auto {
	background-position: 0 -160px;
}
#ico-hogar {
	background-position: -120px -160px;
}
#ico-salud {
	background-position: -240px -160px;
}
#ico-danos {
	background-position: -360px -160px;
}
#ico-vida {
	background-position: -480px -160px;
}

/********** Responsive slides **********/
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  max-height: 400px;
  max-height: 25rem;
  left: 0;
  top: 0;
  }
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.rslides_container {
  position: relative;
  float: left;
  width: 100%;
  }
.centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 55%;
  left: 20px;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 50px;
  width: 50px;
  background: transparent url("../images/sprite.png") no-repeat -380px -100px;
  margin-top: -45px;
  }
.centered-btns_nav:active {
  opacity: 1.0;
  }
.centered-btns_nav.next {
  left: auto;
  background-position: -430px -100px;
  right: 20px;
  }
.centered-btns_nav:focus {
  outline: none;
  }


/********** Contacto **********/
#googlemap{
	width: 100%;
	height: 400px;
	position: relative;
	top: 0;
	z-index: 0;
    margin-bottom: 40px;
}
.contacto-dato,
.contacto-mensaje {
	width: 96%;
	border: none;
	background: #fff;
	padding: 8px 2%;
	padding: .5rem 2%;
	float: left;
	margin: 10px 0;
	margin: 0.625rem 0;
	box-shadow: 1px 1px 1px #ccc,
				1px 1px 1px #ccc inset;
	font-size: 16px;
	font-size: 1rem;
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 30px;
	line-height: 1.875rem;
}
.contacto-mensaje {
	height: 150px;
}
::-webkit-input-placeholder {
	color: #333;
}
#contacto p {
	padding-bottom: 0;
}
label {
    display: block;
}
form {
    margin-bottom: 40px;
}
#datos .dato-ubicacion,
#datos .dato-telefono,
#datos .dato-correo,
#datos .dato-ninguno,
#datos .dato-horario {
	padding-left: 20px;
	background: url(../images/sprite2.png) no-repeat;
}
#datos .dato-ubicacion {
	background-position: 0 0;
}
#datos .dato-telefono {
	background-position: 0 -50px;
}
#datos .dato-correo {
	background-position: 0 -100px;
}
#datos .dato-horario {
	background-position: 0 -150px;
}
#datos .dato-ninguno {
	background-position: 0 -250px;
}

/********** Contenido **********/
.importante {
	font-family: 'hp-simplified-bold', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #201646;
}
.lista li {
	background: url(../images/sprite2.png) no-repeat 0 -200px;
	padding-left: 20px;
}
#contenido {
	padding-bottom: 240px;
	overflow: auto;
}
#contenido .contenedor {
	max-width: 1200px;
	margin: 40px auto;
    padding: 0 10px;
}
#asesores h1 {
	margin: 0 !important;
	text-align: left !important;
}
.logotipos {
	width: 40%;
	height: auto;
	margin: 20px 4%;
}
#seguros {
    width: 50%;
    margin: 0 auto;
}

.contenedor-img {
  width: 100%;
  height: auto;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.div-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.div-img.hidden {
  overflow: hidden;
}
.div-img .img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
}
.div-img:hover .img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
	
@media only screen and (min-width: 1140px) {

}
@media only screen and (max-width: 960px) {
header #llamanos {
	display: none;
}
}

@media only screen and (max-width: 768px) {
.categoria {
	float: none;
	width: 96%;
	margin: 20px auto;
}
.col-100,
.col-80,
.col-75,
.col-66,
.col-60,
.col-50,
.col-40,
.col-33,
.col-25,
.col-20 {
	width: 96%;
}

header {
	height: auto;
}
header .contenedor {
    padding: 10px 0;
}
header .logotipo {
	margin: 0 auto;
    float: none;
}
header .menu-seguros {
	display: none;
}
footer .col-25 {
	width: 46%;
}
footer ul li {
	border-top: solid 1px #666;
}

/* Toggle */
nav .navtoogle{
	margin: 0;
	display: block;
}
.no-js nav ul {
	max-height: 30em;
	overflow: hidden;
}
.js nav ul {
	max-height: 0em;
	overflow: hidden;
}
.js nav .active + ul {		
	max-height: 30em;
	overflow: hidden;
	transition: max-height .4s;
	background: #fff;
	z-index: 10;
}
nav ul {
	height: auto;
	max-width: 100%;
	left: 0;
	float: none;
}
nav li span {
	display: inline-block;
	height: 100%;
}
nav li {
	width: 100%;
	text-align: left;
}
nav ul li {
	right: 0;
    border-bottom: solid 1px #ccc;
}
nav ul li:first-child {
    border-top: solid 1px #ccc;
}
nav ul li:hover {
	background: #1675a9;
}
.touch nav a {
	padding: 1.2em;
}
nav a {
	height: auto;
	padding: 20px 10px;
}
#menutoggle {
	background: url("../images/ico-menu-toggle.png") no-repeat right center;
}
.logotipos {
	width: 80%;
}

}

@media only screen and (max-width: 480px) {
.col-50,
.col-33,
.col-25 {
	width: 96%;
}
.col-33 {
    margin: 10px 0;
}
header .logotipo {
	background: url(../images/sprite.png) -280px 0;
	width: 180px;
	height: 50px;
    float: none;
}
footer .logotipo {
	background: url(../images/sprite.png) -280px -50px;
	width: 180px;
	height: 50px;
	margin: 10px auto;

}
footer .col-25 {
	width: 96%;
}
footer ul li {
	list-style: none;
	text-align: center;
	margin-left: 0;
	border-top: solid 1px #ccc;
	
	background: none;
	padding-left: 0;
}
footer .dato {
	text-align: center;
	background: none;
	padding-left: 0;
}
/*
Azul cielo
1675a9

Azul cielo hover
195d90

Azul rey
201646

*/