/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

@font-face {
    font-family: 'Corbel';
    src: url('fuentes/Corbel-Italic.eot');
    src: url('fuentes/Corbel-Italic.eot?#iefix') format('embedded-opentype'),
        url('fuentes/Corbel-Italic.woff2') format('woff2'),
        url('fuentes/Corbel-Italic.woff') format('woff'),
        url('fuentes/Corbel-Italic.ttf') format('truetype'),
        url('fuentes/Corbel-Italic.svg#Corbel-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Corbel';
    src: url('fuentes/CorbelLight-Italic.eot');
    src: url('fuentes/CorbelLight-Italic.eot?#iefix') format('embedded-opentype'),
        url('fuentes/CorbelLight-Italic.woff2') format('woff2'),
        url('fuentes/CorbelLight-Italic.woff') format('woff'),
        url('fuentes/CorbelLight-Italic.ttf') format('truetype'),
        url('fuentes/CorbelLight-Italic.svg#CorbelLight-Italic') format('svg');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Corbel';
    src: url('fuentes/CorbelLight.eot');
    src: url('fuentes/CorbelLight.eot?#iefix') format('embedded-opentype'),
        url('fuentes/CorbelLight.woff2') format('woff2'),
        url('fuentes/CorbelLight.woff') format('woff'),
        url('fuentes/CorbelLight.ttf') format('truetype'),
        url('fuentes/CorbelLight.svg#CorbelLight') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Corbel';
    src: url('fuentes/Corbel-BoldItalic.eot');
    src: url('fuentes/Corbel-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('fuentes/Corbel-BoldItalic.woff2') format('woff2'),
        url('fuentes/Corbel-BoldItalic.woff') format('woff'),
        url('fuentes/Corbel-BoldItalic.ttf') format('truetype'),
        url('fuentes/Corbel-BoldItalic.svg#Corbel-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Corbel';
    src: url('fuentes/Corbel.eot');
    src: url('fuentes/Corbel.eot?#iefix') format('embedded-opentype'),
        url('fuentes/Corbel.woff2') format('woff2'),
        url('fuentes/Corbel.woff') format('woff'),
        url('fuentes/Corbel.ttf') format('truetype'),
        url('fuentes/Corbel.svg#Corbel') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Corbel';
    src: url('fuentes/Corbel-Bold.eot');
    src: url('fuentes/Corbel-Bold.eot?#iefix') format('embedded-opentype'),
        url('fuentes/Corbel-Bold.woff2') format('woff2'),
        url('fuentes/Corbel-Bold.woff') format('woff'),
        url('fuentes/Corbel-Bold.ttf') format('truetype'),
        url('fuentes/Corbel-Bold.svg#Corbel-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
    font-family: 'Corbel';
    src: url('fuentes/Corbel-Italic.eot');
    src: url('fuentes/Corbel-Italic.svg#Corbel-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Corbel';
    src: url('fuentes/CorbelLight-Italic.eot');
    src: url('fuentes/CorbelLight-Italic.svg#CorbelLight-Italic') format('svg');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Corbel';
    src: url('fuentes/CorbelLight.eot');
    src: url('fuentes/CorbelLight.svg#CorbelLight') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Corbel';
    src: url('fuentes/Corbel-BoldItalic.eot');
    src: url('fuentes/Corbel-BoldItalic.svg#Corbel-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Corbel';
    src: url('fuentes/Corbel.eot');
    src: url('fuentes/Corbel.svg#Corbel') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Corbel';
    src: url('fuentes/Corbel-Bold.eot');
    src: url('fuentes/Corbel-Bold.svg#Corbel-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
}
/*---desarrollo por www.iasoftgroup.com */
/*************************
General
**************************/
.clearfix::after,
.views-row:after,
.inn:after{
    content: "";
    clear: both;
    display: table;
}
*{
-webkit-box-sizing: border-box;
        box-sizing: border-box;
outline: none;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    -o-text-overflow: '';
       text-overflow: '';
}
body {
        background-color: #fff;
    float: left;
    max-width: none;
    min-width: 300px !important;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Corbel';
    font-size: 15px;
    color: #191919;
    font-weight: 400;
}
#page {    
    float: left;
    margin: 0 auto;
    min-width: 300px;
    padding: 0;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 235px;
}

section.hero {
    float: left;
    width: 100%;
    position: relative;
    z-index: 9;
    overflow: hidden;
    background-color: #fff;
}
section.hero .swiper-slide2 > img {
    width: 100%;
    height: auto;
    display: block;
}
#zone-branding-wrapper {
    float: left;
    width: 100%;
    position: absolute;
    z-index: 99999;
    left: 0;
    top: 0;
    background: white;
    -webkit-filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.1));
            filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.1));
    -webkit-transition: all 800ms;
    -o-transition: all 800ms;
    transition: all 800ms;
}
.sticky0#zone-branding-wrapper {
    top: -300px;
    opacity: 0.5;
}

