.top-bar__section,
.top-bar__idioms,
.menu-bar__section,
.menu-bar__client-area,
.phone-icon__container,
.footer-menu__footer-links,
.footer-menu__footer-rrss,
.header-title,
.header-title-with-calculate-insurance,
.header-title-with-calculate-insurance__left-part,
.header-title-with-calculate-insurance__right-part,
.header-page__bg-img,
.calculate-insurance__selector,
.calculate-insurance__btn,
.dropdown dt a,
.insurance-icons,
.discover,
.social-media,
.social-media .block,
.news-home__new-home,
.links-downloads .block,
.insurances-table__row,
.tarificador .block,
.guides .block,
.pagination .block,
ol.scs-pagination,
.new__other-news,
.history__column:last-of-type,
.consultation-reason .scs-paragraph-text,
.consultation-reason .scs-paragraph-text>div,
.telephone-assistance__title,
.asistance-services__title-block,
.where-we-are__selector,
.where-we-are__btn,
.client-services__buttons .block,
.client-services__services-pages {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.top-bar .block,
.menu-bar .block,
.footer__footer-menu,
.insurance-icons .block,
.subproducts .block,
.individual-new__bottom-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.services__row,
.services__item {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
}

.news-home .block,
.insurances-table__column,
.telephone-assistance__item,
.telephone-assistance__info,
.asistance-services__item,
.where-we-are__sidebar {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.menu-bar__navbar .navbar #navbar-mainMenu .idioms-mobile,
.discover .block,
.tabs__container,
.advantages__items,
.advantages__item,
.insurance-offered__container,
.all-news .block,
.other-news__prev .other-news__link,
.history__item,
.where-we-are {
    display: flex;
    align-items: center;
    text-align: left;
}

.guides__more-searchs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
}

.footer-links__block,
.links-downloads__links-section,
.all-news__new,
.all-news .scs-component-bounding-box .all-news__new {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.other-news__next .other-news__link {
    display: flex;
    align-items: center;
    text-align: right;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    box-sizing: border-box;
}

span,
a,
p,
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4,
div {
    font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    overflow: hidden;
}

p {
    font-size: 16px;
    line-height: 1.7em;
    color: #61696e;
}

@media (max-width: 575px) {
    p {
        font-size: 14px;
    }
}

h1,
.h1 {
    font-size: 36px;
    line-height: 1.3em;
    font-weight: 700;
    color: #041e42;
    text-align: center;
}

@media (max-width: 575px) {

    h1,
    .h1 {
        font-size: 30px;
    }
}

h2,
.h2 {
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 700;
    color: #041e42;
    text-align: center;
}

@media (max-width: 575px) {

    h2,
    .h2 {
        font-size: 20px;
    }
}

h3,
.h3 {
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 600;
    margin-bottom: 10px;
}

@media (max-width: 575px) {

    h3,
    .h3 {
        font-size: 18px;
    }
}

h4,
.h4 {
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 600;
    margin-bottom: 10px;
}

@media (max-width: 575px) {

    h4,
    .h4 {
        font-size: 18px;
    }
}

a:hover {
    text-decoration: none;
    transition: 0.3s ease;
}

ul,
ol {
    list-style: disc;
    line-height: 1.7em;
    padding-left: 20px;
    color: #61696e;
    margin-bottom: 15px;
}

ol {
    list-style: decimal;
}

ul li,
ol li {
    margin-bottom: 10px;
}

ul ul,
ol ol {
    list-style: circle;
}

.block {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
}

@media (min-width: 767px) {
    .block-intro {
        padding-left: 50px;
        padding-right: 50px;
    }
}

.dropdown-toggle:after {
    background-image: url(../icons/flecha-acordeon-icon.svg);
    margin: 2px 0 0 0;
    width: 17px;
    height: 10px;
    background-position: 0;
    background-size: contain;
    border: none;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    transition: 0.3s ease-in;
    margin-left: 7px;
}

.dropdown-toggle:hover:after {
    background-image: url(../icons/flecha-acordeon-icon-copy.svg);
}

.little-red-separator {
    width: 60px;
    height: 5px;
    background: #f07052;
    margin: 0 auto;
}

.section-separator {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #f4f4f4;
}

button:focus {
    outline: none;
}

.overflow-h {
    overflow: hidden;
}

strong {
    font-weight: 700;
}

.btn-change-bg {
    text-align: center;
}

.btn-change-bg a {
    font-weight: 600;
    display: inline-block;
    border: 2px solid #da291c;
    padding: 12px 20px;
    color: #da291c;
    transition: 0.3s ease;
}

.btn-change-bg a:hover {
    box-shadow: 0 0 4px -2px #000;
    background: #da291c;
    color: #fff;
}

.scs-component-content .scs-button-button.btn-change-bg {
    font-weight: 600 !important;
    display: inline-block !important;
    border: 2px solid #da291c !important;
    border: 2px solid #da291c;
    padding: 12px 20px !important;
    transition: 0.3s ease !important;
    background: transparent !important;
    border-radius: 0px !important;
}

.scs-component-content .scs-button-button.btn-change-bg span {
    color: #da291c !important;
    cursor: pointer;
}

.scs-component-content .scs-button-button.btn-change-bg:hover {
    box-shadow: 0 0 4px -2px black !important;
    background: #da291c !important;
    color: white !important;
    text-shadow: none !important;
}

.scs-component-content .scs-button-button.btn-change-bg:hover span {
    color: white !important;
}

.scs-component-content.btn-change-bg .scs-button-button {
    font-weight: 600 !important;
    display: inline-block !important;
    border: 2px solid #da291c !important;
    border: 2px solid #da291c;
    padding: 12px 20px !important;
    transition: 0.3s ease !important;
    background: transparent !important;
    border-radius: 0px !important;
}

.scs-component-content.btn-change-bg .scs-button-button span {
    color: #da291c !important;
    cursor: pointer;
}

.scs-component-content.btn-change-bg .scs-button-button:hover {
    box-shadow: 0 0 4px -2px black !important;
    background: #da291c !important;
    color: white !important;
    text-shadow: none !important;
}

.scs-component-content.btn-change-bg .scs-button-button:hover span {
    color: white !important;
}

.btn-change-bg .scs-component-content .scs-button-button {
    font-weight: 600 !important;
    display: inline-block !important;
    border: 2px solid #da291c !important;
    border: 2px solid #da291c;
    padding: 12px 20px !important;
    transition: 0.3s ease !important;
    background: transparent !important;
    border-radius: 0px !important;
}

.btn-change-bg .scs-component-content .scs-button-button span {
    color: #da291c !important;
    cursor: pointer;
}

.btn-change-bg .scs-component-content .scs-button-button:hover {
    box-shadow: 0 0 4px -2px black !important;
    background: #da291c !important;
    color: white !important;
    text-shadow: none !important;
}

.btn-change-bg .scs-component-content .scs-button-button:hover span {
    color: white !important;
}

@media (max-width: 575px) {
    .btn-change-bg .scs-component-content .scs-button-button {
        padding: 10px !important;
    }

    .btn-change-bg .scs-component-content .scs-button-button span {
        white-space: inherit;
        line-height: 18px;
    }
}

.two-cols {
    display: flex;
    align-items: stretch;
    text-align: left;
    flex-wrap: wrap;
}

.two-cols .sub-col {
    flex: 0 0 47%;
}

@media (max-width: 767px) {
    .two-cols .sub-col {
        flex: 0 0 100%;
    }
}

.two-cols .sub-col:nth-child(even) {
    margin-left: 3%;
}

@media (max-width: 767px) {
    .two-cols .sub-col:nth-child(even) {
        margin-left: 0;
    }
}

.two-cols .sub-col:nth-child(odd) {
    margin-right: 3%;
}

@media (max-width: 767px) {
    .two-cols .sub-col:nth-child(odd) {
        margin-right: 0;
    }
}

.three-cols {
    display: flex;
    align-items: stretch;
    text-align: left;
    flex-wrap: wrap;
}

.three-cols .sub-col {
    flex: 0 0 30%;
}

@media (max-width: 767px) {
    .three-cols .sub-col {
        flex: 0 0 100%;
    }
}

.three-cols .sub-col:first-of-type {
    margin-right: 2%;
}

@media (max-width: 767px) {
    .three-cols .sub-col:first-of-type {
        margin-right: 0;
    }
}

.three-cols .sub-col:nth-child(2) {
    margin-left: 3%;
    margin-right: 3%;
}

@media (max-width: 767px) {
    .three-cols .sub-col:nth-child(2) {
        margin-left: 0;
        margin-right: 0;
    }
}

.three-cols .sub-col:last-of-type {
    margin-left: 2%;
}

@media (max-width: 767px) {
    .three-cols .sub-col:last-of-type {
        margin-left: 0;
    }
}

.pad-1em {
    padding: 1em;
}

a {
    font-size: 16px;
    line-height: 20px;
}

@media (max-width: 767px) {
    a {
        font-size: 14px;
        line-height: 18px;
    }
}

a.a-link {
    display: flex;
}

a.a-link:before {
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: 10px;
    flex: 0 0 20px;
    background: url(../icons/link-icon.svg) no-repeat;
    background-size: 100%;
}

a.a-download {
    display: flex;
}

a.a-download:before {
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: 10px;
    flex: 0 0 20px;
    background: url(../icons/download-icon.svg) no-repeat;
    background-size: 100%;
}

.blue-bg {
    background: #bac7dc;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 6px;
    background-color: #efefef;
}

::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: #bac7dc;
}

.icon-link>a,
.icon-link>.icon-link-item {
    display: inline-flex;
}

.icon-link>a:before,
.icon-link>.icon-link-item:before {
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: 10px;
    flex: 0 0 20px;
}

.icon-link--url a:before,
.icon-link--url>.icon-link-item:before {
    background: url(../icons/link-icon.svg) no-repeat;
    background-size: 100%;
}

.icon-link--download a:before,
.icon-link--download>.icon-link-item:before {
    background: url(../icons/download-icon.svg) no-repeat;
    background-size: 100%;
}

.icon-link--phone a:before,
.icon-link--phone>.icon-link-item:before {
    background: url(../icons/phone-icon-stroke.svg) no-repeat;
    background-size: 100%;
}

.icon-link--home a:before,
.icon-link--home>.icon-link-item:before {
    background: url(../icons/home-icon-stroke.svg) no-repeat;
    background-size: 100%;
}

@media (min-width: 768px) {
    .text-md-center {
        text-align: center;
    }
}

ul.list-styled {
    padding-left: 20px;
}

ul.list-styled li {
    list-style: disc;
}

.img-block {
    display: block;
    width: 100%;
    height: auto;
}

.full-width-container {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.top-bar {
    background: #2f5595;
    height: 40px;
    display: flex;
}

@media (max-width: 767px) {
    .top-bar {
        position: unset;
        height: 60px;
        width: 100% !important;
        max-width: 100vw;
    }

    .top-bar .block {
        display: none;
    }
}

.top-bar a {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
    width: max-content;
}

@media (max-width: 991px) {
    .top-bar a {
        font-size: 13px;
        line-height: 14px;
    }
}

.top-bar a:hover {
    color: #bac7dc !important;
    text-decoration: none;
}

.top-bar__section {
    flex: 1 1 0%;
    color: #2f5595;
}

.top-bar__pages {
    justify-content: flex-start;
}

.top-bar__idioms-searcher {
    justify-content: flex-end;
}

.top-bar__separator {
    color: #fff;
}

.top-bar__idiom--active {
    color: #bac7dc !important;
}

.top-bar__icon {
    width: 20px;
    height: 20px;
}

.menu-bar {
    height: 100px;
    display: flex;
    background: #fff;
    width: 100%;
    z-index: 10;
    transition: all 0.3s ease;
}

@media (max-width: 991px) {
    .menu-bar {
        height: 90px;
    }
}

@media (max-width: 767px) {
    .menu-bar {
        height: 55px;
    }
}

.menu-bar__navbar .navbar {
    padding: 0.5rem 0;
}

@media (max-width: 850px) {
    .menu-bar .menu-bar__navbar .navbar #navbar-mainMenu {
        overflow-x: scroll;
        height: calc(100dvh - 55px);
    }
}

.menu-bar.fixed {
    position: fixed;
    top: 0;
}

.menu-bar.hidden {
    position: fixed;
    top: -100px;
}

.menu-bar__section {
    flex: 1 1 0%;
}

@media (max-width: 1199px) {
    .menu-bar__section {
        flex: auto;
    }
}

@media (max-width: 767px) {
    .menu-bar__section {
        flex: 1 1 0%;
    }
}

.menu-bar__logo {
    justify-content: flex-start;
}

@media (max-width: 767px) {
    .menu-bar__logo {
        order: 2;
        justify-content: center;
    }
}

@media (max-width: 991px) {
    .menu-bar__logo img {
        width: 190px;
    }
}

@media (max-width: 850px) {
    .menu-bar__logo img {
        width: 120px;
        margin-top: 4px;
    }
}

@media (max-width: 400px) {
    .menu-bar__logo img {
        width: 100px;
    }
}

.menu-bar__login {
    justify-content: flex-end;
    position: relative;
}

@media (max-width: 767px) {
    .menu-bar__login {
        order: 3;
        position: unset;
    }
}

@media (max-width: 400px) {
    .menu-bar__login {
        margin-right: -10px;
    }
}

@media (max-width: 767px) {
    .menu-bar__navbar {
        order: 1;
        justify-content: flex-start;
    }
}

.menu-bar__navbar a {
    font-weight: 600;
    color: #041e42;
}

.menu-bar__navbar a:hover {
    color: #bac7dc;
    transition: 0.3s ease;
    background: transparent;
    padding-left: 15px;
}

@media (max-width: 767px) {
    .menu-bar__navbar a:hover {
        padding-left: 0;
    }
}

@media (max-width: 991px) {
    .menu-bar__navbar ul.navbar-nav.mr-auto>.spacing--horizontal-2 {
        width: 0.5rem;
    }
}

@media (max-width: 850px) {
    .menu-bar__navbar .navbar {
        position: unset;
        padding: 0;
    }
}

@media (max-width: 767px) {
    .menu-bar__navbar .navbar button {
        position: absolute;
        padding: 0;
    }
}

.menu-bar__navbar .navbar button.collapsed span.navbar-toggler-icon {
    background: url(../icons/menu-mobile.svg);
}

.menu-bar__navbar .navbar span.navbar-toggler-icon {
    background: url(../icons/close-button-mobile.svg) no-repeat;
    background-size: 22px 22px;
    background-position: 4px;
}

@media (max-width: 850px) {
    .menu-bar__navbar .navbar #navbar-mainMenu {
        position: absolute;
        top: 55px;
        width: 100%;
        background: #f4f4f4;
        margin-left: -20px;
        z-index: 2;
        text-align: left;
        padding: 0 0 15px;
        box-shadow: 0 3px 3px -2px;
    }
}

.menu-bar__navbar .navbar #navbar-mainMenu .mobile-searcher {
    background: #fff;
}

.menu-bar__navbar .navbar #navbar-mainMenu .mobile-searcher input {
    border: none;
    width: 100%;
    padding: 10px 20px;
    background: url(../icons/search-icon-mobile.svg) no-repeat 98%;
    font-size: 14px;
}

.menu-bar__navbar .navbar #navbar-mainMenu .idioms-mobile {
    padding: 10px 20px;
    bottom: 0;
    position: absolute;
    background: white;
    width: 100%;
}

