/*
    VARIABLES
*/
html {
    scroll-behavior: smooth;
}

:root {
    --primary-color: #00b2b9;
    --secondary-color: #28285e;
    --third-color: #fe1684;
    --purple: #e3ebf3;
}

.secondary-color {
    color: var(--secondary-color) !important;
}

.badge-primary {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.nav-item a {
    color: var(--primary-color) !important;
}

.justify {
    text-align: justify;
}

p {
    /*text-align: justify;*/
    /* font-family: Mulish;
    font-weight: 400; */
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #4f515f;
}

.primaryBackground {
    background-color: var(--primary-color) !important;
    color: #fff;
}

.nav-link-styles {
    font-family: Mulish;
    font-size: 15px !important;
    font-weight: 600;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

.icon {
    display: inline-block;
    height: 5vh;
    width: 5vh;
    background-size: cover;
}

.icon-sidebar {
    color: white;
    text-decoration: none !important;
    padding: 0.7rem;
    display: flex;
    transition: all 0.5s;
}

.div-sidebar:hover {
    padding-left: 3rem !important;
    border-radius: 0 1rem 1rem 0 !important;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.42);
}

.social-bar {
    position: fixed;
    left: 0;
    top: 35%;
    font-size: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 100;
}

.icon-facebook {
    height: 25px;
    width: 30px;
    background: #00adb9;
    background-image: url(../img/icons/fb-ig-tiktok-youtube-01.svg);
    background-repeat: no-repeat;
    /* border-radius: 0 1rem 0 0; */
}

.icon-instagram {
    height: 25px;
    width: 30px;
    background: #00adb9;
    background-image: url(../img/icons/fb-ig-tiktok-youtube-02.svg);
    background-repeat: no-repeat;
}

.icon-tiktok {
    height: 25px;
    width: 30px;
    background: #00adb9;
    background-image: url(../img/icons/fb-ig-tiktok-youtube-03.svg);
    background-repeat: no-repeat;
}

.icon-youtube {
    height: 25px;
    width: 30px;
    background: #00adb9;
    background-image: url(../img/icons/fb-ig-tiktok-youtube-04.svg);
    background-repeat: no-repeat;
    /* border-radius: 0 0 1rem 0; */
}

/* whatsapp section */
/* for desktop */
.whatsapp_float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 100px;
    right: 12px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    margin: 0px 12px;
}

.whatsapp-icon {
    margin-top: 16px;
}
/* for mobile */
/* @media screen and (max-width: 767px) {
    .whatsapp-icon {
        margin-top: 10px;
    }
    .whatsapp_float {
        width: 60px;
        height: 60px;
        bottom: 50px;
        right: 20px;
        font-size: 30px;
    }
} */
/* ends whatsapp section */

.facebook-icon {
    filter: invert(38%) sepia(94%) saturate(1941%) hue-rotate(154deg)
        brightness(105%) contrast(101%);
    background-image: url(../img/icons/facebook.svg);
}

.instagram-icon {
    filter: invert(38%) sepia(94%) saturate(1941%) hue-rotate(154deg)
        brightness(105%) contrast(101%);
    background-image: url(../img/icons/instagram.svg);
}

.youtube-icon {
    filter: invert(38%) sepia(94%) saturate(1941%) hue-rotate(154deg)
        brightness(105%) contrast(101%);
    background-image: url(../img/icons/youtube.svg);
}

.facebook-icon.footer-icon:hover {
    filter: invert(94%) sepia(0%) saturate(22%) hue-rotate(351deg)
        brightness(104%) contrast(108%);
    background-image: url(../img/icons/facebook.svg);
}

.instagram-icon.footer-icon:hover {
    filter: invert(94%) sepia(0%) saturate(22%) hue-rotate(351deg)
        brightness(104%) contrast(108%);
    background-image: url(../img/icons/instagram.svg);
}

.youtube-icon.footer-icon:hover {
    filter: invert(94%) sepia(0%) saturate(22%) hue-rotate(351deg)
        brightness(104%) contrast(108%);
    background-image: url(../img/icons/youtube.svg);
}

/* CAROUSEL */
.carousel-title {
    color: #fff;
    font-family: Gilroy;
    font-weight: bold;
    /* font-style: italic; */
    font-size: 45px;
    /* text-transform: uppercase; */
}

.carousel-text {
    color: #fff;
    font-size: 20px;
    font-family: "Inter", sans-serif;
}

/* EL EQUIPO */
.nutritionist__profile {
    position: relative;
}

.nutritionist__profile:hover .overlay {
    opacity: 0.9;
}

.nutritionist__name {
    color: white;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: normal;
    /* text-transform: uppercase; */
}