.sticky0.sticky#zone-branding-wrapper {
    top: 0;
    position: fixed;
    opacity: 1;
}

.swiper-slide img {
        width: 100%;
    display: block;
    height: auto;
}
#zone-header-wrapper {
    float:  left;
    width:  100%;
    position: relative;
}

#section-content {
    float:  left;
    width:  100%;
    position: relative;
}
div#block-block-redes {
    float: right;
    margin-top: 20px;
}

div#block-block-redes ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

div#block-block-redes ul li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
}
div#block-block-redes ul li img {
    width: auto;
    display: block;
    height: 25px;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
div#block-block-redes ul li a {
    display: block;
    border-radius: 7px;
    background: transparent;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
div#block-block-redes ul li a:hover img {
    -webkit-filter: brightness(0.3) invert(1);
            filter: brightness(0.3) invert(1);
}
div#block-block-redes ul li a:hover {
    background: #c3a15c;
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}
#block-nice-menus-1 {
       float: right;
    text-align: left;
    margin: 0;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    margin-top: 26px;
    margin-bottom: 10px;
    width: 100%;
}

#block-nice-menus-1 .block-inner {
    display:  block;
    margin:  0 auto;
    max-width: 1300px;
}

#block-nice-menus-1 ul#nice-menu-1 {
        padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#block-nice-menus-1 ul#nice-menu-1 li {
        display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}
#block-nice-menus-1 ul#nice-menu-1 li.linea {
    width: 2px;
    height: 13px;
    background: white;
    -webkit-box-shadow: 1px 2px 2px #969696 inset;
            box-shadow: 1px 2px 2px #969696 inset;
}
#block-nice-menus-1 ul#nice-menu-1 li a {
    color: #686868;
    text-decoration: none;
    display: block;
    font-size: 16px;
    padding: 5px 7px;
    line-height: 20px;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    position: relative;
    font-weight: bold;
}
#block-nice-menus-1 ul#nice-menu-1 li a:hover,#block-nice-menus-1 ul#nice-menu-1 li a.active {
    color: #c3a15c;
}
#block-nice-menus-1 ul#nice-menu-1 li a span {
    background: transparent;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
#block-nice-menus-1 ul#nice-menu-1 li a:hover span, #block-nice-menus-1 ul#nice-menu-1 li a.active span{
    background: #ff2a00;
}
#block-nice-menus-1 ul#nice-menu-1 li.boton a {
    color: white;
    border: none;
    padding: 7px 16px;
}

#block-nice-menus-1 ul#nice-menu-1 li.boton a img {
    width: 18px;
    height: auto;
}
button#menu-btn {
    background: transparent;
    border: none;
    width: 55px;
    padding: 7px 13px;
    height: auto;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 16px;
    z-index: 99;
}
#block-nice-menus-2 {
        position: static;
    margin-top: 12px;
    z-index: 100;
    clear: right;
    display: none;
    top: 0px;
    left: 0px;
}

button#menu-btn span.icon-bar {
    width: 100%;
    display: block;
    height: 5px;
    background-color: #966903;
    margin: 4px 0;
    border-radius: 0;
}

#block-nice-menus-2 ul#nice-menu-2 {
        margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    background-color: white;
    list-style: none;
    width: 225px;
    display: none;
    margin-top: 0;
}

#block-nice-menus-2 ul#nice-menu-2 li {
    display:  block;
    width:  100%;
    border-bottom: 1px solid white;
}

#block-nice-menus-2 ul#nice-menu-2 li a {
    text-align: center;
    background: #fafafa;
    color: #696969;
    text-decoration: none;
    display: block;
    font-size: 16px;
    padding: 15px 20px;
    line-height: 20px;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    position: relative;
    font-weight: bold;
    font-family: 'Corbel';
    border-radius: 0;
}