.menu-bar__navbar .navbar #navbar-mainMenu .idioms-mobile__idiom--active {
    color: #bac7dc;
}

.menu-bar__client-area {
    color: #041e42;
    font-size: 18px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .menu-bar__client-area {
        margin-right: 10px;
    }
}

@media (max-width: 400px) {
    .menu-bar__client-area {
        margin-right: 0;
    }
}

.menu-bar__client-area:hover {
    color: #bac7dc;
    transition: 0.3s ease;
}

@media (max-width: 850px) {
    .menu-bar__client-area span {
        display: none;
    }
}

.menu-bar__client-area.opened .menu-bar__logo-client-icon {
    background: url(../icons/close-button-mobile.svg) no-repeat;
    background-position: 3px;
}

.menu-bar__logo-client-icon {
    height: 29px;
    width: 29px;
    background: url(../icons/client-icon.svg) no-repeat;
    background-size: 100%;
    margin-top: 2px;
}

@media (max-width: 400px) {
    .menu-bar__logo-client-icon {
        height: 25px;
        width: 25px;
    }
}

.menu-bar__phone-icon-img {
    height: 27px;
    width: 29px;
    background: url(../icons/phone-icon-mobile.svg) no-repeat;
    background-size: 100%;
    margin-top: 5px;
}

@media (max-width: 400px) {
    .menu-bar__phone-icon-img {
        height: 25px;
        width: 25px;
    }
}

.menu-bar__phone-icon.opened .menu-bar__phone-icon-img {
    background: url(../icons/close-button-mobile.svg) no-repeat;
    background-position: 3px;
}

.phone-icon {
    display: none;
}

.phone-icon__container {
    position: absolute;
    top: 55px;
    background: #f4f4f4;
    width: 100%;
    left: 0;
    padding: 20px;
    z-index: 2;
    box-shadow: 0 3px 3px -2px;
}

.phone-icon__block p {
    color: #041e42;
    font-size: 14px;
    font-weight: 600;
}

.phone-icon__block a {
    color: #fff;
    background: #da291c;
    padding: 10px 20px;
    display: block;
    font-size: 14px;
    font-weight: 600;
}

.phone-icon__block a:hover {
    box-shadow: 0 0 4px -2px #000;
    transition: 0.3s ease;
}

.navbar__level-one a {
    font-size: 18px;
}

@media (max-width: 850px) {
    .navbar__level-one a {
        font-size: 14px;
        padding: 10px 20px !important;
        border-bottom: 1px solid #d0d0d0;
    }
}

.navbar__level-one.show>a {
    color: #071e42;
}

.navbar__level-one.show>a.dropdown-toggle.rotateArrow:after {
    transform: rotate(180deg);
}

@media (max-width: 767px) {
    .navbar__level-one.show>a.dropdown-toggle:after {
        transform: rotate(0deg) translate(25%, 50%);
    }
}

@media (max-width: 850px) {
    .navbar__level-one .dropdown-toggle:after {
        float: right;
        transform: rotate(-90deg) translate(-25%, 50%);
    }
}

.navbar__level-two a {
    font-size: 18px;
}

.navbar__level-two a:last-of-type {
    padding-bottom: 25px !important;
}

.navbar__level-two .dropdown-toggle:after {
    transform: rotate(-90deg) translate(-25%, 50%);
    float: right;
}

.navbar__level-two .active-toggler {
    color: #bac7dc;
}

.navbar__level-two .active-toggler.dropdown-toggle:after {
    background-image: url(../icons/flecha-acordeon-icon-copy.svg);
}

@media (max-width: 767px) {
    .navbar__level-two .active-toggler.dropdown-toggle:after {
        transform: rotate(0deg) translate(25%, 50%);
    }
}

.navbar__level-two.show {
    padding: 30px 0 0;
    margin-left: -30px;
}

@media (max-width: 767px) {
    .navbar__level-two.show {
        padding: 0;
        margin: 0;
    }
}

.navbar__level-two.dropdown-seguros {
    width: 274px;
}

@media (max-width: 767px) {
    .navbar__level-two.dropdown-seguros {
        width: 100%;
    }
}

.navbar__level-three a {
    font-size: 18px;
    padding: 8px 20px;
    font-weight: 400;
}

.navbar__level-three.show {
    display: flex;
    flex-wrap: wrap;
    border-left: 2px solid #bac7dc;
    border-radius: 0;
    padding: 0;
    width: 270px;
    margin: 30px 0 0 0;
}

.navbar__level-three.show.mas-seguros {
    width: 536px;
    height: unset !important;
}

.navbar__level-three.show.mas-seguros.one-column {
    overflow-x: hidden;
    height: calc(100dvh - 150px) !important;
    width: 300px;
}

.group-subcategory {
    width: 267px;
    padding: 0;
    margin: 0;
}

.mas-seguros.one-column .group-subcategory {
    width: 100%;
}

@media (max-width: 767px) {
    .group-subcategory {
        margin: 0;
        padding: 0;
        width: 100%;
    }
}

.group-subcategory p {
    margin: 0 20px;
    padding: 8px 0;
    color: #bac7dc;
    font-weight: 700;
    border-top: 2px solid #bac7dc;
}

.group-subcategory:nth-child(-n + 2) p {
    border-top: none;
}

.mas-seguros.one-column .group-subcategory:nth-child(2) p {
    border-top: 2px solid #bac7dc;
}

@media (max-width: 767px) {
    .group-subcategory p {
        padding: 10px 20px;
        margin: 0;
        background: #dedddd;
        color: #041e42;
        border: none;
    }
}

.group-subcategory a.dropdown-item {
    white-space: inherit;
}

@media (max-width: 767px) {
    .group-subcategory a.dropdown-item {
        font-size: 14px;
        font-size: 14px;
        padding: 10px 40px !important;
    }
}

.group-subcategory:nth-last-child(-n + 2) {
    border-bottom: none;
    margin-bottom: -5px;
}

@media (max-width: 767px) {
    .group-subcategory:nth-last-child(-n + 2) {
        margin-bottom: 0;
    }
}

.group-subcategory:nth-last-child(-n + 1) {
    padding-bottom: 0;
}

.group-subcategory:nth-child(-n + 2) {
    padding-top: 5px;
    margin-top: -5px;
}

@media (max-width: 767px) {
    .group-subcategory:nth-child(-n + 2) {
        padding-top: 0;
        margin-top: 0;
    }
}

.bg-menu-seguros {
    position: absolute;
    z-index: 20;
    margin-left: -30px;
    top: 66px;
    background: #fff;
    box-shadow: 0 3px 3px -2px;
}

@media (max-width: 991px) {
    .bg-menu-seguros {
        top: 56px;
    }
}

@media (max-width: 850px) {
    .bg-menu-seguros {
        display: none !important;
    }
}

.dropdown-menu {
    background: transparent;
    border: none;
}

.dropdown-menu>.dropdown-menu.show {
    position: absolute;
    left: 100%;
    height: 85%;
    top: 0;
}

@media (max-width: 767px) {
    .dropdown-menu>.dropdown-menu.show {
        position: inherit;
        margin: 0;
        padding: 0;
        border: 0;
        width: 100%;
    }
}

@media screen and (min-width: 850px) {
    .navbar-expand-md .navbar-nav {
        gap: 25px;
    }
}

.navbar-expand-md .navbar-nav .navbar__level-two .nav-link {
    padding: 8px 15px 8px 30px;
}

@media (max-width: 767px) {
    .navbar-expand-md .navbar-nav .navbar__level-two .nav-link {
        padding: 10px 20px !important;
        font-size: 14px;
    }
}

.navbar-expand-md .navbar-nav .navbar__level-two .nav-link:hover {
    transition: 0.3s ease;
    padding-left: 25px;
}

.login__block {
    display: none;
    position: absolute;
    top: 63px;
    right: -24px;
    background: #fff;
    width: 210px;
    padding: 0 16px;
    box-shadow: 0 3px 3px -2px;
    z-index: 1;
}

@media (max-width: 991px) {
    .login__block {
        top: 53px;
        right: -20px;
    }
}

@media (max-width: 767px) {
    .login__block {
        top: 55px;
        width: 100%;
        position: absolute;
        z-index: 2;
        left: 0;
        text-align: left;
        background: #f4f4f4;
        padding: 0;
    }
}

.login__block .separator {
    height: 1px;
    width: 210px;
    background: #e0e0e0;
    margin: 0 -16px;
}

@media (max-width: 767px) {
    .login__block .separator {
        width: 100%;
        margin: 0;
    }
}

@media (max-width: 767px) {
    .login__clients {
        padding: 0 20px;
    }
}

.login__clients a {
    color: #041e42;
    display: block;
    font-weight: 600;
    transition: all 0.3s ease;
}

.login__clients a:hover {
    color: rgba(4, 30, 66, 0.5);
}

.footer {
    background: #e2e5e8;
}

.footer__footer-menu {
    align-items: flex-start;
    margin: 20px 0;
}

@media (max-width: 767px) {
    .footer__footer-menu {
        display: block;
    }
}

.footer__privacy-policy {
    text-align: center;
    padding: 30px 0;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
}

@media (max-width: 575px) {
    .footer__privacy-policy {
        padding: 20px 0;
    }
}

.footer__privacy-policy>div {
    display: inline-block;
    line-height: 25px;
}

@media (max-width: 360px) {
    .footer__privacy-policy>div {
        display: block;
    }
}

@media (max-width: 575px) {
    .footer__privacy-policy>div:nth-child(5) {
        display: block;
    }
}

.footer__privacy-policy .separator {
    width: 1px;
    height: 14px;
    background: #2f5595;
    margin: 0 20px;
}

@media (max-width: 575px) {
    .footer__privacy-policy .separator {
        margin: 0 10px;
    }
}

@media (max-width: 360px) {
    .footer__privacy-policy .separator {
        display: none;
    }
}

@media (max-width: 575px) {
    .footer__privacy-policy .separator:nth-child(4) {
        display: none;
    }
}

.footer__copy-right {
    color: #da291c;
    text-align: center;
    font-size: 14px;
    margin: 30px 0 10px;
}

.footer-menu__section {
    align-items: flex-start;
}

@media (max-width: 767px) {
    .footer-menu__section {
        margin-bottom: 25px;
    }
}

.footer-menu__logo img {
    width: 150px;
}

@media (max-width: 767px) {
    .footer-menu__footer-links {
        justify-content: space-around;
    }
}

@media (max-width: 767px) {
    .footer-menu__footer-links .spacing--horizontal-6 {
        display: none;
    }
}

.footer-links__link {
    color: #61696e;
    padding-bottom: 10px;
    font-size: 16px;
}

@media (max-width: 767px) {
    .footer-links__link {
        text-align: center;
    }
}

.footer-links__link:hover {
    color: rgba(97, 105, 110, 0.5);
}

.footer-rrss__item:hover {
    opacity: 0.5;
    transition: 0.3s ease;
}

.footer-rrss__img {
    width: 25px;
    height: 25px;
}

.privacy-policy__link a {
    color: #2f5595;
    font-size: 14px;
}

.privacy-policy__link a:hover {
    color: rgba(47, 85, 149, 0.5);
}

.header-title {
    height: 60px;
    background: #2f5595 url(../img/bg/images-header.svg) no-repeat center center;
    background-size: cover;
    width: 100%;
}

@media (max-width: 767px) {
    .header-title {
        height: auto;
        padding: 10px;
        background-size: 102%;
    }
}

.header-title__title {
    color: #fff;
    font-size: 32px;
    line-height: 40px;
}

@media (max-width: 991px) {
    .header-title__title {
        font-size: 25px;
    }
}

@media (max-width: 767px) {
    .header-title__title {
        font-size: 22px;
        line-height: 29px;
    }
}

.header-title-with-calculate-insurance {
    align-items: stretch;
    min-height: 60px;
    width: 100%;
}

@media (max-width: 767px) {
    .header-title-with-calculate-insurance {
        display: block;
        height: auto;
    }
}

.header-title-with-calculate-insurance__left-part {
    width: calc(100% / 3 * 2);
    background: #2f5595 url(../img/bg/images-header.svg) no-repeat;
    background-size: cover;
    justify-content: flex-end;
}

@media (max-width: 767px) {
    .header-title-with-calculate-insurance__left-part {
        width: 100%;
        display: block;
        padding: 10px;
        background-size: 102%;
    }
}

.header-title-with-calculate-insurance__left-part>* {
    flex: 1 1 0%;
}

.header-title-with-calculate-insurance__title {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    padding: 5px;
}

@media (max-width: 991px) {
    .header-title-with-calculate-insurance__title {
        font-size: 25px;
        padding: 0;
    }
}

@media (max-width: 767px) {
    .header-title-with-calculate-insurance__title {
        font-size: 22px;
        line-height: 29px;
    }
}

.header-title-with-calculate-insurance__right-part {
    width: calc(100% / 3 * 1);
    background: #da291c;
}

@media (max-width: 767px) {
    .header-title-with-calculate-insurance__right-part {
        width: 100%;
        display: block;
        padding: 10px;
    }
}

.header-title-with-calculate-insurance__right-part a {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
}

