@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
    font-family: "Roboto", sans-serif;
}

/* #region Backgrounds */
.bg-terciario-02 {
    background-color: #f6f6f6;
}

.bg-primario-01 {
    background-color: #220bee;
}

/* #endregion Backgrounds */

/* #region FontColors */
.font-color-primario-01 {
    color: #1b00ff !important;
}

.font-color-terciario-03 {
    color: #FAFAFA !important;
}

/* #endregion FontColors */

/* #region FontSizes */
.font-size-inicio-texto {
    font-size: 20px;
}

/* #endregion FontSizes */

/* #region NavbarStyles */
.logo-nav {
    width: 120px;
    height: 100px;
}



.navbar-link {
    /* color: #1b00ff !important; */
    font-weight: bold !important;
}

.navbar-link:hover {
    /* color: #4E80BF !important; */
    font-weight: bolder !important;
}

/* #endregion NavbarStyles */

/* #region Images */
.logo-inicio {
    width: 300px;
}

.icono-viaje {
    height: 32px;
    width: 40px;
    padding: 0px;
    margin: 0px;
}

.bg-icon-mobile {
    background-color: #4E80BF;
    border-radius: 50px;
    padding: 15px;
}

.icon-beneficio-width {
    width: 50px;
}

/* #endregion Images */

/* #region Buttons */
.btn-ingresar {
    width: 270px;
    height: 46px;
    background-color: #F5F5F5 !important;
    color: #465EA6 !important;
    font-weight: bold;
    border: none;
    border-radius: 5px;
}

/* TODO: crear btn-ingresar:hover */
/* #endregion Buttons */

/* #region BoxUtilities */
.p-box-inicio {
    width: 700px;
}

.card-height-primera-fila {
    height: 425px !important;
}

.card-height-segunda-fila {
    height: 360px !important;
}

.card-height-mobile {
    height: 650px !important;
}

.card-text-height-mobile {
    height: 535px !important;
}

.card-height-tablet {
    height: 290px !important;
}

.icon-contacto-box {
    width: 120px;
    height: 120px;
}

.card-brand-desktop
{
    width: 400px;
    height: 200px;
}
.card-brand-md
{
    /* width: 400px; */
    height: 150px;
}

.card-brand-mobile
{
    height: 200px !important;
}
.carousel-box
{
    height: 700px;
}
/* #endregion BoxUtilities */

/* #region Utilities */
.hr-color-primario-03 {
    color: #A0CCF1 !important;
}


/* #endregion Utilities */

/* #region Footer */
/* .footer-link {
    color: black;
}

.footer-link:hover {
    color: #A0CCF1;
} */

/* #endregion Footer */

/* #region CardsServicios */
.card-servicio {
    margin-left: 15px !important;
    margin-right: 15px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/* #endregion CardsServicios */

/* #region Chat */
.chat {
    position: fixed;
    right: 35px;
    bottom: 35px;
    border-radius: 50%;
    padding: 5px;

}

.chat-box {
    width: 90px;
    height: 90px;
}

/* #endregion Chat */

/* #region MediasQueries */
@media all and (max-width: 1200px) {
    .logo-nav {
        width: 85px;
    }

    .p-box-inicio {
        width: 100%;
    }

    .chat-box {
        width: 80px;
        height: 80px;
    }

    .chat {
        position: fixed;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
    }

    .carousel-box
    {
        height: 500px;
    }
}

/* #endregion MediasQueries */