#block-nice-menus-2 ul#nice-menu-2 li a:hover,#block-nice-menus-2 ul#nice-menu-2 li a.active {
    background-color: #966903;
    color: white;
}
section.hero .swiper-wrapper {
    display: block;
}
.headsup {
    float: left;
    width: 100%;
    position: relative;
}

.inn {
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    padding: 0 20px;
}

.headsup .infohead {
        float: right;
    margin-top: 8px;
}

.headsup #block-block-logo {
    float: left;
    width: 100%;
    padding: 0;
}
#block-block-logo img {
        width: 100%;
    height: auto;
    display: block;
    max-width: 200px;
    margin: 0 auto;
}
#block-nice-menus-1 ul#nice-menu-1 li.logotipo {
    width: 0;
    margin-left: -15px;
}

#block-nice-menus-1 ul#nice-menu-1 li.logotipo img {
    width: 100%;
    height: auto;
    display: block;
}

.sticky0 #block-nice-menus-1 ul#nice-menu-1 li.logotipo {
    width: 70px;
    margin-left: 0;
}
.sticky0 .headsup #block-block-logo img {
    width: 0;
}
.sticky0 #block-nice-menus-1 {
    margin-top: 10px;
}
.sticky0 #block-block-idiomas .logotravellers img {
    width: auto;
    height: 40px;
}
.headinf {
      float: right;
    margin-top: 35px;
    clear: right;
}
.headinf.sticky {
        position: fixed;
    left: 0;
    top: 0;
    -webkit-box-shadow: 0 0 26px #c9b7dc;
            box-shadow: 0 0 26px #c9b7dc;
}
.headsup .infohead a {
   display: inline-block;
    text-decoration: none;
    color: #4d4d4d;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    padding: 5px;
    vertical-align: middle;
}

.headsup .infohead a img {
        display: block;
    max-width: 34px;
    width: auto;
    height: auto;
    max-height: 30px;
}

.headsup .infohead a:hover {
    color: #463289;
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02);
    background-color: #f1f1f1;
}
.hero .inn2 {
    max-width: 340px;
    margin: 0 12% 0 auto;
}

#region-content .block {
    float: left;
    width: 100%;
    position: relative;
    z-index: 9;
}

section#inicio1,
.block-pilaresdet2{
    padding: 85px 0px 85px 0;
    background-image: url(../images/MANOS.jpg);
    background-size: cover;
    background-position: center bottom;
    background-attachment: fixed;
}
.block-pilaresdet2#integridad {
    background-size: auto 165%;
}
section#inicio1 span.bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(0,0,0,.8);
    display: block;
    height: 100%;
    z-index: 0;
    background-position: center;
}

section#inicio1 .inn {
    z-index: 9;
    color: #bbb9b7;
    font-style: italic;
    font-size: 26px;
    font-weight: 500;
    position: relative;
}

.block-inicio1 .detalle {
    max-width: 670px;
}
.block-inicio1 .detalle p {
    margin: 30px 0;
}
h2.titulo {
    font-size: 27px;
    padding-left: 20px;
    position: relative;
}

