/*Topnav*/
body{
	font-family: 'Asap', sans-serif;
}
a, button {
	color:#C1132As;
	transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}
a:hover{
	color:#C1132A;
}
/*Buttons*/
.btn{
	font-weight:400;
}
.btn-primary {
	border:2px solid #C1132A;
	background-color:#C1132A;
	color:#fff;
	padding:5px 30px;
	outline:none;
	border-radius:0;
	font-size:22px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	border-color:#C1132A;
	color:#C1132A;
	background-color:#fff;
	box-shadow:none;
	outline:none;
}
.btn-white {
	border:2px solid #fff;
	background-color:#fff;
	color:#C1132A;
	padding:5px 30px;
	outline:none;
	border-radius:0;
	font-size:22px;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active {
	color:#fff;
	border-color:#C1132A;
	background-color:#C1132A;
	box-shadow:none;
	outline:none;
}
.btn-default {
	border:2px solid transparent;
	background-color:#C1132A;
	color:#fff;
	padding:55px 30px;
	outline:none;
	border-radius:0;
	font-size:22px;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
	color:#C1132A;
	border-color:#C1132A;
	background-color:#fff;
	box-shadow:none;
	outline:none;
}
.btn-grey {
	border:none;
	background-color:#3F3F41;
	color:#fff;
	padding:10px 30px;
	outline:none;
	border-radius:0;
	font-size:16px;
}
.btn-grey:hover,
.btn-grey:focus,
.btn-grey:active {
	color:#fff;
	background-color:#232325;
	box-shadow:none;
	outline:none;
}
.clear-md{
	height:20px;
}
.clear-lg{
	height:40px;
}
/*header*/
header {
	position:relative;
}
header .navbar {
	margin-bottom:0;
	margin-top:0;
}
header .navbar-brand{
	height:auto;
}
header .navbar .container {
	position:relative;
}
header .navbar-nav {
	margin-top:20px;
}
header .nav>li>a{
	font-weight:700;
	color:#333;
	font-size:14px;
	padding:15px 10px;
	text-transform:uppercase;
}
header .nav>li.active a{
	color:#C2132A;
	background:#f9f9f9;
	border-bottom:2px solid #C2132A;
}
header .nav>li.active a,
header .nav>li>a:focus,
header .nav>li>a:hover{
	color:#C2132A;
	background:#f9f9f9;
}
header .navbar-toggle {
	margin-top:28px;
}
header .navbar-toggle .icon-bar{
	background-color:#C2132A;
	height:4px;
}
/*Stick form*/
#box{
    width: 200px;
    top: -256px;
	right: 20px;
    position: fixed;
    z-index: 9999;
}

#tab{
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 99;
}
#tab li span{
    display: block;
    padding: 0 5px;
    position: relative;
}
.show-module, .hide-module{
    /* we specify the transition length for hiding and showing */
            transition: margin-top .4s ease-in;
    -webkit-transition: margin-top .4s ease-in;
}
.hide-module{
    margin-top:0px;
}
.show-module{
    margin-top:254px;
}
#arrow{
    cursor: pointer;
}
.stick-form {
	float:left;
	width:200px;
	padding:20px;
	background-color:#C1132A;
	z-index:9999;
	text-align:center;
}
.stick-form img {
	width:80px;
	margin:0 0 10px;
}
.stick-form p {
	color:#fff;
	text-align:center;
	line-height:120%;
}
.stick-form>p>span {
	display:block;
	font-size:22px;
	font-weight:bold;
}
.stick-form .form-group {
	margin-bottom:10px;
}
.stick-form .form-control {
	height:38px;
	text-align:center;
	width:100%;
}
.stick-form .btn{
	padding:8px;
	display:block;
	width:100%;
}
.stick-form p.thanks {
	padding:5px;
	color:#fff;
	font-size: 13px;
	text-align:center;
	background:#85B200;
}
.stick-form p.thanks_error {
	padding:5px;
	color:#fff;
	font-size: 13px;
	text-align:center;
	background:#7D0B0E;
}
.stick-form label.error{
	color:#fff;
	font-weight:normal;
}
/*Main Banner*/
.slider-banner {
   display:block;
   width:100%;
   background:#333;
   max-height: 550px;
   position:relative;
}
.slider-banner .carousel{
   max-height: 550px;
   overflow:hidden;
}
.slider-banner .carousel .carousel-inner .item{
	text-align:center;
 }
.slider-banner .carousel .carousel-inner .item img{
	display: inline-block;
}
.slider-banner .carousel .carousel-inner .carousel-caption{
	top:120px;
	bottom:auto;
	padding-bottom:0;
	text-shadow:none;
}
.slider-banner .carousel .carousel-inner .carousel-caption .title-caption{
	background:rgba(255,255,255,0.3);
	padding:15px 50px;
	width:auto;
	display:inline-block;
}
	
.slider-banner .carousel .carousel-inner .carousel-caption .title-caption h1{
	font-weight:700;
	font-size:40px;
	margin:0;
	color:#221F20;
}
.slider-banner .carousel .carousel-inner .carousel-caption .title-caption h1 span{
	color:#C2132A;
}
.slider-banner .carousel .carousel-inner .carousel-caption .cta-caption{
	display:block;
	margin-top:30px;
	text-align:center;
}
.slider-banner .carousel .carousel-inner .carousel-caption .cta-caption .cta-area{
	background:rgba(0,0,0,0.2);
	padding:15px;
	width:auto;
	display:inline-block;
}
.slider-banner .carousel-indicators .active{
	background-color:#C2132A;
	border-color:#C2132A;
}
.slider-banner .carousel-control{
	width:auto;
}
.slider-banner .carousel-control .fa-angle-left,
.slider-banner .carousel-control .fa-angle-right,
.slider-banner .carousel-control .icon-next,
.slider-banner .carousel-control .icon-prev {
	width: 50px;
	height: 50px;
	margin: -20px 15px 0;
	font-size: 36px;
	line-height: 48px;
	background-color:#fff;
	color:#A6A9AB;
	text-shadow:none;
	border-radius:100%;
}
.slider-banner .carousel-control .fa-angle-left,
.slider-banner .carousel-control .fa-angle-right,
.slider-banner .carousel-control .icon-next,
.slider-banner .carousel-control .icon-prev {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}
.slider-banner .carousel-control .fa-angle-right{
	right:0;
}
.slider-banner .btn-primary {
	padding:10px 30px;
}

