* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    border: 0;
    list-style: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.ui-loader-default {
    display: none !important;
}

.clear {
    clear: both;
}

.menuMo {
    display: none;
}

body {
    font-family: 'HelveticaNeueLTStd-Lt';
    background-color: #eaedf0;
}

.divInt {
    width: 960px;
    margin: 0 auto;
}

header {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    padding-top: 30px;
    z-index: 99;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    height: 123px;
}

header > nav {
    border-bottom: 1px solid white;
}

header > nav .logo {
    display: block;
    float: left;
    width: 200px;
}

header > nav .logo img {
    display: block;
    width: 100%;
}

header > nav .logo img.logohover {
    display: none;
}

header > nav > ul {
    display: block;
    float: right;
}

header > nav > ul > li {
    display: block;
    float: left;
    position: relative;
}

header > nav > ul > li a {
    display: block;
    padding: 25px 8px;
    color: white;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'HelveticaNeue-Condensed';
    font-weight: bold;
    padding-bottom: 50px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

header > nav > ul > li.icons > a {
    padding-right: 0;
    padding-left: 0px;
    margin-left: 10px;
    height: 18px;
}

header > nav > ul > li.icons a .iconHover {
    display: none;
}

header > nav > ul > li > ul {
    display: block;
    overflow: hidden;
    position: absolute;
    background-color: rgba(232, 235, 239, 0.9);
    left: 0;
}

header > nav > ul > li:hover > a {
    border-bottom: 5px solid black;
    padding-bottom: 45px;
}

header > nav > ul > li:hover > ul {
    display: block;
    position: absolute;
    background-color: rgba(232, 235, 239, 0.9);
    left: 0;

}

header > nav > ul > li.icons:hover > ul {
    left: auto;
    right: 0;
}

header > nav > ul > li > ul li {

    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
    height: 0;
}

header > nav > ul > li:hover > ul li {

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    height: 38px;
}

header > nav > ul > li > ul li a {
    white-space: nowrap;
    padding: 10px 20px;
    border-bottom: 1px solid white;
    color: black;
    font-family: 'HelveticaNeueLTStd-Lt';
    display: block;
    text-transform: none;
    font-size: 14px;
}

header > nav > ul > li:hover > ul li a:hover {
    font-weight: bold;
}

header > nav > ul > li:hover > ul li:last-child a {
    border-bottom: 0px solid white;
}

header.enBlanco {
    background-color: rgba(255, 255, 255, 0.8);
}

header.enBlanco > nav {
    border-bottom: 0;
}

header.enBlanco > nav .logo img.logonormal {
    display: none;
}

header.enBlanco > nav .logo img.logohover {
    display: block;
}

header.enBlanco > nav > ul > li a {
    color: #27448b;
}

header.enBlanco > nav > ul > li.icons a .iconNormal {
    display: none;
}

header.enBlanco > nav > ul > li.icons a .iconHover {
    display: block;
}

section.slide * {
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}

section.slide {
    height: 692px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}

section.slide * {

    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}

section.slide .rslides {
    width: 100%;
    overflow: hidden;
    height: 100%;
    display: block !important;
}

section.slide .rslides li {
    overflow: hidden;
    height: 100%;
    width: 100%;
    float: left !important;
    display: block !important;
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 1;
}

section.slide .rslides li .textos {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}

section.slide .rslides li h2 {
    width: 100%;
    text-align: right;
    z-index: 99;
    font-size: 40px;
    color: white;
    display: block;
    padding-top: 160px;
    float: right;
}

section.slide .rslides li h3 {
    width: 100%;
    text-align: right;
    z-index: 99;
    font-size: 40px;
    color: #27448b;
    display: block;
    padding-top: 10px;
    float: right;
    font-weight: lighter
}

section.slide img {
    display: block;
    width: 100%;
}

section.slide .bolitas {
    position: absolute;
    bottom: 110px;
    width: 100%;
    height: 17px;
    text-align: center;
    z-index: 9;
}

section.slide .bolitas .bolita {
    display: inline-block;
    width: 17px;
    height: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    border: 2px solid white;
    margin: 0px 3px;
    box-sizing: border-box;
    cursor: pointer;
}

section.slide .bolitas .bolita.active {
    background-color: white;
}

.copyArriba {
    padding-top: 50px;
    padding-bottom: 30px;
    font-size: 12px;
}

.copyArriba .der {
    display: block;
    float: right;
}

.copyArriba a {
    text-decoration: underline;
    color: black;
    cursor: pointer;
}

.partners {
    padding: 25px 0;
    overflow: hidden;
    background-color: white;
}

.partners .partner {
    display: block;
    float: left;
    width: 25%;
}

.partners .partner img {
    display: block;
    margin: 0 auto;
}

footer {
    background-color: #2a2a2a;
    color: white;
    padding: 50px 0;
    overflow: hidden;
}

footer .divInt {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap; /* Por si hay más de dos columnas en el futuro */
}

footer .divInt .mitad {
    width: 50%;
    box-sizing: border-box;
    padding: 10px; /* Opcional, para espaciado interno */
}

footer .divInt .datosFooter {
    position: relative;
    left: 10%;
    width: 80%;
    float: left;
    box-sizing: border-box;
    text-align: center;
}



footer .divInt .datosFooter .titulo {
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'HelveticaNeue-Condensed';
    padding-bottom: 10px;
}

footer .divInt .datosFooter span {
    font-size: 12px;
    display: block;
    line-height: 16px;
    font-family: 'HelveticaNeueLTStd-Lt';
}

footer .divInt .datosFooter span a {
    color: white;
    text-decoration: none;
}

section.contenedor {
    margin-top: -115px;
    position: relative;
    z-index: 9;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}

section.contenedor .modulo {
    padding: 40px;
    background-color: white;
    overflow: hidden;
}

section.contenedor .modulo .textoInicio {
    float: left;
    width: 66%;
    box-sizing: border-box;
    padding-right: 40px;
}

section.contenedor .modulo .textoInicio p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
}

