.almax-body {
    font-family: 'Montserrat', sans-serif !important;
}

ol {
    list-style-type: decimal !important;
    padding-left: 32px !important;
}

.custom-row {
    max-width: none !important;
margin-right: -12px !important;
margin-left: -12px !important;
}

.mt-20 {
    margin-top: 20px;
}

.font-medium {
    font-weight: 500 !important;
}

.fw-semibold {
    font-weight: 700;
}

.font-bold {
    font-weight: 800;
}


.text-md {
    font-size: 28px;
}

/* Colors */

.bg-blue {
    background-color: #207CE2;
}

.bg-yellow {
    background-color: #FFAA00;
}

.bg-cyan {
    background-color: #27D7F3;
}

.text-yellow {
    color: #FFAA00;
}

.text-cyan {
    color: #27D7F3;
}

.text-blue {
    color: #207CE2;
}

.fs-7 {
    font-size: 17px;
}

.link-almax:hover{
    font-weight: bolder!important;
    color: #207CE2;
}

/* Navbar */
li.nav-item {
    text-align: end;
    font-weight: 400;
}

.nav-item-custom {
    border-right-width: 2px;
    border-right-color: white;
    border-right-style: solid;
}

.nav-link {
    padding-left: 3rem !important;
    width: 240px;
}

.nav-link:hover {
    color: #27D7F3 !important;
    font-weight: bold;
}


/* Seccion 1 */
.bg-image1 {
    background-color: rgb(41, 108, 210);
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
}

.text-disfruta {
    font-size: 3rem;
    font-weight: 800;
}

.text-comida {
    font-size: 2.4rem;

}

.img-expo {
    width: 90%;
    margin-bottom: 0rem;
}

.indications-text {
    padding-right: 12rem;
}

/* Seccion 2 */
.px-10 {
    padding-right: 20rem;
    padding-left: 20rem;
}

.img-icon-grid {
    width: auto;
    margin: 2rem;
}

.img-icon-grid-2 {
    width: auto;
    height: 120px;
    margin: 2rem;
}

/* Seccion 3  */
.carrousel-h {
    height: 470px;
    border-radius: 3em;
}

.shadows {
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.5) !important;
}

.bg-image2 {
    background-repeat: no-repeat;
    background-size: cover;
}

.pe-6 {
    padding-right: 4rem;
}

.pt-6 {
    padding-top: 4rem;
}

.text-justify {
    text-align: justify;
    text-justify: inter-word;

}

/* Seccion presentaciones */