@media (max-width: 991px) {
    .header-title-with-calculate-insurance__right-part a {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .header-title-with-calculate-insurance__right-part a {
        font-size: 18px;
        line-height: 22px;
    }
}

.breadcrumbs_tarificador {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .breadcrumbs_tarificador {
        margin-bottom: 10px;
        display: none;
    }
}

.breadcrumbs {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .breadcrumbs {
        margin-bottom: 10px;
    }
}

.breadcrumbs__item {
    display: inline-block;
}

.breadcrumbs__item:after {
    display: inline-block;
    content: ">";
    width: 20px;
    height: 10px;
    text-align: center;
    color: #61696e;
}

@media (max-width: 767px) {
    .breadcrumbs__item:after {
        width: 10px;
        font-size: 12px;
        line-height: 16px;
    }
}

.breadcrumbs__item:last-of-type:after {
    display: none;
}

.breadcrumbs__item:last-of-type .breadcrumbs__link {
    color: #2f5595;
    font-weight: 600;
}

@media (max-width: 767px) {
    .breadcrumbs__item:last-of-type .breadcrumbs__link {
        font-size: 12px;
        line-height: 16px;
    }
}

.breadcrumbs__item:last-of-type .breadcrumbs__link:hover {
    color: #bac7dc;
}

.breadcrumbs__link {
    color: #61696e;
}

@media (max-width: 767px) {
    .breadcrumbs__link {
        font-size: 12px;
        line-height: 16px;
    }
}

.breadcrumbs__link:hover {
    color: #e2e5e8;
}

.accordion-info .toggle {
    display: none;
}

.accordion-info .option {
    position: relative;
    border-bottom: 1px solid #e2e5e8;
}

.accordion-info .option:first-of-type {
    border-top: 1px solid #e2e5e8;
}

.accordion-info .title,
.accordion-info .content {
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
    cursor: pointer;
}

.accordion-info .title {
    padding: 1em 3em 1em 1em;
    display: block;
    color: #041e42;
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 700;
}

.accordion-info .title h2 {
    color: #041e42;
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 700;
    text-align: left;
}

.accordion-info .title:after {
    content: "";
    position: absolute;
    right: 1.25em;
    top: 1.25em;
    width: 22px;
    height: 14px;
    transition: all 0.3s;
    background-image: url(../icons/flecha-acordeon-icon.svg);
}

.accordion-info .content {
    max-height: 0;
    overflow: hidden;
}

.accordion-info .content h2,
.accordion-info .content h3,
.accordion-info .content h4 {
    padding-bottom: 0.7em;
    padding-left: 30px;
    color: #61696e;
    font-size: 17px;
    padding-bottom: 0;
}

.accordion-info .content p {
    padding-bottom: 0.7em;
    padding-left: 30px;
}

.accordion-info .content ul {
    list-style: disc !important;
    padding-bottom: 0.7em;
    padding-left: 60px;
}

.accordion-info .content ul li {
    margin: 0;
    padding: 0 1em 5px 0;
    color: #61696e;
    line-height: 22px;
    font-size: 16px;
}

@media (max-width: 575px) {

    .accordion-info .content p,
    .accordion-info .content h2,
    .accordion-info .content h3,
    .accordion-info .content h4 {
        padding-left: 20px;
    }

    .accordion-info .content h2,
    .accordion-info .content h3,
    .accordion-info .content h4 {
        font-size: 15px;
    }

    .accordion-info .content ul {
        padding-left: 40px;
    }

    .accordion-info .content ul li {
        font-size: 14px;
    }
}

.accordion-info .toggle:checked+.title+.content {
    max-height: 99999px;
}

.accordion-info .toggle:checked+.title:after {
    transform: rotate(-180deg) !important;
}

.accordion-info.p-no-pad .content p {
    padding: 0 !important;
}

.accordion-info .scs-slot .scs-component-bounding-box h4 {
    padding: 1em 3em 1em 0;
    display: block;
    color: #041e42;
    font-size: 24px;
    line-height: 20px;
    font-weight: 700;
    overflow: hidden;
}

@media (max-width: 575px) {
    .accordion-info .scs-slot .scs-component-bounding-box h4 {
        font-size: 20px;
        line-height: 24px;
    }
}

.accordion-info .scs-slot .scs-component-bounding-box h4:hover {
    cursor: pointer;
}

.accordion-info .scs-slot .scs-component-bounding-box h4:after {
    content: "";
    position: absolute;
    right: 1.25em;
    top: 1.25em;
    width: 22px;
    height: 14px;
    transition: all 0.3s;
    background-image: url(../icons/flecha-acordeon-icon.svg);
}

.accordion-info .scs-slot .scs-component-bounding-box .scs-paragraph-text div {
    overflow: hidden;
}

.tabcordion {
    position: relative;
}

@media (min-width: 768px) {
    .tabcordion {
        padding-top: 50px;
    }
}

.tabcordion__tabs {
    list-style-type: none;
}

@media (min-width: 768px) {
    .tabcordion__tab--active .tabcordion__tab-title {
        border-bottom: 4px solid #041e42;
        font-weight: 700;
        color: #041e42;
    }
}

.tabcordion__tab-title {
    color: #bac7dc;
    cursor: pointer;
    display: inline-block;
}

@media (min-width: 768px) {
    .tabcordion__tab-title {
        padding-bottom: 15px;
        max-width: 80%;
        height: 52px;
    }
}

@media (min-width: 992px) {
    .tabcordion__tab-title {
        max-width: 60%;
    }
}

@media (max-width: 767px) {
    .tabcordion__tab-title {
        padding-right: 60px;
    }
}

@media (max-width: 767px) {
    .tabcordion__tab-title:after {
        content: "";
        position: absolute;
        right: 1.25em;
        width: 22px;
        height: 14px;
        transition: all 0.3s;
        background-image: url(../icons/flecha-acordeon-icon.svg);
    }
}

@media (max-width: 767px) {
    .tabcordion__tab-title-container {
        border-top: 1px solid #bac7dc;
        padding: 15px 0;
    }
}

@media (min-width: 768px) {
    .tabcordion__tab-title-container {
        position: absolute;
        top: 0;
        width: 33%;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .tabcordion__tab--open .tabcordion__tab-title {
        font-weight: 700;
        color: #041e42;
    }
}

@media (max-width: 767px) {
    .tabcordion__tab--open .tabcordion__tab-title:after {
        background-image: url(../icons/flecha-acordeon-icon.svg);
        transform: rotate(-180deg);
    }
}

.tabcordion__tab:hover .tabcordion__tab-title {
    color: #2f5595;
}

.tabcordion__tab:nth-child(2n) .tabcordion__tab-title-container {
    left: 33%;
}

.tabcordion__tab:nth-child(3n) .tabcordion__tab-title-container {
    left: 66%;
}

.tabcordion__tab-body {
    display: none;
}

@media (max-width: 767px) {
    .tabcordion__tab-body {
        padding-bottom: 15px;
    }
}

@media (min-width: 768px) {
    .tabcordion__tab-body {
        border: 2px solid #bac7dc;
        padding: 25px;
    }
}

@media (min-width: 992px) {
    .tabcordion__tab-body {
        padding: 55px;
    }
}

@media (min-width: 768px) {
    .tabcordion__tab--active .tabcordion__tab-body {
        display: block;
    }
}

@media (max-width: 767px) {
    .tabcordion__tab--open .tabcordion__tab-body {
        display: block;
    }
}

.form__item {
    margin-bottom: 20px;
}

.form__item-validation-message {
    color: #da291c;
    margin-top: 10px;
    display: none;
    text-align: center;
}

.form__label {
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: normal;
    color: #041e42;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .form__label {
        font-size: 22px;
    }
}

.form__item--required .form__label:after {
    content: "*";
    display: inline-block;
    margin-left: 5px;
}

.form__item--checkbox label {
    font-size: 12px;
    line-height: normal;
    color: #61696e;
    display: flex;
    flex-wrap: nowrap;
}

.form__item--checkbox label input[type="checkbox"] {
    margin-right: 5px;
    margin-top: 2px;
}

.form__item--checkbox label .form__label--inline {
    display: inline-block;
}

.form__control {
    height: 42px;
    border: solid 1px #e2e5e8;
    display: block;
    width: 100%;
    padding: 0 10px;
    border-radius: 5px;
}

.form--validated .form__control:invalid {
    border-color: #da291c;
}

.form--validated .form__control:invalid+.form__item-validation-message {
    display: block;
}

.form textarea.form__control {
    height: 100px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.form__submit {
    background: #da291c;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-family: "Open Sans", sans-serif;
    padding: 8px 15px;
    border: none;
}

@media (min-width: 768px) {
    .form__submit {
        font-size: 20px;
        padding: 10px 30px;
    }
}

.gallery-section {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-right: -20px;
    margin-left: -20px;
}

.gallery-section__item {
    width: calc(100% / 3);
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width: 767px) {
    .gallery-section__item {
        width: 100%;
    }
}

.gallery-section__img {
    display: block;
    width: 100%;
    height: auto;
}

.spacing--vertical-1 {
    height: 0.57143rem;
}

.spacing--vertical-2 {
    height: 1.14286rem;
}

.spacing--vertical-3 {
    height: 1.71429rem;
}

.spacing--vertical-4 {
    height: 2.28571rem;
}

.spacing--vertical-5 {
    height: 2.85714rem;
}

.spacing--vertical-6 {
    height: 3.42857rem;
}

.spacing--vertical-7 {
    height: 4rem;
}

.spacing--vertical-8 {
    height: 4.57143rem;
}

.spacing--vertical-9 {
    height: 5.14286rem;
}

.spacing--vertical-10 {
    height: 5.71429rem;
}

.spacing--horizontal-1 {
    width: 0.57143rem;
}

.spacing--horizontal-2 {
    width: 1.14286rem;
}

.spacing--horizontal-3 {
    width: 1.71429rem;
}

.spacing--horizontal-4 {
    width: 2.28571rem;
}

.spacing--horizontal-5 {
    width: 2.85714rem;
}

.spacing--horizontal-6 {
    width: 3.42857rem;
}

.spacing--horizontal-7 {
    width: 4rem;
}

.spacing--horizontal-8 {
    width: 4.57143rem;
}

.spacing--horizontal-9 {
    width: 5.14286rem;
}

.spacing--horizontal-10 {
    width: 5.71429rem;
}

.header-page {
    width: 100%;
}

.header-page__darken-layer {
    display: none;
}

@media (max-width: 575px) {
    .header-page__darken-layer {
        display: block;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.2);
        position: absolute;
    }
}

.header-page__bg-img {
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: center -100px;
}

@media (max-width: 1199px) {
    .header-page__bg-img {
        background-position: center -50px;
    }
}

@media (max-width: 767px) {
    .header-page__bg-img {
        background-position: center center;
    }
}

@media (max-width: 575px) {
    .header-page__bg-img {
        height: 250px;
        position: relative;
    }
}

.header-page__calculate-insurance {
    background-color: rgba(12, 20, 33, 0.64);
    padding: 40px 80px;
}

@media (max-width: 575px) {
    .header-page__calculate-insurance {
        background-color: transparent;
        padding: 10px;
        position: relative;
    }
}

.calculate-insurance__title {
    color: #fff;
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
}

@media (max-width: 575px) {
    .calculate-insurance__title {
        font-size: 30px;
        line-height: 38px;
    }
}

.calculate-insurance__selector {
    align-items: stretch;
}

@media (max-width: 575px) {
    .calculate-insurance__selector {
        display: block;
    }
}

.calculate-insurance__dropdown {
    width: 65%;
}

@media (max-width: 575px) {
    .calculate-insurance__dropdown {
        width: 80%;
        margin: 0 auto;
    }
}

.calculate-insurance__btn {
    width: 35%;
    background-color: #da291c;
    font-size: 24px;
    font-weight: 600;
    transition: 0.3s ease;
}

@media (max-width: 575px) {
    .calculate-insurance__btn {
        width: 140px;
        height: 44px;
        margin: 20px auto 0;
    }
}

.calculate-insurance__btn:hover {
    box-shadow: 0 0 4px 0 #000;
}

.calculate-insurance__btn a {
    color: #fff;
    transition: 0.3s ease;
}

.calculate-insurance__btn a:hover {
    text-shadow: 0 0 3px #000;
}

.dropdown span.value {
    display: none;
}

.dropdown dd {
    position: relative;
}

.dropdown dd ul {
    background: #fff none repeat scroll 0 0;
    display: none;
    list-style: none;
    padding: 6px 0 10px;
    position: absolute;
    left: 0;
    top: 2px;
    width: auto;
    min-width: 424px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    flex-wrap: wrap;
    z-index: 10;
}

@media (max-width: 575px) {
    .dropdown dd ul {
        width: 100%;
        min-width: auto;
    }
}

.dropdown dd ul li {
    width: 50%;
}

@media (max-width: 575px) {
    .dropdown dd ul li {
        width: 100%;
    }
}

.dropdown dd ul li a {
    padding: 5px 10px;
    display: block;
    color: #041e42;
    outline: none;
    text-decoration: none;
    font-size: 24px;
    font-weight: 700;
    text-align: left;
}

@media (max-width: 575px) {
    .dropdown dd ul li a {
        padding-left: 15px;
    }
}

.dropdown dd ul li a:hover {
    color: #bac7dc;
    transition: 0.3s ease;
    margin-left: 5px;
    text-decoration: none;
}

.dropdown dt a {
    background: #fff url(../icons/flecha-acordeon-icon.svg) no-repeat scroll 95% center;
    text-decoration: none;
    height: 40px;
    justify-content: flex-start;
}

.dropdown dt a span {
    cursor: pointer;
    display: block;
    padding: 5px 10px;
    color: #041e42;
    text-decoration: none;
    font-size: 24px;
    font-weight: 700;
}

@media (max-width: 575px) {
    .dropdown dt a span {
        padding-left: 15px;
    }
}

.insurance-icons {
    background: #e2e5e8;
    height: 142px;
    display: block;
    padding: 20px 0;
}

@media (max-width: 767px) {
    .insurance-icons {
        height: auto;
        padding: 0;
    }
}

.insurance-icons .block {
    padding: 0;
}

@media (max-width: 767px) {
    .insurance-icons .block {
        flex-wrap: wrap;
        padding: 20px 5px;
    }
}

.insurance-icons__element {
    margin: 0 10px;
    transition: 0.3s ease;
    width: 130px;
}

.insurance-icons__element:hover {
    opacity: 0.5;
}

@media (max-width: 767px) {
    .insurance-icons__element {
        width: 33%;
        margin: 10px 0;
    }
}

.insurance-icons__img {
    width: 60px;
}

@media (max-width: 575px) {
    .insurance-icons__img {
        width: 50px;
    }
}

.insurance-icons__title {
    font-size: 16px;
    font-weight: 700;
    color: #61696e;
}

@media (max-width: 575px) {
    .insurance-icons__title {
        font-size: 14px;
    }
}

.insurance-icons__link:hover .insurance-icons__title {
    color: rgba(97, 105, 110, 0.5);
}

.services {
    margin: 50px 10px;
}

@media (max-width: 767px) {
    .services {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .services__row {
        display: block !important;
    }
}

.services__item {
    flex: 1 1 0%;
}

.sl-three-columns .services__item {
    flex: 0 0 25%;
}

@media (max-width: 767px) {
    .services__item {
        margin: 40px 0;
    }
}

.services__img {
    margin-right: 20px;
    width: 100px;
    text-align: right;
}

@media (max-width: 767px) {
    .services__img {
        width: 30%;
        padding-left: 40px;
        text-align: center;
    }
}

@media (max-width: 450px) {
    .services__img {
        padding-left: 0;
    }
}

.services__img img {
    max-width: 90px;
    max-height: 75px;
}

@media (max-width: 450px) {
    .services__img img {
        max-width: 80%;
    }
}

.services__info {
    text-align: left;
}

@media (max-width: 767px) {
    .services__info {
        width: 70%;
    }
}

.services__title {
    font-weight: 700;
    color: #2f5595;
}

.services__title a {
    font-weight: 700;
    color: #2f5595;
    font-size: 24px;
    line-height: 30px;
}

.services__title a:hover {
    opacity: 0.5;
    transition: 0.3s ease;
}

@media (max-width: 575px) {
    .services__title a {
        font-size: 20px;
        line-height: 24px;
    }
}

.services__text {
    line-height: 21px;
}

.services__text a {
    color: #2f5595;
    word-wrap: break-word;
}

.scs-paragraph-text a:hover {
    color: #bac7dc;
}

.scs-paragraph-text a {
    color: #2f5595;
    word-wrap: break-word;
}

.services__text a:hover {
    color: #bac7dc;
}

@media (max-width: 767px) {
    .services .spacing--vertical-2 {
        height: 0.5rem;
    }
}

@media (max-width: 767px) {
    .services .spacing--vertical-6 {
        display: none;
    }
}

.discover {
    height: 400px;
    position: relative;
}

@media (max-width: 767px) {
    .discover {
        height: auto;
    }
}

.discover-bg-image {
    position: absolute;
    height: 100%;
    width: 100%;
}

.discover-bg-image * {
    height: 100%;
    width: 100%;
}

.discover .scs-image .scs-image-image {
    object-fit: cover;
}

@media (max-width: 767px) {
    .discover .scs-image .scs-image-image {
        min-height: 500px;
        height: auto;
    }
}

.discover .scs-title .scs-title-text div {
    overflow: hidden;
    line-height: 38px;
}

.discover__disclaimer {
    width: 50%;
    background-color: rgba(249, 195, 80, 0.8);
    padding: 20px 50px;
    z-index: 5;
}

@media (max-width: 767px) {
    .discover__disclaimer {
        width: 100%;
        padding: 20px;
        margin: 20px;
    }
}

.discover__title h2 {
    color: #fff;
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 5px solid;
    line-height: 40px;
    text-align: left;
}

@media (max-width: 767px) {
    .discover__title h2 {
        margin-bottom: 15px;
        line-height: 30px;
    }
}

.discover__text p {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
}

.more-info-section {
    text-align: center;
    border: none !important;
    box-shadow: none !important;
    margin: 60px 0 !important;
}

@media (max-width: 767px) {
    .more-info-section {
        margin: 30px 0 !important;
    }
}

.more-info-section__title h2 {
    overflow: hidden;
}

.more-info-section__text {
    line-height: 22px;
}

.more-info-section__btn a {
    width: 220px;
    display: block;
    margin: 0 auto;
    border: 2px solid #da291c;
    padding: 12px 10px;
    color: #da291c;
    transition: 0.3s ease;
    font-weight: 600;
}

.more-info-section__btn a:hover {
    box-shadow: 0 0 4px -2px #000;
    background: #da291c;
    color: #fff;
}

.more-info-section__btn a:hover span {
    color: #fff;
    text-shadow: none !important;
}

.more-info-section__btn .scs-button-default-style a.scs-button-button {
    width: 220px;
    display: block;
    margin: 0 auto;
    border: 2px solid #da291c;
    padding: 12px 10px;
    transition: 0.3s ease;
    background: transparent;
    border-radius: 0;
    margin: 0 auto !important;
}

.more-info-section__btn .scs-button-default-style a.scs-button-button:hover {
    box-shadow: 0 0 4px -2px #000;
    background: #da291c;
    color: #fff;
    border: 2px solid #da291c;
}

.more-info-section__btn .scs-button-default-style a.scs-button-button:hover span {
    color: #fff;
    cursor: pointer;
}

.more-info-section__btn .scs-button-default-style a.scs-button-button span {
    color: #da291c;
    font-weight: 600;
}

.more-info-section__btn--big a {
    width: 260px;
    display: block;
    margin: 0 auto;
    padding: 12px 26px;
    color: #da291c;
    transition: 0.3s ease;
    font-size: 24px;
    font-weight: 600;
}

@media (max-width: 575px) {
    .more-info-section__btn--big a {
        font-size: 18px;
        width: 100%;
    }
}

.more-info-section .spacing--vertical-4 {
    height: 1.5rem;
}

.social-media {
    height: 183px;
    background: #e2e5e8;
    padding: 0 20px;
}

@media (max-width: 575px) {
    .social-media {
        height: 140px;
    }
}

.social-media__item:hover {
    opacity: 0.5;
    transition: 0.3s ease;
}

.social-media__link:hover {
    border-bottom: 5px solid #2f5595;
    padding-bottom: 10px;
}

.social-media__img {
    width: 60px;
    height: 60px;
}

@media (max-width: 575px) {
    .social-media__img {
        width: 50px;
        height: 50px;
    }
}

.news-home {
    margin: 60px 0;
}

@media (max-width: 767px) {
    .news-home {
        margin: 20px 0;
    }
}

.news-home__title {
    color: #001359;
    line-height: 34px;
}

.news-home__new-home {
    align-items: flex-start;
}

@media (max-width: 767px) {
    .news-home__new-home {
        display: block;
    }
}

.news-home__btn a {
    font-weight: 600;
    width: 180px;
    display: block;
    margin: 0 auto;
    border: 2px solid #da291c;
    padding: 12px 10px;
    color: #da291c;
    transition: 0.3s ease;
}

.news-home__btn a:hover {
    box-shadow: 0 0 4px -2px #000;
    background: #da291c;
    color: #fff;
}

.new-home__section {
    width: 50%;
}

@media (max-width: 767px) {
    .new-home__section {
        width: 100%;
    }
}

.new-home__img {
    padding-right: 30px;
    text-align: right;
}

@media (max-width: 767px) {
    .new-home__img {
        text-align: center;
        padding-right: 0;
        margin-bottom: 20px;
    }
}

.new-home__img img {
    width: 100%;
    max-width: 470px;
}

.new-home__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    padding-left: 30px;
}

@media (max-width: 767px) {
    .new-home__info {
        padding-left: 0;
    }
}

.new-home__title {
    color: #001359;
}

.new-home__title a {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #001359;
}

.new-home__title a:hover {
    opacity: 0.5;
    transition: 0.3s ease;
}

@media (max-width: 575px) {
    .new-home__title a {
        font-size: 20px;
        line-height: 24px;
    }
}

.new-home__date {
    color: #041e42;
}

.new-home__text {
    line-height: 22px;
}

.new-home__text p {
    margin-bottom: 10px;
}

.new-home__text p:last-child {
    margin-bottom: 0;
}

.new-home__link a {
    font-size: 14px;
    font-weight: 700;
    color: #fb2708;
    transition: 0.3s ease;
}

.new-home__link a:before {
    display: inline-block;
    box-sizing: content-box;
    content: "+";
    margin-right: 5px;
    border: 2px solid;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
}

.new-home__link a:hover {
    padding-left: 5px;
}

.tabs__container {
    padding-bottom: 0;
    border-bottom: 2px solid #f4f4f4;
}

.tabs__info a {
    color: #2f5595;
}

.tabs__calculate-insurance a,
.tabs__calculate-insurance {
    color: #da291c;
}

.tabs__body {
    display: none;
}

.tabs__body--active {
    display: block;
}

.tabs__tab {
    padding: 10px 20px;
    margin-right: 10px;
    border: 2px solid #f4f4f4;
    border-bottom: 0;
}

@media (max-width: 767px) {
    .tabs__tab {
        padding: 10px;
    }
}

.tabs__tab:hover {
    background: #e2e5e8;
}

.tabs__tab a,
.tabs__tab {
    font-size: 22px;
    font-weight: 600;
}

@media (max-width: 767px) {

    .tabs__tab a,
    .tabs__tab {
        font-size: 18px;
        line-height: 22px;
    }
}

@media (max-width: 370px) {

    .tabs__tab a,
    .tabs__tab {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width: 340px) {

    .tabs__tab a,
    .tabs__tab {
        font-size: 14px;
        line-height: 18px;
    }
}

.tabs__tab:last-of-type {
    margin-right: 0;
}

.tabs__tab--active {
    background: #f4f4f4;
}

.short-description {
    text-align: center;
}

.description p {
    margin-bottom: 20px;
}

.description h3 {
    margin-bottom: 10px;
}

.advantages__items {
    align-items: flex-start;
    flex-wrap: wrap;
}

@media (max-width: 575px) {
    .advantages__items {
        display: block;
    }
}

.advantages__item {
    align-items: flex-start;
    width: 46%;
    margin-bottom: 20px;
}

@media (max-width: 575px) {
    .advantages__item {
        width: 100%;
    }
}

.advantages__item:nth-child(even) {
    margin-left: 4%;
}

@media (max-width: 575px) {
    .advantages__item:nth-child(even) {
        margin-left: 0;
    }
}

.advantages__item:nth-child(odd) {
    margin-right: 4%;
}

@media (max-width: 575px) {
    .advantages__item:nth-child(odd) {
        margin-right: 0;
    }
}

.advantages__icon {
    margin-right: 30px !important;
    width: 40px !important;
    height: 30px !important;
}

@media (max-width: 575px) {
    .advantages__icon {
        margin-right: 20px !important;
        width: 30px !important;
        height: 21px !important;
    }
}

.advantages__text {
    font-size: 16px;
    line-height: 22px;
    color: #61696e;
    font-weight: 400;
}

@media (max-width: 575px) {
    .advantages__text {
        font-size: 14px;
    }
}

.links-downloads .block {
    background: #f4f4f4;
    align-items: baseline;
}

@media (max-width: 767px) {
    .links-downloads .block {
        display: block;
    }
}

.links-downloads__column {
    width: 33%;
    padding: 20px 10px;
}

@media (max-width: 767px) {
    .links-downloads__column {
        width: 100%;
        margin: 0 auto;
    }
}

.links-downloads__title {
    color: #041e42;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
}

@media (max-width: 991px) {
    .links-downloads__title {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .links-downloads__title {
        text-align: center;
    }
}

@media (max-width: 575px) {
    .links-downloads__title {
        text-align: left;
    }
}

.links-downloads__item {
    color: #61696e;
    display: flex;
    line-height: 22px;
}

@media (max-width: 767px) {
    .links-downloads__item {
        display: block;
        text-align: center;
    }
}

@media (max-width: 575px) {
    .links-downloads__item {
        display: flex;
        text-align: left;
    }
}

.links-downloads__item:before {
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: 10px;
    flex: 0 0 20px;
}

.links-downloads__item:hover {
    color: rgba(97, 105, 110, 0.5);
}

.links-downloads__link a,
.links-downloads__download a {
    color: #61696e;
    display: flex;
    font-size: 18px;
    line-height: 1.3em;
    margin-bottom: 8px;
}

.links-downloads__link a:hover,
.links-downloads__download a:hover {
    color: rgba(97, 105, 110, 0.5);
}

.links-downloads__link a:before,
.links-downloads__download a:before {
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: 10px;
    flex: 0 0 20px;
    background-size: 100%;
}

.links-downloads__link a:before {
    background: url(../icons/link-icon.svg) no-repeat;
    background-size: 100%;
}

.links-downloads__download a:before {
    background: url(../icons/download-icon.svg) no-repeat;
    background-size: 100%;
}

.promotion__img {
    width: 100%;
}

.subproducts .block {
    align-items: baseline;
}

@media (max-width: 767px) {
    .subproducts .block {
        flex-wrap: wrap;
        justify-content: space-around;
    }
}

.subproducts .block>div {
    flex: 1 1 0%;
    padding: 0 5px;
}

@media (max-width: 767px) {
    .subproducts .block>div {
        flex: none;
    }
}

@media (max-width: 767px) {
    .subproducts__item {
        width: 50%;
        margin-bottom: 30px;
    }
}

.subproducts__link {
    color: #61696e;
    line-height: 22px;
    display: inline-block;
}

.subproducts__link:hover {
    color: #61696e;
    opacity: 0.5;
}

.insurance-offered__container {
    align-items: flex-start;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .insurance-offered__container {
        display: block;
    }
}

.insurance-offered__item {
    flex: 0 0 47%;
}

.insurance-offered__item:nth-child(even) {
    margin-left: 3%;
}

@media (max-width: 767px) {
    .insurance-offered__item:nth-child(even) {
        margin-left: 0;
    }
}

.insurance-offered__item:nth-child(odd) {
    margin-right: 3%;
}

@media (max-width: 767px) {
    .insurance-offered__item:nth-child(odd) {
        margin-right: 0;
    }
}

.insurance-offered__btn {
    font-size: 14px;
    font-weight: 700;
    color: #f07052;
    transition: 0.3s ease;
    padding: 0 1em 1em;
    display: block;
}

.insurance-offered__btn:before {
    box-sizing: content-box;
    display: inline-block;
    content: "+";
    margin-right: 5px;
    border: 2px solid;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
}

.insurance-offered__btn:hover {
    padding-left: 1.3em;
    color: #f07052;
}

.insurance-offered .accordion-info {
    padding-bottom: 20px;
}

.insurance-offered .accordion-info .option:first-of-type {
    border-top: none;
}

.insurance-offered .accordion-info .title {
    color: #f07052;
}

.insurance-offered .accordion-info .title:after {
    background-image: url(../icons/flecha-acordeon-icon-copy-2.svg);
}

.insurances-table__title {
    font-weight: 600;
    font-size: 30px;
    line-height: 34px;
    text-align: center;
    color: #041e42;
}

@media (max-width: 575px) {
    .insurances-table__title {
        font-size: 22px;
        line-height: 26px;
    }
}

.insurances-table__row {
    align-items: stretch;
    min-height: 65px;
}

@media (max-width: 767px) {
    .insurances-table__row {
        background: #f4f4f4;
        flex-wrap: wrap;
        margin: 0 5px;
        padding: 10px 0;
    }
}

.insurances-table__row-title {
    min-height: 75px;
}

@media (max-width: 767px) {
    .insurances-table__row-title {
        background: transparent;
        margin: 0;
    }
}

.insurances-table__column {
    flex: 1 1 0%;
    margin: 0 5px;
    padding: 5px;
    background: #f4f4f4;
}

@media (max-width: 767px) {
    .insurances-table__column:first-of-type {
        flex: 0 0 100%;
    }
}

.insurances-table__column a {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0 20px;
    color: #001359;
    transition: 0.2s ease;
    font-size: 16px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .insurances-table__column a {
        text-align: center;
    }
}

.insurances-table__column a:hover {
    color: #2f5595;
}

.insurances-table__column-title {
    background: #2f5595;
}

.insurances-table__column-title:first-of-type {
    background: transparent;
}

.insurances-table__column-title p {
    color: #fff;
    font-weight: 600;
}

@media (max-width: 767px) {
    .insurances-table__column-title p {
        font-size: 13px;
        line-height: 17px;
    }
}

@media (max-width: 575px) {
    .insurances-table__column-title p {
        font-size: 10px;
        line-height: 14px;
    }
}

.insurances-table__icon-info {
    width: 30px;
    height: 30px;
}

.insurances-table__in-insurance {
    background: url(../icons/green-tick.svg) no-repeat center center;
}

.insurances-table__out-insurance {
    background: url(../icons/close-red.svg) no-repeat center center;
}

.insurances-table__little-explanation {
    font-size: 14px;
    font-weight: 400;
    color: #61696e;
    margin: 5px 0;
}

@media (max-width: 767px) {
    .insurances-table__little-explanation {
        font-size: 13px;
        line-height: 17px;
    }
}

@media (max-width: 575px) {
    .insurances-table__little-explanation {
        font-size: 10px;
        line-height: 14px;
    }
}

@media (max-width: 767px) {
    .insurances-table__text-info {
        font-size: 13px;
        line-height: 17px;
    }
}

@media (max-width: 575px) {
    .insurances-table__text-info {
        font-size: 10px;
        line-height: 14px;
    }
}

.insurances-table__border-bottom {
    content: "";
    height: 10px;
    margin: 0 5px;
    background-color: #2f5595;
}

.tarificador .block {
    align-items: flex-start;
}

@media (max-width: 767px) {
    .tarificador .block {
        display: block;
    }
}

.tarificador__external-section {
    position: relative;
    width: 100%;
    height: 1110px;
}

.iframe__external-section {
    position: relative;
    width: 100%;
    height: 1030px;
}

@media (max-width: 750px) {
    .tarificador__external-section {
        height: 1000px;
    }
}

@media (max-width: 480px) {
    .tarificador__external-section {
        height: 1000px;
    }
}

@media (max-width: 400px) {
    .tarificador__external-section {
        height: 1200px;
    }
}

@media (max-width: 750px) {
    .iframe__external-section {
        height: 610px;
    }
}

@media (max-width: 480px) {
    .iframe__external-section {
        height: 635px;
    }
}

@media (max-width: 400px) {
    .iframe__external-section {
        height: 670px;
    }
}


.tarificador__external-section #iFrame-tarificador {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.iframe__external-section #iFrame-tarificador {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tarificador__sidebar {
    flex: 0 0 285px;
}

@media (max-width: 767px) {
    .tarificador__sidebar {
        margin-top: 0;
    }
}

.tarificador__request-visit .scs-component-content {
    display: block;
}

.tarificador__request-visit .scs-button-button {
    display: block !important;
    width: 100% !important;
    font-size: 22px !important;
    font-weight: 400 !important;
    background: #da291c !important;
    padding: 10px 5px !important;
    border: 2px solid #da291c !important;
    transition: 0.3s ease !important;
    text-shadow: none !important;
    box-shadow: none !important;
}

.tarificador__request-visit .scs-button-default-style {
    margin: 0 !important;
}

.tarificador__request-visit .scs-button-button span {
    color: white !important;
}

.tarificador__request-visit:hover .scs-button-button span {
    color: #da291c !important;
}

@media (max-width: 575px) {
    .tarificador__request-visit .scs-button-button {
        font-size: 18px !important;
    }
}

.tarificador__request-visit:hover .scs-button-button {
    color: #da291c !important;
    background: white !important;
    box-shadow: 0 0 4px -2px black !important;
}

.tarificador__request-call {
    background: #2f5595;
    padding: 20px 30px;
}

.tarificador__request-call p,
.tarificador__request-call a {
    color: #fff;
}

.tarificador__info-services {
    background: #e2e5e8;
    padding: 20px 15px;
}

.tarificador__info-services .scs-component-bounding-box h4 {
    margin-bottom: 10px;
    padding-right: 30px;
    color: #041e42;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}

.tarificador__info-services .scs-component-bounding-box h4:after {
    display: block;
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    right: 0;
    top: 8px;
    background-image: url(../icons/flecha-acordeon-icon.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.tarificador__info-services .accordion-info .option {
    border: none;
    text-align: left;
}

.tarificador__info-services .accordion-info .option .title {
    font-size: 18px;
    font-weight: 700;
}

@media (max-width: 575px) {
    .tarificador__info-services .accordion-info .option .title {
        font-size: 18px;
    }
}

@media (max-width: 335px) {
    .tarificador__info-services .accordion-info .option .title {
        font-size: 17px;
    }
}

.tarificador__info-services .accordion-info .option .content a {
    padding: 10px 1em;
    display: flex;
    color: #61696e;
    font-size: 14px;
    line-height: 18px;
}

.tarificador__info-services .accordion-info .option .content a:last-of-type {
    margin-bottom: 10px;
}

.tarificador__info-services .accordion-info .option .content a:before {
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: 10px;
    flex: 0 0 20px;
    background: url(../icons/link-icon.svg) no-repeat;
    background-size: 100%;
}

.tarificador__info-services .accordion-info .title:after {
    transform: rotate(-90deg) !important;
}

.tarificador__info-services .accordion-info .toggle:checked+.title:after {
    transform: rotate(0) !important;
}

.request-call__link {
    display: block;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    background: #da291c;
    padding: 10px 5px;
    border: 2px solid #da291c;
    transition: 0.3s ease;
}

.request-call__link a {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    transition: 0.3s ease;
}

@media (max-width: 575px) {

    .request-call__link,
    .request-call__link a {
        font-size: 18px;
    }
}

.request-call__link:hover {
    color: #da291c;
    background: #fff;
    box-shadow: 0 0 4px -2px #000;
    cursor: pointer;
}

.request-call__link:hover a {
    color: #da291c;
    cursor: pointer;
}

.request-call__title {
    font-size: 24px;
    font-weight: 700;
}

@media (max-width: 575px) {
    .request-call__title {
        font-size: 20px;
    }
}

.request-call__text {
    font-size: 16px;
    font-weight: 300;
}

@media (max-width: 575px) {
    .request-call__text {
        font-size: 14px;
    }
}

.guides .block {
    align-items: end;
}

@media (max-width: 767px) {
    .guides .block {
        display: block;
    }
}

.guides__external-section {
    position: relative;
    width: 100%;
}

.guides__external-guide {
    height: 496px;
    background: #bac7dc;
}

.guides__sidebar {
    flex: 0 0 295px;
    margin-left: 5%;
    background: #f4f4f4;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    padding: 20px;
}

@media (max-width: 767px) {
    .guides__sidebar {
        margin-left: 0;
        margin-top: 20px;
    }
}

.guides__sidebar-title {
    font-size: 18px;
    font-weight: 700;
    color: #2f5595;
}

.guides__more-searchs {
    justify-content: end;
}

.guides__more-searchs p {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.guides__telephone-asistance {
    width: 100%;
    display: block;
}

.telephone-asistance__title {
    font-weight: 600;
    font-style: normal;
}

.target__item {
    background: #bac7dc;
    text-align: center;
    margin-bottom: 3%;
    padding: 30px 10px;
}

@media (max-width: 767px) {
    .target__item {
        padding: 20px 10px;
    }
}

.target__title {
    font-size: 23px;
    line-height: 27px;
    font-weight: 600;
    font-style: normal;
    color: #041e42;
}

@media (max-width: 767px) {
    .target__title {
        font-size: 21px;
    }
}

.target__link {
    display: block;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    color: #61696e;
}

@media (max-width: 800px) {
    .target__link {
        font-size: 16px;
    }
}

.target__link:hover {
    color: rgba(97, 105, 110, 0.5);
}

.all-news .block {
    flex-wrap: wrap;
    align-items: stretch;
}

.all-news__new {
    justify-content: space-between;
    width: 46%;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .all-news__new {
        width: 100%;
    }
}

.all-news__new:nth-child(even) {
    margin-left: 4%;
}

@media (max-width: 767px) {
    .all-news__new:nth-child(even) {
        margin-left: 0;
    }
}

.all-news__new:nth-child(odd) {
    margin-right: 4%;
}

@media (max-width: 767px) {
    .all-news__new:nth-child(odd) {
        margin-right: 0;
    }
}

.all-news .scs-component-bounding-box .all-news__new {
    margin-bottom: 30px;
    width: 90%;
    margin: 0 auto 30px;
}

.individual-new__top-section {
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 26px;
    color: #61696e;
}

@media (max-width: 575px) {
    .individual-new__top-section {
        font-size: 14px;
    }
}

.individual-new__separator {
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background: #bac7dc;
}

.individual-new__bottom-section {
    border-top: 2px solid #bac7dc;
    padding-top: 15px;
}

.individual-new__title {
    text-align: left;
    font-size: 24px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .individual-new__title {
        font-size: 20px;
    }
}

.individual-new__title a {
    text-align: left;
    font-size: 24px;
    font-weight: 600;
    display: block;
    line-height: 34px;
    color: #041e42;
}

.individual-new__title a:hover {
    color: #bac7dc;
}

@media (max-width: 767px) {
    .individual-new__title a {
        font-size: 20px;
        line-height: 28px;
    }
}

.individual-new__excerp {
    line-height: 26px;
}

.individual-new__date {
    color: #bac7dc;
}

.individual-new__read-more {
    color: #bac7dc;
    cursor: pointer;
    transition: 0.3s ease;
}

.individual-new__read-more:hover {
    color: #2f5595;
}

.pagination .block {
    flex-wrap: wrap;
}

.pagination__item a {
    color: #bac7dc;
    margin: 0 10px;
    line-height: 30px;
}

.pagination__item a:hover {
    color: #041e42;
}

.pagination__item span {
    color: #bac7dc;
    margin: 0 10px;
    line-height: 30px;
}

.pagination__item--active a {
    color: #041e42;
}

.pagination__next a {
    color: #041e42;
    margin: 0 10px;
}

.pagination__next a:hover {
    color: #bac7dc;
}

.pagination__next--active a {
    color: #bac7dc;
}

.pagination__prev a {
    color: #041e42;
    margin: 0 10px;
}

.pagination__prev a:hover {
    color: #bac7dc;
}

.pagination__prev--active a {
    color: #bac7dc;
}

ol.scs-pagination {
    flex-wrap: wrap;
}

ol.scs-pagination li {
    background: white !important;
}

ol.scs-pagination .scs-clickable a {
    color: #bac7dc !important;
    margin: 0 10px !important;
    line-height: 30px !important;
}

ol.scs-pagination .scs-clickable a:hover {
    color: #041e42 !important;
}

ol.scs-pagination .scs-clickable.scs-current a {
    color: #041e42 !important;
}

ol.scs-pagination .prevPage a,
ol.scs-pagination .nextPage a {
    color: #041e42 !important;
}

ol.scs-pagination .prevPage a:hover,
ol.scs-pagination .nextPage a:hover {
    color: #bac7dc !important;
}

.new .new__content,
.new .new__content p {
    line-height: 26px;
    margin-bottom: 1.14286rem;
    font-size: 16px;
    color: #61696e;
}

@media (max-width: 757px) {
    .new .new__content .new .new__content p {
        font-size: 14px;
    }
}

.new__title-separator {
    height: 1px;
    width: 100%;
    background: #bac7dc;
}

.new__date {
    color: #bac7dc;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}

@media (max-width: 767px) {
    .new__content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: left;
    }
}

.new__content h2,
.new__content h3 {
    text-align: left;
    margin: 2.28571rem 0 1.14286rem;
}

@media (max-width: 767px) {

    .new__content h2,
    .new__content h3 {
        margin: 1.14286rem 0;
    }
}

@media (max-width: 767px) {
    .new__content>* {
        order: 2;
    }
}

.new__img {
    float: right;
    width: 550px;
    padding: 0 0 20px 30px;
}

@media (max-width: 767px) {
    .new__img {
        float: none;
        order: 1;
        padding: 0;
        margin: 15px auto;
        max-width: 550px;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .new__excerpt {
        order: 0;
    }
}

.new__subtitle {
    text-align: left;
    margin: 2.28571rem 0 1.14286rem;
}

@media (max-width: 767px) {
    .new__subtitle {
        margin: 1.14286rem 0;
    }
}

.new__other-news {
    align-items: baseline;
}

@media (max-width: 767px) {
    .new__other-news {
        flex-wrap: wrap;
    }
}

.other-news__column {
    flex: 0 0 47%;
}

@media (max-width: 767px) {
    .other-news__column {
        flex: 0 0 100%;
    }
}

.other-news__title {
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    color: #61696e;
}

.other-news__prev {
    padding-right: 3%;
}

@media (max-width: 767px) {
    .other-news__prev {
        padding-right: 0;
    }
}

.other-news__prev .other-news__title {
    text-align: left;
    padding-left: 38px;
}

.other-news__prev .other-news__img {
    transform: rotate(90deg);
    margin-right: 15px;
}

.other-news__next {
    padding-left: 3%;
}

@media (max-width: 767px) {
    .other-news__next {
        padding-left: 0;
        margin-top: 25px;
    }
}

.other-news__next .other-news__title {
    text-align: right;
    padding-right: 38px;
}

.other-news__next .other-news__img {
    transform: rotate(-90deg);
    margin-left: 15px;
}

.other-news__next .other-news__link {
    float: right;
}

.other-news__link {
    color: #041e42;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.other-news__link:hover {
    color: #bac7dc;
}

.corporate .a-link,
.corporate .a-download {
    color: #61696e;
    line-height: 22px;
}

.corporate .a-link:hover,
.corporate .a-download:hover {
    color: #e2e5e8;
}

.corporate__into p {
    margin-bottom: 20px;
}

.corporate .accordion-info .scs-component-container .scs-paragraph-text>div,
.corporate .accordion-info .scs-component-container .scs-paragraph-text>div p,
.corporate .accordion-info .scs-component-container .scs-paragraph-text>div a {
    font-size: 16px;
    line-height: 26px;
}

@media (max-width: 575px) {

    .corporate .accordion-info .scs-component-container .scs-paragraph-text>div,
    .corporate .accordion-info .scs-component-container .scs-paragraph-text>div p,
    .corporate .accordion-info .scs-component-container .scs-paragraph-text>div a {
        font-size: 14px;
    }
}

.corporate .scs-slot .scs-button-button {
    font-weight: 600;
    display: inline-block;
    border: 2px solid #da291c;
    padding: 12px 20px;
    transition: 0.3s ease;
    background: #fff;
    border-radius: 0;
}

.corporate .scs-slot .scs-button-button:hover {
    background: #da291c;
    border: 2px solid #da291c;
    box-shadow: none;
    text-shadow: none;
}

.corporate .scs-slot .scs-button-button:hover span {
    color: #fff;
    cursor: pointer;
}

.corporate .scs-slot .scs-button-button span {
    color: #da291c;
}

.history__item {
    flex-wrap: wrap;
    align-items: stretch;
    padding-bottom: 30px;
    border-left: 2px solid #f07052;
    margin-left: 1em;
}

.history__item:last-of-type {
    padding-bottom: 0;
}

.history__item:before {
    display: inline-block;
    content: "";
    background: #f07052;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    margin-left: -11px;
}

@media (max-width: 767px) {
    .history__item:before {
        width: 12px;
        height: 12px;
        border-radius: 6px;
        margin-left: -7px;
    }
}

.history__column {
    flex: 0 0 49%;
    padding-left: 5%;
}

@media (max-width: 767px) {
    .history__column {
        flex: 0 0 98%;
    }
}

.history__title {
    color: #041e42;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
}

.history__text {
    line-height: 26px;
}

.history__img {
    width: 100%;
}

@media (max-width: 767px) {
    .history__img {
        margin-top: 20px;
        max-width: 500px;
    }
}

.work-with-us__img {
    width: 100%;
    object-fit: cover;
    height: 200px;
    object-position: center;
}

.work-with-us img {
    width: 100%;
    object-fit: cover;
    height: 200px;
    object-position: center;
}

.work-with-us__title {
    color: #041e42;
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
}

@media (max-width: 767px) {
    .work-with-us__title {
        font-size: 20px;
        line-height: 26px;
    }
}

.work-with-us .scs-title-text div {
    color: #041e42;
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
}

@media (max-width: 767px) {
    .work-with-us .scs-title-text div {
        font-size: 20px;
        line-height: 26px;
    }
}

.work-with-us__link {
    color: #bac7dc;
}

.work-with-us__link:hover {
    color: #041e42;
}

.work-with-us a {
    color: #bac7dc;
}

.work-with-us a:hover {
    color: #041e42;
}

.consultation-reason .scs-paragraph-text {
    justify-content: center;
}

.consultation-reason a {
    background: #2f5595;
    width: 300px;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 10px;
    padding: 30px 45px;
    border: 2px solid #2f5595;
    transition: all 0.3s ease;
}

@media (max-width: 767px) {
    .consultation-reason a {
        width: 240px;
        padding: 20px 30px;
    }
}

@media (max-width: 575px) {
    .consultation-reason a {
        font-size: 16px;
        line-height: 20px;
        width: 130px;
        padding: 10px;
    }

    .consultation-reason .scs-paragraph-text {
        margin: 0 -20px;
        overflow-x: hidden !important;
    }
}

@media (max-width: 400px) {
    .consultation-reason a {
        padding: 10px 10px;
        margin: 0 2px;
    }
}

.consultation-reason a:hover {
    background: #fff;
    color: #2f5595;
    box-shadow: 0 0 4px -2px #000;
}

.telephone-assistance {
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .telephone-assistance {
        display: block;
        margin: 0 -20px;
    }
}

.telephone-assistance__item {
    justify-content: flex-start;
    padding: 30px 20px;
}

@media (max-width: 767px) {
    .telephone-assistance__item {
        background: #f4f4f4;
        border-bottom: 1px solid #d0d0d0;
        padding: 10px 20px;
        text-align: left;
        align-items: baseline;
    }
}

.telephone-assistance__item.selected .telephone-assistance__title:after {
    transform: rotate(0deg);
}

.telephone-assistance__item.selected .telephone-assistance__info {
    opacity: 1;
    height: auto;
    display: flex;
}

.telephone-assistance__title {
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .telephone-assistance__title {
        margin-bottom: 0;
        width: 100%;
        justify-content: end;
        cursor: pointer;
    }
}

.telephone-assistance__title:after {
    display: none;
}

@media (max-width: 767px) {
    .telephone-assistance__title:after {
        transition: all 0.3s ease;
        display: block;
        background: url(../icons/flecha-acordeon-icon.svg) no-repeat center;
        background-size: 17px;
        transform: rotate(-90deg);
        content: "";
        width: 26px;
        height: 13px;
    }
}

@media (max-width: 767px) {
    .telephone-assistance__img {
        width: 25px;
        height: 25px;
    }
}

.telephone-assistance__text {
    color: #041e42;
    font-size: 18px;
    font-weight: 600;
}

@media (max-width: 800px) {
    .telephone-assistance__text {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .telephone-assistance__text {
        font-size: 16px;
        width: 100%;
        text-align: left;
    }
}

@media (max-width: 767px) {
    .telephone-assistance__info {
        margin: 10px 10px 10px 50px;
        height: 0;
        opacity: 0;
        display: none;
    }

    .telephone-assistance__item .telephone-assistance__link .scs-paragraph-text>div {
        text-align: left !important;
    }
}

.telephone-assistance__link .scs-paragraph-text a {
    color: #041e42;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    font-style: normal;
}

@media (max-width: 767px) {
    .telephone-assistance__link .scs-paragraph-text a {
        color: #61696e;
        font-size: 18px;
    }
}

.telephone-assistance__link .scs-paragraph-text a:hover {
    color: rgba(4, 30, 66, 0.5);
}

@media (max-width: 767px) {
    .telephone-assistance__link .scs-paragraph-text a:hover {
        color: rgba(97, 105, 110, 0.5);
    }
}

@media (max-width: 767px) {
    .asistance-services {
        background: #f4f4f4;
        margin: 0 -20px;
        padding: 10px 20px;
    }
}

.asistance-services.selected .asistance-services__title-block:after {
    transform: rotate(0deg);
}

.asistance-services.selected .asistance-services__container {
    opacity: 1;
    height: auto;
    display: block;
    margin-top: 25px;
}

.asistance-services__title-block {
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .asistance-services__title-block {
        margin-bottom: 0;
        width: 100%;
        justify-content: end;
        cursor: pointer;
    }
}

.asistance-services__title-block:after {
    display: none;
}

@media (max-width: 767px) {
    .asistance-services__title-block:after {
        transition: all 0.3s ease;
        display: block;
        background: url(../icons/flecha-acordeon-icon.svg) no-repeat center;
        background-size: 17px;
        transform: rotate(-90deg);
        content: "";
        width: 26px;
        height: 13px;
    }
}

.asistance-services__img {
    width: 25px;
    height: 25px;
}

.asistance-services__title {
    font-size: 20px;
}

@media (max-width: 767px) {
    .asistance-services__title {
        color: #041e42;
        font-weight: 600;
        font-size: 16px;
        width: 100%;
        text-align: left;
    }
}

.asistance-services__container {
    width: 90%;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .asistance-services__container {
        width: 100%;
        opacity: 0;
        height: 0;
        display: none;
    }
}

@media (max-width: 767px) {
    .asistance-services__container .three-cols {
        display: block;
    }
}

.asistance-services__item {
    justify-content: flex-start;
    border: 5px solid #2f5595;
    margin-bottom: 20px;
    padding: 20px;
}

@media (max-width: 767px) {
    .asistance-services__item {
        border: 2px solid #2f5595;
        max-width: 330px;
        width: 100%;
        margin: 10px auto !important;
    }
}

.asistance-services__text {
    color: #2f5595;
    font-weight: 600;
}

.asistance-services__link {
    color: #61696e;
    font-weight: 600;
}

@media (max-width: 767px) {
    .asistance-services__link {
        font-size: 18px;
    }
}

.asistance-services__link:hover {
    color: rgba(97, 105, 110, 0.5);
}

.where-we-are {
    align-items: stretch;
}

.where-we-are .dropdown dd ul {
    overflow: inherit;
}

@media (max-width: 767px) {
    .where-we-are {
        display: block;
    }
}

.where-we-are__sidebar .scs-paragraph-text div {
    overflow: hidden;
    line-height: 20px;
}

.asistance-services__item * {
    overflow: hidden;
    line-height: 20px;
}

.asistance-services__item .scs-paragraph-text a {
    color: #61696e;
    font-weight: 600;
}

.asistance-services__item .scs-paragraph-text a:hover {
    color: rgba(97, 105, 110, 0.5);
}

@media (max-width: 767px) {
    .asistance-services__item .scs-paragraph-text a {
        font-size: 18px;
    }

    .asistance-services__item .scs-paragraph-text>div {
        font-size: 14px;
    }
}

.where-we-are__sidebar {
    align-items: initial;
    text-align: left;
    flex: 0 0 333px;
    margin-right: 5%;
    background: #f4f4f4;
    padding: 30px;
}

@media (max-width: 767px) {
    .where-we-are__sidebar {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

@media (max-width: 380px) {
    .where-we-are__sidebar {
        padding: 20px 15px;
    }
}

.where-we-are__external-section {
    position: relative;
    width: 100%;
}

.where-we-are__title {
    color: #041e42;
    font-weight: 600;
}

.where-we-are__selector {
    align-items: stretch;
}

.where-we-are__dropdown {
    width: 60%;
    margin-right: 5%;
}

.where-we-are__dropdown .dropdown {
    border: 2px solid #2f5595;
}

.where-we-are__dropdown .dropdown dt a {
    background: transparent url(../icons/flecha-acordeon-icon.svg) no-repeat scroll 95% center;
    background-size: 18px;
    height: 30px;
}

.where-we-are__dropdown .dropdown dt a span {
    font-size: 16px;
    font-weight: 600;
    color: #61696e;
}

.where-we-are__dropdown .dropdown dd ul {
    min-width: 0;
    width: 100%;
    z-index: 5;
}

.where-we-are__dropdown .dropdown dd ul li {
    width: 100%;
}

.where-we-are__dropdown .dropdown dd ul li a {
    font-size: 16px;
    font-weight: 600;
    color: #61696e;
}

.where-we-are__btn {
    width: 35%;
    background-color: #da291c;
    font-size: 24px;
    font-weight: 600;
    transition: 0.3s ease;
}

.where-we-are__btn:hover {
    box-shadow: 0 0 4px 0 #000;
}

.where-we-are__btn a {
    color: #fff;
    transition: 0.3s ease;
}

.where-we-are__btn a:hover {
    text-shadow: 0 0 3px #000;
}

@media (min-width: 768px) {
    .contact__budget .form__item {
        max-width: 50%;
    }

    .contact__budget .form__item--textarea {
        max-width: 100%;
    }
}

.lgpd>p {
    font-size: 12px;
    color: #61696e;
    line-height: normal;
}

@media (min-width: 768px) {
    .lgpd>p {
        font-size: 14px;
    }
}

.lgpd .terms {
    border: solid 1px #e2e5e8;
    padding: 15px;
}

.lgpd .terms p {
    color: #61696e;
    font-size: 9px;
    line-height: normal;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .lgpd .terms p {
        font-size: 12px;
    }
}

.client-services__intro p {
    margin-bottom: 10px;
}

.client-services__services-pages {
    background: #e2e5e8;
    display: flex;
    align-items: flex-start;
    padding: 40px 0;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
}

@media (max-width: 767px) {
    .client-services__services-pages {
        flex-wrap: wrap;
        justify-content: space-around;
        padding: 20px 0 10px;
    }
}

.client-services__buttons .block {
    justify-content: space-evenly;
}

@media (max-width: 575px) {
    .client-services__buttons .block {
        display: block;
    }
}

@media (max-width: 767px) {
    .client-services__btn {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .client-services__btn {
        display: block !important;
        margin: 15px 0;
    }
}

.paso_individual {
				 
					  
				   
    font-weight: 700;
    color: #61696e;
    transition: all 0.3s ease;
    max-width: 20%;
    padding: 0 15px;
    min-width: 175px;
}

.paso_individual img {
    height: 100px;
    width: auto !important;
}

.paso_individual .services-pages__item div {
    overflow: hidden;
    text-align: center;
}

.paso_individual .services-pages__item a {
    font-size: 18px;
    font-weight: 700;
    color: #61696e;
    line-height: 1.3em;
}

@media (max-width: 767px) {
    .paso_individual {
        flex: 0 0 42%;
        width: 50%;
        margin: 20px 4%;
        max-width: 50%;
    }

    .paso_individual img {
        height: 70px;
    }

    .paso_individual .services-pages__item a {
        font-size: 16px;
        line-height: 1.3em;
    }
}

@media (max-width: 575px) {
    .paso_individual {
        flex: 0 0 44%;
        max-width: 44%;
        margin: 20px 2%;
    }
}

@media (max-width: 767px) {
    .paso_individual:last-of-type {
        flex: 0 0 85%;
    }
}

.general-conditions .paso_individual:hover {
    color: rgba(97, 105, 110, 0.5);
}

.general-conditions .paso_individual:hover a {
    opacity: 0.5;
    color: #61696e;
}

.general-conditions .paso_individual {
    color: #61696e;
}

.services-pages__img {
    width: 100%;
    max-width: 125px;
}

.general-conditions .paso_individual:hover .services-pages__img {
    opacity: 0.5;
    transition: 0.3s ease;
}

@media (max-width: 575px) {
    .services-pages__img {
        max-width: 100px;
    }
}

.client-service__service-page .tabcordion__tab-body p {
    margin-bottom: 15px;
}

.client-service__service-page .tabcordion__tab-body a {
    color: #61696e;
}

.client-service__service-page .tabcordion__tab-body a:hover {
    color: #e2e5e8;
}

@media (max-width: 767px) {
    .client-service .service__downloads .sub-col {
        margin-bottom: 15px;
    }
}

.sl-tabs .sl-tabs-tab {
    width: 33%;
    height: 100%;
    background-color: transparent !important;
    margin-bottom: -2px;
    height: auto !important;
}

.sl-tabs .sl-tabs-tab>a {
    width: 100%;
    padding: 0;
    display: block;
    height: 100%;
}

.sl-tabs .sl-tabs-tab>a>span {
    color: #bac7dc;
    width: 60% !important;
    margin: 0 auto;
    white-space: pre-wrap !important;
    line-height: 19px;
    word-wrap: break-word;
    height: 100%;
    display: block;
    text-align: center;
}

.sl-tabs .sl-tabs-tab.sl-tabs-active>a>span {
    font-weight: 700;
    color: #041e42;
}

.sl-tabs div.sl-tabs-pane {
    border: 2px solid #bac7dc;
    padding: 55px;
}

.sl-tabs-pane.sl-tabs-selected {
    border: 2px solid #bac7dc !important;
    margin-top: -2px !important;
    padding: 20px !important;
}

.sl-tabs li.sl-tabs-active {
    border-bottom: 4px solid #041e42;
}

.sl-tabs>ul {
    display: flex;
}

@media (max-width: 768px) {
    .sl-tabs div.sl-tabs-pane {
        padding: 25px;
    }

    .sl-tabs .sl-tabs-tab {
        width: 49%;
    }

    .sl-tabs .sl-tabs-tab>a>span {
        width: 95% !important;
    }
}

@media (max-width: 575px) {
    .sl-tabs div.sl-tabs-pane {
        padding: 10px;
    }
}

.offices-guide .tabs__container--local {
    display: flex;
    justify-content: space-between;
    border-bottom: none;
    margin-bottom: 60px;
}

.offices-guide .tabs__container--local .tabs__tab {
    background: #fff;
    border: 2px solid #2f5595;
    padding: 10px;
    text-align: center;
    width: 45%;
}

@media (min-width: 768px) {
    .offices-guide .tabs__container--local .tabs__tab {
        cursor: pointer;
        padding: 15px;
        width: calc(50% - 15px);
    }
}

.offices-guide .tabs__container--local .tabs__tab a {
    color: #2f5595;
    font-size: 24px;
    font-weight: 600;
}

@media (min-width: 768px) {
    .offices-guide .tabs__container--local .tabs__tab a {
        font-size: 30px;
    }
}

.offices-guide .tabs__container--local .tabs__tab--active {
    background-color: #2f5595;
}

.offices-guide .tabs__container--local .tabs__tab--active a {
    color: #fff;
}

.offices-guide #oficinas,
.offices-guide #map-container {
    width: 100%;
}

.offices-guide #map-container #map {
    width: 100%;
    height: 600px;
}

.offices-guide #map-container #map.details-map {
    height: 300px;
}

.offices-guide .offices__heading {
    background: #2f5595;
    color: #fff;
    font-size: 27px;
    padding: 15px;
    font-weight: 600;
}

.offices-guide .offices__list .office__province {
    background: #bac7dc;
    color: #2f5595;
    padding: 15px 30px;
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 600;
}

.offices-guide .offices__list .office__office {
    padding: 15px 30px;
    color: #61696e;
    position: relative;
}

.offices-guide .offices__list .office__office::after {
    content: "";
    position: absolute;
    left: 30px;
    width: calc(100% - 30px);
    border-bottom: 1px solid #bac7dc;
    height: 1px;
}

.offices-guide .offices__list .office__office:last-child::after {
    content: none;
}

.offices-guide .offices__list .office__city {
    margin-bottom: 20px;
}

.offices-guide .offices__list .office__city a {
    font-weight: 600;
    font-size: 18px;
    color: #61696e;
}

@media (min-width: 768px) {
    .offices-guide .offices__list .office__city a {
        font-size: 20px;
    }
}

.offices-guide .offices__list .office__address,
.offices-guide .offices__list .office__phone {
    font-weight: 400;
    font-size: 14px;
}

.offices-guide .offices__list .office .icon-link {
    margin-left: 15px;
    margin-bottom: 15px;
}

.cl-diagonal-inverfiatc h2,
.cl-diagonal-inverfiatc p {
    margin-bottom: 1.71429rem;
}

.cl-diagonal-inverfiatc a {
    color: #bac7dc;
}

.cl-diagonal-inverfiatc a:hover {
    opacity: 0.5;
    cursor: pointer;
}

.cl-diagonal-inverfiatc .inverfiatc__content h2 {
    text-align: left;
}

.cl-diagonal-inverfiatc .inverfiatc__content .scs-paragraph-text,
.cl-diagonal-inverfiatc .scs-paragraph-text div {
    overflow: hidden;
    font-size: 16px;
    line-height: 22px;
    color: #61696e;
}

@media (max-width: 575px) {

    .cl-diagonal-inverfiatc .inverfiatc__content .scs-paragraph-text,
    .cl-diagonal-inverfiatc .scs-paragraph-text div {
        font-size: 14px;
    }
}

.clinica-diagonal__text-block .link-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.clinica-diagonal__content h2,
.clinica-diagonal__content p {
    margin-bottom: 1.71429rem;
}

.clinica-diagonal .a-link {
    color: #61696e;
}

.app-movil__content p {
    margin-bottom: 1.71429rem;
}

.app-movil__content .two-cols {
    display: block !important;
}

.app-movil__content .scs-paragraph-text>div {
    overflow: hidden;
}

.app-movil__item {
    margin-bottom: 3.42857rem;
    text-align: center;
}

@media (max-width: 767px) {
    .app-movil__item {
        margin: 0 -20px 10px;
    }
}

.app-movil__item img {
    max-width: 125px;
    height: auto;
    margin-bottom: 2.28571rem;
}

.app-movil__item h2 {
    margin-bottom: 2.28571rem;
    font-size: 30px !important;
    line-height: 38px !important;
    font-weight: bold !important;
    color: #041e42 !important;
    text-align: center !important;
}

@media (max-width: 575px) {
    .app-movil__item h2 {
        font-size: 24px !important;
        line-height: 28px !important;
    }
}

.app-movil__item p {
    text-align: center !important;
}

.app-movil__logo {
    max-width: 125px;
    height: auto;
    margin-bottom: 2.28571rem;
}

.app-movil__title {
    margin-bottom: 2.28571rem;
}

.app-movil__buttons {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin: auto;
    max-width: 360px;
}

@media (max-width: 767px) {
    .app-movil__buttons {
        max-width: 300px;
    }
}

.app-movil__buttons a {
    font-weight: 600;
    width: 40%;
    display: inline-block;
    margin: 0 15px;
    border: 2px solid #2f5595;
    padding: 12px 10px;
    color: #2f5595;
    transition: 0.3s ease;
}

.app-movil__buttons a:hover {
    box-shadow: 0 0 4px -2px #bac7dc;
    background: #2f5595;
    color: #fff;
}

.app-movil__buttons scs-button {
    width: 50%;
}

.app-movil__buttons .scs-component-content .scs-button-button {
    font-weight: 600 !important;
    display: inline-block !important;
    border: 2px solid #2f5595 !important;
    padding: 12px 10px !important;
    color: #2f5595 !important;
    transition: 0.3s ease !important;
    background: white !important;
    border-radius: 0px !important;
    width: 100%;
}

.app-movil__buttons .scs-component-content .scs-button-button span {
    cursor: pointer;
    color: #2f5595 !important;
}

.app-movil__buttons .scs-component-content .scs-button-button:hover {
    box-shadow: 0 0 4px -2px #bac7dc !important;
    background: #2f5595 !important;
    color: white !important;
}

.app-movil__buttons .scs-component-content .scs-button-button:hover span {
    color: #fff !important;
    text-shadow: none !important;
}

.app-movil ul.content-list {
    color: #61696e;
    padding: 1em 3em 1em 1em;
}

.app-movil ul.content-list li {
    line-height: 1.5em;
    margin-bottom: 0.57143rem;
}

.app-movil ul.content-list li::before {
    content: "-";
    margin-right: 10px;
}

.img-apps img {
    width: 46%;
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (max-width: 575px) {
    .img-apps img {
        width: 100%;
        max-width: 200px;
        margin: 15px auto !important;
        display: block;
    }
}

.img-apps img:nth-child(even) {
    margin-left: 3%;
}

@media (max-width: 575px) {
    .img-apps img:nth-child(even) {
        margin-left: 0;
    }
}

.img-apps img:nth-child(odd) {
    margin-right: 3%;
}

@media (max-width: 575px) {
    .img-apps img:nth-child(odd) {
        margin-right: 0;
    }
}

.error-404__content h2,
.error-404__content p {
    margin-bottom: 2.85714rem;
}

.error-404 .text-intro {
    font-size: 24px;
    font-weight: 400;
}

@media (max-width: 991px) {
    .error-404 .text-intro {
        font-size: 20px;
    }
}

.error-404__services {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .error-404__services {
        flex-wrap: wrap;
    }
}

.error-404__services a {
    transition: 0.3s ease;
}

.error-404__services a:hover {
    border-bottom: 2px solid #2f5595;
    padding-bottom: 10px;
    opacity: 0.5;
}

.error-404__service {
    margin: 1.14286rem 0;
}

@media (max-width: 991px) {
    .error-404__service {
        width: 33%;
    }
}

.error-404 .h2-title {
    font-size: 30px;
    font-weight: 600;
    color: #001359;
}

@media (max-width: 991px) {
    .error-404 .h2-title {
        font-size: 24px;
    }
}

.general-conditions h2,
.general-conditions p,
.general-conditions span,
.general-conditions li {
    text-align: left;
    font-size: 14px;
    line-height: 27px;
    display: block;
    color: #61696e;
}

@media (min-width: 768px) {

    .general-conditions h2,
    .general-conditions p,
    .general-conditions span,
    .general-conditions li {
        font-size: 16px;
    }
}

.general-conditions li {
    display: list-item;
    list-style: disc;
    margin-left: 20px;
}

.general-conditions span {
    display: inline;
}

.general-conditions h2,
.general-conditions p,
.general-conditions ul {
    margin-bottom: 20px;
}

.general-conditions h2.nomargin,
.general-conditions p.nomargin,
.general-conditions ul.nomargin {
    margin-bottom: 0;
    display: inline-block;
}

.general-conditions em {
    font-style: italic;
}

.general-conditions a {
    color: #bac7dc;
}

.app-accordion-title strong {
    font-size: 16px;
    line-height: 22px;
    color: #61696e;
}

@media (max-width: 575px) {
    .app-accordion-title strong {
        font-size: 14px;
    }
}

.text-box .scs-paragraph-text>div {
    overflow: hidden;
    font-size: 16px;
    line-height: 22px;
    color: #61696e;
    margin-bottom: 10px;
}

.scs-paragraph-text div {
    overflow: hidden;
}

@media (max-width: 575px) {
    .text-box .scs-paragraph-text>div {
        font-size: 14px;
    }
}

.acordeon .acordeon-title h2 {
    padding: 0.5em 3em 0em 1em;
    display: block;
    color: #041e42;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 6px;
}

.acordeon .acordeon-title h2:after {
    content: "";
    position: absolute;
    right: 1.25em;
    top: 0.7em;
    width: 22px;
    height: 14px;
    transition: all 0.3s;
    background-image: url(https://fiatcsite-fiatc2019.cec.ocp.oraclecloud.com/site/fiatc/_cache_e7c9/_themesdelivery/PortalCorporativo/assets/img/iconos/flecha-acordeon-icon.svg);
}

.acordeon-text .scs-paragraph-text {
    padding-left: 30px;
}

@media (max-width: 575px) {
    .acordeon-text .scs-paragraph-text {
        padding-left: 20px;
    }
}

.generic .scs-paragraph-text div {
    font-size: 16px;
    line-height: 22px;
    color: #61696e;
    margin-bottom: 15px;
}

@media (max-width: 575px) {
    .generic .scs-paragraph-text div {
        font-size: 14px;
        margin-bottom: 10px;
    }
}

.generic .scs-title-text div {
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0 10px;
    line-height: 26px;
    color: #61696e;
}

@media (max-width: 575px) {
    .generic .scs-title-text div {
        font-size: 17px;
        line-height: 23px;
    }
}

.scs-component-content .scs-button-button {
    font-weight: 600 !important;
    display: inline-block !important;
    border: 2px solid #da291c !important;
    border: 2px solid #da291c;
    padding: 12px 20px !important;
    transition: 0.3s ease !important;
    background: transparent !important;
    border-radius: 0px !important;
}

.scs-component-content .scs-button-button span {
    color: #da291c !important;
    cursor: pointer;
}

.scs-component-content .scs-button-button:hover {
    box-shadow: 0 0 4px -2px black !important;
    background: #da291c !important;
    color: white !important;
    text-shadow: none !important;
}

.scs-component-content .scs-button-button:hover span {
    color: white !important;
}

.ie11 .history__column {
    flex: 0 0 46%;
    padding-left: 3%;
}

.ie11 .history__column {
    flex: 0 0 46%;
    padding-left: 3%;
}

.ie11 .three-cols .sub-col {
    flex: 0 0 25%;
}

.ie11 .discover-bg-image {
    position: absolute;
    top: 0;
    left: 0;
}

.ie11 .discover .scs-image .scs-image-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

.ie11 .discover .block {
    position: relative;
}

.ie11 .discover__disclaimer {
    position: absolute;
    top: 0;
    left: 0;
}

.ie11 .social-media {
    justify-content: space-around;
}

.ie11 .new-home__info {
    display: block;
}

.ie11 .where-we-are__selector {
    width: 100%;
}

.ie11 .where-we-are__sidebar .scs-row,
.ie11 .where-we-are__sidebar .scs-row>.scs-col>.scs-row.scs-inner-row {
    display: block;
}

.scs-title .scs-title-text,
.scs-paragraph .scs-paragraph-text {
    overflow: hidden !important;
}

.services__row .scs-image .scs-image-image {
    width: auto !important;
}

@media (max-width: 767px) {
    .scs-component-bounding-box .services__item {
        margin: 0 0;
    }
}

.ie11 .sl-three-columns .services__item {
    flex: 1 1 0%;
}

#topnav1 a.dropdown-item {
    white-space: normal;
}

.breadcrumbs .block {
    margin-bottom: 0;
}

.breadcrumbs__list {
    margin-bottom: 0;
}

.breadcrumbs__list .breadcrumbs__item {
    margin-bottom: 0;
}

.tabs .block {
    padding-bottom: 0;
}

.tarificador .block {
    padding-top: 0;
}

.ie11 .sl-three-columns .services__item {
    flex: 0 0 33%;
}

.ie11 .discover {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    text-align: center;
}

.ie11 .discover .block {
    margin-top: 30px;
    margin-left: 30px;
}

.ie11 .header-title-with-calculate-insurance__left-part>* {
    flex: 1 1 50%;
}

#cookdiv {
    padding: 30px;
    background-color: #f4f4f4;
    font-size: 12px;
    line-height: 18px;
    color: #61696e;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99999;
    display: none;
    opacity: 0;
}

#cookdiv.scrollable {
    height: 100dvh;
    overflow-y: scroll;
}

#cookdiv p,
#cookdiv a {
    font-size: 12px;
    line-height: 18px;
    color: #61696e;
}

#cookdiv .main-info-block a {
    color: #2f5595;
    font-weight: 700;
    text-decoration: underline;
}

#cookdiv .main-info-block a:hover {
    opacity: 0.7;
}

#cookdiv span.h3 {
    color: #001359;
    display: block;
    margin-bottom: 20px;
}

#cookdiv .btns {
    display: inline-block;
}

#cookdiv button,
#cookdiv .btn-cookies {
    display: block;
    text-align: center;
    background: #da291c;
    color: #fff;
    padding: 10px;
    border-radius: 0;
    cursor: pointer;
    font-size: 13px;
    line-height: 27px;
    border: 2px solid #da291c;
    width: 100%;
    margin-bottom: 20px;
    margin-right: 10px;
}

#cookdiv button:last-child,
#cookdiv .btn-cookies:last-child {
    margin-right: 0;
    margin-left: 0;
}