section.contenedor .modulo .menuInicio {
    float: left;
    width: 34%;
    box-sizing: border-box;
}

section.contenedor .modulo .menuInicio li:first-child {
    border-top: 1px solid #27448b;
}

section.contenedor .modulo .menuInicio li {
    border-bottom: 1px solid #27448b;
    font-family: 'HelveticaNeue-Condensed';
    font-weight: bold;
    padding: 20px 0;
    font-size: 17px;
    color: #27448b;
    line-height: 17px;
    background-image: url(/img/flechaListaHome.png);
    background-repeat: no-repeat;
    background-position: right center;
}

section.contenedor .modulo .menuInicio li a {
    color: #27448b;
}

section.contenedor .moduloTipo3 {
    padding: 0;
}

section.contenedor .moduloTipo3 img {
    display: block;
    width: 100%;
}

section.contenedor .contentBloqueGrandeHome {
    overflow: hidden;
}

section.contenedor .contentBloqueGrandeHome .btn {
    font-size: 14px;
    line-height: 11px;
    background-color: #27448b;
    color: white;
    text-transform: uppercase;
    padding: 15px 0;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    margin-top: 40px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    cursor: pointer;
    width: 210px;
}

section.contenedor .contentBloqueGrandeHome .enlace {
    padding-left: 45px;
    background-image: url(/img/flechaEnlace.png);
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 16px;
    line-height: 13px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    margin-top: 40px;
    cursor: pointer;
}

section.contenedor .contentBloqueGrandeHome .enlace a {
    color: white;
}

section.contenedor .contentBloqueGrandeHome .bloqueTexto {
    box-sizing: border-box;
    padding: 50px 35px;
    background-color: white;
    height: 360px;
}

section.contenedor .contentBloqueGrandeHome .bloqueTextoInv {
    box-sizing: border-box;
    padding: 50px 35px;
    background-color: #27448b;
    height: 360px;
    width: 320px;
    float: left;
}

section.contenedor .contentBloqueGrandeHome .bloqueTextoInv h2 {
    font-size: 22px;
    line-height: 30px;
    color: white;
    font-weight: normal;
    margin-bottom: 15px;
}

section.contenedor .contentBloqueGrandeHome .bloqueTextoInv .titulito {
    font-size: 14px;
    line-height: 14px;
    text-decoration: underline;
    color: white;
    margin-bottom: 15px;
}

section.contenedor .contentBloqueGrandeHome .bloqueImagen {
    overflow: hidden;
    height: 360px;
}

section.contenedor .contentBloqueGrandeHome .bloqueImagen img {
    display: block;
    width: 100%;
}

section.contenedor .contentBloqueGrandeHome .bloque1 {
    float: left;
    width: 320px;
}

section.contenedor .contentBloqueGrandeHome .bloque1 .bloqueTexto h2 {
    font-size: 22px;
    line-height: 26px;
    color: #27448b;
    margin-bottom: 15px;
}

section.contenedor .contentBloqueGrandeHome .bloque1 .bloqueTexto p {
    font-size: 14px;
    line-height: 24px;
    color: #878787;
}

section.contenedor .contentBloqueGrandeHome .bloque2 {
    float: left;
    width: 320px;
}

section.contenedor .contentBloqueGrandeHome .bloque2 {
    float: left;
    width: 320px;
}

section.contenedor .contentBloqueGrandeHome .bloque3 {
    float: left;
    width: 320px;
    height: 720px;
    background-color: white;
    box-sizing: border-box;
    padding: 50px 35px;
}

section.contenedor .contentBloqueGrandeHome .bloque3 h2 {
    font-size: 22px;
    line-height: 26px;
    color: #27448b;
    margin-bottom: 15px;
}