/*Simple banner*/
.simple-banner{
	position:relative;
	height:345px;
}
.simple-banner .bg{
  background-position: center top;
  max-width: 1600px;
  background-repeat: no-repeat;
  margin: auto;
  height: 345px;
}
.simple-banner h1{
	text-align:right;
	margin-top:260px;
	color:#fff;
	font-weight:700;
}
.simple-banner.banner-1{
	background-color:#120A08;
}
.simple-banner.banner-1 .bg{
	background-image:url('../img/banner-1.jpg');
}
.simple-banner.banner-2{
	background-color:#1A6C82;
}
.simple-banner.banner-2 .bg{
	background-image:url('../img/banner-2.jpg');
}
.simple-banner.banner-3{
	background-color:#700000;
}
.simple-banner.banner-3 .bg{
	background-image:url('../img/banner-3.jpg');
}
.simple-banner.banner-4{
	background-color:#A1A6A0;
}
.simple-banner.banner-4 .bg{
	background-image:url('../img/banner-4.jpg');
}
.simple-banner.banner-5{
	background-color:#F1F5F6;
}
.simple-banner.banner-5 .bg{
	background-image:url('../img/banner-5.jpg');
}

/*Grey banner*/
.grey-banner {
	padding:30px 0;
	background:#D3D3D3;
	color:#57585A;
	position:relative;
}
.grey-banner h2{
	font-size:28px;
	color:#57585A;
	margin:0 0 5px;
	font-weight:bold;
}
.grey-banner p{
	font-size:20px;
	color:#57585A;
    margin: 0;
    line-height: 110%;
}
.grey-banner .cta-area{
	background:rgba(0,0,0,0.15);
	padding:15px;
	float:right;
	width:auto;
	display:inline-block;
}
.grey-banner .cta-area .btn-white{
	padding: 8px 20px;
	font-size:20px;
}

/*Forms section*/
.forms {
	padding:50px 0;
	position:relative;
}
.forms .close-form {
	float:right;
	color:#C2132A;
}
.forms .close-form:hover{
	color:#333;
}
.forms .panel {
	border:none;
	border-radius:none;
	box-shadow:none;
}
.forms fieldset{
	border:0;
	padding:0;
	margin:0;
}
.forms fieldset h3{
    font-size: 30px;
    color: #C2132A;
    margin: 0 0 30px;
    font-weight: bold;
	text-align:center;
}	
.forms .form-actions{
	padding-top:20px;
	border-top:1px solid #D0D2D4;
	text-align:center;
	margin-top:20px;
}
.forms .form-actions .btn{
	 margin:1px;
}
.forms label {
	display:block;
	font-size:16px;
}
.forms .radio-inline label {
	display:inline-block;
	font-weight:400;
	margin-top:10px;
	cursor:pointer;
}
.forms textarea {
	height: 121px;
}
.forms #informacion,
.forms #confirmacion{
	display:none;
}
.forms .thanks {
	font-size: 18px;
	text-align: center;
	margin-bottom: 40px;
}

/*Features*/
.ch-grid {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}
.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}
.ch-grid:after {
	clear: both;
}
.ch-grid li {
	width: 180px;
	display: inline-block;
	margin: 20px;
	vertical-align:top;
}
.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	cursor: default;
}
.ch-info-wrap{
	position: absolute;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	perspective: 800px;
	transition: all 0.4s ease-in-out;
	top: 20px;
	left: 20px;
	box-shadow: 
		0 0 0 20px rgba(0,0,0,0.08), 
		inset 0 0 3px rgba(0,0, 0, 0.3);
}
.ch-info{
	position: absolute;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	transition: all 0.4s ease-in-out;
	transform-style: preserve-3d;
}
.ch-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-position: center center;
	backface-visibility: hidden;
}
.ch-info .ch-info-back {
	transform: rotate3d(0,1,0,180deg);
	background: #3F3F41;
}
.ch-img-1 { 
	background-image: url(../img/img-cotizacion.jpg);
}
.ch-img-2 { 
	background-image: url(../img/img-llamada.jpg);
}
.ch-img-3 { 
	background-image: url(../img/img-personas.jpg);
}
.ch-img-4 { 
	background-image: url(../img/img-campo.jpg);
}
.ch-img-5 { 
	background-image: url(../img/img-empresas.jpg);
}
.ch-info h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 16px;
	margin: 0 5px;
	padding: 60px 0 0 0;
	height: 30px;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}
.ch-info p a:hover {
	color: rgba(255,242,34, 0.8);
}
.ch-item:hover .ch-info-wrap {
	box-shadow: 
		0 0 0 0 rgba(255,255,255,0.8), 
		inset 0 0 3px rgba(115,114, 23, 0.8);
}

.ch-item:hover .ch-info {
	transform: rotate3d(0,1,0,-180deg);
}
.features {
	position:relative;
	padding:40px 0;
}
.features ul li h4 {
	margin-top:190px;
	color:#222;
	font-size:22px;
}
.features ul li p {
	color:#555;
	font-size:16px;
	line-height:1.2;
}

.greydark-banner {
	padding:30px 0;
	background:#8A8A8A;
	color:#fff;
	text-align:center;
	position:relative;
}
.greydark-banner .box-shadow-dark {
	top:0;
	bottom:auto;
}
.greydark-banner h2{
	display:inline-block;
	width:auto;
	font-size:26px;
	vertical-align: middle;
    margin: auto 20px;
}
.greydark-banner ul{
	margin:0;
	padding:0;
	display:inline-block;
	vertical-align: middle;
}
.greydark-banner ul li{
	display:inline-block;
	list-style:none;
	padding:0;
	margin:0 10px;
}
.greydark-banner ul li a{
	width:40px;
	height:40px;
	text-align:center;
	display:block;
	background-color:#fff;
	color:#8A8A8A;
	border-radius:100%;
	line-height:40px;
	font-size:20px;
}
.greydark-banner ul li a:hover{
	background-color:#C2132A;
	color:#fff;
}