h2.titulo:before {content: ".";font-size: 0;display: block;background: #9c0908;width: 5px;height: 80%;position: absolute;left: 0;top: 5px;}
.block-pilares .row {
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 100%;
    max-width: 100%;
    padding-right: 170px;*/
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    max-width: 100%;
    padding-right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.block-pilares .row .item {
    /*    -webkit-box-flex: 0;
            -ms-flex: 0 0 46%;
                flex: 0 0 46%;
    height: 0;
    padding-bottom: 46%;
    margin-right: 4%;
    margin-bottom: 4%;
    position: relative;*/
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    height: 0;
    padding-bottom: 39%;
    margin-right: 2%;
    margin-left: 2%;
    margin-bottom: 4%;
    position: relative;
    max-width: 460px;
}

.block-pilares .row .item >a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #aa8b42;
    padding: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    font-size: 30px;
    font-weight: bold;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    position: absolute;
    height: 100%;
    width: 100%;
    margin: 0;
        z-index: 9;
}
.block-pilares .row .item >a:hover,
.block-pilares .row .item >a.active{
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    background-color: rgb(150 105 2);
}
.block-pilares .row .item .bg {
    background-image: url(../images/bginnovacion1.jpg);
    background-size: cover;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    content: ".";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.block-pilares .row .item .bg1 {
    background-image: url(../images/bginnovacion.jpg);
    background-size: cover;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    content: ".";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
        -webkit-transition: all 800ms;
        -o-transition: all 800ms;
        transition: all 800ms;
}
.block-pilares .row .item.it2 .bg {
    background-image: url(../images/bgintegridad1.jpg);
}
.block-pilares .row .item.it2 .bg1 {
    background-image: url(../images/bgintegridad.jpg);
}
.block-pilares .row .item.it3 .bg {
    background-image: url(../images/bgcompromiso1.jpg);
}
.block-pilares .row .item.it3 .bg1 {
    background-image: url(../images/bgcompromiso.jpg);
}
.block-pilares .row .item.it4 .bg {
    background-image: url(../images/cartulina.jpg);
}
.block-pilares .row .item.it4 .bg1 {
    background-image: url(../images/cartulina.jpg);
}
.block-pilares .row .item a:hover .bg1,
.block-pilares .row .item a.active .bg1{
    opacity: 0;
}
.block-pilares .row .item .texto_more {
    position: absolute;
    bottom: 50px;
    z-index: 9;
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    font-style: italic;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.block-pilares .row .item .texto_more img {
    display: block;
    margin: 6px auto 0;
    width: 30px;
}

.block-pilares .row .item a:hover .texto_more,
.block-pilares .row .item a.active .texto_more{
    bottom: 100%;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    margin-bottom: -50px;
}
section#pilares {
    margin-top: -15px;
}

.block-pilares .row .item.estilo1 >a span.tit {
    display: block;
    width: 100%;
    border-left: 5px solid #9c0908;
    padding-left: 20px;
    position: relative;
    z-index: 9;
    margin-top: 20%;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
.block-pilares .row .item.estilo1 >a:hover span.tit,
.block-pilares .row .item.estilo1 >a.active span.tit{
    opacity: 0;
    margin-left: -50px;
}
.block-pilares .row .item >a span.tit img {
    display: block;
    max-width: 164px;
    margin-bottom: 3px;
    width: 100%;
}
.block-pilares .row .item.it4 >a {
    color: #aa8b42;
    text-align: center;
    font-size: 22px;
    font-style: italic;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.block-pilares .row .item.it4 >a span.tit {
    border: none;
    padding: 0;
    display: block;
    width: 100%;
    position: relative;
    z-index: 9;
}

.block-pilares .row .item.it4 >a span img {
    width: 90%;
    margin: 0 auto;
    max-width: 229px;
}
.block-pilares .row .item.it4 >a span.texto {
        margin-top: 25px;
    display: block;
}
.block-pilares .row .item.it4 >a:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #c6c6c6;
    left: 8px;
    top: 8px;
    display: block;
    z-index: -1;
    content: ".";
    font-size: 0;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    -webkit-filter: blur(2px);
            filter: blur(2px);
}
.block-pilares .row .item.it4 >a:hover{
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}

.block-pilares .row .item.it4:hover >a:after {
    background: #966903;
}
/*********
footer
*************/
footer {
    float: left;
    width: 100%;
    background-image: url(../images/en_el_blanco.jpg);
    background-size: cover;
    background-position: center top;
    position:relative;
}
.footer-widgets .row2 .f2 .fooinf {
    white-space: nowrap;
    display: block;
}
.bgfooter {
    background: rgb(130 111 83 / 92%);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

footer .container {
    z-index: 9;
    position: relative;
    color: #4a4039;
    font-weight: bold;
    font-size: 14px;
    text-align: right;
}
.footer-widgets .row2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.footer-widgets {
    padding: 45px 0 25px;
}

.footer-widgets .foo_info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-widgets .foo_info ul a {
    color: #4a4039;
    display: block;
    text-decoration: none;
    padding: 0.5px;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.footer-widgets .foo_info ul a:hover {
    color: #c3a15c;
}

.footer-widgets .f2 a {
    color: #4a4039;
    display: block;
    text-decoration: none;
}

.footer-widgets .f2 a:hover {
    color: #c3a15c;
}

.redesfoo ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.redesfoo ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 1px;
}

.redesfoo {
    margin-top: 20px;
}

.fooinf_espacio {
    margin-top: 20px;
}

.footer-widgets .row2 .f1 {
    padding-right: 50px;
}
.redesfoo ul li img {
    width: auto;
    height: 25px;
    display: block;
}
.redesfoo ul li a {
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    background: transparent;
    border-radius: 7px;
}

.redesfoo ul li a:hover {
    background: #d8cec1;
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}
/*************
caja de datos
****************/
.caja_datos {
    position: absolute;
    right: 0%;
    top: 38%;
    z-index: 999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-right: 158px;
}
.caja_datos.posfixed {
    top: 20% !important;
    position: fixed;
}
.caja_datos.open {
    background: rgba(0,0,0,.8);
    width: 98%;
    max-width: 970px;
}

.lista_seguros ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.lista_seguros ul li {
    display: block;
    margin: 0 0 18px;
}

.lista_seguros ul li a {
    background: rgb(150 105 3 / 70%);
    display: block;
    color: #e8d3ac;
    text-decoration: none;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    padding: 5px 15px;
    font-size: 21px;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.lista_seguros ul li a:hover {
    color: white;
}

.lista_seguros {
        padding: 35px 0 15px 10px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.formulario {
    margin: 35px 0 35px 35px;
    border: 4px solid #966903;
    padding: 18px;
    position: relative;
    color: #966903;
    width: 100%;
}

.formulario .cerrar {
        position: absolute;
    top: -34px;
    font-weight: bold;
    font-style: italic;
    cursor: pointer;
    left: -5px;
    background-image: url(../images/cerrar.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
    background-size: auto 23px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.formulario .cerrar:hover {
    opacity: .8;
}

.formulario .form-wrap {
    display: block;
    width: 100%;
    margin: 2px 0;
    border-bottom: 3px solid #1d1c1f;
    border-left: 3px solid #1d1c1f;
    border-right: 3px solid #1d1c1f;
}

.formulario .form-wrap input,
.formulario .form-wrap select,
.formulario .form-wrap textarea{
    background: transparent;
    display: block;
    width: 100%;
    border: none;
    padding: 13px 10px;
    font-family: 'Corbel';
    font-weight: bold;
    font-size: 20px;
    color: #976a05;
}
::-webkit-input-placeholder { /* Edge */
  color: #976a05;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #976a05;
}

::-moz-placeholder {
  color: #976a05;
}

::-ms-input-placeholder {
  color: #976a05;
}

::placeholder {
  color: #976a05;
}
.formulario .form-wrap.form-seguro {
    margin-bottom: 0;
    border: none;
    margin-top: 0;
    pointer-events: none;
}

.formulario .form-wrap.form-nombres {
    border-top: 3px solid #1d1c1f;
}

.formulario .form-wrap.form-seguro input {
    padding-top: 5px;
    pointer-events: none;
    font-style: italic;
}

.formulario .form-actions {
    padding: 13px 0 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.formulario .form-actions label {
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    line-height: 20px;
}

.formulario .form-actions button {
    background: #966903;
    border: none;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    font-size: 20px;
    font-style: italic;
    font-family: 'Corbel';
    font-weight: bold;
    display: block;
    padding: 7px 50px;
    color: #e8d3ac;
    cursor: pointer;
}

.formulario .form-actions button:hover {
    color: #966903;
    background: #e8d3ac;
}
p#notification {
    font-style: italic;
    text-align: center;
    font-size: 25px;
    padding: 118px 0 0;
    min-height: 297px;
}
input:-webkit-autofill
{
 -webkit-text-fill-color: #966903 !important;
}

input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 50px rgb(64 64 64) inset;
    -webkit-text-fill-color: #333;
    background-color: transparent !important;
}

.bgoverlay {
    position: fixed;
    top: 100%;
    width: 100%;
    height: 100%;
    left: 0;
    background: transparent;
    z-index: 99999;
    cursor: pointer;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

body.overlay .bgoverlay {
    top: 0;
}

body.overlay #section-content {
    -webkit-filter: blur(2px);
            filter: blur(2px);
}
/***************
nosotros
******************/
.heroint .texto .inn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: justify;
}

.heroint .texto {
    position: absolute;
    left: 0;
    z-index: 9;
    bottom: 16%;
    color: #946a03;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
}

.volver {
    padding-right: 25px;
}

span.volver a {
    display: block;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    border-radius: 50%;
    overflow: hidden;
}

.volver a:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    background: #966903;
}

.volver a:hover img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}

.volver a img {
    display: block;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
.pagenosotros .caja_datos {
    top: 51%;
}
.estilo_nosotros .det {
    padding-right: 110px;
}
.estilo_nosotros .inn {
    padding-left: 8px;
}
/***************
empresas
***************/
.heroint.estilo2 .texto,
.heroint.estiloemp .texto{
    bottom: auto;
    top: 50px;
    color: #2a2b2f;
}

.heroint.estilo2 .texto .inn,
.heroint.estiloemp .texto .inn{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 1145px;
}

.heroint.estilo2 .texto .inn .det,
.heroint.estiloemp .texto .inn .det{
    max-width: 502px;
    margin-bottom: 15px;
}

section.bloque_sctr {
    width: 100%;
    position: relative;
}
.bloque_sctr > img {
    width: 100%;
    height: auto;
    display: block;
}

.bloque_sctr .info {
    position: absolute;
    line-height: normal;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 9;
    left: 42%;
    color: #d2d2d2;
    font-weight: bold;
    font-size: 42px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bloque_sctr .info .linea {
    display: block;
    font-size: 0;
    width: 4px;
    height: 50px;
    background: #a50a09;
    margin: 0 10px;
}

.bloque_sctr .info .imgsocium img {
    display: block;
    -webkit-filter: brightness(0) contrast(0.7) invert(1);
            filter: brightness(0) contrast(0.7) invert(1);
    width: auto;
    height: 20px;
}

.bloque_sctr .info .imgsocium {
    display: block;
    line-height: unset;
    padding-top: 2px;
}

.bloque_sctr .info .texto {
    display: block;
    position: relative;
}
_::-webkit-full-page-media, _:future, :root .bloque_sctr .info .texto {
     top: 3px;
}
.pageempresas .caja_datos {
    margin-top: 20%;
}
.pageempresas .caja_datos.posfixed {
    margin-top: 0%;
}
/******************
personas
****************/
.heroint.estilo2-right .texto .inn{
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    max-width: 1200px;
}

.heroint.estilo2-right .texto .inn .det {
    max-width: 486px;
}
.pagepersonas .caja_datos {
    margin-top: 25%;
}
.pagepersonas .caja_datos.posfixed {
    margin-top: 0%;
}
.bloque_sctr_salud .info {
    left: 51%;
    top: 45%;
}
/***********
servicios
************/

.heroint.estiloser .texto {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.heroint.estiloser .texto .inn {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.heroint.estiloser .texto .inn .det {
    max-width: 355px;
    margin-right: 75px;
}

.heroint.estiloser .texto .inn .det ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
}
/*****************
cotiza y compra
*******************/
section.caja_cotiza {
        background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 20px;
    position: relative;
    z-index: 9;
}
.caja_cotiza .inn {
        background: rgba(0,0,0,.8);
    padding: 50px;
    position: relative;
    bottom: -30px;
    max-width: 1150px;
}
.caja_cotiza .formulario {
    margin: 0;
    padding: 20px 45px;
}
.caja_cotiza .formulario .form-wrap {
    border-color: #0c0d10;
}

.bloque_sctr_cotiza .info {
        color: #7a7a82;
    left: 62%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: 24%;
}

.bloque_sctr_cotiza .info .imgsocium img {
    -webkit-filter: brightness(1) contrast(0.4);
            filter: brightness(1) contrast(0.4);
}
/*************
compromiso
****************/
.block-pilaresdet .volver a {
    display: inline-block;
}
.estilo_valores .enlaces {
    position: absolute;
    z-index: 9;
    left: 0;
    top: 22%;
    width: 100%;
}

.estilo_valores .enlaces ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    color: #000000;
    font-size: 20px;
}

.estilo_valores .enlaces ul li a {
    color: #000000;
    display: block;
    text-decoration: none;
    line-height: 100%;
    font-weight: bold;
}

.estilo_valores .enlaces ul li.punto {
    font-size: 0;
    width: 3px;
    height: 3px;
    background: #000000;
    border-radius: 50%;
    margin: 0 10px;
    line-height: 0;
    margin-bottom: 3px;
}
.estilo_valores .enlaces ul li a:hover,.estilo_valores .enlaces ul li a.active {
    color: #966902;
}
.estilo_valores .volver {
    position: absolute;
    z-index: 9;
    left: 20px;
    bottom: 25px;
}

.estilo_valores .volver a {
    display: inline-block;
}

.estilo_valores .volver img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}
.pagepilares .caja_datos {
    margin-top: 5%;
}

.pagepilares .caja_datos.posfixed {
    margin-top: 0;
}
/************
integridad
************/
.block-pilaresdet2 h2.titulo {
    color: #21252e;
    font-style: normal;
    margin-bottom: 0;
    font-size: 23px;
}

.block-pilaresdet2 .detalle {
    padding-left: 24px;
    font-style: normal;
    color: #21252e;
    font-size: 21px;
    text-align: justify;
}

.block-pilaresdet2 .detalle p {
    margin-top: 15px;
}

.block-pilaresdet2 .volver {
    padding-top: 70%;
    display: block;
}

.block-pilaresdet2 .volver a {
    display: inline-block;
}

#region-content .block-pilaresdet2 {
    padding-bottom: 35px;
    background-attachment: scroll;
}
section#inicio1.block-pilaresdet2 span.bg {
    background-size: cover;
}
.estilo_valores .enlaces ul .linea_roja {
    background: #9c0908;
    width: 3px;
    height: 25px;
    bottom: -3px;
    position: relative;
    margin-right: 15px;
}
#block-nice-menus-1 ul#nice-menu-1 li.acceso,
#block-nice-menus-2 ul#nice-menu-2 li.acceso{
    display: none;
}
.front .caja_datos {
    margin-top: 6%;
}
.front .caja_datos.posfixed {
    margin-top: 0%;
}
.videobann {
    height: 720px;
    background: black;
}
.bgimagen {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 8;
    left: 0;
    top: 0;
    background: rgb(0,0,0);
    background: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,0.7903536414565826)), color-stop(40%, rgba(0,0,0,0.4290091036414566)), color-stop(72%, rgba(0,0,0,0.10688025210084029)), to(rgba(0,0,0,0)));
    background: -o-linear-gradient(right, rgba(0,0,0,0.7903536414565826) 0%, rgba(0,0,0,0.4290091036414566) 40%, rgba(0,0,0,0.10688025210084029) 72%, rgba(0,0,0,0) 100%);
    background: linear-gradient(270deg, rgba(0,0,0,0.7903536414565826) 0%, rgba(0,0,0,0.4290091036414566) 40%, rgba(0,0,0,0.10688025210084029) 72%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.pagecotiza .formulario .form-wrap.form-seguro {
        pointer-events: auto;
    border-top: 3px solid #0c0d10;
    border-right: 3px solid #0c0d10;
    border-left: 3px solid #0c0d10;
}
.formulario .form-wrap select {
        background-image: url(../images/ir5.png);
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: auto 30px;
    cursor: pointer;
}
.info.infohogar {
    top: 24%;
    left: 50%;
    color: #7a7a82;
    -webkit-transform: translateX(-30%) !important;
    -ms-transform: translateX(-20%) !important;
    transform: translateX(-30%) !important;
}
.info.infosoat {
    top: 24%;
    left: 68%;
    color: #7a7a82;
}
.info.infohogar .imgsocium img,
.info.infosoat .imgsocium img{
    -webkit-filter: brightness(1) contrast(0.4);
    filter: brightness(1) contrast(0.4);
}
.info.infogestion {
    left: auto;
    right: 14%;
    top: 30%;
}
#webform-client-form-1 label.etiqueta {
    background: transparent;
    display: block;
    width: 100%;
    border: none;
    padding: 13px 10px;
    font-family: 'Corbel';
    font-weight: bold;
    font-size: 20px;
    color: #976a05;
    font-style: italic;
}
/******libro de reclamaciones*******/
.pagereclamos .caja_cotiza .inn {
    bottom: auto;
}

.pagereclamos section.caja_cotiza {
    padding-top: 30px;
    padding-bottom: 30px;
}
.pagereclamos .form-wrap {
    font-size: 20px;
    font-weight: bold;
}

.pagereclamos .form-wrap .form-item.form-type-radio {
    display: flex;
    width: auto;
    flex-wrap: wrap;
}

.pagereclamos .form-wrap .form-item.form-type-radio input {
    width: auto;
    margin-right: 10px;
    opacity: .5;
}

.pagereclamos .form-wrap.formtipo,.pagereclamos .form-wrap.formsolicitud {
    padding: 10px;
}

.pagereclamos .form-wrap .descripcion {
    font-size: 14px;
    margin-top: 7px;
}

.pagereclamos .form-wrap .descripcion b {
    font-weight: bold;
}

.pagereclamos .form-wrap textarea {
    width: 100%;
    height: 100px;
}