/* 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;
	font-family:'opensans-light', Arial, Helvetica, sans-serif;
}



@font-face {
    font-family: 'opensans-light';
    src: url('../fonts/OpenSans-Light-webfont.eot');
    src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Light-webfont.svg#opensans-light') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'opensans-regular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#opensans-regular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'opensans-semibold';
    src: url('../fonts/OpenSans-Semibold-webfont.eot');
    src: url('../fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Semibold-webfont.svg#opensans-semibold') format('svg');
    font-weight: normal;
    font-style: normal;

}





body{ padding-bottom:80px;}/*/POR EL FOOTER/*/
html {position: relative;min-height: 100.1%;}
body ::-webkit-scrollbar-track { background-color: #ccc;}
body ::-webkit-scrollbar {  width: 5px; background-color: #aaa;}
body ::-webkit-scrollbar-thumb {background-color: #aaa;}


div, section, ul, li, span, input, select, textarea, a{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.bg{ position:absolute; top:0px; left:0px; width:100%; height:100%;  z-index:100}

.fill {background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	background-repeat:no-repeat}
.blur{-webkit-filter: blur(6px);
  -moz-filter: blur(6px);
  -o-filter: blur(6px);
  -ms-filter: blur(6px);
  filter: blur(6px);}
  
  
.tipo_b, .tipo_b span, .tipo_b a{font-family: 'opensans-semibold';}
.tipo_r, .tipo_r span, .tipo_r a{font-family: 'opensans-regular';}

/*///////*/
/*.cont{ padding:0 10%}
.columnas{ padding:0 9.5%; }*/
.columnas .columnas{ padding:0%; }
.columnas ul{list-style:none; /*overflow:hidden;*/  }
.columnas ul li{ display:inline-block; vertical-align:top; margin:0 0.5% 0 0.1%; position: relative;   }
.dos_columnas ul li{width:49%; }
.tres_columnas ul li{width:32.3%;  }
.cuatro_columnas ul li{width:24%;  }
.cinco_columnas ul li{width:19%;  }
.seis_columnas ul li{width:16%;  }
.una_columna ul li{ margin:0 0 7px 0; width: 100%; }
	
.xuno{ width:32.3%; }
.xdos{ width:64.6% }


a{ text-decoration:none}
.tran, .tran li, .tran a{-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;  -o-transition: all 0.4s ease-out;}
{-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;  -o-transition: all 0.4s ease-out;}
.row-eq-height { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }


/*///////////////////////////////////*/
/*/GENERAL/*/
@media screen and (max-width:767px){
.cont{ padding:0 5%}
.columnas{ padding:0 4.5%; }
.row-eq-height {display:block}
.columnas{ /*width:90%;*/ margin:0 auto}
.columnas .columnas{ width:100%;}
.columnas ul li, .columnas ul li ul li{ width:99%; } 
.columnas ul li.info, .columnas ul li.left, .columnas ul li.right{ width:99% }
}

@media (min-width:768px){
.cont{ padding:0 5%}
.columnas{ padding:0 4.5%; }

}
@media (min-width:1280px){
}
@media (min-width:1440px){
.cont{ padding:0 10%}
.columnas{ padding:0 9.5%; }

}


/*////////////*/
p{ font-size:16px; line-height:20px}