.red-banner {
	padding:40px 0;
	background:#C2132A;
	color:#fff;
	text-align:center;
	position:relative;
}
.red-banner h2{
	font-size: 30px;
    margin: 10px 0;
	text-align:left;
}
.red-banner i{
	margin-right:10px;
	display:inline-block;
	vertical-align: middle;
}
.red-banner span{
	display:inline-block;
	font-size:30px;
	vertical-align: middle;
    margin: auto;
}

.prefooter {
	background-color:#F2F2F2;
	position:relative;
	padding:40px 0;
}
.prefooter .footer-brand {
	text-align:left;
}
.prefooter .footer-brand p{
	margin-top:10px;
	color:#808184;
	font-size:15px;
}
.prefooter h2{
	color:#808184;
	margin:0;
	font-size:28px;
}
.prefooter hr {
	border-color:#D0D2D4;
	margin-top:5px;
    margin-bottom: 10px;
}
.prefooter ul.brand-list {
	margin:0;
	padding:0;
	text-align:center;
}
.prefooter ul.brand-list li:first-child{
	margin-left:0;
}
.prefooter ul.brand-list li:last-child{
	margin-right:0;
}
.prefooter ul.brand-list li {
	display:inline-block;
	vertical-align:middle;
	list-style:none;
	margin:0 10px;
}
.sitemap  {
	padding:50px 0;
}
.sitemap ul {
	margin:0;
	padding:0;
}
.sitemap ul li  {
	list-style:none;
	padding:0 40px 10px 0;
	margin:0;
	position:relative;
}
.sitemap ul li i{
	color:#C1132A;
	font-size:10px;
	position:absolute;
	left:0;
	top:10px;
}
.sitemap ul li a{
		border-bottom:1px solid #E2E3E5;
		padding:5px 0 10px;
		margin-left:20px;
		width:100%;
		color:#808184;
		text-decoration:none;
		display:block;
}
.sitemap ul li a:hover{
	color:#C1132A;
}	
.sitemap .newsletter h4,
.sitemap .newsletter p {
	color:#808184;
	margin:0 0 10px;
}
.sitemap .newsletter p.thanks {
	padding:4px 10px;
	color:#85B200;
	font-weight:bold;
	text-align:center;
	border-bottom:2px solid #85B200;
}
.sitemap .newsletter p.thanks_error {
	padding:4px 10px;
	color:#E61318;
	font-weight:bold;
	text-align:center;
	border-bottom:2px solid #E61318;
}

.sitemap .newsletter hr{
	margin-top:5px;
	margin-bottom:5px;
}
.sitemap .newsletter .form-group{
	display:inline-block;
	width:auto;
}
.sitemap .newsletter .btn-primary{
	padding:8px 4px;
	font-size:16px;
	vertical-align:top;
}
.sitemap .newsletter form{
	position:relative;
}
.sitemap .newsletter form label.error{
	position: absolute;
	width: 100%;
	left: 0;
	top: 47px;
	font-weight:normal;
	color:red;
}
footer {
	background-color:#F2F2F2;
	position:relative;
	padding:40px 0 20px;
}
footer p{
	color:#808184;
	font-size:13px;
}
	
.box-shadow {
	background:url('../img/box-shadow.png') no-repeat center top;
	height:23px;
	position:absolute;
	width:100%;
	bottom:-23px;
	z-index:9;
}
.box-shadow-dark {
	background:url('../img/box-shadow-dark.png') no-repeat center top;
	height:23px;
	position:absolute;
	width:100%;
	top:0;
}
#slide-empresa .item img{
    display: block;
    width: 100%;
    height: auto;
}

/*Grey banner empresa*/
.grey-banner-empresa {
	padding:30px 0;
	background:#E6E6E6;
	position:relative;
}
.grey-banner-empresa hr{
	border-color:#ccc;
}
.grey-banner-empresa h1{
	font-size:26px;
	color:#C2132A;
	margin:20px 0 5px;
	font-weight:normal;
}
.grey-banner-empresa h2{
	font-size:22px;
	color:#57585A;
	margin:0 0 5px;
}
.grey-banner-empresa p{
	font-size:18px;
	color:#57585A;
    margin: 0;
    line-height: 140%;
}
#slide-empresa .item img{
	display: block;
	width: 100%;
	height: auto;
}
							
.main-content{
	padding:60px 0;	
}
.main-content hr{
	border-color:#ccc;
}
.main-content h1{
	font-size:26px;
	color:#C2132A;
	margin:0 0 5px;
	font-weight:normal;
}
.main-content h2{
	font-size:28px;
	color:#C2132A;
	font-weight:bold;
	margin:0;
}
.main-content p{
	font-size:16px;
	color:#57585A;
    margin: 0;
    line-height: 140%;
}
.main-content .brand-list {
	margin:0 0 30px;
	padding:0;
	text-align:left;
}
.main-content .brand-list li{
	width:172px;
	border:1px solid #ccc;
	text-align:center;
	list-style:none;
	padding:10px 5px;
	margin:5px;
	display:inline-block;
	vertical-align:middle;
}
.main-content .brand-list li img{
	display:inline-block;
	vertical-align:middle;
}