#cookdiv button:hover,
#cookdiv .btn-cookies:hover {
    background: #fff;
    color: #da291c;
    transition: ease 0.3s;
}

#cookdiv .block {
    padding: 0;
}

#cookdiv .btn-cookies {
    background: #001359;
    color: #fff;
    border: 2px solid #001359;
}

#cookdiv .btn-cookies:hover {
    background: #fff;
    color: #001359;
}

#cookdiv .static-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
}

#cookdiv .block-content {
    display: -ms-flexbox;
    display: flex;
}

#cookdiv .block-content .main-info-block {
    width: 100%;
    margin-bottom: 30px;
}

#cookdiv .block-content .cta {
    width: 100%;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    border-bottom: none;
    align-items: inherit;
}

#cookdiv .cookies-filler {
    display: none;
}

#cookdiv .cookies-filler.active {
    display: flex;
    margin-top: 30px;
}

#cookdiv .cookies-filler .cookie-col p {
    margin-bottom: 20px;
}

@media (min-width: 767px) {
    #cookdiv .block-content .main-info-block {
        width: 55%;
        margin-bottom: 0;
    }

    #cookdiv .block-content .cta {
        width: 40%;
        max-width: 400px;
        margin-left: auto;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        border-bottom: none;
        align-items: inherit;
    }

    #cookdiv .cookies-filler .cookie-col {
        width: 33.33%;
        padding-left: 25px;
        padding-right: 25px;
    }

    #cookdiv .cookies-filler .cookie-col:nth-child(1) {
        padding-left: 0;
    }

    #cookdiv .cookies-filler .cookie-col:nth-child(3) {
        padding-right: 0;
    }
}