.nutritionist__title {
    color: white;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 16px;
}

.nutritionist__description {
    color: white;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 18px;
}

/* FIN EL EQUIPO */

/* START PACKAGES STYLES */
.section-packages {
    padding: 2vh 2vh 0 2vh;
    background-color: var(--primary-color);
    color: #fff;
    padding-top: 8vh;
}

.package-card {
    background-color: #fff;
    border-radius: 2vh;
    color: #000;
    padding: 0 3vh 5vh 3vh;
    margin: 2vh;
    margin-top: 3vh;
    margin-bottom: -5vh;
    border: 3px solid var(--primary-color);
}

.package-card-header {
    background-color: var(--secondary-color);
    border-radius: 2vh;
    align-items: center;
    margin-top: -5vh;
    padding: 2vh;
}

.package-card-header-title {
    color: #fff;
    font-weight: bold;
    /* text-transform: uppercase; */
    font-family: Gilroy;
    font-size: 30px;
}

.package-card-header-price {
    color: var(--primary-color);
    font-weight: bold;
    /* text-transform: uppercase; */
    font-family: Gilroy;
    font-size: 25px;
}

.package-description {
    margin-top: 16px !important;
    margin-bottom: 8vh;
}

.packageDescription__list {
    text-align: justify;
    list-style-type: square;
    padding-left: 15px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 200;
    font-size: 16px;
    line-height: 20px;
}

.packageDescription__list li {
    margin-bottom: 5px;
}

/* END PACKAGES STYLES */

.phone-app-img {
    height: 230%;
}

/* BUTTONS */
.pink-button {
    background-color: var(--third-color) !important;
    border-color: var(--third-color) !important;
    font-family: Mulish;
}

.pink-button:hover {
    background-color: #d1157d !important;
    border-color: #d1157d !important;
    text-decoration: none;
    color: #fff;
}

.pink-button:focus {
    background-color: #d1157d !important;
    border-color: #d1157d !important;
    text-decoration: none;
    color: #fff;
    box-shadow: none !important;
}