.panel-group .panel .panel-heading {
	padding:10px 0;
}
.panel-group .panel .panel-heading a{
	display:block;
	font-size:20px;
	font-weight:700;
	text-decoration:none;
	color:#C2132A;
}
.panel-group .panel .panel-heading a .fa{
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin-right:10px;
	background-color: #C2132A;
	color: #fff;
	font-size: 16px;
}
.panel-group .panel .panel-heading a .fa:before {
    content: "\f068";
}
.panel-group .panel .panel-heading a.collapsed{
	color:#777;
}
.panel-group .panel .panel-heading a.collapsed:hover{
	color:#C2132A;
}
.panel-group .panel .panel-heading a.collapsed .fa {
	background-color:#777;
	color:#fff;
}
.panel-group .panel .panel-heading a.collapsed .fa:before {
    content: "\f067";
}
.panel-group .panel-heading+.panel-collapse>.panel-body {
	font-size:16px;
	padding-left:45px;
}
.panel-group-seguro .panel .panel-heading {
    padding: 2px 0;
}
.panel-group-seguro .panel .panel-heading a {
	font-size:22px;
}
.panel-group-seguro .panel .panel-heading+.panel-collapse>.panel-body {
	border-top:0;
	border-bottom:1px solid #ccc;
}
.panel-group-seguro .panel .panel-body p {
	font-size:15px;
	line-height:130%;
	color:#666;
}
.panel-group-seguro .panel .panel-body .img-inbody {
	padding-left:20px;
}
.panel-group-seguro .panel .panel-body h3 {
	font-size:20px;
	margin:10px 0 10px;
	color:#C2132A;
	font-weight:bold;
}
.panel-group-seguro .panel .panel-body h3 .fa{
	color:#999;
	font-size:20px;
	font-weight:normal;
}
.panel-group-seguro .panel .panel-body h4 {
	font-size:16px;
	margin:40px 0 10px;
	color:#444;
	font-weight:bold;
}
.panel-group-seguro .panel .panel-body ul,
.panel-group-seguro .panel .panel-body ul li {
	margin:0;
	padding:0;
	list-style:none;
}
.panel-group-seguro .panel .panel-body ul li .fa{
	color:#C2132A;
	font-size:12px;
}
.panel-group-seguro .panel .panel-body ul li {
	font-size:15px;
	color:#666;
}
.panel-group-seguro .panel .panel-body .media-panel {
	text-align:center;
	padding:30px 30px 0;
}
.panel-group-seguro .panel .panel-body hr{
	border-color:#C2132A;
	margin-top:40px;
	margin-bottom:40px;
}
.panel-group-seguro .panel .panel-body .actions-panel {
	margin:50px 0 0;
}
.panel-group-seguro .panel .panel-body .actions-panel .btn{
	padding:5px 30px;
}


/*Banner secundario*/
.banner-sec{
	position:relative;
	height: 500px;
	overflow:hidden;
	background-repeat:no-repeat;
	width:100%;
}
.banner-sec img{
	position:absolute;
	z-index:-1;
	width:100%;
}
.banner-sec h1{
	margin-top:340px;
	font-size:52px;
	color:#C2132A;
}


/*Grey banner cotizador*/
.grey-banner-cotizador {
	padding:30px 0;
	background:#E6E6E6;
	position:relative;
}
.grey-banner-cotizador h1{
	font-size:40px;
	color:#C2132A;
	margin:0 0 5px;
}
.grey-banner-cotizador h2{
	font-size:26px;
	color:#C2132A;
	margin:0 0 5px;
}
.grey-banner-cotizador p{
	font-size:22px;
	color:#57585A;
    margin: 0;
    line-height: 120%;
}

/*Thumbnail seguros*/
.thumbnail-module{
	padding:60px 0;
	position:relative;
}
.thumbnail-seguros{
	border-bottom:1px solid transparent;
	position:relative;
	z-index:99;
}
.thumbnail-seguros a {
	display:block;
	text-decoration:none;
	border:3px solid transparent;
}
.thumbnail-seguros a:hover{
	border:3px solid #C2132A;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.thumbnail-module .image{
	position:relative;
	overflow:hidden;
	-webkit-transform:translate3d(0,0,0);
	margin: auto;
}

.thumbnail-module .image:hover{
	-webkit-transition: all 0.3s ease 0s;
	   -moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		 -o-transition: all 0.3s ease 0s;
			transition: all 0.3s ease 0s;
}
.thumbnail-module .image .overlay,
.thumbnail-module .image .cta{
	left:0;
	top:0;
	width:100%;
	height:100%;
	position:absolute;
	z-index:2;
}
.thumbnail-module .image .overlay{
   background-color:rgba(0,0,0,0.3); /* fallback color if gradients are not supported */
    -webkit-transition:opacity 600ms ease-in-out;-moz-transition:opacity 600ms ease-in-out;transition:opacity 600ms ease-in-out
}
.thumbnail-module .image .cta{
	text-align:center;
	margin-top:100%;
	-webkit-transition:400ms ease-in-out;
	-webkit-transition-property:opacity,top;
	-moz-transition:400ms ease-in-out;
	-moz-transition-property:opacity,top;
	transition:400ms ease-in-out;
	transition-property:opacity,top
}
.thumbnail-module .image .cta,
.thumbnail-module .image:hover .overlay{
	opacity:0;
}

.thumbnail-module .image:hover .cta{
	top:-50%;
	opacity:1;
}
.thumbnail-module .image .cta{
	text-align:center;
}
.thumbnail-module .image img{
	width:100%;
	vertical-align:top
}
.thumbnail-module .image:hover img{
	-webkit-filter:none;
	-moz-filter:none
}
.thumbnail-module .info{
	padding:10px;
	text-align:center;
	background:#C2132A;
}
.mask-loaded .thumbnail-module .span4:nth-child(2n) .info,
.mask-loaded .thumbnail-module .span4:nth-child(2n) .info{
	-webkit-mask-position:center top
}

.mask-loaded .thumbnail-module .span4:nth-child(3n) .info,
.mask-loaded .thumbnail-module .span4:nth-child(3n) .info{
	-webkit-mask-position:right bottom
}
.thumbnail-module .info h1{
	text-transform:uppercase;
	font-size:20px;
	margin:0;
	color:#fff;
}

/*Contacto*/
.contact-form {
	margin:40px 0;
	padding-bottom:40px;
	border-bottom:1px solid #ccc;
}
.contact-form .cont-button{
	text-align:right;
}
.contact-form  label {
	font-size:16px;
	color:#666;
	font-weight:normal;
	
}
/* mios */

