/* fonts */
@font-face {
    font-family: 'Gotham';
    src: url(../fonts/Gotham.ttf);
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: 'Gotham-light';
    src: url(../fonts/Gotham-Light.otf);
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: 'Gotham-light-italic';
    src: url(../fonts/Gotham-LightIta.otf);
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: 'Gotham-thin';
    src: url(../fonts/Gotham-Thin.otf);
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: 'Gotham-thin-italic';
    src: url(../fonts/Gotham-ThinIta.otf);
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: 'Gotham-ultra';
    src: url(../fonts/Gotham-Ultra.otf);
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: 'Gotham-ultra-italics';
    src: url(../fonts/Gotham-UltraIta.otf);
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: 'Gotham-bold' ;
    src: url(../fonts/Gotham-Bold.otf);
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: 'Gotham-rounded-bold';
    src: url(../fonts/Gotham-Rounded-Bold_21016.ttf);
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: 'Gotham-rounded-bold-italic';
    src: url(../fonts/Gotham-Rounded-Bold-Italic.ttf);
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: 'Gotham-medium';
    src: url(../fonts/Gotham-Medium.otf);
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: 'Gotham-medium-italic';
    src: url(../fonts/Gotham-MediumIta.otf);
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: 'Gotham-black';
    src: url(../fonts/Gotham-Black.otf);
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: 'Gotham-black-italic';
    src: url(../fonts/Gotham-BlackIta.otf);
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: 'Gotham-book';
    src: url(../fonts/Gotham-Book.ttf);
    font-style: normal;
    font-weight: 100;
}

/* html selectors */
html {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

h1, h3 {
    font-family: 'Gotham';
}

p, label, button {
    font-family: 'Gotham';
}

h2, h4, h5 {
    font-family: 'Gotham-bold';
}

span {
    font-family: 'Gotham-bold';
}

table tr td {
    text-align: center;
}

table tr td:first-child {
    text-align: justify;
}

/* nav */

.logotipo {
    height: 4.5rem;
    width: auto;
}

#navbarUl {
    font-family: 'Gotham';
    font-size: 1.5rem;
}

/* social media nav */

.socialMediaBar {
    position: fixed;
    top: 35%;
    left: 20px;
    transform: translateY(-50%);
    z-index: 2;
}

.socialMediaBar ul {
    margin: 0;
    padding: 0;
}

.socialMediaBar ul li {
    list-style: none;
    margin: 5px 0;
}

.socialMediaBar ul li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    color: #fff;
    background: rgb(0, 93, 133);
    display: block;
    text-align: center;
    position: relative;
}

.socialMediaBar ul li a:hover {
    background: #4188d8;
}

/* home page */


.filter-blue {
    filter: invert(24%) sepia(29%) saturate(3922%) hue-rotate(172deg) brightness(97%) contrast(101%);
}

.filter-light-blue {
    filter: invert(78%) sepia(63%) saturate(527%) hue-rotate(156deg) brightness(94%) contrast(88%);
}

.filter-red {
    filter: invert(36%) sepia(44%) saturate(1940%) hue-rotate(336deg) brightness(99%) contrast(94%);
}

.filter-yellow {
    filter: invert(82%) sepia(65%) saturate(2116%) hue-rotate(336deg) brightness(106%) contrast(102%);
}


.solucion-li {
    border-right: 5px solid #4188d8;
    list-style-type: none;
    margin: 30px 20px;
    text-align: right;
    padding: 0 10px;
}

.solucion-li > li {
    font-size: 1.4rem;
}

.plain-actionable:link, .plain-actionable:visited, .plain-actionable:hover, .plain-actionable:active {
    text-decoration: none;
    color: #212529
}

.problematica-li > li {
    font-size: 1.4rem;
}

.problematica-li {
    border-left: 5px solid #FFC627;
    list-style-type: none;
    margin: 30px 20px;
    padding: 0 10px;
}

.ul-bullet li {
    border-left: 5px solid #FFC627;
    list-style-type: none;
    padding: 10px 20px;
}

.ul-bullet li a {
    text-decoration: none;
    color: inherit;
}

.ul-problematica {
    list-style-type: none;
}

.ul-problematica li {
    margin: 1rem 0;
}

.container {
    padding: 1rem 0;
}

.ul-problematica li::before {
    content: "▮";
    color: #FFC627;
    width: 2px;
    margin-left: -1rem;
    list-style: none;
    padding: 5px 20px;
}

.ul-solucion {
    list-style-type: none;
}

.ul-solucion li {
    margin: 1rem 0;
}