@media (max-width: 767px) {

    #cookdiv button,
    #cookdiv .btn-cookies {
        line-height: 1.5;
    }

    #cookdiv .block-content {
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
    }

    #cookdiv .cookies-filler {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #cookdiv .cookies-filler .cookie-col {
        width: 100%;
        border-bottom: solid 1px #dcdcdc;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

#cookdiv .onoffswitch {
    margin-bottom: 20px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #61696e;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 24px;
}

.switch .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50%;
}

.switch input:checked+.slider {
    background-color: #da291c;
}

.switch input:checked+.slider:before {
    background-color: #f07052;
}

.switch input:focus+.slider {
    box-shadow: 0 0 1px #da291c;
}

.switch input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

div#Alertas {
    background-color: #2f5595;
    transition: 0.3s ease;
}

div#Alertas:hover {
    opacity: 0.8;
}

div#Alertas a {
    color: #fff;
    display: block;
    text-align: center;
}

div#Alertas a {
    color: #fff;
    display: block;
    text-align: center;
    line-height: 30px;
}

div#Alertas .alertas-title a {
    font-size: 25px;
    font-weight: 700;
    padding: 5px 10px 0;
    margin-bottom: -4px;
}

div#Alertas .alertas-subtitle a {
    padding: 0 10px 5px;
}