section.contenedor .contentBloqueGrandeHome form input[type=text] {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 19px;
    background-color: #f0f5fb;
    padding: 12px 30px;
    width: 100%;
    box-sizing: border-box;
    color: #27448b;
}

section.contenedor .contentBloqueGrandeHome form input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

section.contenedor .contentBloqueGrandeHome form input[type=checkbox].css-checkbox + label.css-label {
    padding-left: 25px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 14px;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
    color: #27448b;

}

section.contenedor .contentBloqueGrandeHome form input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: 0 -20px;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}


section.contenedor .contentBloqueGrandeHome form label.css-label {
    background-image: url(/img/imageChecks.png);
    background-size: 20px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

section.contenedor .contentBloqueGrandeHome form .checks {
    overflow: hidden;
}

section.contenedor .contentBloqueGrandeHome form .checks > div {
    width: 50%;
    float: left;
}

section.contenedor .contentBloqueGrandeHome .bloque4 {
    width: 100%;
    overflow: hidden;
}

section.contenedor .contentBloqueGrandeHome .bloque4 .bloqueTexto {
    width: 320px;
    height: 360px;
    float: left;
}

section.contenedor .contentBloqueGrandeHome .bloque4 .bloqueImagen {
    width: 320px;
    height: 360px;
    float: left;
}

.modulo.coloresInvertidos {
    background-color: #27448b !important;
}

.modulodescripcioncontenido {

}

.modulodescripcioncontenido .bloque1 {
    float: left;
    width: 25%;
    box-sizing: border-box;
    text-align: right;
    min-height: 10px;
    color: #27448b;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
}

.modulodescripcioncontenido.coloresInvertidos .bloque1 {
    color: white;
}

.modulodescripcioncontenido .bloque2 {
    float: left;
    width: 75%;
    box-sizing: border-box;
    padding-left: 30px;
    min-height: 10px;
    color: black;
    font-size: 18px;
    line-height: 24px;
}

.modulodescripcioncontenido .bloque2 p {
    margin-bottom: 15px;
}

.modulodescripcioncontenido.coloresInvertidos .bloque2 {
    color: white;
}

.modulodescripcion {

}

.modulodescripcion .bloque1 {
    float: left;
    width: 25%;
    box-sizing: border-box;
    min-height: 10px;
}

.modulodescripcion .bloque2 {
    float: left;
    width: 75%;
    box-sizing: border-box;
    padding-left: 30px;
    min-height: 10px;
    color: #27448b;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
}

.modulodescripcion.coloresInvertidos .bloque2 {
    color: white;
}

.moduloTipo1 {
    padding: 20px 40px !important;
}

.moduloTipo1 .bloque1 {
    float: left;
    width: 25%;
    box-sizing: border-box;
    text-align: right;
    min-height: 10px;
    color: #27448b;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
}

.moduloTipo1.coloresInvertidos .bloque1 {
    color: white;
}

.moduloTipo1 .bloque2 {
    float: left;
    width: 75%;
    box-sizing: border-box;
    padding-left: 30px;
    min-height: 10px;
    color: black;
    font-size: 14px;
    line-height: 20px;
}

.moduloTipo1.coloresInvertidos .bloque2 {
    color: white;
}

.moduloTipo1 .bloque2 ul {
    padding: 15px;
    padding-bottom: 25px;
    padding-top: 10px;
}

.moduloTipo1 .bloque2 p {
    margin-bottom: 15px;
    color: grey;
    line-height: 25px;
}

.moduloTipo1.coloresInvertidos .bloque2 p {
    color: white;
}

.moduloTipo1 .bloque2 ul li {
    color: grey;
    padding: 5px 0;
    list-style: circle;
}

.moduloTipo1 .bloque2 b, .moduloTipo1 .bloque2 strong {
    color: black;
    font-size: 16px;
}

.moduloTipo2 {

}

.moduloTipo2 .bloque1 {
    float: left;
    width: 25%;
    box-sizing: border-box;
    text-align: right;
    min-height: 10px;

}

.moduloTipo2 .bloque2 {
    float: left;
    width: 75%;
    box-sizing: border-box;
    padding-left: 30px;
    min-height: 10px;
}

.moduloTipo2 .bloque2 .slide {
    position: relative;
}

.moduloTipo2 .bloque2 .slidesjs-control {
    width: 630px !important;
    height: 350px !important;
}

.moduloTipo2 .bloque2 * {
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}

.moduloTipo2 .bloque2 img {
    width: 100%;
}

.moduloTipo2 .bloque2 .slidesjs-previous {
    width: 37px;
    height: 18px;
    background-image: url(/img/slideIzqNormal.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 360px;
    left: 0;
    text-indent: 99px;
    overflow: hidden;
}

.moduloTipo2.coloresInvertidos .bloque2 .slidesjs-previous {
    background-image: url(/img/slideIzq.png);
}

.moduloTipo2 .bloque2 .slidesjs-next {
    width: 37px;
    height: 18px;
    background-image: url(/img/slideDerNormal.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 360px;
    right: 0;
    text-indent: 99px;
    overflow: hidden;
}

.moduloTipo2.coloresInvertidos .bloque2 .slidesjs-next {
    background-image: url(/img/slideDer.png);
}

.moduloTipo2 .bloque2 .slidesjs-pagination {
    text-align: center;
    padding: 10px 0;
}

.moduloTipo2 .bloque2 .slidesjs-pagination li {
    display: inline-block;
    margin: 0 5px;
}

.moduloTipo2 .bloque2 .slidesjs-pagination li a {
    text-indent: 99px;
    overflow: hidden;
    display: block;
    width: 14px;
    height: 14px;
    border: 2px solid #27448b;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.moduloTipo2.coloresInvertidos .bloque2 .slidesjs-pagination li a {
    border: 2px solid white;
}

.slidesjs-stop, .slidesjs-play {
    display: none !important;
}

.moduloTipo2 .bloque2 .slidesjs-pagination li a.active {
    background-color: #27448b;
}

.moduloTipo2.coloresInvertidos .bloque2 .slidesjs-pagination li a.active {
    background-color: white;
}

.moduloTipo3 {
    padding: 0;
}

.moduloTipo3 img {
    width: 100%;
}

.moduloTipo4 {
    position: relative;
}

.moduloTipo4 .bloque1 {
    float: left;
    width: 25%;
    box-sizing: border-box;
    text-align: right;
    min-height: 10px;
    color: #27448b;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
}

.moduloTipo4 .bloque2 {
    float: left;
    box-sizing: border-box;
    text-align: right;
    min-height: 10px;
    color: white;
    font-size: 30px;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: 5px;
    background-color: #02418E;
    padding: 20px 40px;
    position: absolute;
    top: 50%;
    right: 15%;
}

.moduloTipo4 .bloque2 .tituloContador {
    color: #27448b;
    text-decoration: underline;
    position: absolute;
    font-size: 16px;
    top: -85%;
    letter-spacing: 0px;
    width: 300px;
    right: 0px;
}

.moduloTipo4 .bloque3 {
    float: left;
    margin-left: 21px;
    width: 26%;
}

.moduloTipo4 .bloque3 img {
    width: 100%;
}

.moduloTipo5 {

}

.moduloTipo5 .bloque1 {
    float: left;
    width: 25%;
    box-sizing: border-box;
    text-align: right;
    min-height: 10px;
    color: #27448b;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
}

.moduloTipo5.coloresInvertidos .bloque1 {
    color: white;
}

.moduloTipo5 .bloque2 {
    float: left;
    width: 75%;
    box-sizing: border-box;
    padding-left: 30px;
    min-height: 10px;
}

.moduloTipo5 .bloque2 img {
    width: 100%
}

.moduloTipo6 {

}

.moduloTipo6 .bloque1 {
    float: left;
    width: 25%;
    box-sizing: border-box;
    text-align: right;
    min-height: 10px;
}

.moduloTipo6 .bloque2 {
    float: left;
    width: 75%;
    box-sizing: border-box;
    padding-left: 30px;
    min-height: 10px;
}

.moduloTipo6 .bloque2 .enlace {
    padding-left: 45px;
    background-image: url(/img/slideDerNormal.png);
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 16px;
    line-height: 13px;
    color: #27448b;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
}

.moduloTipo6.coloresInvertidos .bloque2 .enlace {
    color: white;
    background-image: url(/img/slideDer.png);
}

.moduloTipo7 {
    padding: 0 40px !important;
    padding-bottom: 40px !important;
}

.moduloTipo7 .bloque1 {
    float: left;
    width: 25%;
    box-sizing: border-box;
    text-align: right;
    min-height: 10px;
}

.moduloTipo7 .bloque2 {
    float: left;
    width: 75%;
    box-sizing: border-box;
    padding-left: 30px;
    min-height: 10px;
}

.moduloTipo7 .bloque2 .btn {
    font-size: 14px;
    line-height: 11px;
    background-color: #27448b;
    color: white;
    text-transform: uppercase;
    padding: 15px 0;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    cursor: pointer;
    width: 210px;
}

.moduloTipo7.coloresInvertidos .bloque2 .btn {
    color: #27448b;
    background-color: white;
}

.moduloTipo8 {

}

.moduloTipo8 .bloque1 {
    float: left;
    width: 25%;
    box-sizing: border-box;
    text-align: right;
    min-height: 10px;
    color: #27448b;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
}

.moduloTipo8 .bloque1 img {
    width: 100%;
    display: block;
}

.moduloTipo8.coloresInvertidos .bloque1 {
    color: white;
}

.moduloTipo8 .bloque2 {
    float: left;
    width: 75%;
    box-sizing: border-box;
    padding-left: 30px;
    min-height: 10px;
    color: #878787;
    font-size: 14px;
    line-height: 20px;
    border-bottom: 1px solid black;
    padding-bottom: 30px;
}

.moduloTipo8.coloresInvertidos .bloque2 {
    color: white;
    border-bottom: 1px solid white;
}

.moduloTipo8 .bloque2 h2 {
    color: black;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.moduloTipo8.coloresInvertidos .bloque2 h2 {
    color: white;
}

.moduloTipo8 .bloque2 .btn {
    font-size: 14px;
    line-height: 11px;
    background-color: #27448b;
    color: white;
    text-transform: uppercase;
    padding: 15px 0;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    margin-top: 40px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    cursor: pointer;
    width: 210px;
}

.moduloTipo8.coloresInvertidos .bloque2 .btn {
    color: #27448b;
    background-color: white;
}

.moduloTipo9 {
    padding: 0 40px !important;
}

.moduloTipo9 .bloque1 {
    float: left;
    width: 25%;
    box-sizing: border-box;
    text-align: right;
    min-height: 10px;
    color: #27448b;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
}

.moduloTipo9 .bloque2 {
    float: left;
    width: 75%;
    box-sizing: border-box;
    padding-left: 30px;
    min-height: 10px;
    color: #878787;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 0;
}

.moduloTipo9.coloresInvertidos .bloque2 {
    color: white;
}

.moduloTipo9 .bloque2 a {
    border-bottom: 1px solid black;
    padding: 10px 0;
    background-image: url(/img/iconDown.png);
    background-repeat: no-repeat;
    background-position: right center;
    display: block;
    width: 100%;
    color: black;
    font-weight: bold;
    font-size: 17px;
    background-size: 20px 20px;
}

.moduloTipo9.coloresInvertidos .bloque2 a {
    background-image: url(/img/iconDownIn.png);
    color: white;
    border-bottom: 1px solid white;
}

.moduloTipo10 {
    padding: 0 40px !important;
}

.moduloTipo10 .bloque1 {
    float: left;
    width: 25%;
    box-sizing: border-box;
    text-align: right;
    min-height: 10px;
    color: #27448b;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
}

.moduloTipo10 .bloque2 {
    float: left;
    width: 75%;
    box-sizing: border-box;
    padding-left: 30px;
    min-height: 10px;
    color: #878787;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 0;
}

.moduloTipo10.coloresInvertidos .bloque2 {
    color: white;
    border-bottom: 1px solid white;
}

.moduloTipo10 .bloque2 p {
    margin-bottom: 10px
}

.moduloTipo10 .bloque2 a {
    color: #27448b;
    text-decoration: underline;
}

.moduloTipo10 .bloque2 .tituloAcor {
    font-size: 18px;
    line-height: 18px;
    padding: 15px 0;
    color: black;
    font-weight: bold;
    background-image: url(/img/btnMas.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 30px 30px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.moduloTipo10 .bloque2 .tituloAcor.abierto {
    background-image: url(/img/btnMenos.png);
    border-bottom: 1px solid #27448b;
}

.moduloTipo10.coloresInvertidos .bloque2 .tituloAcor {
    color: white;
    background-image: url(/img/btnMasInv.png);
}

.moduloTipo10.coloresInvertidos .bloque2 .tituloAcor.abierto {
    background-image: url(/img/btnMenosInv.png);
    border-bottom: 1px solid white;
}

.moduloTipo10 .bloque2 .paraPa {
    padding: 15px 0;
}

.moduloTipo10 .bloque2 .acordeon {
    border-top: 1px solid black;
}

.moduloTipo10 .bloque2 .contenidoAcor {
    overflow: hidden;
    height: 0;
}

.blog {
    overflow: hidden;
}

.blog .noticia {
    float: left;
    width: 50%;
    background-color: white;
}

.blog .noticia.coloresInvertidos {
    background-color: #27448b;
}

.blog .noticia img {
    display: block;
    /*width: 100%;*/
    height: 480px;
    min-width: 100%;
}

.blog .noticia .texto {
    padding: 40px;
    position: relative;
    height: 360px;
    box-sizing: border-box;
}

.blog .noticia .texto span {
    font-size: 14px;
    text-decoration: underline;
}

.blog .noticia .texto h2 {
    padding: 20px 0;
    font-size: 24px;
}

.blog .noticia .texto p {
    font-size: 14px;
    line-height: 22px;
    color: grey;
}

.blog .noticia.coloresInvertidos .texto span, .blog .noticia.coloresInvertidos .texto h2, .blog .noticia.coloresInvertidos .texto p {
    color: white;
}

.blog .noticia .texto .enlace {
    padding-left: 45px;
    background-image: url(/img/slideDerNormal.png);
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 16px;
    line-height: 13px;
    color: black;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    bottom: 40px;
    left: 40px;
}

.blog .noticia.coloresInvertidos .texto .enlace {
    color: white;
    background-image: url(/img/slideDer.png);
}

.blog .paginacion {
    padding: 40px;
    text-align: center;
    background-color: #2a2a2a;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;

}

.blog .paginacion a {
    margin: 0 5px;
    color: white;
}

.entradaPost {
    padding: 40px !important;
}

.entradaPost .bloque1 {
    font-size: 14px;
    text-decoration: underline;
    color: black;
}

.entradaPost .bloque2 h2 {
    margin-bottom: 30px;
}

.entradaPost .bloque2 p {
    margin-bottom: 30px;
}

.entradaPost .bloque2 img {
    width: 100%;
}

.entradaPost .bloque2 .btn {
    font-size: 14px;
    line-height: 11px;
    background-color: #27448b;
    color: white;
    text-transform: uppercase;
    padding: 15px 0;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    margin-top: 40px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    cursor: pointer;
    width: 210px;
    margin-top: 0;
    margin-bottom: 30px;
}

#formEnvia {
    padding: 20px 0;
    width: 100%;
}

#formEnvia div.campo {
    padding-bottom: 30px;
}

#formEnvia input[type=text], #formEnvia select, #formEnvia textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    font-size: 12px;
    line-height: 12px;
    color: #27448b;
    background-color: #f0f5fb;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

#formEnvia label {
    font-weight: bold;
    color: #27448b;
    display: block;
    padding-bottom: 15px;
    font-size: 14px;
}

#formEnvia textarea {
    max-width: 100%;
    min-width: 100%;
    min-height: 150px;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

#formEnvia .btn {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    font-size: 14px;
    line-height: 11px;
    background-color: white;
    color: #27448b;
    text-transform: uppercase;
    padding: 15px 0;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    cursor: pointer;
    width: 210px;
    border: 1px solid #27448b;
    margin: 0;
}

#formEnvia .fileUpload {
    position: relative;
    overflow: hidden;
}

#uploadFile {
    padding: 15px;
    vertical-align: top;
    background-color: white;
}