.bg-image3 {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

.z-index {
    z-index: 99;
}

.sp-1 {
    width: 420px;
    margin-top: 6rem;
    margin-left: 2.5rem;
    max-width: none;
}

.mp-1 {
    width: 650px;
    max-width: none;
}


.ep-1 {
    width: 270px;
    margin-left: -3.4rem;
    margin-bottom: 1rem;
    max-width: none;
}

.mps {
    padding-left: 5rem;
}

/* Seccion footer */
.tiny-text {
    font-size: 10px;
}


/* Calzadores */


.carousel-indicators [data-bs-target] {

    width: 10px !important;
    height: 10px !important;
    background-color: rgb(41, 108, 210) !important;
    border-radius: 100% !important;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {

    width: 4rem;
    height: 4rem;

}

.carousel-control-prev {
    left: 45px;
}

.carousel-control-next {
    right: 45px;
}

.navbar-toggler-icon {
    border-color: transparent !important;
}

.rounded {
    border-radius: 2em !important;
}

.carousel-control-next-icon {
    background-image: url(../img/right.svg) !important;
}

.carousel-control-prev-icon {
    background-image: url(../img/left.svg) !important;
}


.carousel-item{
    padding-top: 20px;
}



/* Media Q */
/* // Small devices (landscape phones, 576px and up) */
@media (max-width: 424px) {
    .logo-sup{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .bg-image3 {
        background-size: cover;
        background-position: center;
    }
    .text-grid{
        text-align: start;
    }
    .mp-1 {
        width: 100%;
    }

    .sp-1 {
        width: 90%;
        display: block;
        margin-top: 2rem;
        margin-left: auto;
        margin-right: auto;
    }

    .mps {
        padding-left: 0rem;
        margin-bottom: 2rem;
    }

    .ep-1 {
        width: 50%;
        margin-bottom: 2rem;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .pe-6 {
        padding-right: 1rem;
    }

    .fs-7 {
        font-size: 14px;
    }

    button.carousel-control-prev {
        display: none;
    }

    button.carousel-control-next {
        display: none;
    }

    .px-10 {
        padding-right: 0rem;
        padding-left: 0rem;
    }

    .nav-item-custom {
        border-right-width: 0px;

    }

    li.nav-item {
        text-align: center;
    }

    .nav-link {
        padding-left: 0rem !important;
        width: 100%;
    }

    .mp-1 {
        width: 100%;
    }

    .sp-1 {
        width: 100%;
        margin-top: 2rem;
        margin-left: 0rem;
    }

    .mps {
        padding-left: 0rem;
        margin-bottom: 2rem;
    }

    .ep-1 {
        width: 50%;
        margin-bottom: 2rem;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .almaxlogo {
        width: 50% !important;
    }

    .text-disfruta {
        font-size: 1.7rem;
        padding-bottom: 0.5rem;

    }
    .text-comida {
        font-size: 1.5rem;
    }

    .img-expo {
        width: 88%;

    }

    .indications-text {
        padding-right: 0rem;
    }

    .img-icon-grid-2 {
        width: 120px;
        height: 120px;
        margin: 3rem 2rem 2rem 2rem;
    }

    .img-icon-grid {
        width: 120px;
        height: 110px;
        margin: 3rem 2rem 2rem 2rem;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 2rem;
        height: 2rem;
    }

    .carrousel-h {
        height: 900px;
        border-radius: 0%;
    }

    .carousel-control-prev {
        left: 0px;
    }

    .carousel-control-next {
        right: 3px;
    }
}

@media (min-width: 425px) and (max-width: 700px) {
    .logo-sup{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .text-grid{
        text-align: start;
    }
    .pe-6 {
        padding-right: 1rem;
    }

    .fs-7 {
        font-size: 14px;
    }

    button.carousel-control-prev {
        display: none;
    }

    button.carousel-control-next {
        display: none;
    }



    .px-10 {
        padding-right: 0rem;
        padding-left: 0rem;
    }

    .nav-item-custom {
        border-right-width: 0px;

    }

    li.nav-item {
        text-align: center;
    }

    .nav-link {
        padding-left: 0rem !important;
        width: 100%;
    }

    .mp-1 {
        width: 100%;
    }

    .sp-1 {
        width: 90%;
        display: block;
        margin-top: 2rem;
        margin-left: auto;
        margin-right: auto;
    }

    .mps {
        padding-left: 0rem;
        margin-bottom: 2rem;
    }

    .ep-1 {
        width: 50%;
        margin-bottom: 2rem;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .almaxlogo {
        width: 50% !important;
    }

    .text-disfruta {
        font-size: 1.7rem;
        padding-bottom: 0.5rem;
    }
    .text-comida {
        font-size: 1.5rem;
    }

    .img-expo {
        width: 88%;

    }

    .indications-text {
        padding-right: 0rem;
    }

    .img-icon-grid-2 {
        width: auto;
        height: 120px;
        margin: 3rem 2rem 2rem 2rem;
    }

    .img-icon-grid {
        width: auto;
        height: 110px;
        margin: 3rem 2rem 2rem 2rem;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 2rem;
        height: 2rem;
    }

    .carrousel-h {
        height: 900px;
        border-radius: 0%;
    }

    .carousel-control-prev {
        left: 0px;
    }

    .carousel-control-next {
        right: 3px;
    }
    .bg-image3 {
        background-size: cover;
        background-position: center;
    }



}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    
    .bg-image3 {
        background-size: contain;
        background-position: bottom;
    }
    .text-grid{
        text-align: justify;
    }
    .almaxlogo {
        width: 22%;
    }

    .pe-md-6 {
        padding-right: 4rem!important;
    }

    .text-disfruta {
        font-size: 2rem;
        font-weight: bold;
    }

    .text-comida {
        font-size: 2rem;
    }

    .indications-text {
        padding-right: 3rem;
        margin-bottom: 3rem;
    }

    .img-expo {
        width: 50%;
        margin-bottom: 3rem;
    }

    .px-10 {
        padding-right: 5rem;
        padding-left: 5rem;
    }

    .img-icon-grid {
        width: auto;
        height: 130px;
    }

    .carrousel-h {
        height: 630px;

    }

    .fs-7 {
        font-size: 16px;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 2rem;
        height: 2rem;
    }

    .carousel-control-next {
        right: 5px;
    }

    .sp-1 {
        width: 420px;
        margin-top: 2rem;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .mps {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .mp-1 {
        width: 680px;
        margin-top: 2rem;
    }

    .ep-1 {
        width: 270px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .text-disfruta {
        font-size: 3.5em;
        font-weight: 800;
    }
    .text-comida {
        font-size: 2.8em;
    }

    .sp-1 {
        width: 420px;
        margin-top: 6rem;
        margin-left: 2.5rem;
    }

    .nav-link {
        padding-left: 2rem !important;
        width: 190px;
    }

    .img-expo {
        width: 90%;
        margin-bottom: -31rem;
    }

    .indications-text {
        padding-right: 2rem;
    }

    .px-10 {
        padding-right: 15rem;
        padding-left: 15rem;
    }

    .pe-6 {
        padding-right: 2rem;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 3rem;
        height: 3rem;
    }

    .carousel-control-prev {
        left: -20px;
    }

    .carousel-control-next {
        right: 0px;
    }

    .sp-1 {
        width: 260px;
        margin-top: 7rem;
        margin-left: 5.5rem;
    }

    .mps {
        padding-left: 0rem;
        padding-right: 0;
    }

    .ep-1 {
        width: 210px;
        margin-left: -3.4rem;
    }

    .mp-1 {
        width: 470px;
    }

    .nav-item-custom {
        border-right-width: 2px;
        border-right-color: white;
        border-right-style: solid;
    }
    .carrousel-h {
        height: 480px;
    }

}

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    
    .mp-1 {
        width: 650px;
    }

    .img-icon-grid-2 {
        width: auto;
        height: 120px;
        margin: 2rem;
    }

    .ep-1 {
        width: 270px;
        margin-left: -3.4rem;
        margin-bottom: 1rem;
    }

    .img-expo {
        width: 90%;
        margin-bottom: 0rem;
    }

    .sp-1 {
        width: 420px;
        margin-top: 6rem;
        margin-left: 1rem;
    }

    .mps {
        padding-left: 2rem;
    }

    .px-10 {
        padding-right: 20rem;
        padding-left: 20rem;
    }

    .carrousel-h {
        height: 470px;
        border-radius: 3em;
    }

}

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    .carousel-control-next {
        right: 4px;
    }

    .indications-text {
        padding-right: 12rem;
    }

    .sp-1 {
        width: 450px;
        margin-top: 9rem;
        margin-left: 3.5rem;
    }

    .carousel-control-prev {
        left: -12px;
    }

    .mp-1 {
        width: 690px;
    }

    .img-expo {
        width: 90%;
        margin-bottom: 0rem;
    }

    .fs-7 {
        font-size: 19px;
    }

    .px-10 {
        padding-right: 25rem;
        padding-left: 25rem;
    }

    .nav-link {
        padding-left: 3rem !important;
        width: 240px;
    }

}