.ul-solucion li::before {
    content: "▮";
    color: #4188d8;
    width: 2px;
    margin-left: -1rem;
    list-style: none;
    list-style-type: none;
    padding: 5px 20px;
}

.mainContainer li ul li {
    border-left: 5px solid #4188d8;
    list-style-type: none;
    padding: 10px 20px;
}


/* .blue-bullet li{
    border-left: 5px solid #4188d8;
} */

#home-info-title {
    padding: 2rem;
    font-family: 'Gotham-bold';
    font-size: 4rem;
}

.white-overlay {
    background: rgba(255, 255, 255, 0.4);
}

.home-menu-container {
    height: 90vh;
    display: flex;
}

.home-menu-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.home-menu-column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    margin: 1rem;
    justify-content: center;
    align-items: center;
}

.home-menu p {
    font-size: 1.2rem;
}

.slogan {
    font-family: 'Gotham';
    font-size: 1.3rem;
    text-align: center;
}

.home-cita-a {
    color: #000;
    margin-left: auto;
}

.home-cita-a:hover {
    color: #000;
    text-decoration: none;
}

.home-card-header {
    border-left-style: solid;
    border-left-width: 0.5rem;
    border-color: rgb(232, 74, 55);
    margin-bottom: 1rem;
}

.home-card-header h4 {
    margin-left: 1rem;
}

.home-menu-column a {
    font-size: 1rem;
    font-weight: bold;
    color: #000;
}

.home-menu-column a:hover {
    text-decoration: none;
}

.home-menu-column a img {
    height: 6rem;
}

/* Whatsapp */
.WAHeader {
    background-color: #337a6a;
    height: 50px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    display: flex;
    flex-direction: row;
    align-items: center
}

.WAHeader i {
    font-size: 22px;
}

.WAHeader i {
    color: #FFF;
    padding-left: 20px;
}

.WAHeader p {
    color: #FFF;
    padding-left: 20px;
}

.WABody {
    /*height: 100px;*/
    font-size: 1.8rem !important;
    /*background-image: url("../img/wa-plugin/WABackground.png");*/
    /*background-size: contain;*/
    background-color: #ece5dd;
    border-bottom-left-radius: 30px;
    padding: 10px;
    border-bottom-right-radius: 30px;
}

.whatsAppContainer {
    position: fixed;
    width: 400px;
    z-index: 1000;
    bottom: 50px;
    left: 20px
}

.WAMessage {
    margin: 10px 20px 20px 0;
    border-radius: 25px;
    background-color: #FFF;
    padding: 20px;
}

.WAMessage p {
    color: #000;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 14px !important;
    text-align: left !important;
}

.chatButton {
    padding: 0 10px;
    height: 50px;
    width: 150px;
    background-color: #337a6a;
    border-radius: 50px;
}

.WAParagraph {
    font-size: 14px;
    margin: 0 0 0 5px !important;
    padding: 0px !important
}

.whatsIconContainer {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    background-color: #337a6a;
    position: fixed;
    z-index: 1000;
    bottom: 50px;
    left: 20px
}

.whatsIcon {
    font-size: 3rem;
    color: #FFF;
}

.poweredLink {
    font-size: 14px;
    position: absolute;
    right: 20px;
    bottom: 10px
}

.full-center {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/*home progress bar */

/*===== Vertical Timeline =====*/
#conference-timeline {
    position: relative;
    max-width: 920px;
    width: 100%;
    margin: 2rem auto 2rem -25rem;
}

#conference-timeline .timeline-start,
#conference-timeline .timeline-end {
    display: table;
    font-family: 'Gotham';
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    background: rgb(0, 93, 133);
    padding: 15px 23px;
    color: #fff;
    max-width: 5%;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

#conference-timeline .conference-center-line {
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -2px;
    background: rgb(0, 93, 133);
    z-index: -1;
}

.mb-3 {
    margin-bottom: 3rem !important;
}

.mt-3 {
    margin-top: 3rem !important;
}

#conference-timeline .conference-timeline-content {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.timeline-article {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin: 20px 0;
}

.timeline-article .content-left-container,
.timeline-article .content-right-container {
    max-width: 44%;
    width: 100%;
}

.timeline-article .timeline-author {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #242424;
    text-align: right;
}

.timeline-article .content-left,
.timeline-article .content-right {
    position: relative;
    width: auto;
    border: 1px solid #ddd;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .03);
    padding: 27px 25px;
}

.timeline-article p {
    margin: 0 0 0 60px;
    padding: 5px 0 0 20px;
    font-weight: 400;
    color: #242424;
    font-size: 1rem;
    line-height: 24px;
    position: relative;
}