#formEnvia .fileUpload input.upload {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

#elCaptcha {
    width: 25%;
    border-top: 1px solid #27448b;
    border-bottom: 1px solid #27448b;
    display: block;
    float: left;
    height: 45px
}

#formCaptcha {
    display: block;
    width: 70% !important;
    float: right;
    border-top: 1px solid white;
}

#formEnvia input[type=checkbox].css-checkbox {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

#formEnvia input[type=checkbox].css-checkbox + label.css-label {
    padding-left: 25px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 14px;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
    color: #27448b;

}

#formEnvia input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: 0 -20px;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}

#formEnvia label.css-label {
    background-image: url(/img/imageChecks.png);
    background-size: 20px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#formLabelAviso {
    padding-bottom: 0 !important;
    color: grey !important;
    font-weight: normal !important;
    padding-left: 40px !important;
}

#formLabelAviso a {
    color: #27448b !important;
    font-weight: bold !important;

}

#formLabelAviso.conError {
    color: red !important;
}

#formEnvia #enviarSoli {
    background-color: #27448b;
    color: white;
    border: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.contacto {
    background-color: white;
}

.contacto .bloqueC {
    width: 100%;
    height: 360px;
    overflow: hidden;

}

.contacto .bloqueC .mapa {
    width: 50%;
    height: 360px;
    float: left;
}