.color_1{ color:#087fce}
.color_1_bg{ background-color:#087fce}
.color_2{ color:#066dbc}
.color_2_bg{ background-color:#066dbc}
.color_inst{ color:#055aa4}
.color_inst_bg{ background-color:#055aa4}





.blanco, .blanco a, .blanco span{ color:#fff}
.blanco_bg{ background-color:#fff}
.gris_1_bg{ background-color:#e9e9e9}
.gris_2_bg{ background-color:#e0e0e0}
.gris_3, .gris_3 li, .gris_3 a { color:#666}
.gris_3_bg{background-color:#666;}



.form-control {display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;}
.form-control:focus { border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);}
.form-control::-moz-placeholder {color: #8e8c8c;opacity: 1;}
.form-control:-ms-input-placeholder {color: #8e8c8c;}
.form-control::-webkit-input-placeholder {color: #8e8c8c;}
.btn { display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
	}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.celda{ position:relative; overflow:hidden}
.celda input{ padding-right:30px }

/*/HEADER/*/
header {
	width:100%; 
	/*overflow:hidden;*/ 
	position:relative; z-index:2; z-index:9999 }
.head{ position:fixed; z-index:999;  width:100%}
.head_top{/* overflow:hidden; padding-top:20px; padding-bottom:20px;*/}
/*.head_top*/ .logo{ /*float:left;*/ display:inline-block; position: absolute; top:-12px; left: 0%; width: 100%; cursor: pointer /*padding:20px 0*/}
/*.head_top*/ .logo img{  width: 200px}

.menu_top{ text-align:right; padding-top:7px; padding-bottom:7px; position:relative; z-index: -1}
.menu_top a{ color:#fff; font-size:12px; margin-right:12px}
.body2{margin-top:220px}
.header2 {position: fixed; top:0px  }
.header2 .cont_slider, .home .header2 .cont_slider{ height:220px; }
.home .header2 .cont_slider  .item .info{ display:none}
/*.header2 .cont_slider  .item .info{ position: absolute;top:220px; -webkit-box-shadow: 10px 10px 23px -8px rgba(0,0,0,0.58);
-moz-box-shadow: 10px 10px 23px -8px rgba(0,0,0,0.58);
box-shadow: 10px 10px 23px -8px rgba(0,0,0,0.58); }*/
.header2 .cont_slider .carousel-indicators { display:none}
/*.header2 .cont_slider .item h1{  border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 7px; border-bottom-right-radius: 7px  } */


.redes{  position: absolute; top: 0px; right: 0px; height: 100%;}
.redes a{ margin-right: 0px}

@media screen and (max-width: 767px){
.head_top{/*padding-top:40px; padding-bottom:15px; border-bottom:2px solid #b7b7b7*/}
.logo{  top: 0px}

	/*.head_top */.logo img{ width: 140px; position: relative; top: 0px}

.head_top .tel p{ margin:0 0 5px; font-size:15px }
.head_top .tel h3{ font-size:16px; line-height:16px}
.head_top .tel h1{ font-size:32px; line-height:32px; }
.header2 .cont_slider{ height:140px; }
.body2{margin-top:140px}
/*.header2 .cont_slider  .item .info{ top:125px; -webkit-box-shadow: 10px 10px 23px -8px rgba(0,0,0,0.58);}*/
.redes{  top: 30px; }
}

@media (min-width:768px){
.menu_top{ padding-right: 10%  }
}
@media (min-width:1280px){
}
@media (min-width:1440px){
.menu_top{ padding-right: 10%  }
}




/*////MENU////*/
.menuwrap.cont{ background-color: rgba(0,0,0,0.8)}

#menu{width:auto; min-width:300px; height: 50px; margin:0 auto; position:relative; overflow:no-display; color: #FFF; padding-left: 200px;  }
#menu ul,#menu li{ margin:0 auto;  padding:0 0; list-style:none; }
#menu ul{  height:100%;  width:100%}
#menu li{ /*float:left;*/ display:inline-block; vertical-align:top; position:relative; height:100%; cursor:pointer; width:/*16.6%*/20%; text-decoration: none; text-transform:uppercase; color:#fff; /*background-color:rgba(9,95,175,0.8); border-radius:5px;*/ text-align:center }
#menu li h1{ display:inline-block; vertical-align:middle; width:90%; font-size:16px; line-height:16px;  }
#menu input{display:none;margin:0 0;padding:0 0;width:80px;height:30px;opacity:0;cursor:pointer; }
#menu label{ font:normal 20px Arial; display:none;  width:35px; height:36px; line-height:36px; text-align:center; float:right; }
#menu li:hover{background: #087fce;
 color:#fff }

/*BRAND*/
#menu ul.menus{/*SUBMENUS*/ height:0px; overflow: hidden; width:100%; position: absolute; z-index: 99; display:block;  top:50px; margin:0px; left:0px; -webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;}

#menu ul.menus li{ display: block; width: 100%;  font-size:16px; line-height:16px; padding:14px 16px; color:#fff; height:auto; border-radius:0px; background-color:rgba(9,95,175,0.9); }
/*#menu ul.menus li:last-child{ border-bottom-left-radius:5px; border-bottom-right-radius: 5px }*/
#menu li:hover ul.menus{display:block; height:500px;  }
#menu ul.menus li:hover{background-color:#087fce;}


@media screen and (max-width: 767px){
.menuwrap.cont{ padding:0px; position:absolute; top:0px; width:100%; background: none; z-index:99999 }
	.menuwrap.cont div{ padding: 0px}
#menu{height: 30px }
#menu{ padding:0px}
#menu .fa-bars, #menu label{ color:#000; margin:0px; padding:0px; line-height:inherit; top:0px; margin:0px; padding:0px; height:auto; min-height:inherit; max-height:inherit; position:relative; text-indent:0px; left:0px; margin-top:0px; background-color:#055aa4; height: 30px;}
	#menu .fa-bars{ position: fixed; left: 0px; width: 30px; height: 30px; }
	
#menu .fa-bars img{ height:25px; margin:2px 0 0 }
#menu{ position:relative; color:#fff; border-bottom: 0px solid #222;}
#menu ul{ top:100%; left:0; height:auto; display:none; position:absolute;  z-index:3;  /*background:#ddd*/; width:100%; padding:0px; background: rgba(0,0,0,0.9)  }
#menu ul.menus{ width:100%; position:static;  padding-left:0px;  }
#menu li, #menu li:hover{ /*font:normal 90% Arial;*/  width:100%;  display:block;   float:none; padding:0px; line-height:40px; text-indent:15px; /*border-bottom:1px solid #fff;*/ border-radius:0px;}
#menu li h1{ line-height:40px}



#menu li ul li, #menu li:hover ul li{line-height:40px; padding:0px; text-indent:15px}

#menu input,#menu label{  margin:0  2%; float:right;   display:block;   position:absolute; }
#menu input{z-index:4;}
#menu input:checked + label{color:#fff}
#menu input:checked ~ ul{display:block}
#menu ul.menus{/*SUBMENUS*/
	height: auto;
	overflow: hidden;
	width: 100%;
	background: none;
	position: static;
	z-index: 99;
	display: none;
}
#menu li:hover ul.menus{display:block; height:auto; }
}
#contenedor{ border:1px solid red}


@media screen and (max-width: 767px) {
	header, .header2 {height:auto; border:none; overflow:visible; z-index:99999}
	
}

/*///FOOTER////*/
footer{ height:80px;  position:absolute; bottom:0px; width:100%; left:0px}
.footer_bottom{padding:18px 10% 0; font-size:13px; line-height:13px; text-align:center; height:100%}
.footer_bottom a{ margin:0 10px; display:inline; text-transform: uppercase}
.footer_bottom a:hover{ color:#087fce}
.footer_bottom .copy{ overflow:hidden; text-align:left; margin:10px 0 0}
.footer_bottom .copy p{ float:left; font-size:12px; line-height:12px}
.footer_bottom .copy a{ float:right; margin:0px}


@media screen and (max-width: 767px) {
body{ margin-bottom:0px; margin:0px; padding:0px}
footer{ position:relative;  margin:0px; height:auto;  }
.footer_top{ height:auto; }
.footer_top ul li ul li{ height:auto }
.footer_bottom{ height:auto; }
.footer_top ul li.uno .left{ width:99%}
.footer_top ul li.uno .right{ width:99%}
.footer_bottom a{ margin:4px 0; display:block}
.footer_top ul li.uno h1{ position:relative; top:0; margin-top:0px; }
.footer_bottom .copy{ text-align:center; padding:0 0 20px}
.footer_bottom .copy p{ float:none; }
.footer_bottom .copy a{ float:none; }
.footer_top ul li.logos{padding:0px 0 0; margin:20px 0 0}
}

@media (min-width:768px){
.footer_top .recuadro{ padding-top:20px}
.footer_bottom{padding:18px 5% 0; }
.footer_bottom{padding:18px 5% 0; font-size:12px; line-height:12px; }

}

@media (min-width:1280px){
.footer_top .recuadro{ padding-top:30px}

}

@media (min-width:1440px){
.footer_bottom{padding:18px 10% 0; font-size:13px; line-height:13px; }

}




/*////////SLIDER///////////*/
.cont_slider{ height:400px; position:relative; }
.home .cont_slider{ height:600px; }
.cont_slider .carousel{ position:relative;  }
.cont_slider .carousel-indicators {
  z-index: 300;

}

.cont_slider .carousel .carousel-indicators {
  position: absolute;
  bottom: 5px;
  left: 0px; right:0px;
  padding-left: 0;
margin-left:0%;
  text-align: center;
  list-style: none;width:100%;
}
.cont_slider .carousel-indicators li {
  display: inline-block;
  width: 60px;
  height: 5px;
  margin: 0px;
  text-indent: -999px;
  cursor: pointer;
  background-color:#095faf;
  border: none;
  border-radius:0px;
  background-repeat:no-repeat; background-size:80%}

.cont_slider .carousel-indicators li:hover {
  background-color:#ccc;}
.cont_slider .carousel-indicators .active{background-color:#ccc;
  background-position:center;
  background-repeat:no-repeat; background-size:80%}

.cont_slider .item{ text-align:left;  }
/*.home .cont_slider .item{ text-align:center;  }*/

.cont_slider .item h1{ font-size:26px;  padding:20px 40px ; /*border-top-left-radius: 7px; border-top-right-radius: 7px;*/ background-color: rgba(0,0,0,0.8)  } 
.cont_slider .item h1 span{ display: block; font-size: 20px; font-family: 'opensans-regular'; }
.home .cont_slider .item h1{  padding:20px 40px 20px ; background-color: rgba(10,95,176,0.8);   } 
.cont_slider .item.fill{ background-size:cover }

.cont_slider .item .info{ display:inline-block; vertical-align:bottom; position:relative; z-index:200;padding-bottom:0px; max-width:90% }
/*.home .cont_slider .item .info{ padding-bottom:40px; }*/

.cont_slider .bg{ background-image: url(../images/fondo.png);z-index:100; background-size:120px   /*background-color:rgba(0,0,0,0.2)*/

}




@media screen and (max-width: 767px) {
.cont_slider{ height:300px; }

.cont_slider .carousel-indicators {
margin-left:5%;
}
.cont_slider .item .pic{ top:auto; bottom:0px; height:40%;}
.cont_slider .item .info{ padding-top:15px}
.cont_slider .item h1{ font-size:22px;  } 
	
	
	
	
	
}

@media (min-width:768px){
.cont_slider .carousel-indicators {
margin-left:5%;
}

}
@media (min-width:1280px){
}
@media (min-width:1440px){
.cont_slider .carousel-indicators {
margin-left:10%;
}

}


/*/////////*/
.cont_general{ padding-top:30px; padding-bottom:30px; }

.padd{ padding:30px; }

hr.espacio{ border:none; height:6px}

.secciones{background: -moz-linear-gradient(0deg, rgba(8,127,206,1) 0%, rgba(8,127,206,1) 50%, rgba(5,90,164,1) 51%, rgba(5,90,164,1) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(8,127,206,1)), color-stop(50%, rgba(8,127,206,1)), color-stop(51%, rgba(5,90,164,1)), color-stop(100%, rgba(5,90,164,1))); /* safari4+,chrome */
background: -webkit-linear-gradient(0deg, rgba(8,127,206,1) 0%, rgba(8,127,206,1) 50%, rgba(5,90,164,1) 51%, rgba(5,90,164,1) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(0deg, rgba(8,127,206,1) 0%, rgba(8,127,206,1) 50%, rgba(5,90,164,1) 51%, rgba(5,90,164,1) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(0deg, rgba(8,127,206,1) 0%, rgba(8,127,206,1) 50%, rgba(5,90,164,1) 51%, rgba(5,90,164,1) 100%); /* ie10+ */
background: linear-gradient(90deg, rgba(8,127,206,1) 0%, rgba(8,127,206,1) 50%, rgba(5,90,164,1) 51%, rgba(5,90,164,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#087fce', endColorstr='#055aa4',GradientType=1 ); /* ie6-9 */}
.secciones h1{ font-size:20px; line-height:20px}
.secciones h2{ font-size:16px; line-height:20x}

@media screen and (max-width: 767px) {

.secciones{ background:none; padding:0px}
.secciones ul li{width:100%; margin:0 }
}
@media (min-width:768px){

}
@media (min-width:1280px){

}
@media (min-width:1440px){
}

/*//////////*/
.vert{ display:inline-block; vertical-align:middle; height:100%; width:1px}

.iconos_seguros{ text-align:center}
.iconos_seguros ul li{ border-right:2px solid #4f4f4f }
.iconos_seguros .pic{ height:60px; text-align:center; }
.iconos_seguros .pic img{ display:inline-block; vertical-align:middle; max-height:70%; max-width:80%}
.iconos_seguros h2{ font-size:16px; line-height:14px}
.iconos_seguros h1{ font-size:20px; line-height:22px; text-transform: uppercase}
@media screen and (max-width: 767px) {
.iconos_seguros{ padding:0px}
.iconos_seguros ul { padding:20px 0}
.iconos_seguros ul li{border-right:0px; padding-bottom:10px; width:48%; margin:0px}
.iconos_seguros .pic{ height:50px;  }
.iconos_seguros h2{ font-size:12px; line-height:12px}
.iconos_seguros h1{ font-size:18px; line-height:18px}
}

/*///PRODUCTOS////*/
.tit_prin{ padding-top: 20px; padding-bottom: 20px;  text-transform: uppercase; background-image:url(../images/fondo.png); position: relative}

.tit_prin .bg{background: -moz-linear-gradient(136deg, rgba(6,109,188,0.35) 0%, rgba(6,109,188,0.85) 45%, rgba(6,109,188,0.85) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(6,109,188,0.85)), color-stop(55%, rgba(6,109,188,0.85)), color-stop(100%, rgba(6,109,188,0.35))); /* safari4+,chrome */
background: -webkit-linear-gradient(136deg, rgba(6,109,188,0.35) 0%, rgba(6,109,188,0.85) 45%, rgba(6,109,188,0.85) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(136deg, rgba(6,109,188,0.35) 0%, rgba(6,109,188,0.85) 45%, rgba(6,109,188,0.85) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(136deg, rgba(6,109,188,0.35) 0%, rgba(6,109,188,0.85) 45%, rgba(6,109,188,0.85) 100%); /* ie10+ */
background: linear-gradient(314deg, rgba(6,109,188,0.35) 0%, rgba(6,109,188,0.85) 45%, rgba(6,109,188,0.85) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#066dbc', endColorstr='#066dbc',GradientType=1 ); /* ie6-9 */

}
.tit_prin h1{ position: relative; z-index: 400; font-size: 22px; }
.productos .iconos_seguros ul li{ border-right:1px solid #fff }

.productos .lista_prod{ text-align: left }
.productos .lista_prod li{margin-bottom: 15px; border-right:none}
.productos .lista_prod h2{ font-size:14px; line-height:14px}
.productos .lista_prod h1{ font-size:20px; line-height:22px; text-transform: uppercase}

@media screen and (max-width: 767px) {
.productos .lista_prod h2{ font-size:12px; line-height:12px}
.productos .lista_prod h1{ font-size:18px; line-height:18px}

}


/*////QUIENES SOMOS///*/
.quienes .secciones .pic{ height: 60px; text-align: center  }
.quienes .secciones .pic img{ display: inline-block; vertical-align: middle; max-width: 80%; max-height: 80%}
.quienes .secciones h1{ text-align: center; font-size: 22px; margin: 10px 0 0; text-transform:uppercase}
.quienes .secciones hr.espacio{ border-bottom: 1px solid #fff}
.quienes h1{ font-size: 24px; text-transform:uppercase}
.fondo{ background-image: url(../images/fondo.png);}
.fondo .int_fondo{ position: relative; z-index: 200}
.fondo .bg{background: -moz-linear-gradient(168deg, rgba(102,102,102,0.6) 0%, rgba(102,102,102,0.61) 1%, rgba(102,102,102,0.72) 29%, rgba(102,102,102,1) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(102,102,102,1)), color-stop(71%, rgba(102,102,102,0.72)), color-stop(99%, rgba(102,102,102,0.61)), color-stop(100%, rgba(102,102,102,0.6))); /* safari4+,chrome */
background: -webkit-linear-gradient(168deg, rgba(102,102,102,0.6) 0%, rgba(102,102,102,0.61) 1%, rgba(102,102,102,0.72) 29%, rgba(102,102,102,1) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(168deg, rgba(102,102,102,0.6) 0%, rgba(102,102,102,0.61) 1%, rgba(102,102,102,0.72) 29%, rgba(102,102,102,1) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(168deg, rgba(102,102,102,0.6) 0%, rgba(102,102,102,0.61) 1%, rgba(102,102,102,0.72) 29%, rgba(102,102,102,1) 100%); /* ie10+ */
background: linear-gradient(282deg, rgba(102,102,102,0.6) 0%, rgba(102,102,102,0.61) 1%, rgba(102,102,102,0.72) 29%, rgba(102,102,102,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#666666',GradientType=1 ); /* ie6-9 */}

.fondo.color_2_bg .bg{background: -moz-linear-gradient(168deg, rgba(6,109,188,0.6) 0%, rgba(6,109,188,0.61) 1%, rgba(6,109,188,0.72) 29%, rgba(6,109,188,1) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(6,109,188,1)), color-stop(71%, rgba(6,109,188,0.72)), color-stop(99%, rgba(6,109,188,0.61)), color-stop(100%, rgba(6,109,188,0.6))); /* safari4+,chrome */
background: -webkit-linear-gradient(168deg, rgba(6,109,188,0.6) 0%, rgba(6,109,188,0.61) 1%, rgba(6,109,188,0.72) 29%, rgba(6,109,188,1) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(168deg, rgba(6,109,188,0.6) 0%, rgba(6,109,188,0.61) 1%, rgba(6,109,188,0.72) 29%, rgba(6,109,188,1) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(168deg, rgba(6,109,188,0.6) 0%, rgba(6,109,188,0.61) 1%, rgba(6,109,188,0.72) 29%, rgba(6,109,188,1) 100%); /* ie10+ */
background: linear-gradient(282deg, rgba(6,109,188,0.6) 0%, rgba(6,109,188,0.61) 1%, rgba(6,109,188,0.72) 29%, rgba(6,109,188,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#666666',GradientType=1 ); /* ie6-9 */}


ul.lista{ list-style:disc;padding-left: 20px} 
ul.lista li{ display: list-item; margin:0 0 3px; font-family: inherit }

ul.directores{  list-style-position: inside; padding: 0px; overflow: hidden; margin: 5px 0 0}
ul.directores li{ display:list-item; float: left; padding: 0px; margin-left: 18px; font-size: 18px; font-family: inherit }
ul.directores li:first-child{ display: inline-block; margin-left: 0px}

.staff ul li ul li{ margin-bottom: 7px; padding: 20px}
.staff ul li ul li h2{ font-size: 18px }
	
.staff .int_fondo ul li{ padding: 0px; width: 100%; margin-bottom: 40px}
.directores ul li{font-size: 18px; }

.brokers h1{ font-size: 24px; text-transform: uppercase; line-height: 24px}
.brokers .lista li{padding: 0px}

.subtit{ font-size: 20px}
ul.lista.datos { list-style:none; padding-left: 0px  }
ul.lista.datos img, ul.lista.datos p{ display: inline-block; vertical-align:top}
ul.lista.datos img{ width: 25px; margin-right: 5px}
ul.lista.datos li{ margin: 0 0 5px}
	

.premium .secciones .pic{ height: 60px; text-align: center  }
.premium .secciones .pic img{ display: inline-block; vertical-align: middle; max-width: 80%; max-height: 80%}
.premium .secciones h1{ text-align: center; font-size: 22px; margin: 10px 0 0; text-transform:uppercase}
.premium .secciones hr.espacio{ border-bottom: 1px solid #fff}
.premium .secciones{ text-align: center}

.premium div.padd{ width:66.6%; }
.premium .tit{ font-size: 26px}

.premium ul.lista{ list-style: url(../images/flecha3.png);}
.premium ul.lista li{ margin-bottom: 12px }

@media screen and (max-width: 767px) {
.premium .secciones{ background:none; padding:0px}
	
	.premium .secciones ul{	display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
.premium .secciones ul li{width:33.3%; margin:0 }
.premium div.padd{ width:100%; }
}


/*///COMPANIAS///*/
.companias{ text-align: center}
.companias li{ min-height: 230px}
.companias .pic{ height: 100px; text-align: center}
.companias .pic img{ display: inline-block; vertical-align: middle; max-height: 60%; max-width: 50%}
.companias  a{ font-size: 14px}
.companias  a:before{ content:''; width: 30px; height: 30px; display: inline-block; vertical-align: middle; margin-right: 5px; background-image: url(../images/icon_contact_4.png); background-size: contain}
.companias h1{ font-size: 15px; line-height: 15px; margin: 0 0 5px}


/*///BLOG///*/
.blog h1{ font-size: 24px; text-transform: uppercase; line-height: 26px}
.blog{ padding-top: 30px}
.blog ul{ margin-bottom: 8px}
.blog ul li{ position: relative; margin: 0px; min-height: 160px;  }
.blog ul li .pic{ height: 100%; overflow: hidden; position: absolute; top: 0px; left:0px; width: 100%; text-align: center }
.blog ul li .pic img{ max-height: 100%; max-width: 90%; display: inline-block; vertical-align:middle}  
.blog ul li.xuno{ width:20%; }
.blog ul li.xdos{ width:80%; padding-right: 50px }

.blog ul li .mas{ position: absolute; top:0px; height: 100%; right: 0px; width: 40px; padding: 0px; border-radius:0px}
.blog ul li .mas { color:#fff; font-size: 24px;}

.blog ul li:hover .mas{ background-color:#087fce}


@media screen and (max-width: 767px) {
.blog ul li.xuno{ width:100%; }
.blog ul li.xdos{ width:100%; padding-right: 30px; padding-bottom: 60px }
	.blog ul li .mas{  top:auto; bottom: 0px; height: 40px; right: 0px; width: 100%; }

}

/*//NOTA///*/
.nota h1{ font-size: 34px; text-transform: uppercase; line-height: 36px}
.nota h2{ font-size: 18px}
.nota ul li{ }
.nota ul li img{ width: 100%}
.nota iframe{ width: 100%; height: 400px}
.nota .pic{ margin-bottom: 10px} 

@media screen and (max-width: 767px) {
	.nota .padd{ padding-left: 0px; padding-right: 0px}
	
}

/*//CONTACTO//*/
.contacto h1{ font-size: 26px}
.contacto h5{ text-transform: uppercase; font-size: 18px}
.contacto .int_fondo h5:before{ content: ''; display: block; vertical-align: middle; width: 60px; height: 60px; margin-bottom: 7px }
.contacto .int_fondo h5.dire:before{ background: url(../images/icon_contact_1.png);  background-size:100%; }
.contacto .int_fondo h5.tel:before{ background: url(../images/icon_contact_2.png); background-size:100%;  }
.contacto .int_fondo h5.mail:before{ background: url(../images/icon_contact_3.png); background-size:100%;  }
.contacto .int_fondo h5.hora:before{ background: url(../images/icon_contact_4.png); background-size:100%;  }
.contacto .form-control{ margin-bottom: 3px}



/*///SERVICIOS////*/
.servicios li{width: 100%}
.servicios h1{ font-size: 18px}
.servicios h1:before{ content: url(../images/flecha2.png); display: inline-block; vertical-align: middle; margin-right: 10px}

/*///NEWSLETTER///*/
.newsletter .tit_prin{ padding-top: 10px; padding-bottom: 10px; }

.newsletter .tit_prin h1{ font-size: 40px; }
.newsletter .pic { height: 150px; overflow: hidden;border:8px double #fff; }
.newsletter .pic img{ width: 100%} 
.newsletter .columnas h1{  text-align: center; padding: 7px 0; line-height: inherit; margin: 0px}

.newsletter .columnas ul li{ margin-top: 20px;}

.newsletter .xxl .pic { height: 300px; }
.newsletter .xxl .pic iframe { height: 100%; width: 100% }

.upper{ text-transform: uppercase}
.tit{ font-size: 120%}

@media screen and (max-width: 767px) {
	.aviso{ background-size:contain !important; background-color:#46baeb; }
	
}




.formularios .cont_slider{ height:140px; }

.formularios .xuno img{ width:100% !important; min-width:100% !important; max-width:100% !important; height:auto !important; min-height:auto !important; max-height:auto !important;}
.header2{ position:relative !important}
body{ padding-top:0px !important; margin-top:0px !important}

.formularios .formulario h6{ font-size:12px !important; font-family: 'opensans-semibold'; color:#333 !important; text-transform:uppercase; padding-top:14px !important; font-weight:900 !important; }
@media screen and (max-width: 767px) {
.formularios .cont_slider{ height:120px !important }

.d-none{ display:none !important}

}

.cont_slider .item h1 {
    background-color: #fff !important;
	color:#055aa4 !important
}