div#Alertas .scs-paragraph.scs-component.scs-paragraph-default-style {
    margin: 0px !important;
}

#titulo_seccion {
    color: #041e42;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    margin-top: 60px;
}

#articulos_relacionados .sl-three-columns>div {
    margin: 0 20px;
    background-color: rgb(244 244 244);
}

#articulos_relacionados .sl-three-columns>div:hover {
    background-color: rgb(233, 233, 233);
    transition: 0.3s ease;
}

#articulos_relacionados .sl-three-columns>div:first-of-type {
    margin-left: 0;
}

#articulos_relacionados .sl-three-columns>div:last-of-type {
    margin-right: 0;
}

#articulos_relacionados .item-content {
    padding: 20px;
}

#articulos_relacionados .item-title {
    text-align: left;
    margin-bottom: 15px;
    line-height: 22px;
}

#articulos_relacionados .item-title {
    font-weight: 600;
    color: #2f5595;
    text-align: left;
    font-size: 16px;
    line-height: 20px;
}

#articulos_relacionados .excerpt-post {
    color: #61696e;
    font-size: 18px;
    line-height: 1.3em;
}

@media (max-width: 767px) {

    #articulos_relacionados .sl-three-columns>div,
    #articulos_relacionados .sl-three-columns>div:first-of-type,
    #articulos_relacionados .sl-three-columns>div:last-of-type {
        margin: 10px 0;
    }
}