.thanks_error {
	border-bottom: 1px solid red;
	padding: 3px 9px;
	color: red;
	text-align: center;
	margin-bottom: 15px;
}

.thanks {
	/*background:#68CB50;*/
	padding: 5px 10px 6px;
	color:#68CB50;
	font-size:20px;
	text-align: center;
	margin-bottom: 15px;
}



.map{
	position:relative;
	margin-bottom:40px;
}
.map .box-shadow{
	bottom:-18px;
}
.thumb-contact {
	margin:30px 0 50px;
	margin:30px 0 50px;
	padding:0;
}
.thumb-contact img{
	display:inline-block;
	vertical-align:top;
	margin-right:10px;
}
.thumb-contact p{
	color:#949597;
	display:inline-block;
	font-size:20px;
	margin-top:15px;
	font-weight:500;
	line-height:120%;
	width:70%;
}
.form-control {
	border-radius:0;
	padding:6px 10px;
	height:42px;
	font-size:16px;
	line-height:1;
	border:1px solid #E6E6E6;
	background:#E6E6E6;
	box-shadow:none;
}
.form-control:focus{
	border-color:#ccc;
	background:#fff;
	box-shadow:none;
}
.form-control::-webkit-input-placeholder { color:#949597; font-size:16px; line-height:1}
.form-control:-moz-placeholder { color:#949597; opacity:1; font-size:16px; line-height:1}
.form-control::-moz-placeholder { color:#949597; opacity:1; font-size:16px; line-height:1}
.form-control:-ms-input-placeholder { color:#949597; font-size:16px; line-height:1}


/*Responsive*/

@media screen and (max-width: 768px){
	.container {
		width: 100%;
	}
}
@media screen and (min-width: 768px){
	.carousel-control .glyphicon-angle-left,
	.carousel-control .icon-prev {
	  margin-left: -20px;
	}
	.carousel-indicators {
	  bottom: 0px;
	}
}

@media (min-width:299px) and (max-width: 480px){
	header {
		padding-top:0;
	}
	.navbar-brand>img{
		width:160px;
	}
	header .navbar-toggle {
		margin-top:20px;
	}
	#box{
		display:none;
	}
	.slider-banner .carousel {
		height:280px;
		background-color:#333;
	}
	.slider-banner .carousel .carousel-inner{
		overflow-y:none;
		overflow:visible;
	}
	.slider-banner .carousel .carousel-inner .carousel-caption {
		right: 10%;
		left: 10%;
		top: 98%;
	}
	.slider-banner .carousel .carousel-inner .carousel-caption .title-caption {
		padding:0;
		background:none;
	}
	.carousel-indicators {
		bottom: -10px;
	}	
	.slider-banner .carousel .carousel-inner .carousel-caption .title-caption h1{
		font-size:18px;
		color:#fff;
	}
	.slider-banner .carousel .carousel-inner .carousel-caption .cta-caption {
		margin-top: 10px;
	}
	.slider-banner .carousel .carousel-inner .carousel-caption .cta-caption .cta-area{
		padding:5px;
	}
	.slider-banner .btn-primary {
		padding: 5px 15px;
		font-size: 16px;
	}
	.slider-banner .carousel-control .fa-angle-left,
	.slider-banner .carousel-control .fa-angle-right,
	.slider-banner .carousel-control .icon-next,
	.slider-banner .carousel-control .icon-prev{
		width: 35px;
		height: 35px;
		font-size: 30px;
		line-height: 35px;
		top: 25%;
	}
	.grey-banner {
		display:none;
		text-align:center;
	}
	.grey-banner h2 {
		font-size:26px;
	}
	.grey-banner p{
		font-size:17px;
	}
	.grey-banner .cta-area{
		margin-top:20px;
		float:none;
		padding:10px;
	}
	.features .container {
		width:100%;
	}
	.features .ch-item {
		left:10%;
	}
	.features .ch-grid li {
		width: 190px;
		margin: 20px
	}
	.features .ch-info,
	.features .ch-info-wrap{
		width:110px;
		height:110px;
	}
	.features ul li h4 {
		margin-top: 165px;
	}
	.greydark-banner {
		padding:20px 0;
	}
	.greydark-banner h2{
		font-size:20px;
		text-align:center;
		margin-bottom:15px;
	}	
	.red-banner{
		padding:20px 0;
	}
	.red-banner h2 {
		font-size:20px;
		text-align:center;
	}
	.red-banner span {
		font-size:17px;
		display:block;
	}
	.prefooter {
		display:none;
	}
	.prefooter .footer-brand {
		text-align:center;
		margin-bottom:20px;
	}
	.prefooter h2 {
		font-size: 22px;
	}
	.prefooter ul.brand-list li {
		display:block;
		text-align:center;
		padding:20px;
	}
	.sitemap .col-xs-6 {
		width:100%;
	}
	.newsletter {
		margin-top:30px;
		text-align:center;
	}
	.sitemap .newsletter .form-group{
		width:160px;
	}
	footer .col-xs-6{
		width:100%;
		text-align:center;
		margin-bottom:30px;
	}
	footer .col-xs-6:last-child{
		margin-bottom:0;
	}
	.forms fieldset h3 {
		font-size: 22px;
		margin-bottom:20px;
	}
	.forms label {
		font-size: 14px;
	}
	.forms .radio-inline {
		display:block;
		margin-left:0;
	}
	.forms .radio-inline label {
		margin-top:0;
	}
	.forms .thanks {
		font-size: 14px;
    	margin-bottom: 24px;
	}
	.grey-banner-empresa p {
		font-size:16px;
	}
	.main-content h1,
	.main-content h2 {
		text-align:center;
	}
	.main-content.contact p {
		text-align:center;
	}
	.main-content .brand-list {
		text-align:center;
	}
	.panel-group .panel .panel-heading a .fa {
		width: 25px;
		height: 25px;
		line-height: 25px;
		font-size:14px;
	}
	.panel-group .panel .panel-heading a{
		font-size:17px;
	}
	.panel-group .panel-heading+.panel-collapse>.panel-body{
		font-size:14px;
		padding-left: 40px;
		padding-right:0;
	}
	.grey-banner-cotizador {
		text-align:center;
	}
	.grey-banner-cotizador h1 {
		font-size: 30px;
	}
	.grey-banner-cotizador h2 {
		font-size:22px;
	}
	.grey-banner-cotizador p {
		font-size:16px;
	}
	.thumbnail-seguros.col-xs-4 {
		width:100%;
	}
	.thumbnail-seguros .btn-primary{
		padding:5px 20px;
	}
	.banner-sec{
		height:160px;
		background-size: cover;
	}
	.banner-sec h1 {
		margin-top: 70px;
		font-size: 37px;
		line-height: 1;
	}
	.contact-form .cont-button {
		margin-top:20px;
		text-align: center;
	}
	.thumb-contact {
		text-align:center;
	}
	.thumb-contact img {
		display: block;
		margin: auto;
	}
	.thumb-contact p {
		width:100%;
		margin-bottom:20px;
	}
}
@media (min-width:361px) and (max-width: 480px){
	.slider-banner .carousel {
		height:320px;
		background-color:#333;
	}
	.slider-banner .carousel .carousel-inner{
		overflow-y:none;
		overflow:visible;
	}
	.slider-banner .carousel .carousel-inner .carousel-caption {
		right: 10%;
		left: 10%;
		top: 98%;
	}
	.slider-banner .carousel .carousel-inner .carousel-caption .title-caption {
		padding:0;
		background:none;
	}
	.carousel-indicators {
		bottom: -10px;
	}	
	.slider-banner .carousel .carousel-inner .carousel-caption .title-caption h1{
		font-size:18px;
		color:#fff;
	}
	.slider-banner .carousel .carousel-inner .carousel-caption .cta-caption {
		margin-top: 10px;
	}
	.slider-banner .carousel .carousel-inner .carousel-caption .cta-caption .cta-area{
		padding:5px;
	}
	.slider-banner .btn-primary {
		padding: 5px 15px;
		font-size: 16px;
	}
	.slider-banner .carousel-control .fa-angle-left,
	.slider-banner .carousel-control .fa-angle-right,
	.slider-banner .carousel-control .icon-next,
	.slider-banner .carousel-control .icon-prev{
		width: 35px;
		height: 35px;
		font-size: 30px;
		line-height: 35px;
		top: 25%;
	}
	.features .container {
		width:100%;
	}
	.features .ch-item {
		left:10%;
	}
	.features .ch-grid li {
		width: 190px;
		margin: 20px
	}
	.features .ch-info,
	.features .ch-info-wrap{
		width:110px;
		height:110px;
	}
	.features ul li h4 {
		margin-top: 165px;
	}
	.main-content h1 {
		text-align:left;
	}
	.grey-banner-cotizador {
		text-align:left;
	}
	.thumbnail-seguros a{
		margin:0 30px 20px;
	}
	.thumbnail-seguros .btn-primary{
		padding:5px 30px;
	}
}	
@media (min-width:481px) and (max-width: 620px){
	header {
		padding-top:35px;
	}
	.navbar-brand>img{
		width:160px;
	}
	header .navbar-toggle {
		margin-top:20px;
	}
	.slider-banner .carousel .carousel-inner .carousel-caption {
		right: 10%;
		left: 10%;
		top: 10px;
	}
	.carousel-indicators {
		bottom: -10px;
	}	
	.slider-banner .carousel .carousel-inner .carousel-caption .title-caption{
		padding:10px;
	}
	.slider-banner .carousel .carousel-inner .carousel-caption .title-caption h1{
		font-size:24px;
	}
	.slider-banner .carousel .carousel-inner .carousel-caption .cta-caption {
		margin-top: 15px;
	}
	.slider-banner .carousel .carousel-inner .carousel-caption .cta-caption .cta-area{
		padding:5px;
	}
	.slider-banner .btn-primary {
		padding: 5px 15px;
		font-size: 16px;
	}
	.slider-banner .carousel-control .fa-angle-left,
	.slider-banner .carousel-control .fa-angle-right,
	.slider-banner .carousel-control .icon-next,
	.slider-banner .carousel-control .icon-prev{
		width: 35px;
		height: 35px;
		font-size: 30px;
		line-height: 35px;
	}
	.grey-banner {
		text-align:center;
	}
	.grey-banner h2 {
		font-size:26px;
	}
	.grey-banner p{
		font-size:17px;
	}
	.grey-banner .cta-area{
		margin-top:20px;
		float:none;
		padding:10px;
	}
	.grey-banner .cta-area .btn-white {
		padding: 5px 15px;
		font-size: 16px;
	}
	.features .container {
		width:100%;
	}
	.features .ch-item {
		left:10%;
	}
	.features .ch-grid li {
		width: 190px;
		margin: 20px
	}
	.features .ch-info,
	.features .ch-info-wrap{
		width:110px;
		height:110px;
	}
	.features ul li h4 {
		margin-top: 165px;
	}
	.greydark-banner {
		padding:20px 0;
	}
	.greydark-banner h2{
		font-size:20px;
		text-align:center;
		margin-top:5px;
	}	
	.greydark-banner ul li {
		margin: 0 8px;
	}
	.red-banner{
		padding:20px 0;
	}
	.red-banner h2 {
		font-size:24px;
		text-align:center;
	}
	.red-banner span {
		font-size:22px;
	}
	.prefooter .footer-brand {
		text-align:center;
		margin-bottom:20px;
	}
	.prefooter h2 {
		font-size: 22px;
	}
	.prefooter ul.brand-list li {
		text-align:center;
		padding:10px 6px;
	}
	.sitemap .col-xs-6 {
		width:100%;
	}
	.newsletter {
		padding:30px 70px 0;
		text-align:center;
	}
	footer .col-xs-6{
		width:100%;
		text-align:center;
		margin-bottom:30px;
	}
	footer .col-xs-6:last-child{
		margin-bottom:0;
	}
	.grey-banner-empresa p {
		font-size: 16px;
	}
	.grey-banner-cotizador p {
		font-size:16px;
	}
	.grey-banner-cotizador h1 {
		font-size: 34px;
	}
	.main-content .brand-list {
		text-align: center;
	}
	.main-content .brand-list li {
		margin: 5px 15px;
	}
	.thumbnail-module {
		padding-left:10px;
		padding-right:10px;
	}
	.thumbnail-module .thumbnail-seguros.col-xs-4{
		padding-left:5px;
		padding-right:5px;
	}
	.thumbnail-module .thumbnail-seguros .btn-primary{
		font-size:14px;
		padding:5px;
	}
	.banner-sec{
		height:200px;
		background-size: cover;
	}
	.banner-sec h1 {
		margin-top: 90px;
		font-size: 37px;
		line-height: 1;
	}
	.contact-form .cont-button {
		margin-top:20px;
		text-align: center;
	}
	.thumb-contact p {
		font-size:18px;
	}
	.thumb-contact img {
		margin-bottom:20px;
	}
	.thumb-contact .col-xs-12.first img,
	.thumb-contact .col-xs-12.last img 	{
		margin-left:15px;
	}
}
@media (min-width:621px) and (max-width: 767px){
	header {
		padding-top:35px;
	}
	.navbar-brand>img{
		width:160px;
	}
	header .navbar-toggle {
		margin-top:20px;
	}
	.slider-banner .carousel .carousel-inner .carousel-caption {
		right: 10%;
		left: 10%;
		top: 20px;
	}
	.carousel-indicators {
		bottom: -10px;
	}	
	.slider-banner .carousel .carousel-inner .carousel-caption .title-caption h1{
		font-size:28px;
	}
	.slider-banner .carousel .carousel-inner .carousel-caption .cta-caption {
		margin-top: 15px;
	}
	.slider-banner .carousel .carousel-inner .carousel-caption .cta-caption .cta-area{
		padding:10px;
	}
	.slider-banner .btn-primary {
		padding: 5px 15px;
		font-size: 20px;
	}
	.slider-banner .carousel-control .fa-angle-left,
	.slider-banner .carousel-control .fa-angle-right,
	.slider-banner .carousel-control .icon-next,
	.slider-banner .carousel-control .icon-prev{
		width: 35px;
		height: 35px;
		font-size: 30px;
		line-height: 35px;
	}
	.grey-banner {
		text-align:center;
	}
	.grey-banner h2 {
		font-size:26px;
	}
	.grey-banner p{
		font-size:17px;
	}
	.grey-banner .cta-area{
		margin-top:20px;
		float:none;
		padding:10px;
	}
	.grey-banner .cta-area .btn-white{
		padding:5px 15px;
	}
	.features .container {
		width:100%;
	}
	.features .ch-item {
		left:10%;
	}
	.features .ch-grid li {
		width: 190px;
		margin: 20px
	}
	.features .ch-info,
	.features .ch-info-wrap{
		width:110px;
		height:110px;
	}
	.features ul li h4 {
		margin-top: 165px;
	}
	.greydark-banner h2{
		font-size:24px;
	}
	.red-banner{
		padding:20px 0;
	}
	.red-banner h2 {
		font-size:24px;
		text-align:center;
	}
	.red-banner span {
		font-size:26px;
	}
	.prefooter .footer-brand {
		text-align:center;
		margin-bottom:20px;
	}
	.prefooter h2 {
		font-size: 22px;
	}
	.prefooter ul.brand-list li {
		text-align:center;
		padding:10px 6px;
	}
	.newsletter {
		padding:30px 70px 0;
		text-align:center;
	}
	footer .col-xs-6{
		width:100%;
		text-align:center;
		margin-bottom:30px;
	}
	footer .col-xs-6:last-child{
		margin-bottom:0;
	}
	.grey-banner-empresa p {
		font-size: 16px;
	}
	.grey-banner-cotizador p {
		font-size:18px;
	}
	.grey-banner-cotizador h1 {
		font-size: 36px;
	}
	.main-content .brand-list {
		text-align: center;
	}
	.main-content .brand-list li {
		margin: 5px 15px;
	}
	.thumbnail-module .thumbnail-seguros .btn-primary{
		font-size:16px;
		padding:5px 10px;
	}
	.thumb-contact p {
		font-size:18px;
	}
	.thumb-contact img {
		margin-bottom:20px;
	}
	.thumb-contact .col-xs-12.first img,
	.thumb-contact .col-xs-12.last img 	{
		margin-left:15px;
	}
}
@media (min-width:768px) and (max-width: 880px){
	.container {
		width: 100%;
	}
	header .navbar-collapse {
		padding:0!important;
	}
	header .navbar-header {
		width:100%;
	}
	header .navbar-brand{
		width:100%;
		margin-top:15px;
		text-align:center;
		display:block;
		margin-left:0!important;
	}
	header .navbar-brand>img{
		display:inline-block;
	}
	header .navbar-nav{
		margin-top:0;
		width:100%;
		margin-bottom:5px;
		margin-right:0!important;
	}
	header .nav {
		text-align:center;
	}
	header .nav>li{
		float:none;
		display:inline-block;
	}
	header .nav>li>a {
		font-size: 14px;
		padding: 15px 10px;
	}
	.slider-banner .carousel .carousel-inner .carousel-caption {
		right: 10%;
		left: 10%;
		top: 55px;
	}
	.carousel-indicators {
		bottom: -10px;
	}	
	.slider-banner .carousel .carousel-inner .carousel-caption .title-caption h1{
		font-size:32px;
	}
	.slider-banner .btn-primary {
		padding: 8px 15px;
		font-size: 20px;
	}
	.slider-banner .carousel-control .fa-angle-left,
	.slider-banner .carousel-control .fa-angle-right,
	.slider-banner .carousel-control .icon-next,
	.slider-banner .carousel-control .icon-prev{
		width: 35px;
		height: 35px;
		font-size: 30px;
		line-height: 35px;
	}
	.grey-banner h2 {
		font-size:26px;
	}
	.grey-banner p{
		font-size:17px;
	}
	.features .container {
		width:100%;
	}
	.features .ch-item {
		left:10%;
	}
	.features .ch-grid li {
		width: 190px;
		margin: 20px
	}
	.features .ch-info,
	.features .ch-info-wrap{
		width:110px;
		height:110px;
	}
	.features ul li h4 {
		margin-top: 165px;
	}
	.red-banner{
		padding:20px 0;
	}
	.red-banner h2 {
		font-size:24px;
		text-align:left;
	}
	.red-banner span {
		font-size:26px;
	}
	.red-banner i,
	.red-banner span{
		margin-top:10px;
	}
	.sitemap ul li {
		padding: 0 0 5px 0;
	}
	.prefooter .footer-brand>a>img{
		width:160px;
	}
	.prefooter .footer-brand p {
		font-size:13px;
		text-align:center;
	}
	.prefooter h2 {
		font-size: 24px;
	}
	.prefooter ul.brand-list li {
		text-align:center;
		padding:6px;
	}
	.newsletter {
		padding-left:40px;
	}
	.grey-banner-cotizador p {
		font-size:18px;
	}
	.grey-banner-empresa p {
		font-size: 16px;
	}
	.grey-banner-cotizador h1 {
		font-size: 36px;
	}
	.thumbnail-module .thumbnail-seguros .btn-primary{
		font-size:18px;
		padding:5px 15px;
	}
	.thumb-contact {
		text-align:center;
	}
	.thumb-contact img {
		display: block;
		margin: auto;
	}
	.thumb-contact p {
		width:100%;
		font-size:16px;
		margin-bottom:20px;
	}
}
@media (min-width:881px) and (max-width: 991px){
	.container {
		width: 100%;
	}
	header .navbar-nav{
		margin-top:15px;
	}
	.navbar-brand>img{
		width:160px;
	}
	header .nav>li>a {
		font-weight: 700;
		color: #333;
		font-size: 13px;
		padding: 15px 9px;
	}
	.slider-banner .carousel .carousel-inner .carousel-caption {
		right: 10%;
		left: 10%;
		top: 55px;
	}
	.carousel-indicators {
		bottom: -10px;
	}	
	.slider-banner .carousel .carousel-inner .carousel-caption .title-caption h1{
		font-size:32px;
	}
	.slider-banner .btn-primary {
		padding: 8px 15px;
		font-size: 20px;
	}
	.slider-banner .carousel-control .fa-angle-left,
	.slider-banner .carousel-control .fa-angle-right,
	.slider-banner .carousel-control .icon-next,
	.slider-banner .carousel-control .icon-prev{
		width: 35px;
		height: 35px;
		font-size: 30px;
		line-height: 35px;
	}
	.grey-banner h2 {
		font-size:26px;
	}
	.grey-banner p{
		font-size:17px;
	}
	.features .container {
		width:100%;
	}
	.features .ch-item {
		left:10%;
	}
	.features .ch-grid li {
		width: 190px;
		margin: 30px
	}
	.features .ch-info,
	.features .ch-info-wrap{
		width:110px;
		height:110px;
	}
	.features ul li h4 {
		margin-top: 165px;
	}
	.red-banner{
		padding:20px 0;
	}
	.red-banner h2 {
		font-size:24px;
		text-align:left;
	}
	.red-banner span {
		font-size:26px;
	}
	.red-banner i,
	.red-banner span{
		margin-top:10px;
	}
	.sitemap ul li {
		padding: 0 0 5px 0;
	}
	.prefooter .footer-brand>a>img{
		width:190px;
	}
	.prefooter .footer-brand p {
		font-size:13px;
		text-align:center;
	}
	.prefooter h2 {
		font-size: 24px;
	}
	.prefooter ul.brand-list li {
		text-align:center;
		padding:6px;
	}
	.newsletter {
		padding-left:40px;
	}
	.grey-banner-cotizador p {
		font-size:18px;
	}
	.grey-banner-empresa p {
		font-size: 16px;
	}
	.grey-banner-cotizador h1 {
		font-size: 36px;
	}
	.main-content .brand-list li {
		width: 154px;
	}
	.thumb-contact {
		text-align:center;
	}
	.thumb-contact img {
		display: block;
		margin: auto;
	}
	.thumb-contact p {
		width:100%;
		margin-bottom:20px;
	}
}
@media (min-width:992px) and (max-width: 1199px){
	.navbar-brand>img{
		width:180px;
	}
	.slider-banner .carousel .carousel-inner .carousel-caption {
		top: 90px;
	}
	.slider-banner .carousel .carousel-inner .carousel-caption .title-caption h1{
			font-size:36px;
	}
	.carousel-indicators {
		bottom: -10px;
	}
	.features .container {
		width:100%;
	}
	.features .ch-item {
		left:6%;
	}
	.features .ch-grid li {
		width:170px;
		margin:10px;
	}
	.features .ch-info,
	.features .ch-info-wrap{
		width:110px;
		height:110px;
	}
	.features ul li h4 {
		margin-top: 165px;
	}
	.red-banner{
		padding:20px 0;
	}
	.red-banner h2 {
		font-size:21px;
		text-align:left;
		margin-top:15px;
	}
	.red-banner span {
		font-size:22px;
	}
	.prefooter .footer-brand>a>img{
		width:210px;
	}
	.prefooter .footer-brand p {
		font-size:14px;
		text-align:center;
	}
	.main-content .brand-list li {
		width: 137px;
	}
}
@media (min-width:1200px) and (max-width:1440px){
	.slider-banner .carousel .carousel-inner .carousel-caption {
		top: 90px;
	}
	.ch-info .ch-info-back {
		padding-top: 18px;
	}

	header .nav>li>a{
		padding:15px 15px;
	}
}
@media (min-width:1441px){
	header .nav>li>a{
		padding:15px 15px;
	}
}