.contacto .bloqueC .datos {
    width: 50%;
    height: 360px;
    float: left;
    background-color: #27448b;
    color: white;
    box-sizing: border-box;
    padding: 40px;
}

.contacto .bloqueC .datos .btn {
    font-size: 14px;
    line-height: 11px;
    background-color: white;
    color: #27448b;
    text-transform: uppercase;
    padding: 15px 0;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    cursor: pointer;
    width: 210px;
    margin-top: 30px;
}

.texto .datos .btn {
    font-size: 14px;
    line-height: 11px;
    background-color: #27448b;
    color: white;
    text-transform: uppercase;
    padding: 15px 0;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    cursor: pointer;
    width: 210px;
    margin-top: 30px;
}

.contacto .bloqueC .datos p {
    font-size: 18px;
    line-height: 24px;
}

.text .datos p {
    font-size: 18px;
    line-height: 24px;
}

.contacto .bloqueC .datos span {
    font-size: 14px;
    text-decoration: underline;
    margin-bottom: 15px;
    display: block;
}

.texto .datos span {
    font-size: 14px;
    text-decoration: underline;
    margin-bottom: 15px;
    display: block;
}

.contacto .bloqueF {
    width: 100%;
    overflow: hidden;

}

.contacto .bloqueF .texto {
    width: 50%;
    font-size: 25px;
    color: #27448b;
    float: left;
    box-sizing: border-box;
    padding: 40px;
}