.btn-primary-color {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.btn-secondary-color {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

/* END BUTTONS */

/* INPUTS */

.login-input {
    border: 2px solid var(--primary-color);
    color: var(--secondary-color);
}

/* END INPUTS */

.hide-content {
    display: none !important;
}

section {
    padding: 5vh;
}

.section__title_bold {
    font-size: 45px;
    line-height: 54px;
    font-weight: bold;
    font-family: Gilroy;
    margin-bottom: 32px;
}

.section__title {
    font-size: 45px;
    line-height: 54px;
    /* font-style: italic; */
    font-weight: 900;
    font-family: Gilroy;
    margin-bottom: 32px;
}

.section__text {
    font-size: 20px;
    line-height: 28px;
    font-family: "Inter", sans-serif;
}

.sucursal-title {
    font-size: 30px;
    color: var(--primary-color);
    font-family: Gilroy;
    font-weight: bold;
    /* font-style: italic;
    text-transform: uppercase; */
    margin-bottom: 5vh;
}

.sucursal-info {
    color: #fff;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
}

.section-title-primary {
    font-size: 45px;
    line-height: 54px;
    font-weight: 900;
    font-family: Gilroy;
    color: var(--primary-color);
    margin-top: 75px;
    margin-bottom: 32px;
}

.online-section-title-primary {
    font-size: 45px;
    line-height: 54px;
    font-weight: 900;
    font-family: Gilroy;
    color: var(--primary-color);
    margin-top: 25px;
    margin-bottom: 25px;
}

.nutri-tips-title {
    font-size: 45px;
    line-height: 54px;
    font-weight: 900;
    font-family: Gilroy;
    color: var(--primary-color);
}

.post-title {
    font-size: 20px;
    font-family: Gilroy;
    color: var(--primary-color);
}

.aparatologia__title {
    font-size: 50px;
    color: var(--primary-color);

    /* font-family: Roboto Condensed;
    font-weight: bold;
    font-style: italic; */
    /* text-transform: uppercase; */

    font-weight: 900;
    font-family: Gilroy;

    margin-bottom: 5vh;
}

.section-title-white {
    font-size: 50px;
    color: #fff;
    /* font-family: Roboto Condensed; */
    /* font-weight: bold; */

    font-weight: 900;
    font-family: Gilroy;

    /* font-style: italic; */
    /* text-transform: uppercase; */
    margin-bottom: 5vh;
}

.service__title {
    font-size: 33px;
    color: #fff;
    font-family: Gilroy;
    font-style: normal;
    margin-bottom: 16px;
}

.service__description {
    text-align: justify;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5vh;
}

.purpleBackground__container {
    position: absolute;
    top: 5px;
    right: 5px;
    left: 5px;
    bottom: 5px;
    background-color: #28285e;
    opacity: 0.9;
}

.purpleBackground__textContainer {
    padding-top: 24px;
    position: absolute;
    top: 25%;
    right: 5px;
    left: 5px;
    bottom: 5px;
    text-align: justify;
    margin: 30px;
    width: 90%;
}

.nutriapp__title {
    font-size: 60px;
    color: #2c2864 !important;
    font-family: Gilroy;
    font-weight: 900 !important;
    margin-bottom: 5vh;
}

.nutriapp__description {
    font-size: 30px;
    color: #2c2864;
    font-family: "Inter", sans-serif;
    font-weight: normal;
    margin-bottom: 5vh;
    line-height: 40px;
    text-align: left !important;
}

.nutriappText__description {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    font-size: 22px;
    margin-top: 24px;
}

.section-text-center {
    /* position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); */
}
.aparatologia__container {
    width: 100%;
    height: 100%;
    padding-top: 10%;
    padding-bottom: 10%;
}

.aparatologia__description {
    text-align: left !important;
    /*font-size: 25px;
    font-family: Roboto Condensed;
    line-height: 1.2;
    font-weight: bold;*/
    color: #464166;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
}

.section-title-center {
    position: absolute;
    top: auto;
    left: auto;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    /* text-align: justify; */
}

.pink-button-services {
    background-color: var(--third-color) !important;
    border-color: var(--third-color) !important;
    font-family: Mulish;
    color: white;
    border-radius: 8px;
    text-align: center;
    padding: 1%;
    font-weight: 500;
}

.pink-button-services:hover {
    background-color: #d1157d !important;
    border-color: #d1157d !important;
    text-decoration: none;
    color: #fff;
}

.section-social-network {
    background-color: #fff;
    color: var(--primary-color);
    /* text-transform: uppercase; */
}

.social-network-title {
    font-family: Gilroy;
    font-weight: bold;
    /* font-style: italic; */
}

.social-network-hashtag {
    font-family: Roboto Condensed;
    font-style: italic;
}

.section-social-network a {
    color: var(--primary-color);
}

.dot {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: inline-block;
    border: 2px solid var(--primary-color);
}

.btn-primary {
    background-color: #28285e;
    border-color: #28285e;
    text-align: center;
}

/* MODALS */
.modal-header {
    background-color: var(--primary-color);
}
.modal-header > h5 {
    color: #fff;
}

.modal-header > button > span {
    color: #fff;
}

/* END MODALS */

/* FOOTER */
footer {
    padding: 5vh;
    background-color: var(--secondary-color);
    color: #fff;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: var(--primary-color);
}

.footer-links {
    font-family: Mulish !important;
}
.small-carousel-image {
    display: none !important;
}

@media (max-width: 990px) {
    .sucursales__map {
        min-height: 35vh !important;
    }

    .phone-app-img {
        height: 50vh !important;
    }

    .nutriapp__phone {
        height: 50vh;
    }

    .nutritionist__name {
        font-size: 15px;
    }

    .nutritionist__title {
        font-size: 15px;
    }

    .nutritionist__description {
        font-size: 10px;
        line-height: 15px;
    }

    #contact-us {
        padding-top: 15px;
        padding-bottom: 30px;
    }

    /* social media side bar */

    .icon-facebook {
        height: 25px;
        width: 35px;
    }

    .icon-instagram {
        height: 25px;
        width: 35px;
    }

    .icon-tiktok {
        height: 25px;
        width: 35px;
    }

    .icon-youtube {
        height: 25px;
        width: 35px;
    }

    .nutriapp__title{
        font-size: 30px;
    }
    .nutriapp__description{
        font-size: 20px;
    }

    /* end social media side bar */
}

@media (max-width: 540px) {
    .phone-app-img {
        height: 50vh !important;
    }

    .nutriapp__phone {
        height: 50vh !important;
    }

    .big-carousel-image {
        display: none !important;
    }

    .small-carousel-image {
        display: block !important;
    }

    .sucursal-title {
        font-size: 15px;
    }

    .sucursal-info {
        font-size: 10px;
    }

    .service__title {
        font-size: 20px;
    }

    .service__description {
        font-size: 15px;
    }

    /* social media side bar */

    .icon-facebook {
        height: 10px;
        width: 20px;
    }

    .icon-instagram {
        height: 10px;
        width: 20px;
    }

    .icon-tiktok {
        height: 10px;
        width: 20px;
    }

    .icon-youtube {
        height: 10px;
        width: 20px;
    }

    /* end social media side bar */
}