.telephone-assistance,
.asistance-services__container .three-cols {
    justify-content: center;
}


/* menus */
body {
    margin: 0;
    padding: 0;
}

body * {
    font-family: "Open Sans";
}

@media screen and (max-width: 850px) {
    .only-desktop {
        display: none;
    }
}

.only-mobile {
    display: none;
}

@media screen and (max-width: 850px) {
    .only-mobile {
        display: block;
    }
}

.arrow2 {
    margin-left: 8px;
}

#topnav1 {
    display: block;
    position: relative;
    width: 100%;
    border: 0;
    box-shadow: unset;
    margin: 0;
    padding: 0;
}

.submenu-type-one .section-info-left section.section-links a {
    transition: margin-left 0.5s ease-in-out;
}

.submenu-type-one .section-info-left section.section-links a:hover {
    transform: translate(3px, 0);
}

#topnav1 .submenu-container {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
}

#topnav1 .submenu-container a.dropdown-item {
    text-align: center;
    font-size: 16px;
    color: #041E42;
    font-weight: 600;
    width: auto;
    padding: 0;
}

#topnav1 .submenu-container a.dropdown-item:hover {
    background: white;
    font-weight: bold;
    border-bottom: 4px solid #041E42;
}

.menu-bar {
    position: relative !important;
}