.contacto .bloqueF .form {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 40px;

}

#formContacto {
    padding: 20px 0;
    width: 100%;
}

#formContacto div.campo {
    padding-bottom: 30px;
}

#formContacto input[type=text], #formContacto select, #formContacto textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    font-size: 12px;
    line-height: 12px;
    color: #27448b;
    background-color: #f0f5fb;
}

#formContacto label {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    font-weight: bold;
    color: #27448b;
    display: block;
    padding-bottom: 15px;
    font-size: 14px;
}

#formContacto textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    max-width: 100%;
    min-width: 100%;
    min-height: 150px;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}

#formContacto .btn {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    font-size: 14px;
    line-height: 11px;
    background-color: white;
    color: #27448b;
    text-transform: uppercase;
    padding: 15px 0;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    cursor: pointer;
    width: 210px;
    border: 1px solid #27448b;
    margin: 0;
}

#formContacto .fileUpload {
    position: relative;
    overflow: hidden;
}

#uploadFile {
    padding: 15px;
    vertical-align: top;
    background-color: white;
}

#formContacto .fileUpload input.upload {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

#elCaptcha {
    width: 35%;
    border-top: 1px solid #27448b;
    border-bottom: 1px solid #27448b;
    display: block;
    float: left;
    height: 45px
}