.timeline-article p span.article-number {
    position: absolute;
    font-weight: 300;
    font-size: 44px;
    top: 10px;
    left: -60px;
    color: rgb(0, 93, 133);
}

.timeline-article .content-left-container {
    float: left;
}

.timeline-article .content-right-container {
    float: right;
}

.timeline-article .content-left:before,
.timeline-article .content-right:before {
    position: absolute;
    top: 20px;
    font-size: 23px;
    font-family: 'Gotham';
    color: #fff;
}

.timeline-article .content-left:before {
    content: "\f0da";
    right: -8px;
}

.timeline-article .content-right:before {
    content: "\f0d9";
    left: -8px;
}

.timeline-article .meta-date {
    position: absolute;
    top: 0;
    left: 50%;
    width: 62px;
    height: 62px;
    margin-left: -31px;
    color: #fff;
    border-radius: 100%;
    background: rgb(0, 93, 133);
}

.timeline-article .meta-date .date,
.timeline-article .meta-date .month {
    display: block;
    text-align: center;
    font-weight: 900;
}

.timeline-article .meta-date .date {
    font-size: 30px;
    line-height: 40px;
}

.timeline-article .meta-date .month {
    font-size: 18px;
    line-height: 10px;
}

.timeline-article img {
    height: 2rem;
    width: auto;
    margin: 0.9rem 0 0 1rem;
}

/*===== // Vertical Timeline =====*/

/* empresas*/
#empresas-menu h2 {
    font-family: 'Gotham';
    color: red;
}

#empresas-menu img {
    height: 5rem;
    width: auto;
}

#empresas-menu p {
    text-align: center;
    font-size: 1.2rem;
}

.empresas-title {
    text-align: center;
}

.empresas-menu-mobile {
    display: none;
}

.table-mobile {
    display: none;
}

#empresas-table {
    margin: 1rem 0;
}

.empresa-table {
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
    font-family: "Gotham";
    width: 1170px;
    margin: 0 auto;
}

.empresa-table tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.empresa-table .price-table-head td {
    font-family: 'Gotham-medium';
}

.empresa-table tr td {
    padding: 8px 24px;
}

.empresa-table tr:hover:not(:first-child) {
    background-color: #EEEEEE;
}

.price-table-head {
    background-color: #f3f0ee;
    color: #000923;
}

tr:nth-child(even) {
    background: #FFFFFF
}

tr:nth-child(odd):not(:first-child) {
    background: #FAFAFA
}

#empresas-vs h6 {
    color: rgb(0, 93, 133);
}

#empresas-vs .card {
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
}

.vs-container {
    display: flex;
    flex: 1;
    flex-direction: row;
    justify-content: space-around;
}

.manejo-trad-title {
    text-align: center;
    margin: 1rem 0 2.5rem 0;
}

.card-body li {
    list-style: none;
    padding: 0.6rem 0;
    list-style-position: outside;
}

.card-body li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}


.green-check-filter {
    color: #005d85
}

/*===== // Vertical Timeline =====*/

/* Profesional */

#profesional-menu h2 {
    font-family: 'Gotham';
    color: red;
}

#profesional-menu img {
    height: 5rem;
    width: auto;
}

#profesional-menu p {
    text-align: center;
    font-size: 1.2rem;
}

.profesional-title {
    text-align: center;
}

.profesional-menu-mobile {
    display: none;
}

.table-mobile {
    display: none;
}

#profesional-table {
    margin: 1rem 0;
}

.profesional-table {
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
    font-family: "Gotham";
    width: 1170px;
    margin: 0 auto;
}

.profesional-table tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.profesional-table .price-table-head td {
    font-family: 'Gotham-medium';
}

.profesional-table tr td {
    padding: 8px 24px;
}

.profesional-table tr:hover:not(:first-child) {
    background-color: #EEEEEE;
}

.price-table-head {
    background-color: #f3f0ee;
    color: #000923;
}

tr:nth-child(even) {
    background: #FFFFFF
}

tr:nth-child(odd):not(:first-child) {
    background: #FAFAFA
}

#profesional-vs h6 {
    color: rgb(0, 93, 133);
}

#profesional-vs .card {
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
}

/* informative banner */

.informativeBanner {
    background-image: url('../images/homeBanner_1.jpg');
    background-repeat: no-repeat;
    background-size: auto;
    height: 50vh;
    background-size: cover;
}

.informativeTitle {
    text-align: center;
}

.informativeTitle h1 {
    padding-top: 9rem;
}

/* informative page */

main img {
    max-width: 100%;
}

.info-text {
    text-align: justify;
    margin-top: 3rem;
}

