@import url('https://fonts.googleapis.com/css?family=OpenSans');
@font-face {
    font-family: PlutoCBold;
    src: url(PlutoSansCondBold.otf);
}
@font-face {
    font-family: PlutoMedium;
    src: url(PlutoSansMedium.otf);
}
@font-face {
    font-family: PlutoBold;
    src: url(PlutoSansBold.otf);
}
@font-face {
    font-family: PlutoRegular;
    src: url(PlutoSansRegular.otf);
}
@font-face {
    font-family: PlutoLight;
    src: url(PlutoSansCondLight.otf);
}
.pcbold{
    font-family: PlutoCBold;
}
.pbold{
    font-family: PlutoBold;
}
.pmedium{
    font-family: PlutoMedium;
}
.plight{
    font-family: PlutoLight;
}
.pregular{
    font-family: PlutoLight;
}
.opensans{
    font-family: 'Open Sans', sans-serif;
}
html,body{
    height: 100%;
}
body{
	color: #6c6c6c;
    font-family: 'Open Sans', sans-serif;
    height: 100%;
    padding-top: 150px;
}
h1,h2,h3 {
    font-weight: 900;
}
img{
    vertical-align: bottom
}
.white{color: #fff;}
.negro{color: #141414}
.servicios h1{
        letter-spacing: -2px;
        font-size: 34px;
}
.social-w img {
    width: 30px;
}
.menu-w{
	padding: 20px 0;
	background-color: #fff;
	position: fixed;
	top: 0;
	z-index: 9;
	width: 100%
}
.header {
    padding: 20px 0;
    position: fixed;
    z-index: 999;
    background: rgba(0,0,0,0.8);
    top: 0;
    width: 100%;
}

.texto-banner.col-md-6 {
    top: 50%;
    transform: translateY(-35%);
    color: #fff;
}
.titulo-banner{
    font-size: 42px;
    line-height: 1.3em;
}
.titulo-banner:before {
    content: '';
    width: 80%;
    background: #a5a5a5;
    position: absolute;
    bottom: 0;
    height: 2px;
}
.titulo-banner {
    padding-bottom: 20px;
    margin-bottom: 30px;
    position: relative;
}
.subtitulo-banner{
    font-size: 25px;
}
.formulario-banner {
    top: 50%;
    transform: translateY(-35%);
    color: #fff;
    padding: 30px 30px;
    background-color: rgba(0,0,0,0.8);
}
.content-lightbox .formulario-banner{
    width: 100%;
    top: auto;
    transform: translateY(0);
}
.escribenos {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}
.contacto .gray{
    color: #b8b9b9
}
.banner {
        min-height: 780px;
    height: 100%;
    background-image: url(../img/slider.png);
    background-size: cover;
    background-position: center center;
    position: relative;
    background-position-y: 150px;
    background-repeat: no-repeat;
}
/*---- LOGOS ----*/
.logos{
    background: #f6f6f6;
    padding: 35px 0;
}



/*--- SERVICIOS ---*/
.servicios{
    padding: 90px 0 120px;
}
.sep{
    max-width: 300px;
    margin: 15px auto 40px;
    height: 1px;
    background: #bbb;
}
.titulo{
    display: block;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.1em;
    color: #302d2d;
}
.servicio{
    position: relative;
}
.servicios .row{
    margin-top: 50px;
}
.personalizacion, .facilidades{
    margin-top: 50px;
}
.atencion:before,.facilidades:before,.asesoria:before,.personalizacion:before{
content: '';
width: 80px;
height: 80px;
border-radius: 80px;
position: absolute;
left: -95px;
top: -10px;
}
.atencion:before{
    background-color: #fd7d15;
background-image: url(../img/atencion.png);
background-position: center;
background-repeat: no-repeat;
}
.facilidades:before{
    background-color: #008142;
background-image: url(../img/facilidades.png);
background-position: center;
background-repeat: no-repeat;
}
.asesoria:before{
    background-color: #0086b2;
background-image: url(../img/asesoria.png);
background-position: center;
background-repeat: no-repeat;
}
.personalizacion:before{
    background-color: #005197;
background-image: url(../img/personalizacion.png);
background-position: center;
background-repeat: no-repeat;
}

/*---SEGUROS ---*/
.seguros{
    
}
.personal,.empresa{
    padding: 150px 50px;
    color: #fff;
    background-attachment: initial;
}
.personal{
    background-image: url(../img/s-personal.jpg);
    background-size: cover;
    background-attachment: initial;
    background-position: center;
}
.empresa{
    background-image: url(../img/s-empresa.jpg);
    background-size: cover;
    background-attachment: initial;
    background-position: center;
}
.seguros .raya{
    font-size: 25px;
}

.social-w{
    float: right;
    margin-top: 30px;
}
.social-w li{
    list-style-type: none;
    display: inline-block;
    margin:10px 5px 0 0;
}
a:hover{
    text-decoration: none;
}
.social{
    padding: 0;
    margin:30px 0 0;
}
.social li{
    list-style-type: none;
    display: inline-block;
    margin-right: 5px;
}
.raya {
    padding-left: 30px;
    position: relative;
        margin-bottom: 25px;
}
.raya:before {
    width: 20px;
    height: 2px;
    background: rgba(255,255,255,0.7);
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.contacto h3 {
    text-align: center;
    display: block;
    position: relative;
    z-index: 1;
}
.contacto{
	background-color: #000;
	padding:40px 0;
}
div{
	    background-attachment: fixed;
}
.contacto h3,.content-lightbox h3{
	font-weight: 400;
}
.codex {
    margin-top: 30px;
}
input, textarea{
	width: 100%;
    color: #000;
	border: none;
	padding: 8px 10px;
    font-family: 'Open Sans', sans-serif;
}
.lightbox-wrap input, .lightbox-wrap textarea{
	background-color: #fff
}
textarea{
	resize: none;
	height: 80px;
}
.cmxform2{
	margin-top: 20px;
}
label.error{
	color: #fff
}
.contacto .boton {
    padding: 10px 50px;
    margin: 20px 5px 0 0;
    text-align: center;
    float: right;
    color: #fff;
    background: #969696;
    width: auto;
    display: inline-block;
}
.boton {
    padding: 10px 20px;
    margin: 5px auto;
    width: 100%;
    text-align: center;
    color: #fff;
    background: #969696;
    width: auto;
    display: inline-block;
}
.contacto .col-sm-4 {
    margin-bottom: 5px;
}
a{color: inherit;}
a:hover{
	color: inherit;
}
.footer{
	padding: 20px 0;
	background:#2c2727;
    color: #908f8f;
}
form .col-md-6,form .col-md-12,form .col-md-4{
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px
}

/*--- RESPONSIVE ---*/
@media screen and (max-width: 1140px){
    .seguros h1 {
    font-size: 20px;
}
.seguros .raya {
    font-size: 15px;
}
}
@media screen and (max-width: 992px){
    .seguros h1 {
    font-size: 25px;
}
.servicio {
    position: relative;
    padding-top: 100px;
    text-align: center;
}
.atencion:before, .facilidades:before, .asesoria:before, .personalizacion:before{
    left: 0;
    right: 0;
    margin:0 auto;
}
.facilidades {
    margin-bottom: 50px;
    }
    .footer,.footer .text-right{
        text-align: center!important;
    }
}
@media screen and (max-width: 991px){
    .logo.col-md-4 {
        float: left;
    }
    .seguros h1 {
    font-size: 25px;
}
    .texto-banner.col-md-6 {
    margin-top: 200px;
    top: 0;
    transform: translateY(0);
    color: #fff;
}
.formulario-banner {
    top: 0%;
    transform: translateY(0);
    margin-top: 20px;
}
.banner{
    height: auto;
    padding-bottom: 80px;
}
}
.banner .container {
    max-width: 900px;
    float: right;
}
.blak {position: fixed; top: 0px; width: 100%; min-height: 150px; background: rgba(0,0,0,0.5);}