#formCaptcha {
    display: block;
    width: 60% !important;
    float: right;
    border-top: 1px solid white;
}

#formContacto input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

#formContacto input[type=checkbox].css-checkbox + label.css-label {
    padding-left: 25px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 14px;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
    color: #27448b;
    line-height: 16px;
    font-size: 13px;
}

#formContacto input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: 0 -20px;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}


#formContacto input[type=radio].css-radio {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

#formContacto input[type=radio].css-radio + label.css-label-radio {
    padding-left: 25px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 14px;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
    color: #27448b;

}

#formContacto input[type=radio].css-radio:checked + label.css-label-radio {
    background-position: 0 -20px;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}

#formContacto label.css-label {
    background-image: url(/img/imageChecks.png);
    background-size: 20px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#formContacto label.css-label-radio {
    background-image: url(/img/imageRadios.png);
    background-size: 20px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#formLabelAviso {
    padding-bottom: 0 !important;
    color: grey !important;
    font-weight: normal !important;
    padding-left: 40px !important;
}

#formLabelAviso a {
    color: #27448b !important;
    font-weight: bold !important;

}

#formContacto #enviarSoli {
    background-color: #27448b;
    color: white;
    border: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.extranet {
    background-color: #27448b !important;
}

.extranet #formExtranet label {
    color: white;
}

#formExtranet {
    padding: 0;
    width: 100%;
}

#formExtranet div.campo {
    padding-bottom: 30px;
}

#formExtranet input[type=text], #formExtranet input[type=password], #formExtranet select, #formExtranet textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    font-size: 12px;
    line-height: 12px;
    color: #27448b;
/ / background-color: #BDD4F0;
}

#formExtranet label {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    font-weight: bold;
    color: #27448b;
    display: block;
    padding-bottom: 15px;
    font-size: 14px;
}

#formExtranet .btn {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    font-size: 14px;
    line-height: 11px;
    background-color: white;
    color: #27448b;
    text-transform: uppercase;
    padding: 15px 0;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    cursor: pointer;
    width: 210px;
    border: 1px solid #27448b;
    margin: 0;
}

.bloqueMovil {
    display: none;
}

section.transporte-maritimo .moduloTipo3 {
    padding-bottom: 30px !important;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

#barraaceptacion {
    display: block;
    padding: 20px 0px;
    text-align: center;
    color: white;
    position: fixed;
    bottom: 0px;
    z-index: 999;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

#barraaceptacion .divInt {
    padding: 0 100px;
    box-sizing: border-box;
    font-size: 15px;
    letter-spacing: 1px;
}

#barraaceptacion .divInt span {
    text-decoration: underline;
}

#barraaceptacion .divInt a, #barraaceptacion .divInt b {
    color: #27448b;
    text-decoration: underline;
}

.fancy h1 {
    text-align: center;
    margin-bottom: 15px;
}

.fancy p {
    text-align: center;
    margin-bottom: 10px;
    padding: 0 10px;
}

section.contenedor .contentBloqueGrandeHome .btn a {
    color: white;
}

input[type=checkbox] {
    visibility: hidden;
    margin-right: 10px;
}

/* SQUARED THREE */
.squaredThree {
    margin: 10px auto;
    color: #27448b;
    position: relative;
    display: inline-block;
    width: 250px;
}