.menu-bar .block {
    display: inline-block !important;
}

.menu-bar .block .menu-bar__section {
    float: left;
}

.menu-bar .block .menu-bar__section:first-child {
    margin-right: 50px; 
}

.submenu-wrapper {
    display: none;
    padding: 29px 15px;
    min-height: 280px;
    position: absolute;
    top: 185px;
    z-index: 100000;
    float: left;
    width: 100%;
    background-color: #F4F4F4;
}

@media screen and (max-width: 850px) {
    .submenu-wrapper {
        padding: 0;
    }
}

.submenu-wrapper .submenu-container {
    max-width: 1190px;
    padding: 0 15px;
    margin: auto;
}

.menu-bar__client-area {
    background: #002C61;
    height: 40px;
    padding: 0 24px;
}

.menu-bar__logo-client-icon {
    filter: brightness(0) invert(1);
}

.submenu-type-one {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 850px) {
    .submenu-wrapper .submenu-container {
        padding: 0;
    }
    .submenu-type-one {
        flex-direction: column;
        height: 100dvh;
        justify-content: unset;
        background: #F4F4F4;
    }

    .links-submenu li {
        margin: 0;
    }
}

.submenu-type-one section.mobile-scroll-submenu {
    display: flex;
    width: 100% !important;
    justify-content: space-between;
}

@media screen and (max-width: 850px) {
    #id_coche_moto .submenu-type-one section.mobile-scroll-submenu,
    #id_vida_accidentes .submenu-type-one section.mobile-scroll-submenu {
        height: calc(100dvh - 58px);
    }
    
    .submenu-type-one section.mobile-scroll-submenu {
        flex-direction: column;
        height: calc(100dvh - 200px);
        overflow-x: hidden;
        justify-content: unset;
    }
}

.submenu-type-one .section-info-left {
    display: flex;
    gap: 30px;
}

.submenu-otrosviajes section.section-info-left {
    width: 100%;
    justify-content: space-between
}

@media screen and (max-width: 850px) {
    .submenu-type-one .section-info-left {
        flex-direction: column;
        gap: 0;
    }
}

.submenu-type-one .section-info-left.section-with-border-right {
    border-right: 1px solid #041E42;
    padding-right: 20px;
    margin-right: 32px;
}

@media screen and (max-width: 850px) {
    .submenu-type-one .section-info-left.section-with-border-right {
        padding-right: 0;
        margin-right: 0;
        border-right: 0;
    }
}

.submenu-type-one .section-info-left section.section-info {
    width: 245px;
}

.submenu-type-one .section-info-left section.section-info .info-title {
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 16px;
    color: #041E42;
    margin-bottom: 10px;
    display: block;
}

.submenu-type-one .section-info-left section.section-info .info-content {
    font-size: 14px;
    font-family: "Open Sans";
    line-height: 22px;
    margin-bottom: 12px;
    color: #041E42;
    margin: 0 0 24px 0;
}

.submenu-type-one .section-info-left section.section-links {
    width: 230px;
}

@media screen and (max-width: 850px) {
    .submenu-type-one .section-info-left section.section-links {
        margin-bottom: 32px;
        width: 100% !important;
    }
}

.submenu-type-one .section-info-left section.section-links .links-title {
    font-size: 14px;
    font-family: "Open Sans";
    font-weight: bold;
}

@media screen and (max-width: 850px) {
    .submenu-type-one .section-info-left section.section-links .links-title {
        padding: 16px 20px;
        margin-bottom: 0;
        font-size: 16px !important;
        border-bottom: 1px solid #D0D0D0;
    }

    .submenu-type-one .section-info-left section.section-links .links-title.empty-category {
        font-weight: unset;
    }
}

.submenu-type-one .section-info-left section.section-links a {
    margin-bottom: 18px;
    font-size: 14px;
    font-family: "Open Sans";
    display: block;
    text-decoration: none;
    color: #041E42;
    transition: 0.3s;
}

.submenu-type-one .section-info-left section.section-links a i {
    margin-left: 5px;
}

@media screen and (max-width: 850px) {
    .submenu-type-one .section-info-left section.section-links a i {
        display: none;
    }
}

.submenu-type-one .section-info-left section.section-links ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

@media screen and (max-width: 850px) {
    .submenu-type-one .section-info-left section.section-links ul {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .submenu-type-one .section-info-left section.section-links ul a {
        margin: 0;
        padding: 16px 20px;
        border-bottom: 1px solid #D0D0D0;
    }
}

.submenu-type-one .info-link {
    border: 2px solid;
    display: block;
    padding: 11.5px;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    text-align: center;
    text-decoration: none;
}

.submenu-type-one .info-link.red {
    border-color: #da291c;
    background-color: #da291c;
    color: white;
    margin-bottom: 16px;
}

.submenu-type-one .info-link.red:hover {
    background-color: #C92518;
    border-color: #C92518;
}

.submenu-type-one .info-link.blue {
    border-color: #002C61;
    color: #002C61;
}

.submenu-type-one .info-link.blue:hover {
    background-color: #002C61;
    color: white;
}

@media screen and (max-width: 850px) {
    .submenu-type-one section.section-media {
        padding: 0 20px;
    }

    .submenu-type-one section.section-media img {
        width: 100%;
    }
}

@media screen and (max-width: 850px) {
    .submenu-type-one section.section-btn {
        position: fixed;
        bottom: 0;
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
        background: white;
        box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.08);
    }
}

.submenu-type-one .submenu-mobiletitle.back {
    padding: 16px 20px 16px 40px;
    border-bottom: 1px solid #D0D0D0;
    font-size: 16px;
    font-weight: bold;
    color: #041E42;
    position: relative;
}

.submenu-type-one .submenu-mobiletitle.back:before {
    content: "";
    margin-right: 10px;
    width: 20px;
    height: 14px;
    background-image: url(../media/arrow.png);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    left: 20px;
    top: 20px;
}

@media screen and (max-width: 850px) {
    .submenu-double-column .section-links {
        margin-bottom: 15px !important;
    }
}

@media screen and (max-width: 850px) {
    .submenu-double-column .section-media {
        margin-top: 15px;
    }

    .submenu-double-content .mobile-scroll-submenu {
        height: calc(100dvh - 50px);
    }
}

@media screen and (max-width: 850px) {
    .submenu-double-content .section-info {
        order: 1;
    }
}

@media screen and (max-width: 850px) {
    .submenu-double-content .section-info {
        position: relative !important;
        background: transparent !important;
        width: 100% !important;
        order: 2;
    }
}

@media screen and (max-width: 850px) {
    .submenu-double-content .section-btn {
        position: relative !important;
        padding-top: 0 !important;
        box-shadow: unset !important;
        background: transparent !important;
    }
}

.submenu-otrosviajes section.section-links {
    width: 185px !important;
    margin-bottom: 15px !important;
}

@media screen and (max-width: 850px) {
    .submenu-otrosviajes .mobile-scroll-submenu {
        height: calc(100dvh - 130px) !important;
    }
}

@media screen and (max-width: 850px) {
    .submenu-otrosviajes .info-link.red {
        margin-bottom: 0 !important;
    }
}

@media screen and (max-width: 850px) {
    #topnav1 {
        display: none;
    }
}

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

    /* +++ TOPBAR +++ */
    .menu-bar {
        height: 60px !important;
        z-index: 100000000 !important;
        position: fixed !important;
        top: 0 !important;
        left: 0;
    }

    .menu-bar .block {
        padding: 0 !important;
        display: flex !important;
    }

    .menu-bar .menu-bar__navbar {
        padding-left: 10px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .menu-bar .menu-bar__logo {
        margin: 0 !important;
        float: none !important;
        display: flex !important;

    }

    .menu-bar .menu-bar__logo img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .menu-bar .navbar-toggler.toggled .navbar-toggler-icon {
        /*background: url(../icons/close-button-mobile.svg) no-repeat!important;*/
        background: url(../icons/close-button-mobile.svg) no-repeat !important;
        background-position: center !important;
    }

    /* +++ MENÚ SEGUROS +++ */
    #navbar-mainMenu {
        display: none;
        width: 100% !important;
        z-index: 100000 !important;
        position: fixed !important;
        margin: 0 !important;
        padding: 0 !important;
        top: 60px !important;
        height: calc(100dvh - 60px) !important;
        overflow-x: unset !important;
        left: 0;
    }

    #navbar-mainMenu .nav-item {
        margin: 0;
    }

    #navbar-mainMenu .navbar-nav-2 {
        background: white;
        position: absolute;
        bottom: 38px;
        left: 0;
        width: 100%;
    }

    #navbar-mainMenu .nav-item .idioms-mobile {
        padding: 10px 20px !important;
    }

    #navbar-mainMenu .navbar__level-one a {
        padding: 12px 20px !important;
    }

    #navbar-mainMenu .nav-item .idioms-mobile__idiom {
        padding: 0 !important;
        border: 0 !important;
    }

    #navbar-mainMenu .navbar-nav li.dropdown:after {
        background-image: url(../icons/flecha-acordeon-icon.svg);
        margin: 2px 0 0 0;
        width: 17px;
        height: 10px;
        background-position: 0;
        background-size: contain;
        border: none;
        background-repeat: no-repeat;
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        right: 20px;
    }

    /* +++ SUBMENÚ SEGUROS +++ */
    #topnav1 {
        display: none;
        z-index: 1000000000;
        flex-direction: column;
        padding: 0;
        height: calc(100dvh - 60px);
        position: fixed;
        top: 60px;
        left: 0;
        background: #F4F4F4;
    }

    #topnav1 .submenu-container {
        display: flex;
        justify-content: normal;
        flex-direction: column;
        height: 100%;
        padding: 0;
    }

    #topnav1 .submenu-container a.dropdown-item {
        padding: 16px 20px !important;
        margin-bottom: 0;
        font-size: 16px !important;
        text-align: left !important;
        border-bottom: 1px solid #D0D0D0 !important;
    }

    /* +++ RAMOS +++ */
    .submenu-wrapper {
        top: 60px;
        position: fixed;
        z-index: 100000000000;
    }

    .submenu-wrapper .mobile-scroll-submenu {
        overflow: auto;
    }

    .submenu-wrapper .section-btn {
        /* display: none; */
    }

    /* +++ GENERAL +++ */
    .show {
        display: block !important;
    }

    .submenu-mobiletitle.back {
        padding: 16px 20px 16px 40px;
        border-bottom: 1px solid #D0D0D0;
        font-size: 16px;
        font-weight: bold;
        color: #041E42;
        position: relative;
    }

    .submenu-mobiletitle.back:before {
        content: "";
        margin-right: 10px !important;
        width: 20px !important;
        height: 10px !important;
        background-image: url(../icons/flecha-acordeon-icon.svg) !important;
        position: absolute !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        left: 13px !important;
        top: 22px !important;
        transform: rotate(90deg);
    }

    .back {
        cursor: pointer;
    }
}

.menu-bar__section.menu-bar__login {
    display: none;
}

@media screen and (max-width: 850px) {
    .menu-bar__section.menu-bar__login {
        display: flex;
        margin-right: 15px;
    }   

    .menu-bar__client-area {
        background: transparent;
        padding: 0;
    }

    .menu-bar__logo-client-icon {
        filter: unset;
    }
}

@media screen and (min-width: 850px) and (max-width: 974px) {
    #topnav1 .submenu-container a.dropdown-item {
        font-size: 14px;
    }
}

@media screen and (min-width: 850px) and (max-width: 991px) {
    .submenu-wrapper {top: 179px}
}

@media screen and (min-width: 850px) and (max-width: 1125px) {
    section.section-info-left {
        width: 50%;
    }
}

.bg-menu-seguros {display: none !important}
.navbar__level-one.show>a:hover {color: #bac7dc}

.footer__privacy-policy{
   display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: none !important;
   border-top: 1px solid #DA291C !important;
}

.footer__copy-right{
 margin: 0 !important;
}

.footer__footer-menu{
  padding: 80px 0 !important;
  margin: 0 !important;
}

@media (max-width: 600px) {
    .footer__privacy-policy {
        padding: 20px 0;
        flex-direction: column-reverse !important;
         gap: 30px;
        align-items: start;
    }

.footer_privacy-menu {
   flex-direction: column-reverse !important;
 }

.footer-menu__footer-rrss{
  flex-direction: row !important;
gap: 20px;
}

.footer-menu__footer-rrss .footer-rrss__link{
 color: transparent !important;
font-size: 0 !important;
}

    .footer-menu__footer-links {
        flex-direction: column;
        gap: 25px;
    }
}

.distributor .seguros ul {
  margin-top: 10px;
  line-height: 20px;
  padding-left: 22px;
  list-style-image: url("/documents/d/fiatc-1/Checkcircle") !important;
  color: #61696e;
}

.distributor .seguros .seguro{
 flex: 1 1 calc(25% - 16px) !important;
}

.distributor .ventajas__items{
     row-gap: 64px !important;
    column-gap: 40px!important;
}

.distributor .description-product{
  max-width: 100% !important;
}

.distributor .heading{
  font-weight: 600 !important;
}

.distributor > div:not(.hero-section) {
 margin: 0 auto !important;
}

.top-bar a{
  display: flex;
}

.menu-bar__navbar a:hover{
  padding-left: 0.5rem !important;
}

.top-bar__section{
 flex: none !important;
}
@media (max-width: 768px) {
     .distributor .seguros {
        flex-wrap: nowrap !important;     
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
       scroll-behavior: smooth;
	align-items: start;
	scroll-padding-left: 20px;
        justify-content: flex-start !important;
        gap: 0 !important;
      }

     .distributor .seguros .seguro {
        flex: 0 0 80% !important;
        scroll-snap-align: start !important;
      }

      /* Ocultar scrollbar (opcional) */
      .distributor .seguros::-webkit-scrollbar {
        display: none;
      }
     .distributor .seguros {
        -ms-overflow-style: none;
        scrollbar-width: none;
      }

.distributor .description-product .heading{
 font-size: 24px !important;
}
    }