.informative-col {
    margin-top: 5rem;
}

.informative-col h2 {
    padding: 0.5rem 0;
}

.subtitle {
    width: 100%;
    text-align: center;
}

.informative-content img {
    border-radius: 0.25rem;
    box-shadow: 6px 5px 14px 2px rgba(0, 0, 0, 0.41);
    -webkit-box-shadow: 6px 5px 14px 2px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 6px 5px 14px 2px rgba(0, 0, 0, 0.41);
}

/*informative collage*/

.collage-section {
    margin: 2rem 0 5rem 15rem;
    margin-right: auto;
}

.collage-container {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(3, 1fr);
    padding: 1rem;
}

.collage-container img {
    height: 8rem;
    margin: -1.8rem;
}

#c-primera {
    transform: rotate(-6deg);
    grid-column: 1/7;
    grid-row: 1/3;
    transition: all 250ms ease-in;
}

#c-primera:hover {
    z-index: 1;
    transform: rotate(0deg) scale(1.4);
    box-shadow: 1px 1px 8px 2px #000;
}

#c-segunda {
    transform: rotate(-2deg);
    grid-column: 3/7;
    grid-row: 1/3;
    transition: all 250ms ease-in;
}

#c-segunda:hover {
    z-index: 1;
    transform: rotate(0deg) scale(1.4);
    box-shadow: 1px 1px 8px 2px #000;
}

#c-tercera {
    transform: rotate(6deg);
    grid-column: 1/7;
    grid-row: 3/3;
    transition: all 250ms ease-in;
}

#c-tercera:hover {
    z-index: 1;
    transform: rotate(0deg) scale(1.4);
    box-shadow: 1px 1px 8px 2px #000;
}

#c-cuarta {
    transform: rotate(-20deg);
    grid-column: 3/7;
    grid-row: 3/3;
    transition: all 250ms ease-in;
}

#c-cuarta:hover {
    z-index: 1;
    transform: rotate(0deg) scale(1.4);
    box-shadow: 1px 1px 8px 2px #000;
}

#c-quinta {
    transform: rotate(2deg);
    grid-column: 2/5;
    grid-row: 2/5;
    transition: all 250ms ease-in;
}

#c-quinta:hover {
    z-index: 1;
    transform: rotate(0deg) scale(1.4);
    box-shadow: 1px 1px 8px 2px #000;
}

/* quienes somos */
#qs-identificativos-marca .pm-graphic {
    justify-content: center;
}

/* footer */
.filter-white {
    filter: invert(100%) sepia(13%) saturate(7446%) hue-rotate(193deg) brightness(112%) contrast(115%);
}

footer {
    color: white;
    background-color: rgb(0, 93, 133);
}

footer .row i {
    margin: 0.5rem;
    color: white;
    transition: .4s;
}

footer .row i:hover {
    color: gainsboro;
}

footer .row a {
    margin: 0.4rem;
    font-size: 2rem;
}

footer .row img {
    height: 1.5rem;
    width: auto;
    margin-right: 0.5rem;
}

footer .navbar-brand img {
    height: 3.5rem;
    width: auto;
}

.v-icon {
    margin: 1rem 0;
}

footer h3 {
    margin: 1rem 0;
}

.footer-contact-info {
    padding-left: 1rem;
}

.filter-logo-footer {
    filter: invert(10%) sepia(3%) saturate(7446%) hue-rotate(193deg) brightness(812%) contrast(315%);
}

.home-container-title {
    text-align: center;
    font-size: 4rem;
}

.billing-plan-title {
    margin: 0 !important;
    padding:0 !important;
    font-weight: 600;
    font-size: 1.8rem;
    color: #0c67a6
}

.billing-plan-title-price{
    font-size: 1.4rem;
    margin: 0 !important;
    padding:0 !important;
    font-weight: 300;
    color: #0c67a6

}

