﻿@import url(tablerIcons/tabler-icons.min.css);
@font-face {
  font-family: "Square721 Cn BT";
  src: url("../fonts/Square721 Cn BT.ttf") format("truetype");
}
@font-face {
  font-family: "Smooth Fantasy";
  src: url("../fonts/Smooth Fantasy.otf") format("opentype");
}
@font-face {
  font-family: "Square721 Cn BT BOLD";
  src: url("../fonts/Square721 Cn BT BOLD.ttf") format("truetype");
}
@font-face {
  font-family: "Infinite_Stroke";
  src: url("../fonts/Infinite_Stroke.otf") format("opentype");
}
body {
  font-family: "Square721 Cn BT";
}

body.collapsed .o-quote, body.collapsed .o-dashboard {
  margin-left: 6.5rem;
  width: calc(100% - 6.5rem);
}

.o-landing {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.o-landing .o-header .navbar .navbar-brand .o-header__logo h1 {
  color: #00c780;
  font-family: "Infinite_Stroke";
  font-size: 36px;
}
.o-landing .o-header .navbar .navbar-brand .o-header__logo img {
  width: 200px;
}
.o-landing .o-footer a {
  color: #fff;
}

.o-client {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.o-client .o-header .navbar .navbar-brand .o-header__logo h1 {
  color: #00c780;
  font-family: "Infinite_Stroke";
  font-size: 36px;
}
.o-client .o-header .navbar .navbar-brand .o-header__logo img {
  width: 200px;
}
.o-client .o-quote, .o-client .o-dashboard {
  margin-left: 16.5rem;
  padding-top: 2rem;
  width: calc(100% - 16.5rem);
}
.o-client .o-footer {
  height: 35px;
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #0b3a5d;
}
.o-client .o-footer .o-footer__border {
  height: 3px;
  position: relative;
  background: #00c780;
}
.o-client .o-footer .o-footer__border.o-footer__border-bottom {
  width: 100%;
  top: 0px;
  margin-bottom: 5px;
}
.o-client .o-footer span {
  color: #fff;
  margin-left: 15px;
  margin-top: 10px;
}

.o-home :focus {
  outline: none;
}
.o-home .o-section1 .o-language {
  text-align: right;
  padding-right: 15px;
}
.o-home .o-section1 .o-language span {
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.o-faq .o-questions__wrapper {
  margin-top: 58px;
  margin-bottom: 50px;
  padding: 0px;
  width: 100%;
}
.o-faq .o-questions__wrapper h1 {
  color: #0b3a5d;
  text-align: center;
}
.o-faq .o-questions__wrapper p {
  color: #00c780;
}
.o-faq .o-questions__wrapper p.o-answer {
  color: #000;
}

.o-privacy-notice .o-info__wrapper {
  margin-top: 58px;
  margin-bottom: 50px;
  padding: 0px;
  width: 100%;
}
.o-privacy-notice .o-info__wrapper h1 {
  color: #0b3a5d;
  text-align: center;
}
.o-privacy-notice .o-info__wrapper p.o-title {
  color: #00c780;
  font-weight: bold;
}

.o-terms .o-info__wrapper {
  margin-top: 58px;
  margin-bottom: 50px;
  padding: 0px;
  width: 100%;
}
.o-terms .o-info__wrapper h1 {
  color: #0b3a5d;
  text-align: center;
}
.o-terms .o-info__wrapper p.o-title {
  color: #00c780;
  font-weight: bold;
}

.o-contact {
  margin-top: 60px;
}

.u-active {
  color: lime !important;
  text-decoration: underline;
}

/*ONLY XS*/
@media (max-width: 767px) {
  .o-landing .o-header .navbar {
    background-color: #0b3a5d;
    color: #fff;
    padding: 0px;
    height: 60px;
  }
  .o-landing .o-header .navbar.navbar-light .navbar-toggler {
    color: #fff;
    border: none;
    font-family: "Square721 Cn BT";
  }
  .o-landing .o-header .navbar.navbar-light .navbar-collapse {
    background-color: #0b3a5d;
  }
  .o-landing .o-header .navbar.navbar-light .navbar-collapse .navbar-nav {
    margin-left: 15px;
  }
  .o-landing .o-header .navbar.navbar-light .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #fff;
  }
  .o-landing .o-header .o-header__logo {
    background-color: #0b3a5d;
    position: absolute;
    top: 0;
    right: 0;
    height: 85px;
    width: 200px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .o-landing .o-header .o-header__logo .o-header__text-logo-wrapper {
    height: 85px;
    position: relative;
  }
  .o-landing .o-header .o-header__logo .o-header__text-logo-wrapper h1 {
    color: #00c780;
    font-family: "Infinite_Stroke";
    font-size: 34px;
    position: absolute;
    transform: rotate(-8deg);
    top: 45%;
    left: 12%;
  }
  .o-landing .o-header .o-header__logo .o-header__text-logo-wrapper img {
    width: 85px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .o-landing .o-footer {
    background-image: url("../images/landing/mobile/Footer.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 412px;
    padding-top: 65px;
  }
  .o-landing .o-footer .o-info {
    padding-left: 15px;
  }
  .o-landing .o-footer .o-info ul {
    padding: 0;
    list-style: none;
  }
  .o-landing .o-footer .o-info ul li {
    margin-bottom: 20px;
    color: #fff;
  }
  .o-landing .o-footer .o-info ul li img {
    height: 40px;
    margin-right: 10px;
  }
  .o-landing .o-footer .o-button__wrapper {
    height: 75px;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .o-landing .o-footer .o-button__wrapper a {
    color: #fff;
    background-color: #00c780;
    border: 1px solid #00c780;
    font-size: 35px;
    border-radius: 5px;
    padding: 5px;
    text-decoration: none;
  }
  .o-landing .o-footer .o-button__wrapper a:hover {
    box-shadow: none;
  }
  .o-landing .o-footer .o-terms-privacy {
    padding-left: 15px;
    margin-top: 15px;
  }
  .o-landing .o-footer .o-terms-privacy ul {
    padding: 0px;
    list-style: none;
  }
  .o-landing .o-footer .o-terms-privacy ul li {
    color: #fff;
    margin-bottom: 10px;
  }
  .o-landing .o-footer .o-social-networks {
    text-align: right;
  }
  .o-landing .o-footer .o-social-networks ul {
    list-style: none;
    padding: 0px;
  }
  .o-landing .o-footer .o-social-networks ul li {
    display: inline-flex;
    margin-right: 20px;
  }
  .o-landing .o-footer .o-social-networks ul li img {
    height: 40px;
  }
  .o-client .o-header .navbar {
    background-color: #0b3a5d;
    color: #fff;
    padding: 0px;
    height: 60px;
  }
  .o-client .o-header .navbar.navbar-light .navbar-toggler {
    color: #fff;
    border: none;
    font-family: "Square721 Cn BT";
  }
  .o-client .o-header .navbar.navbar-light .navbar-collapse {
    background-color: #0b3a5d;
  }
  .o-client .o-header .navbar.navbar-light .navbar-collapse .navbar-nav {
    margin-left: 15px;
  }
  .o-client .o-header .navbar.navbar-light .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #fff;
  }
  .o-client .o-header .o-header__logo {
    background-color: #0b3a5d;
    position: absolute;
    top: 0;
    right: 0;
    height: 85px;
    width: 200px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .o-client .o-header .o-header__logo .o-header__text-logo-wrapper {
    height: 85px;
    position: relative;
  }
  .o-client .o-header .o-header__logo .o-header__text-logo-wrapper h1 {
    color: #00c780;
    font-family: "Infinite_Stroke";
    font-size: 34px;
    position: absolute;
    transform: rotate(-8deg);
    top: 45%;
    left: 12%;
  }
  .o-client .o-header .o-header__logo .o-header__text-logo-wrapper img {
    width: 85px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .o-home .o-section1 {
    background-image: url(../images/landing/Foto1.png);
    background-repeat: no-repeat;
    background-position: 55%;
    background-size: cover;
    height: 300px;
    vertical-align: bottom;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .o-home .o-section1 .o-language {
    position: absolute;
    top: 20%;
    right: 2%;
  }
  .o-home .o-section1 .o-slogan__wrapper {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    font-family: "Square721 Cn BT";
    display: table;
    margin-bottom: -120px;
  }
  .o-home .o-section1 .o-slogan__wrapper .o-slogan__row.o-slogan__border {
    border-bottom: 3px solid #00c780;
  }
  .o-home .o-section1 .o-slogan__wrapper .o-slogan__row .o-slogan__phrase {
    display: table-cell;
    vertical-align: middle;
    height: 75px;
    background-color: #0b3a5d;
    color: #fff;
    text-align: center;
    padding-left: 32px;
    padding-right: 32px;
  }
  .o-home .o-section1 .o-slogan__wrapper .o-slogan__row .o-slogan__phrase label {
    font-size: 30px;
    line-height: 1.2;
  }
  .o-home .o-section1 .o-slogan__wrapper .o-slogan__row .o-slogan__button {
    background-color: #0b3a5d;
    height: 75px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .o-home .o-section1 .o-slogan__wrapper .o-slogan__row .o-slogan__button button {
    color: #fff;
    background-color: #00c780;
    border: 1px solid #0b3a5d;
    font-size: 30px;
    border-radius: 10px;
  }
  .o-home .o-section1 .o-slogan__wrapper .o-slogan__row .o-slogan__button a {
    color: #fff;
    background-color: #00c780;
    border: 1px solid #0b3a5d;
    font-size: 30px;
    border-radius: 10px;
    padding: 5px;
    text-decoration: none;
  }
  .o-home .o-section1 .o-slogan__wrapper .o-slogan__row .o-slogan__button a:hover {
    box-shadow: none;
  }
  .o-home .o-section2 {
    padding-top: 40%;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .o-home .o-section2 .o-carousel {
    display: block;
    width: 100%;
  }
  .o-home .o-section2 .o-carousel .o-card__wrapper {
    text-align: center;
  }
  .o-home .o-section2 .o-carousel .o-card__wrapper .o-card {
    background-color: #0b3a5d;
    width: 140px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
    display: block !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
  }
  .o-home .o-section2 .o-carousel .o-card__wrapper .o-card a {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
  }
  .o-home .o-section2 .o-carousel .o-card__wrapper .o-card a:hover {
    background-color: #00c780;
    border-radius: 10px;
    cursor: pointer;
  }
  .o-home .o-section2 .o-carousel .o-card__wrapper .o-card .o-image__wrapper {
    height: 100px;
  }
  .o-home .o-section2 .o-carousel .o-card__wrapper .o-card .o-image__wrapper img {
    height: 80px;
    margin-left: auto;
    margin-right: auto;
  }
  .o-home .o-section2 .o-carousel .o-card__wrapper .o-card .o-card__label span {
    color: #fff;
    font-size: 30px;
    font-family: "Square721 Cn BT";
  }
  .o-home .o-section3 {
    padding-top: 30px;
    height: 450px;
  }
  .o-home .o-section3 .o-tag-image__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .o-home .o-section3 .o-tag-image__wrapper .o-tag {
    height: 50px;
    background-color: #00c780;
    width: 48%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .o-home .o-section3 .o-tag-image__wrapper .o-tag label {
    color: #fff;
    font-family: "Square721 Cn BT";
    font-size: 24px;
  }
  .o-home .o-section3 .o-tag-image__wrapper .o-image {
    width: 60%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .o-home .o-section3 .o-tag-image__wrapper .o-image img {
    height: 150px;
  }
  .o-home .o-section3 p {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }
  .o-home .o-section4 {
    height: 500px;
    background-image: url("../images/landing/mobile/CocheNosotros.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .o-home .o-section4 .o-tag {
    height: 50px;
    background-color: #00c780;
    width: 48%;
    display: inline-flex;
    justify-content: center;
    float: right;
    margin-top: -24px;
  }
  .o-home .o-section4 .o-tag label {
    color: #fff;
    font-family: "Square721 Cn BT";
    font-size: 24px;
  }
  .o-home .o-section4 .o-info {
    position: absolute;
    bottom: 10%;
  }
  .o-home .o-section4 .o-info p {
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
  }
  .o-home .o-section5 {
    padding-top: 30px;
    height: 450px;
    position: relative;
  }
  .o-home .o-section5 .o-tag {
    height: 50px;
    background-color: #00c780;
    width: 48%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: -24px;
  }
  .o-home .o-section5 .o-tag label {
    color: #fff;
    font-family: "Square721 Cn BT";
    font-size: 24px;
  }
  .o-home .o-section5 .o-info {
    margin-top: 20px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }
  .o-home .o-section5 .o-image__opinion {
    text-align: center;
  }
  .o-home .o-section5 .o-image__opinion img {
    min-width: 300px;
    max-width: 90%;
  }
  .o-home .o-section5 .o-opinion {
    width: 190px;
    height: 245px;
    background-image: url(../images/landing/Cuadroopinionclientes.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -27px;
    z-index: 10000;
    position: absolute;
    right: 8%;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .o-home .o-section5 .o-opinion .o-opinion__name {
    margin-bottom: 20px;
    font-size: 24px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .o-home .o-section5 .o-opinion .o-opinion__name p {
    color: #fff;
    font-size: 18px;
  }
  .o-home .o-section5 .o-opinion .o-opinion__name label {
    font-family: "Square721 Cn BT BOLD";
    color: #fff;
  }
  .o-home .o-section6 {
    height: 270px;
    padding-top: 50px;
  }
  .o-home .o-section6 .o-wrapper__tag {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .o-home .o-section6 .o-wrapper__tag .o-tag {
    height: 50px;
    background-color: #00c780;
    width: 48%;
    display: inline-flex;
    justify-content: center;
    float: right;
  }
  .o-home .o-section6 .o-wrapper__tag .o-tag label {
    color: #fff;
    font-family: "Square721 Cn BT";
    font-size: 24px;
  }
  .o-home .o-section6 .o-info {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 15px;
  }
  .o-home .o-section6 .o-info h2 {
    font-family: "Square721 Cn BT BOLD";
    font-weight: bold;
    font-size: 20px;
  }
  .o-home .o-section6 .o-wrapper__image img {
    width: 100%;
  }
  .o-home .o-section7 .o-card {
    text-align: right;
  }
  .o-home .o-section7 .o-card img {
    width: 200px;
    margin-right: 15px;
  }
  .o-home .o-section8 {
    height: 100px;
    margin-top: 30px;
  }
  .o-home .o-section8 p {
    font-size: 20px;
    font-family: "Square721 Cn BT BOLD";
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    text-align: center;
  }
  .o-faq {
    padding-left: 15px;
    padding-right: 15px;
  }
  .o-faq h1 {
    font-size: 2rem;
  }
  .o-privacy-notice {
    padding-left: 15px;
    padding-right: 15px;
  }
  .o-privacy-notice h1 {
    font-size: 2rem;
  }
  .o-terms {
    padding-left: 15px;
    padding-right: 15px;
  }
  .o-terms h1 {
    font-size: 2rem;
  }
  .u-hide-xs {
    display: none !important;
  }
  .u-visible-xs {
    display: flex;
  }
}
/*ONLY SM*/
/*SM & UP */
@media (min-width: 768px) and (max-width: 991px) {
  .o-landing {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  .o-landing .o-header .navbar {
    display: flex;
    flex-direction: row !important;
    flex-flow: row nowrap;
    justify-content: flex-start;
    position: relative;
    align-items: center;
    padding: 0.5rem 1rem;
    background-color: #0b3a5d;
    padding: 0px;
    height: 60px;
  }
  .o-landing .o-header .navbar .navbar-toggler {
    display: none;
  }
  .o-landing .o-header .navbar .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    flex-grow: 1;
    align-items: center;
  }
  .o-landing .o-header .navbar .navbar-collapse .navbar-nav {
    flex-direction: row !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-left: auto;
    margin-right: 0% !important;
  }
  .o-landing .o-header .navbar .navbar-collapse .navbar-nav .nav-item {
    width: 120px;
    text-align: center;
  }
  .o-landing .o-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    display: block;
    padding: 0.5rem 1rem;
    color: #fff;
    font-size: 1.2em;
  }
  .o-landing .o-header .navbar .navbar-collapse .navbar-nav .nav-item.active {
    background-color: #00c780;
  }
  .o-landing .o-header .navbar .navbar-collapse .navbar-nav :hover {
    background-color: #00c780;
  }
  .o-landing .o-header .o-header__logo {
    background-color: #0b3a5d;
    position: absolute;
    top: 0;
    left: 0;
    height: 120px;
    width: 280px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .o-landing .o-header .o-header__logo .o-header__text-logo-wrapper h1 {
    color: #00c780;
    font-family: "Infinite_Stroke";
    font-size: 45px;
    position: absolute;
    transform: rotate(-8deg);
    top: 45%;
    left: 12%;
  }
  .o-landing .o-header .o-header__logo .o-header__text-logo-wrapper img {
    width: 120px;
  }
  .o-landing .o-footer {
    background-image: url(../images/landing/Footer.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    height: 300px;
    display: block;
    padding-top: 65px;
  }
  .o-landing .o-footer .o-info {
    padding-left: 15px;
    width: 35%;
    display: inline-block;
  }
  .o-landing .o-footer .o-info ul {
    padding: 0;
    list-style: none;
  }
  .o-landing .o-footer .o-info ul li {
    margin-bottom: 20px;
    color: #fff;
    font-size: 1.2em;
  }
  .o-landing .o-footer .o-info ul li img {
    height: 40px;
    margin-right: 10px;
  }
  .o-landing .o-footer .o-button__wrapper {
    height: 75px;
    padding-bottom: 10px;
    padding-left: 15px;
    width: 33%;
    display: inline-block;
  }
  .o-landing .o-footer .o-button__wrapper a {
    color: #fff;
    background-color: #00c780;
    border: 1px solid #00c780;
    font-size: 35px;
    border-radius: 5px;
    padding: 5px;
    text-decoration: none;
  }
  .o-landing .o-footer .o-button__wrapper a:hover {
    box-shadow: none;
  }
  .o-landing .o-footer .o-terms-privacy {
    padding-left: 15px;
    margin-top: 15px;
    display: inline-block;
    width: 33%;
  }
  .o-landing .o-footer .o-terms-privacy ul {
    padding: 0px;
    list-style: none;
  }
  .o-landing .o-footer .o-terms-privacy ul li {
    color: #fff;
    margin-bottom: 10px;
  }
  .o-landing .o-footer .o-social-networks {
    width: 33%;
    display: inline-block;
    text-align: center;
  }
  .o-landing .o-footer .o-social-networks ul {
    list-style: none;
    padding: 0px;
  }
  .o-landing .o-footer .o-social-networks ul li {
    display: inline-flex;
    margin-right: 20px;
  }
  .o-landing .o-footer .o-social-networks ul li img {
    height: 40px;
  }
  .o-client {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  .o-client .o-header .navbar {
    display: flex;
    flex-direction: row !important;
    flex-flow: row nowrap;
    justify-content: flex-start;
    position: relative;
    align-items: center;
    padding: 0.5rem 1rem;
    background-color: #0b3a5d;
    padding: 0px;
    height: 60px;
  }
  .o-client .o-header .navbar .navbar-toggler {
    display: none;
  }
  .o-client .o-header .navbar .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    flex-grow: 1;
    align-items: center;
  }
  .o-client .o-header .navbar .navbar-collapse .navbar-nav {
    flex-direction: row !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-left: auto;
    margin-right: 0% !important;
  }
  .o-client .o-header .navbar .navbar-collapse .navbar-nav .nav-item {
    width: 120px;
    text-align: center;
  }
  .o-client .o-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    display: block;
    padding: 0.5rem 1rem;
    color: #fff;
    font-size: 1.2em;
  }
  .o-client .o-header .navbar .navbar-collapse .navbar-nav .nav-item.active {
    background-color: #00c780;
  }
  .o-client .o-header .navbar .navbar-collapse .navbar-nav :hover {
    background-color: #00c780;
  }
  .o-client .o-header .o-header__logo {
    background-color: #0b3a5d;
    position: absolute;
    top: 0;
    left: 0;
    height: 120px;
    width: 280px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .o-client .o-header .o-header__logo .o-header__text-logo-wrapper h1 {
    color: #00c780;
    font-family: "Infinite_Stroke";
    font-size: 45px;
    position: absolute;
    transform: rotate(-8deg);
    top: 45%;
    left: 12%;
  }
  .o-client .o-header .o-header__logo .o-header__text-logo-wrapper img {
    width: 120px;
  }
  .o-home .o-section1 {
    background-image: url(../images/landing/Foto1.png);
    background-repeat: no-repeat;
    background-position: 55%;
    background-size: cover;
    height: 450px;
  }
  .o-home .o-section1 .o-slogan__wrapper {
    max-width: 250px;
    margin-left: auto;
    margin-right: 3%;
    font-family: "Square721 Cn BT";
    display: table;
    padding-top: 7%;
  }
  .o-home .o-section1 .o-slogan__wrapper .o-slogan__row.o-slogan__border {
    border-bottom: 3px solid #00c780;
  }
  .o-home .o-section1 .o-slogan__wrapper .o-slogan__row .o-slogan__phrase {
    display: table-cell;
    vertical-align: middle;
    height: 75px;
    background-color: #0b3a5d;
    color: #fff;
    text-align: center;
    padding-left: 32px;
    padding-right: 32px;
  }
  .o-home .o-section1 .o-slogan__wrapper .o-slogan__row .o-slogan__phrase label {
    font-size: 30px;
    line-height: 1.2;
  }
  .o-home .o-section1 .o-slogan__wrapper .o-slogan__row .o-slogan__button {
    background-color: #0b3a5d;
    height: 75px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .o-home .o-section1 .o-slogan__wrapper .o-slogan__row .o-slogan__button button {
    color: #fff;
    background-color: #00c780;
    border: 1px solid #0b3a5d;
    font-size: 30px;
    border-radius: 10px;
  }
  .o-home .o-section1 .o-slogan__wrapper .o-slogan__row .o-slogan__button a {
    color: #fff;
    background-color: #00c780;
    border: 1px solid #0b3a5d;
    font-size: 30px;
    border-radius: 10px;
    padding: 5px;
    text-decoration: none;
  }
  .o-home .o-section1 .o-slogan__wrapper .o-slogan__row .o-slogan__button a:hover {
    box-shadow: none;
  }
  .o-home .o-section2 {
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -8%;
  }
  .o-home .o-section2 .o-carousel {
    display: block;
    width: 100%;
  }
  .o-home .o-section2 .o-carousel .o-card__wrapper {
    text-align: center;
  }
  .o-home .o-section2 .o-carousel .o-card__wrapper .o-card {
    background-color: #0b3a5d;
    width: 140px !important;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
    display: block !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
  }
  .o-home .o-section2 .o-carousel .o-card__wrapper .o-card a {
    height: 100%;
    width: 100%;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
  }
  .o-home .o-section2 .o-carousel .o-card__wrapper .o-card a:hover {
    background-color: #00c780;
    border-radius: 10px;
    cursor: pointer;
  }
  .o-home .o-section2 .o-carousel .o-card__wrapper .o-card .o-image__wrapper {
    height: 100px;
  }
  .o-home .o-section2 .o-carousel .o-card__wrapper .o-card .o-image__wrapper img {
    height: 80px;
    margin-left: auto;
    margin-right: auto;
  }
  .o-home .o-section2 .o-carousel .o-card__wrapper .o-card .o-card__label span {
    color: #fff;
    font-size: 30px;
    font-family: "Square721 Cn BT";
  }
  .o-home .o-section3 {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .o-home .o-section3 .o-tag-image__wrapper {
    display: flex;
    align-items: center;
  }
  .o-home .o-section3 .o-tag-image__wrapper .o-tag {
    height: 60px;
    background-color: #00c780;
    width: 25%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
  }
  .o-home .o-section3 .o-tag-image__wrapper .o-tag label {
    color: #fff;
    font-family: "Square721 Cn BT";
    font-size: 2em;
  }
  .o-home .o-section3 .o-tag-image__wrapper .o-image {
    width: 30%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 15px;
    top: 40%;
  }
  .o-home .o-section3 .o-tag-image__wrapper .o-image img {
    height: 180px;
  }
  .o-home .o-section3 p {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 500px;
    text-align: center;
    font-size: 1.2em;
    margin-left: 3%;
    margin-right: auto;
    line-height: 1.2;
  }
  .o-home .o-section4 {
    height: 300px;
    background-image: url("../images/landing/Bannerauto.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 5%;
    position: relative;
  }
  .o-home .o-section4 .o-tag {
    height: 60px;
    background-color: #00c780;
    width: 25%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    position: absolute;
    right: 0;
  }
  .o-home .o-section4 .o-tag label {
    color: #fff;
    font-family: "Square721 Cn BT";
    font-size: 2em;
  }
  .o-home .o-section4 .o-info {
    position: absolute;
    bottom: 3%;
    max-width: 350px;
    right: 0;
    font-size: 1.2em;
  }
  .o-home .o-section4 .o-info p {
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
  .o-home .o-section5 {
    padding-top: 30px;
    height: 650px;
    display: block;
  }
  .o-home .o-section5 .o-tag {
    height: 60px;
    background-color: #00c780;
    width: 25%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
  }
  .o-home .o-section5 .o-tag label {
    color: #fff;
    font-family: "Square721 Cn BT";
    font-size: 2em;
  }
  .o-home .o-section5 .o-info {
    margin-top: 20px;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 1.2em;
  }
  .o-home .o-section5 .o-image__opinion {
    text-align: center;
  }
  .o-home .o-section5 .o-image__opinion img {
    min-width: 300px;
    max-width: 90%;
    height: 200px;
  }
  .o-home .o-section5 .o-opinion-wrapper {
    text-align: center;
    margin-top: -8%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .o-home .o-section5 .o-opinion-wrapper .o-opinion {
    width: 30%;
    height: 245px;
    background-image: url(../images/landing/Cuadroopinionclientes.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -27px;
    z-index: 10000;
    display: inline-block;
    background-position: center;
  }
  .o-home .o-section5 .o-opinion-wrapper .o-opinion .o-opinion__name {
    margin-bottom: 20px;
    font-size: 24px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .o-home .o-section5 .o-opinion-wrapper .o-opinion .o-opinion__name p {
    color: #fff;
  }
  .o-home .o-section5 .o-opinion-wrapper .o-opinion .o-opinion__name label {
    font-family: "Square721 Cn BT BOLD";
    color: #fff;
  }
  .o-home .o-section6 .o-tag {
    height: 60px;
    background-color: #00c780;
    width: 30%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    position: absolute;
    right: 0;
  }
  .o-home .o-section6 .o-tag label {
    color: #fff;
    font-family: "Square721 Cn BT";
    font-size: 2em;
  }
  .o-home .o-section9 {
    background-image: url(../images/landing/Estados.png);
    background-repeat: no-repeat;
    height: 500px;
    background-size: contain;
    background-position: 0% 60%;
    position: relative;
  }
  .o-home .o-section9 .o-tag {
    height: 60px;
    background-color: #00c780;
    width: 30%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    position: absolute;
    right: 0;
  }
  .o-home .o-section9 .o-tag label {
    color: #fff;
    font-family: "Square721 Cn BT";
    font-size: 2em;
  }
  .o-home .o-section9 span {
    position: absolute;
    right: 4%;
    font-size: 1.3em;
    font-weight: bold;
  }
  .o-home .o-section9 span.u-top {
    top: 18%;
  }
  .o-home .o-section9 span.u-bottom {
    bottom: 5%;
  }
  .o-faq {
    padding-top: 50px;
  }
  .o-faq .o-questions__wrapper p {
    font-size: 24px;
  }
  .o-faq .o-questions__wrapper ul li {
    font-size: 24px;
  }
  .o-privacy-notice {
    padding-top: 50px;
  }
  .o-privacy-notice .o-info__wrapper p {
    font-size: 24px;
  }
  .o-privacy-notice .o-info__wrapper ul li {
    font-size: 24px;
  }
  .o-terms {
    padding-top: 50px;
  }
  .o-terms .o-info__wrapper p {
    font-size: 24px;
  }
  .o-terms .o-info__wrapper ul li {
    font-size: 24px;
  }
  .o-contact {
    margin-top: 60px;
  }
}
/* MD*/
/*MD & UP*/
@media (min-width: 992px) and (max-width: 1199px) {
  .o-landing {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  .o-landing .o-header .navbar {
    display: flex;
    flex-direction: row !important;
    flex-flow: row nowrap;
    justify-content: flex-start;
    position: relative;
    align-items: center;
    padding: 0.5rem 1rem;
    background-color: #0b3a5d;
    padding: 0px;
    height: 60px;
  }
  .o-landing .o-header .navbar .navbar-toggler {
    display: none;
  }
  .o-landing .o-header .navbar .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    flex-grow: 1;
    align-items: center;
  }
  .o-landing .o-header .navbar .navbar-collapse .navbar-nav {
    flex-direction: row !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-left: auto;
    margin-right: 0% !important;
  }
  .o-landing .o-header .navbar .navbar-collapse .navbar-nav .nav-item {
    width: 150px;
    text-align: center;
  }
  .o-landing .o-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    display: block;
    padding: 0.5rem 1rem;
    color: #fff;
    font-size: 1.4em;
  }
  .o-landing .o-header .navbar .navbar-collapse .navbar-nav .nav-item.active {
    background-color: #00c780;
  }
  .o-landing .o-header .navbar .navbar-collapse .navbar-nav :hover {
    background-color: #00c780;
  }
  .o-landing .o-header .o-header__logo {
    background-color: #0b3a5d;
    position: absolute;
    top: 0;
    left: 0;
    height: 120px;
    width: 280px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .o-landing .o-header .o-header__logo .o-header__text-logo-wrapper h1 {
    color: #00c780;
    font-family: "Infinite_Stroke";
    font-size: 45px;
    position: absolute;
    transform: rotate(-8deg);
    top: 45%;
    left: 12%;
  }
  .o-landing .o-header .o-header__logo .o-header__text-logo-wrapper img {
    width: 150px;
  }
  .o-landing .o-footer {
    background-image: url(../images/landing/Footer.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    height: 300px;
    display: block;
    padding-top: 65px;
  }
  .o-landing .o-footer .o-info {
    padding-left: 15px;
    width: 35%;
    display: inline-block;
  }
  .o-landing .o-footer .o-info ul {
    padding: 0;
    list-style: none;
  }
  .o-landing .o-footer .o-info ul li {
    margin-bottom: 20px;
    color: #fff;
    font-size: 1.4em;
  }
  .o-landing .o-footer .o-info ul li img {
    height: 40px;
    margin-right: 10px;
  }
  .o-landing .o-footer .o-button__wrapper {
    height: 75px;
    padding-bottom: 10px;
    padding-left: 15px;
    width: 33%;
    display: inline-block;
  }
  .o-landing .o-footer .o-button__wrapper a {
    color: #fff;
    background-color: #00c780;
    border: 1px solid #00c780;
    font-size: 35px;
    border-radius: 5px;
    padding: 5px;
    text-decoration: none;
  }
  .o-landing .o-footer .o-button__wrapper a:hover {
    box-shadow: none;
  }
  .o-landing .o-footer .o-terms-privacy {
    padding-left: 15px;
    margin-top: 15px;
    display: inline-block;
    width: 33%;
  }
  .o-landing .o-footer .o-terms-privacy ul {
    padding: 0px;
    list-style: none;
  }
  .o-landing .o-footer .o-terms-privacy ul li {
    color: #fff;
    margin-bottom: 10px;
  }
  .o-landing .o-footer .o-social-networks {
    width: 33%;
    display: inline-block;
    text-align: center;
  }
  .o-landing .o-footer .o-social-networks ul {
    list-style: none;
    padding: 0px;
  }
  .o-landing .o-footer .o-social-networks ul li {
    display: inline-flex;
    margin-right: 20px;
  }
  .o-landing .o-footer .o-social-networks ul li img {
    height: 40px;
  }
  .o-client {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  .o-client .o-header .navbar {
    display: flex;
    flex-direction: row !important;
    flex-flow: row nowrap;
    justify-content: flex-start;
    position: relative;
    align-items: center;
    padding: 0.5rem 1rem;
    background-color: #0b3a5d;
    padding: 0px;
    height: 60px;
  }
  .o-client .o-header .navbar .navbar-toggler {
    display: none;
  }
  .o-client .o-header .navbar .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    flex-grow: 1;
    align-items: center;
  }
  .o-client .o-header .navbar .navbar-collapse .navbar-nav {
    flex-direction: row !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-left: auto;
    margin-right: 0% !important;
  }
  .o-client .o-header .navbar .navbar-collapse .navbar-nav .nav-item {
    width: 150px;
    text-align: center;
  }
  .o-client .o-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    display: block;
    padding: 0.5rem 1rem;
    color: #fff;
    font-size: 1.4em;
  }
  .o-client .o-header .navbar .navbar-collapse .navbar-nav .nav-item.active {
    background-color: #00c780;
  }
  .o-client .o-header .navbar .navbar-collapse .navbar-nav :hover {
    background-color: #00c780;
  }
  .o-client .o-header .o-header__logo {
    background-color: #0b3a5d;
    position: absolute;
    top: 0;
    left: 0;
    height: 120px;
    width: 280px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .o-client .o-header .o-header__logo .o-header__text-logo-wrapper h1 {
    color: #00c780;
    font-family: "Infinite_Stroke";
    font-size: 45px;
    position: absolute;
    transform: rotate(-8deg);
    top: 45%;
    left: 12%;
  }
  .o-client .o-header .o-header__logo .o-header__text-logo-wrapper img {
    width: 150px;
  }
  .o-home .o-section1 {
    background-image: url(../images/landing/Foto1.png);
    background-repeat: no-repeat;
    background-position: 55%;
    background-size: cover;
    height: 450px;
  }
  .o-home .o-section1 .o-slogan__wrapper {
    max-width: 250px;
    margin-left: auto;
    margin-right: 3%;
    font-family: "Square721 Cn BT";
    display: table;
    padding-top: 7%;
  }
  .o-home .o-section1 .o-slogan__wrapper .o-slogan__row.o-slogan__border {
    border-bottom: 3px solid #00c780;
  }
  .o-home .o-section1 .o-slogan__wrapper .o-slogan__row .o-slogan__phrase {
    display: table-cell;
    vertical-align: middle;
    height: 75px;
    background-color: #0b3a5d;
    color: #fff;
    text-align: center;
    padding-left: 32px;
    padding-right: 32px;
  }
  .o-home .o-section1 .o-slogan__wrapper .o-slogan__row .o-slogan__phrase label {
    font-size: 30px;
    line-height: 1.2;
  }
  .o-home .o-section1 .o-slogan__wrapper .o-slogan__row .o-slogan__button {
    background-color: #0b3a5d;
    height: 75px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .o-home .o-section1 .o-slogan__wrapper .o-slogan__row .o-slogan__button button {
    color: #fff;
    background-color: #00c780;
    border: 1px solid #0b3a5d;
    font-size: 30px;
    border-radius: 10px;
  }
  .o-home .o-section1 .o-slogan__wrapper .o-slogan__row .o-slogan__button a {
    color: #fff;
    background-color: #00c780;
    border: 1px solid #0b3a5d;
    font-size: 30px;
    border-radius: 10px;
    padding: 5px;
    text-decoration: none;
  }
  .o-home .o-section1 .o-slogan__wrapper .o-slogan__row .o-slogan__button a:hover {
    box-shadow: none;
  }
  .o-home .o-section2 {
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -8%;
  }
  .o-home .o-section2 .o-carousel {
    display: block;
    width: 100%;
  }
  .o-home .o-section2 .o-carousel .o-card__wrapper {
    text-align: center;
  }
  .o-home .o-section2 .o-carousel .o-card__wrapper .o-card {
    background-color: #0b3a5d;
    width: 160px;
    height: 280px;
    margin-left: auto;
    margin-right: auto;
    display: block !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
  }
  .o-home .o-section2 .o-carousel .o-card__wrapper .o-card a {
    height: 100%;
    width: 100%;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
  }
  .o-home .o-section2 .o-carousel .o-card__wrapper .o-card a:hover {
    background-color: #00c780;
    border-radius: 10px;
    cursor: pointer;
  }
  .o-home .o-section2 .o-carousel .o-card__wrapper .o-card .o-image__wrapper {
    height: 100px;
  }
  .o-home .o-section2 .o-carousel .o-card__wrapper .o-card .o-image__wrapper img {
    height: 80px;
    margin-left: auto;
    margin-right: auto;
  }
  .o-home .o-section2 .o-carousel .o-card__wrapper .o-card .o-card__label span {
    color: #fff;
    font-size: 30px;
    font-family: "Square721 Cn BT";
  }
  .o-home .o-section3 {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .o-home .o-section3 .o-tag-image__wrapper {
    display: flex;
    align-items: center;
  }
  .o-home .o-section3 .o-tag-image__wrapper .o-tag {
    height: 60px;
    background-color: #00c780;
    width: 25%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
  }
  .o-home .o-section3 .o-tag-image__wrapper .o-tag label {
    color: #fff;
    font-family: "Square721 Cn BT";
    font-size: 2em;
  }
  .o-home .o-section3 .o-tag-image__wrapper .o-image {
    width: 40%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 15px;
    top: 15%;
  }
  .o-home .o-section3 .o-tag-image__wrapper .o-image img {
    height: 300px;
    width: 350px;
  }
  .o-home .o-section3 p {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 550px;
    text-align: center;
    font-size: 1.4em;
    margin-left: 3%;
    margin-right: auto;
    line-height: 1.2;
  }
  .o-home .o-section4 {
    height: 300px;
    background-image: url("../images/landing/Bannerauto.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 5%;
    position: relative;
  }
  .o-home .o-section4 .o-tag {
    height: 60px;
    background-color: #00c780;
    width: 25%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    position: absolute;
    right: 0;
  }
  .o-home .o-section4 .o-tag label {
    color: #fff;
    font-family: "Square721 Cn BT";
    font-size: 2em;
  }
  .o-home .o-section4 .o-info {
    position: absolute;
    bottom: 12%;
    max-width: 500px;
    right: 5%;
    font-size: 1.4em;
  }
  .o-home .o-section4 .o-info p {
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
  .o-home .o-section5 {
    padding-top: 30px;
    height: 650px;
    display: block;
  }
  .o-home .o-section5 .o-tag {
    height: 60px;
    background-color: #00c780;
    width: 25%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
  }
  .o-home .o-section5 .o-tag label {
    color: #fff;
    font-family: "Square721 Cn BT";
    font-size: 2em;
  }
  .o-home .o-section5 .o-info {
    margin-top: 20px;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 1.4em;
  }
  .o-home .o-section5 .o-image__opinion {
    text-align: center;
  }
  .o-home .o-section5 .o-image__opinion img {
    min-width: 300px;
    max-width: 90%;
    height: 200px;
  }
  .o-home .o-section5 .o-opinion-wrapper {
    text-align: center;
    margin-top: -8%;
    display: flex;
    justify-content: center;
  }
  .o-home .o-section5 .o-opinion-wrapper .o-opinion {
    width: 20%;
    height: 300px;
    background-image: url(../images/landing/Cuadroopinionclientes.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -27px;
    z-index: 10000;
    display: inline-block;
    background-position: center;
    margin-left: 30px;
    margin-right: 30px;
  }
  .o-home .o-section5 .o-opinion-wrapper .o-opinion .o-opinion__name {
    margin-bottom: 20px;
    font-size: 24px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .o-home .o-section5 .o-opinion-wrapper .o-opinion .o-opinion__name p {
    color: #fff;
  }
  .o-home .o-section5 .o-opinion-wrapper .o-opinion .o-opinion__name label {
    font-family: "Square721 Cn BT BOLD";
    color: #fff;
  }
  .o-home .o-section6 .o-tag {
    height: 60px;
    background-color: #00c780;
    width: 30%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    position: absolute;
    right: 0;
  }
  .o-home .o-section6 .o-tag label {
    color: #fff;
    font-family: "Square721 Cn BT";
    font-size: 2em;
  }
  .o-home .o-section9 {
    background-image: url(../images/landing/Estados.png);
    background-repeat: no-repeat;
    height: 550px;
    background-size: contain;
    background-position: 0% 60%;
    position: relative;
  }
  .o-home .o-section9 .o-tag {
    height: 60px;
    background-color: #00c780;
    width: 30%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    position: absolute;
    right: 0;
  }
  .o-home .o-section9 .o-tag label {
    color: #fff;
    font-family: "Square721 Cn BT";
    font-size: 2em;
  }
  .o-home .o-section9 span {
    position: absolute;
    right: 5%;
    font-size: 1.6em;
    font-weight: bold;
  }
  .o-home .o-section9 span.u-top {
    top: 12%;
  }
  .o-home .o-section9 span.u-bottom {
    bottom: 5%;
  }
  .o-contact {
    margin-top: 100px;
  }
}
/*LG & UP*/
@media (min-width: 1200px) and (max-width: 1599px) {
  .o-landing {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  .o-landing .o-header .navbar {
    display: flex;
    flex-direction: row !important;
    flex-flow: row nowrap;
    justify-content: flex-start;
    position: relative;
    align-items: center;
    padding: 0.5rem 1rem;
    background-color: #0b3a5d;
    padding: 0px;
    height: 60px;
  }
  .o-landing .o-header .navbar .navbar-toggler {
    display: none;
  }
  .o-landing .o-header .navbar .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    flex-grow: 1;
    align-items: center;
  }
  .o-landing .o-header .navbar .navbar-collapse .navbar-nav {
    flex-direction: row !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-left: auto;
    margin-right: 0% !important;
  }
  .o-landing .o-header .navbar .navbar-collapse .navbar-nav .nav-item {
    width: 150px;
    text-align: center;
  }
  .o-landing .o-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    display: block;
    padding: 0.5rem 1rem;
    color: #fff;
    font-size: 1.6em;
  }
  .o-landing .o-header .navbar .navbar-collapse .navbar-nav .nav-item.active {
    background-color: #00c780;
  }
  .o-landing .o-header .navbar .navbar-collapse .navbar-nav :hover {
    background-color: #00c780;
  }
  .o-landing .o-header .o-header__logo {
    background-color: #0b3a5d;
    position: absolute;
    top: 0;
    left: 0;
    height: 120px;
    width: 280px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .o-landing .o-header .o-header__logo .o-header__text-logo-wrapper h1 {
    color: #00c780;
    font-family: "Infinite_Stroke";
    font-size: 45px;
    position: absolute;
    transform: rotate(-8deg);
    top: 45%;
    left: 12%;
  }
  .o-landing .o-header .o-header__logo .o-header__text-logo-wrapper img {
    width: 150px;
  }
  .o-landing .o-footer {
    background-image: url(../images/landing/Footer.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    height: 300px;
    display: block;
    padding-top: 65px;
  }
  .o-landing .o-footer .o-info {
    padding-left: 15px;
    width: 35%;
    display: inline-block;
  }
  .o-landing .o-footer .o-info ul {
    padding: 0;
    list-style: none;
  }
  .o-landing .o-footer .o-info ul li {
    margin-bottom: 20px;
    color: #fff;
    font-size: 1.4em;
  }
  .o-landing .o-footer .o-info ul li img {
    height: 40px;
    margin-right: 10px;
  }
  .o-landing .o-footer .o-button__wrapper {
    height: 75px;
    padding-bottom: 10px;
    padding-left: 15px;
    width: 33%;
    display: inline-block;
  }
  .o-landing .o-footer .o-button__wrapper a {
    color: #fff;
    background-color: #00c780;
    border: 1px solid #00c780;
    font-size: 35px;
    border-radius: 5px;
    padding: 5px;
    text-decoration: none;
  }
  .o-landing .o-footer .o-button__wrapper a:hover {
    box-shadow: none;
  }
  .o-landing .o-footer .o-terms-privacy {
    padding-left: 15px;
    margin-top: 15px;
    display: inline-block;
    width: 33%;
  }
  .o-landing .o-footer .o-terms-privacy ul {
    padding: 0px;
    list-style: none;
  }
  .o-landing .o-footer .o-terms-privacy ul li {
    color: #fff;
    margin-bottom: 10px;
  }
  .o-landing .o-footer .o-social-networks {
    width: 33%;
    display: inline-block;
    text-align: center;
  }
  .o-landing .o-footer .o-social-networks ul {
    list-style: none;
    padding: 0px;
  }
  .o-landing .o-footer .o-social-networks ul li {
    display: inline-flex;
    margin-right: 20px;
  }
  .o-landing .o-footer .o-social-networks ul li img {
    height: 40px;
  }
  .o-client {
    display: flex;
    flex-direction: row;
    min-height: 100vh;
  }
  .o-client .o-header .navbar {
    display: flex;
    flex-direction: row !important;
    flex-flow: row nowrap;
    justify-content: flex-start;
    position: relative;
    align-items: center;
    padding: 0.5rem 1rem;
    background-color: #0b3a5d;
    padding: 0px;
    height: 60px;
  }
  .o-client .o-header .navbar .navbar-toggler {
    display: none;
  }
  .o-client .o-header .navbar .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    flex-grow: 1;
    align-items: center;
  }
  .o-client .o-header .navbar .navbar-collapse .navbar-nav {
    flex-direction: row !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-left: auto;
    margin-right: 0% !important;
  }
  .o-client .o-header .navbar .navbar-collapse .navbar-nav .nav-item {
    width: 150px;
    text-align: center;
  }
  .o-client .o-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    display: block;
    padding: 0.5rem 1rem;
    color: #fff;
    font-size: 1.6em;
  }
  .o-client .o-header .navbar .navbar-collapse .navbar-nav .nav-item.active {
    background-color: #00c780;
  }
  .o-client .o-header .navbar .navbar-collapse .navbar-nav :hover {
    background-color: #00c780;
  }
  .o-client .o-header .o-header__logo {
    background-color: #0b3a5d;
    position: absolute;
    top: 0;
    left: 0;
    height: 120px;
    width: 280px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .o-client .o-header .o-header__logo .o-header__text-logo-wrapper h1 {
    color: #00c780;
    font-family: "Infinite_Stroke";
    font-size: 45px;
    position: absolute;
    transform: rotate(-8deg);
    top: 45%;
    left: 12%;
  }
  .o-client .o-header .o-header__logo .o-header__text-logo-wrapper img {
    width: 150px;
  }
  .o-home .o-section1 {
    background-image: url(../images/landing/Foto1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 500px;
  }
  .o-home .o-section1 .o-slogan__wrapper {
    max-width: 250px;
    margin-left: auto;
    margin-right: 3%;
    font-family: "Square721 Cn BT";
    display: table;
    padding-top: 7%;
  }
  .o-home .o-section1 .o-slogan__wrapper .o-slogan__row.o-slogan__border {
    border-bottom: 3px solid #00c780;
  }
  .o-home .o-section1 .o-slogan__wrapper .o-slogan__row .o-slogan__phrase {
    display: table-cell;
    vertical-align: middle;
    height: 75px;
    background-color: #0b3a5d;
    color: #fff;
    text-align: center;
    padding-left: 32px;
    padding-right: 32px;
  }
  .o-home .o-section1 .o-slogan__wrapper .o-slogan__row .o-slogan__phrase label {
    font-size: 30px;
    line-height: 1.2;
  }
  .o-home .o-section1 .o-slogan__wrapper .o-slogan__row .o-slogan__button {
    background-color: #0b3a5d;
    height: 75px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .o-home .o-section1 .o-slogan__wrapper .o-slogan__row .o-slogan__button button {
    color: #fff;
    background-color: #00c780;
    border: 1px solid #0b3a5d;
    font-size: 30px;
    border-radius: 10px;
  }
  .o-home .o-section1 .o-slogan__wrapper .o-slogan__row .o-slogan__button a {
    color: #fff;
    background-color: #00c780;
    border: 1px solid #0b3a5d;
    font-size: 30px;
    border-radius: 10px;
    padding: 5px;
    text-decoration: none;
  }
  .o-home .o-section1 .o-slogan__wrapper .o-slogan__row .o-slogan__button a:hover {
    box-shadow: none;
  }
  .o-home .o-section2 {
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -6%;
  }
  .o-home .o-section2 .o-carousel {
    display: block;
    width: 100%;
  }
  .o-home .o-section2 .o-carousel .o-card__wrapper {
    text-align: center;
  }
  .o-home .o-section2 .o-carousel .o-card__wrapper .o-card {
    background-color: #0b3a5d;
    width: 180px !important;
    height: 230px;
    margin-left: auto;
    margin-right: auto;
    display: block !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
  }
  .o-home .o-section2 .o-carousel .o-card__wrapper .o-card a {
    height: 100%;
    width: 100%;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
  }
  .o-home .o-section2 .o-carousel .o-card__wrapper .o-card a:hover {
    background-color: #00c780;
    border-radius: 10px;
    cursor: pointer;
  }
  .o-home .o-section2 .o-carousel .o-card__wrapper .o-card .o-image__wrapper {
    height: 100px;
  }
  .o-home .o-section2 .o-carousel .o-card__wrapper .o-card .o-image__wrapper img {
    height: 80px;
    margin-left: auto;
    margin-right: auto;
  }
  .o-home .o-section2 .o-carousel .o-card__wrapper .o-card .o-card__label span {
    color: #fff;
    font-size: 30px;
    font-family: "Square721 Cn BT";
  }
  .o-home .o-section3 {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .o-home .o-section3 .o-tag-image__wrapper {
    display: flex;
    align-items: center;
  }
  .o-home .o-section3 .o-tag-image__wrapper .o-tag {
    height: 60px;
    background-color: #00c780;
    width: 25%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
  }
  .o-home .o-section3 .o-tag-image__wrapper .o-tag label {
    color: #fff;
    font-family: "Square721 Cn BT";
    font-size: 2em;
  }
  .o-home .o-section3 .o-tag-image__wrapper .o-image {
    width: 45%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 15px;
    top: 15%;
  }
  .o-home .o-section3 .o-tag-image__wrapper .o-image img {
    height: 300px;
  }
  .o-home .o-section3 p {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 700px;
    text-align: center;
    font-size: 1.6em;
    margin-left: 3%;
    margin-right: auto;
    line-height: 1.2;
  }
  .o-home .o-section4 {
    height: 350px;
    background-image: url("../images/landing/Bannerauto.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 5%;
    position: relative;
  }
  .o-home .o-section4 .o-tag {
    height: 60px;
    background-color: #00c780;
    width: 25%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    position: absolute;
    right: 0;
  }
  .o-home .o-section4 .o-tag label {
    color: #fff;
    font-family: "Square721 Cn BT";
    font-size: 2em;
  }
  .o-home .o-section4 .o-info {
    position: absolute;
    bottom: 10%;
    max-width: 600px;
    right: 10%;
    font-size: 1.6em;
  }
  .o-home .o-section4 .o-info p {
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
  .o-home .o-section5 {
    padding-top: 30px;
    height: 700px;
    display: block;
  }
  .o-home .o-section5 .o-tag {
    height: 60px;
    background-color: #00c780;
    width: 25%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
  }
  .o-home .o-section5 .o-tag label {
    color: #fff;
    font-family: "Square721 Cn BT";
    font-size: 2em;
  }
  .o-home .o-section5 .o-info {
    margin-top: 20px;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 1.4em;
  }
  .o-home .o-section5 .o-image__opinion {
    text-align: center;
  }
  .o-home .o-section5 .o-image__opinion img {
    min-width: 300px;
    max-width: 90%;
    height: 200px;
  }
  .o-home .o-section5 .o-opinion-wrapper {
    text-align: center;
    margin-top: -8%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .o-home .o-section5 .o-opinion-wrapper .o-opinion {
    width: 20%;
    height: 300px;
    background-image: url(../images/landing/Cuadroopinionclientes.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -27px;
    z-index: 10000;
    display: inline-flex !important;
    background-position: center;
    margin-left: 30px;
    margin-right: 30px;
    justify-content: center;
    align-items: center;
  }
  .o-home .o-section5 .o-opinion-wrapper .o-opinion .o-opinion__name {
    margin-bottom: 20px;
    font-size: 24px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .o-home .o-section5 .o-opinion-wrapper .o-opinion .o-opinion__name p {
    color: #fff;
  }
  .o-home .o-section5 .o-opinion-wrapper .o-opinion .o-opinion__name label {
    font-family: "Square721 Cn BT BOLD";
    color: #fff;
  }
  .o-home .o-section6 .o-tag {
    height: 60px;
    background-color: #00c780;
    width: 30%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    position: absolute;
    right: 0;
  }
  .o-home .o-section6 .o-tag label {
    color: #fff;
    font-family: "Square721 Cn BT";
    font-size: 2em;
  }
  .o-home .o-section9 {
    background-image: url(../images/landing/Estados.png);
    background-repeat: no-repeat;
    height: 700px;
    background-size: contain;
    background-position: center;
    position: relative;
  }
  .o-home .o-section9 .o-tag {
    height: 60px;
    background-color: #00c780;
    width: 30%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    position: absolute;
    right: 0;
  }
  .o-home .o-section9 .o-tag label {
    color: #fff;
    font-family: "Square721 Cn BT";
    font-size: 2em;
  }
  .o-home .o-section9 span {
    position: absolute;
    right: 5%;
    font-size: 1.6em;
    font-weight: bold;
  }
  .o-home .o-section9 span.u-top {
    top: 10%;
  }
  .o-home .o-section9 span.u-bottom {
    bottom: 5%;
  }
  .o-faq {
    padding-top: 50px;
  }
  .o-faq .o-questions__wrapper p {
    font-size: 24px;
  }
  .o-privacy-notice {
    padding-top: 50px;
  }
  .o-privacy-notice .o-info__wrapper p {
    font-size: 24px;
  }
  .o-terms {
    padding-top: 50px;
  }
  .o-terms .o-info__wrapper p {
    font-size: 24px;
  }
  .o-contact {
    margin-top: 60px;
  }
}
/*XLG*/
@media (min-width: 1600px) {
  .o-landing {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  .o-landing .o-header .navbar {
    display: flex;
    flex-direction: row !important;
    flex-flow: row nowrap;
    justify-content: flex-start;
    position: relative;
    align-items: center;
    padding: 0.5rem 1rem;
    background-color: #0b3a5d;
    padding: 0px;
    height: 60px;
  }
  .o-landing .o-header .navbar .navbar-toggler {
    display: none;
  }
  .o-landing .o-header .navbar .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    flex-grow: 1;
    align-items: center;
  }
  .o-landing .o-header .navbar .navbar-collapse .navbar-nav {
    flex-direction: row !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-left: auto;
    margin-right: 0% !important;
  }
  .o-landing .o-header .navbar .navbar-collapse .navbar-nav .nav-item {
    width: 160px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .o-landing .o-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    display: block;
    padding: 0.5rem 1rem;
    color: #fff;
    font-size: 1.6em;
  }
  .o-landing .o-header .navbar .navbar-collapse .navbar-nav .nav-item.active {
    background-color: #00c780;
  }
  .o-landing .o-header .navbar .navbar-collapse .navbar-nav :hover {
    background-color: #00c780;
  }
  .o-landing .o-header .o-header__logo {
    background-color: #0b3a5d;
    position: absolute;
    top: 0;
    left: 0;
    height: 120px;
    width: 280px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .o-landing .o-header .o-header__logo .o-header__text-logo-wrapper h1 {
    color: #00c780;
    font-family: "Infinite_Stroke";
    font-size: 45px;
    position: absolute;
    transform: rotate(-8deg);
    top: 45%;
    left: 12%;
  }
  .o-landing .o-header .o-header__logo .o-header__text-logo-wrapper img {
    width: 150px;
  }
  .o-landing .o-footer {
    background-image: url(../images/landing/Footer.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    height: 550px;
    display: block;
    padding-top: 65px;
  }
  .o-landing .o-footer .o-info {
    padding-left: 15px;
    width: 35%;
    display: inline-block;
  }
  .o-landing .o-footer .o-info ul {
    padding: 0;
    list-style: none;
  }
  .o-landing .o-footer .o-info ul li {
    margin-bottom: 20px;
    color: #fff;
    font-size: 1.4em;
  }
  .o-landing .o-footer .o-info ul li img {
    height: 40px;
    margin-right: 10px;
  }
  .o-landing .o-footer .o-button__wrapper {
    height: 75px;
    padding-bottom: 10px;
    padding-left: 15px;
    width: 33%;
    display: inline-block;
  }
  .o-landing .o-footer .o-button__wrapper a {
    color: #fff;
    background-color: #00c780;
    border: 1px solid #00c780;
    font-size: 35px;
    border-radius: 5px;
    padding: 5px;
    text-decoration: none;
  }
  .o-landing .o-footer .o-button__wrapper a:hover {
    box-shadow: none;
  }
  .o-landing .o-footer .o-terms-privacy {
    padding-left: 15px;
    margin-top: 15px;
    display: inline-block;
    width: 33%;
  }
  .o-landing .o-footer .o-terms-privacy ul {
    padding: 0px;
    list-style: none;
  }
  .o-landing .o-footer .o-terms-privacy ul li {
    color: #fff;
    margin-bottom: 10px;
  }
  .o-landing .o-footer .o-social-networks {
    width: 33%;
    display: inline-block;
    text-align: center;
  }
  .o-landing .o-footer .o-social-networks ul {
    list-style: none;
    padding: 0px;
  }
  .o-landing .o-footer .o-social-networks ul li {
    display: inline-flex;
    margin-right: 20px;
  }
  .o-landing .o-footer .o-social-networks ul li img {
    height: 40px;
  }
  .o-client {
    display: flex;
    flex-direction: row;
    min-height: 100vh;
    margin-bottom: 50px;
  }
  .o-client .o-header .navbar {
    display: flex;
    flex-direction: row !important;
    flex-flow: row nowrap;
    justify-content: flex-start;
    position: relative;
    align-items: center;
    padding: 0.5rem 1rem;
    background-color: #0b3a5d;
    padding: 0px;
    height: 60px;
  }
  .o-client .o-header .navbar .navbar-toggler {
    display: none;
  }
  .o-client .o-header .navbar .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    flex-grow: 1;
    align-items: center;
  }
  .o-client .o-header .navbar .navbar-collapse .navbar-nav {
    flex-direction: row !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-left: auto;
    margin-right: 0% !important;
  }
  .o-client .o-header .navbar .navbar-collapse .navbar-nav .nav-item {
    width: 160px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .o-client .o-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    display: block;
    padding: 0.5rem 1rem;
    color: #fff;
    font-size: 1.6em;
  }
  .o-client .o-header .navbar .navbar-collapse .navbar-nav .nav-item.active {
    background-color: #00c780;
  }
  .o-client .o-header .navbar .navbar-collapse .navbar-nav :hover {
    background-color: #00c780;
  }
  .o-client .o-header .o-header__logo {
    background-color: #0b3a5d;
    position: absolute;
    top: 0;
    left: 0;
    height: 120px;
    width: 280px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .o-client .o-header .o-header__logo .o-header__text-logo-wrapper h1 {
    color: #00c780;
    font-family: "Infinite_Stroke";
    font-size: 45px;
    position: absolute;
    transform: rotate(-8deg);
    top: 45%;
    left: 12%;
  }
  .o-client .o-header .o-header__logo .o-header__text-logo-wrapper img {
    width: 150px;
  }
  .o-client .o-footer {
    height: 35px;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #0b3a5d;
  }
  .o-client .o-footer .o-footer__border {
    height: 3px;
    position: relative;
    background: #00c780;
  }
  .o-client .o-footer .o-footer__border.o-footer__border-bottom {
    width: 100%;
    top: 0px;
    margin-bottom: 5px;
  }
  .o-client .o-footer span {
    color: #fff;
    margin-left: 15px;
    margin-top: 10px;
  }
  .o-home .o-section1 {
    background-image: url(../images/landing/Foto1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 700px;
  }
  .o-home .o-section1 .o-slogan__wrapper {
    max-width: 250px;
    margin-left: auto;
    margin-right: 3%;
    font-family: "Square721 Cn BT";
    display: table;
    padding-top: 7%;
  }
  .o-home .o-section1 .o-slogan__wrapper .o-slogan__row.o-slogan__border {
    border-bottom: 3px solid #00c780;
  }
  .o-home .o-section1 .o-slogan__wrapper .o-slogan__row .o-slogan__phrase {
    display: table-cell;
    vertical-align: middle;
    height: 75px;
    background-color: #0b3a5d;
    color: #fff;
    text-align: center;
    padding-left: 32px;
    padding-right: 32px;
  }
  .o-home .o-section1 .o-slogan__wrapper .o-slogan__row .o-slogan__phrase label {
    font-size: 30px;
    line-height: 1.2;
  }
  .o-home .o-section1 .o-slogan__wrapper .o-slogan__row .o-slogan__button {
    background-color: #0b3a5d;
    height: 75px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .o-home .o-section1 .o-slogan__wrapper .o-slogan__row .o-slogan__button button {
    color: #fff;
    background-color: #00c780;
    border: 1px solid #0b3a5d;
    font-size: 30px;
    border-radius: 10px;
  }
  .o-home .o-section1 .o-slogan__wrapper .o-slogan__row .o-slogan__button a {
    color: #fff;
    background-color: #00c780;
    border: 1px solid #0b3a5d;
    font-size: 30px;
    border-radius: 10px;
    padding: 5px;
    text-decoration: none;
  }
  .o-home .o-section1 .o-slogan__wrapper .o-slogan__row .o-slogan__button a:hover {
    box-shadow: none;
  }
  .o-home .o-section2 {
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -5%;
  }
  .o-home .o-section2 .o-carousel {
    display: block;
    width: 100%;
  }
  .o-home .o-section2 .o-carousel .o-card__wrapper {
    text-align: center;
  }
  .o-home .o-section2 .o-carousel .o-card__wrapper .o-card {
    background-color: #0b3a5d;
    width: 225px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
  }
  .o-home .o-section2 .o-carousel .o-card__wrapper .o-card a {
    height: 100%;
    width: 100%;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
  }
  .o-home .o-section2 .o-carousel .o-card__wrapper .o-card a:hover {
    background-color: #00c780;
    border-radius: 10px;
    cursor: pointer;
  }
  .o-home .o-section2 .o-carousel .o-card__wrapper .o-card .o-image__wrapper {
    height: 100px;
  }
  .o-home .o-section2 .o-carousel .o-card__wrapper .o-card .o-image__wrapper img {
    height: 100px;
    margin-left: auto;
    margin-right: auto;
  }
  .o-home .o-section2 .o-carousel .o-card__wrapper .o-card .o-card__label span {
    color: #fff;
    font-size: 30px;
    font-family: "Square721 Cn BT";
  }
  .o-home .o-section3 {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    height: 500px;
  }
  .o-home .o-section3 .o-tag-image__wrapper {
    display: flex;
    align-items: center;
  }
  .o-home .o-section3 .o-tag-image__wrapper .o-tag {
    height: 60px;
    background-color: #00c780;
    width: 25%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
  }
  .o-home .o-section3 .o-tag-image__wrapper .o-tag label {
    color: #fff;
    font-family: "Square721 Cn BT";
    font-size: 2em;
  }
  .o-home .o-section3 .o-tag-image__wrapper .o-image {
    width: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 15px;
    top: 15%;
  }
  .o-home .o-section3 p {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 700px;
    text-align: center;
    font-size: 1.6em;
    margin-left: 15%;
    margin-right: auto;
    line-height: 1.2;
  }
  .o-home .o-section4 {
    height: 450px;
    background-image: url("../images/landing/Bannerauto.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 5%;
    position: relative;
  }
  .o-home .o-section4 .o-tag {
    height: 60px;
    background-color: #00c780;
    width: 25%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    position: absolute;
    right: 0;
  }
  .o-home .o-section4 .o-tag label {
    color: #fff;
    font-family: "Square721 Cn BT";
    font-size: 2em;
  }
  .o-home .o-section4 .o-info {
    position: absolute;
    bottom: 20%;
    max-width: 600px;
    right: 20%;
    font-size: 1.6em;
  }
  .o-home .o-section4 .o-info p {
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
  .o-home .o-section5 {
    padding-top: 30px;
    height: 700px;
    display: block;
    margin-bottom: 50px;
  }
  .o-home .o-section5 .o-tag {
    height: 60px;
    background-color: #00c780;
    width: 25%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
  }
  .o-home .o-section5 .o-tag label {
    color: #fff;
    font-family: "Square721 Cn BT";
    font-size: 2em;
  }
  .o-home .o-section5 .o-info {
    margin-top: 20px;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 1.4em;
  }
  .o-home .o-section5 .o-image__opinion {
    text-align: center;
  }
  .o-home .o-section5 .o-image__opinion img {
    min-width: 300px;
    max-width: 90%;
    height: 200px;
  }
  .o-home .o-section5 .o-opinion-wrapper {
    display: flex;
    justify-content: center;
    margin-top: -3%;
    text-align: center;
  }
  .o-home .o-section5 .o-opinion-wrapper .o-opinion {
    width: 20%;
    height: 300px;
    background-image: url(../images/landing/Cuadroopinionclientes.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -27px;
    z-index: 10000;
    display: inline-flex !important;
    background-position: center;
    margin-left: 30px;
    margin-right: 30px;
    justify-content: center;
    align-items: center;
  }
  .o-home .o-section5 .o-opinion-wrapper .o-opinion .o-opinion__name {
    margin-bottom: 20px;
    font-size: 24px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .o-home .o-section5 .o-opinion-wrapper .o-opinion .o-opinion__name p {
    color: #fff;
  }
  .o-home .o-section5 .o-opinion-wrapper .o-opinion .o-opinion__name label {
    font-family: "Square721 Cn BT BOLD";
    color: #fff;
  }
  .o-home .o-section6 .o-tag {
    height: 60px;
    background-color: #00c780;
    width: 30%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    position: absolute;
    right: 0;
  }
  .o-home .o-section6 .o-tag label {
    color: #fff;
    font-family: "Square721 Cn BT";
    font-size: 2em;
  }
  .o-home .o-section9 {
    background-image: url(../images/landing/Estados.png);
    background-repeat: no-repeat;
    height: 600px;
    background-size: 60%;
    background-position: center;
    position: relative;
  }
  .o-home .o-section9 .o-tag {
    height: 60px;
    background-color: #00c780;
    width: 30%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    position: absolute;
    right: 0;
  }
  .o-home .o-section9 .o-tag label {
    color: #fff;
    font-family: "Square721 Cn BT";
    font-size: 2em;
  }
  .o-home .o-section9 span {
    position: absolute;
    right: 15%;
    font-size: 1.8em;
    font-weight: bold;
  }
  .o-home .o-section9 span.u-top {
    top: 10%;
  }
  .o-home .o-section9 span.u-bottom {
    bottom: 5%;
  }
  .o-faq {
    padding-top: 50px;
  }
  .o-faq .o-questions__wrapper p {
    font-size: 24px;
  }
  .o-faq .o-questions__wrapper ul li {
    font-size: 24px;
  }
  .o-privacy-notice {
    padding-top: 50px;
  }
  .o-privacy-notice .o-info__wrapper p {
    font-size: 24px;
  }
  .o-privacy-notice .o-info__wrapper ul li {
    font-size: 24px;
  }
  .o-terms {
    padding-top: 50px;
  }
  .o-terms .o-info__wrapper p {
    font-size: 24px;
  }
  .o-terms .o-info__wrapper ul li {
    font-size: 24px;
  }
  .o-contact {
    margin-top: 60px;
  }
}