.squaredThree label {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    border-radius: 4px;

    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, .4);
    -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, .4);
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, .4);

    background: #f0f5fb;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222', endColorstr='#45484d', GradientType=0);
    padding-bottom: 0 !important;
}

.squaredThree label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background: transparent;
    top: 4px;
    left: 4px;
    border: 3px solid #27448b;
    border-top: none;
    border-right: none;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.squaredThree label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.squaredThree input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}

.video-responsive iframe, .video-responsive object, .video-responsive embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}


/* COOKIES */

.smsCookie {
    background-color: rgba(0, 0, 0, 0.9);
    color: #9A9A9A;
    padding: 40px 0;
    position: fixed;
    bottom: -400px;
    left: 0;
    width: 100%;
    z-index: 200;
    font-family: 'HelveticaNeueLTStd-Lt';
    font-weight: normal;
    font-size: 19px;
    line-height: 26px;
}

.smsCookie.open {
    bottom: 0px;
}

.smsCookie b {
    font-family: 'HelveticaNeueLTStd-Lt';
    font-weight: bold;
    font-weight: normal;
    font-size: 20px;
    color: white;
}

.smsCookie p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 20px;
    color: white;
}

.smsCookie .for_configurar ul li {
    font-size: 15px;
    line-height: 20px;
    color: white;
}

.smsCookie p a {
    color: white;
    text-decoration: underline;
}

.smsCookie a.btn {
    border-radius: 4px;
    border: 1px solid #27448b;
    background-color:#27448b;
    color: white;
    font-family: 'HelveticaNeueLTStd-Lt';
    line-height: 15px;
    font-size: 13px;
    box-sizing: border-box;
    padding: 10px 15px;
    padding-top: 15px;
    cursor: pointer;
    float: right;
    margin-top: 10px;
    display: inline-block;
    font-weight: bold;
    text-transform: capitalize;
    margin-left: 10px;
}
.smsCookie .for_configurar a.btn {
    text-transform: uppercase;
}

.smsCookie a.btn:hover {
    border: 1px solid #27448b;
    background-color: #1f3871;
}


.smsCookie a.comoBtn.comoBtnAAnalitica,
.smsCookie a.comoBtn.comoBtnAPublicitarias {
    color: red;
}

.smsCookie a.comoBtn.comoBtnRAnalitica,
.smsCookie a.comoBtn.comoBtnRPublicitarias {
    color: green;
}

.smsCookie a.comoBtn.selected {
    display: none;
}

.smsCookie a.comoBtn i {
    line-height: 30px;
}

.smsCookie .for_configurar {
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    border: 2px solid #27448b;
    padding: 30px;
    text-align: left;
    border-radius: 20px;
    background-color: black;
    box-sizing: border-box;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: fixed;
    top: 50%;
    left: 50%;
    width: 1120px;
}

.smsCookie .for_configurar ul {
    margin-top: 10px;
    margin-bottom: 25px;
    padding-left: 25px;
}

.smsCookie .for_configurar ul li {
    list-style: disc;
}

@media screen and (max-width: 1279px) {
    .smsCookie .for_configurar {
        width: 880px;
    }

}

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

    .smsCookie .for_configurar {
        width: 90%;
    }
}

@media screen and (max-width: 767px) {
    .smsCookie .for_configurar {
        max-height: 90%;
        overflow-y: auto;
    }

    .smsCookie {
        padding: 20px 0;
        font-size: 15px;
        line-height: 20px;
    }

    .smsCookie b {
        font-family: 'HelveticaNeueLTStd-Lt';
        font-weight: bold;
        font-size: 21px;
    }

    .smsCookie a.btn {
        border-radius: 40px;
        line-height: 40px;
        font-size: 15px;
        margin-top: 20px;
        margin-bottom: 0px;
        width: 100%;
    }

    .smsCookie b {
        font-family: 'HelveticaNeueLTStd-Lt';
        font-weight: bold;
        font-size: 13px;
    }

    .smsCookie p,
    .smsCookie .for_configurar ul li {
        font-size: 12px;
        line-height: 15px;
        color: white;
    }

    .smsCookie a.btn.btn_config {
        font-size: 10px;
        border-radius: 20px;
        line-height: 20px;
    }

    .smsCookie a.comoBtn i {
        line-height: 20px;
    }

    .smsCookie a.comoBtn {
        font-size: 40px;
        line-height: 20px;
        height: 20px;
    }
}

.pagina_33 section.slide {
    height: 222px;
}
.pagina_33 .moduloTipo1 {
    padding: 0 !important;
}

.pagina_33 .moduloTipo1 .bloque1 {
    display: none !important;
}

.pagina_33 .moduloTipo1 .bloque2 {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
}

.iframe_catalogo {
    width: 100%;
    aspect-ratio: 16/9;
    display: block;
}

.iframe_catalogo iframe {
    width: 100%;
    height: 100%;
    border: 0;
}