.plan-option-list li{
    margin-bottom: 20px;
    padding: 20px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.plan-option-list li.blue {
    border: 1px solid #4188d8 !important;
    border-left: 20px solid #4188d8!important;
}

.plan-option-list li.orange {
    border: 1px solid #ed7d31 !important;
    border-left: 20px solid #ed7d31 !important;
}

.plan-option-list li.gray {
    border: 1px solid #a5a5a5 !important;
    border-left: 20px solid #a5a5a5 !important;
}

.plan-option-list li.yellow {
    border: 1px solid #ffc000 !important;
    border-left: 20px solid #ffc000 !important;
}

.plan-option-list li.green {
    border: 1px solid #70ad47 !important;
    border-left: 20px solid #70ad47 !important;
}

.plan-option-list li p{
   font-size: 1rem;
    margin-bottom: 0;
    font-weight: 600;
}

.normalized-row{
    margin:0;
    padding:0px
}

/* media queries */
@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    /* html selectors */
    html {
        overflow-x: hidden;
    }

    body {
        overflow-x: hidden;
    }

    /*nav*/
    header .logotipo {
        height: 4rem;
        width: auto;
    }

    /* social media nav */
    .socialMediaBar {
        display: none;
    }

    /* home */
    #home-info-title {
        padding: 2rem;
        font-family: 'Gotham-bold';
        font-size: 2rem;
    }

    .white-overlay {
        background: rgba(255, 255, 255, 0.4);
    }

    .home-menu-column a {
        width: max-content;
        margin-left: 1rem;
    }

    .home-img-container {
        display: none;
    }

    .home-menu-column a img {
        height: 4rem;
        width: auto;
    }

    .home-menu-column p {
        font-size: 1.3rem;
    }

    .home-menu-column {
        margin: 0.5rem
    }

    .home-menu {
        display: block;
        padding: 0 1.2rem;
    }

    .card .card-body {
        visibility: visible;
    }

    .ul-bullet {
        margin-left: -2.5rem;
    }

    .ul-bullet ul li {
        margin-left: -4.05rem;
    }

    .home-mobile-li {
        margin-left: -2.5rem;
    }


    /*===== Resonsive Vertical Timeline =====*/
    #conference-timeline {
        margin-left: 0.1rem;
    }

    #conference-timeline .timeline-start,
    #conference-timeline .timeline-end {
        margin: 0;
    }

    #conference-timeline .conference-center-line {
        margin-left: 0;
        left: 50px;
    }

    .timeline-article .meta-date {
        margin-left: 0;
        left: 20px;
    }

    .timeline-article .content-left-container,
    .timeline-article .content-right-container {
        max-width: 100%;
        width: auto;
        float: none;
        margin-left: 110px;
        min-height: 53px;
    }

    .timeline-article .content-left-container {
        margin-bottom: 20px;
    }

    .timeline-article .content-left,
    .timeline-article .content-right {
        padding: 10px 25px;
        min-height: 65px;
    }

    .timeline-article .content-left:before {
        content: "\f0d9";
        right: auto;
        left: -8px;
    }

    .timeline-article .content-right:before {
        display: none;
    }

    .timeline-article p {
        margin: 0;
    }

    .timeline-article p span.article-number {
        display: none;
    }

    /*===== // Resonsive Vertical Timeline =====*/
    /* informative pages */
    .informativeBanner {
        background-image: url('../images/homeBanner_1.jpg');
        height: 50vh;
    }

    main img {
        max-width: none;
        width: 300px;
    }

    /*informative collage*/
    .collage-container {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(3, 1fr);
    }

    .collage-container img {
        height: 5rem;
        width: auto;
        margin: -1rem;
    }

    .collage-section {
        margin: 2rem 0 5rem 4rem;
        margin-right: auto;
    }

    /* empresas */
    .empresas-menu-mobile {
        display: block;
    }

    .empresas-menu-desktop {
        display: none;
    }

    .empresa-table {
        display: none;
    }

    .table-mobile {
        display: block;
        padding: 1rem 1rem;
    }

    .table-mobile .price-table-head td {
        font-family: 'Gotham-medium';
    }

    .table-mobile td {
        border-bottom: 1px solid rgba(0, 0, 0, 0.09);
        padding: 0.6rem 0;
    }

    .vs-container {
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        padding: 0 1rem;
    }

    .comparative-card {
        padding: 1rem 0;
    }

    /* profesionales */
    .profesional-menu-mobile {
        display: block;
    }

    .profesional-menu-desktop {
        display: none;
    }

    .profesional-table {
        display: none;
    }

    .table-mobile {
        display: block;
        padding: 1rem 1rem;
    }

    .table-mobile .price-table-head td {
        font-family: 'Gotham-medium';
    }

    .table-mobile td {
        border-bottom: 1px solid rgba(0, 0, 0, 0.09);
        padding: 0.6rem 0;
    }

    .vs-container {
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        padding: 0 1rem;
    }

    .comparative-card {
        padding: 1rem 0;
    }


    /* whatsapp*/
    #whatsAppContainer {
        width: 90%;
    }

    .whatsIconContainer {
        left: 80%;
    }

    /* footer */
    footer .logotipo {
        height: 2.5rem;
        width: auto;
    }

    .home-container-title {
        font-size: 2rem;
    }

    .slogan {
        font-size: 1.1rem !important;
    }

}
