body {
    font-family: 'Poppins';
    font-style: normal;
    background-color: #F9FAFB;
    margin-top: 72px;
    min-height: calc(100vh - 72px);
}

.navbar {
    position: fixed;
    width: 100%;
    top: 0;
    background: #E50416;
    height: 72px;
    z-index: 10;
}

.navbar .navbar-toggler {
    box-shadow: none;
}

.banner-pc {
    height: calc(100vh - 72px);
    object-fit: contain;
    width: 100%;
    background: #f0eee2;
}

.navbar .nav-item,
.footer .nav-item {
    padding: 10px 16px;
    align-items: center;
    border-radius: 8px;
}

.navbar .nav-item.highlight {
    background: rgba(255, 255, 255, 0.16);
}

.navbar .nav-item .nav-link,
.footer .nav-item .nav-link {
    color: #FFF !important;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding: 0;
}

.title {
    color: #2B2B2B;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    padding: 32px 0;
    text-align: center;
}

.title hr {
    border-top: 1px solid #2B2B2B;
    width: calc((100% - 524px) / 2);
}

.accordion-item {
    border: none;
    background: none;
    align-items: center;
}

.accordion-item .accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0.18px;
    color: #475467;
    margin: 18px 0;
    cursor: pointer;
}

.accordion-item .accordion-header[aria-expanded="true"] img {
    transform: rotate(180deg);
    filter: invert(23%) sepia(92%) saturate(6385%) hue-rotate(348deg) brightness(86%) contrast(112%);
}

.accordion-item .accordion-header img {
    width: 32px;
    height: 32px;
}

.accordion-text {
    border-radius: 8px;
    background: #F4F4F4;
    color: #000;
    text-align: justify;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.16px;
}

.accordion-text p,
.accordion-text ul {
    padding: 12px 35px;
    margin: 0;
}

.accordion-text table {
    margin: 12px 35px;
    width: -webkit-fill-available;
}

.accordion-text a {
    text-decoration: none;
}

.accordion-text ul {
    padding-left: 55px;
}

.footer {
    background: #E50416;
    padding: 20px 0;
}

.footer-logo img {
    width: 88px;
    height: 49px;
}

.footer .social {
    width: 156px;
    display: flex;
    justify-content: space-between;
}

@media (min-width: 768px) {
    .title {
        display: flex;
        align-items: center;
    }
    .title span {
        padding: 0 18px;
    }
    .drink-joy .part1,
    .drink-joy .part1 .background {
        height: 2000px;
        max-height: 451px;
    }
    .out-history-data .max-width-data, .out-history-data .max-width-data-txt {
        margin: 40px auto;
    }
    .border-history {
        border-right: 1px solid #E50416;
    }
    .drink-joy .part1 .text{
        padding-right: 150px !important;
    }
}

@media (max-width: 767px) {
    .part3 .text {
        margin: auto;
    }
    .footer .social {
        margin: 0 auto;
    }
    .drink-joy .part1,
    .drink-joy .part1 .background {
        height: 100%;
    }
    .drink-joy .part1 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .recipe-btn {
        width: 100%;
    }
    .out-history-data .max-width-data, .out-history-data .max-width-data-txt {
        margin: 0px auto 20px;
    }
}

@media (min-width: 992px) {
    .navbar {
        padding: 16px 0;
    }
    .navbar .navbar-brand img {
        width: 111px;
        height: 62px;
    }
}

@media (max-width: 991px) {
    .navbar .navbar-brand {
        padding: 0;
    }
    .navbar .navbar-brand img {
        height: 56px;
    }
    .navbar-collapse {
        background: #E50416;
        margin-top: 8px;
    }
}

#carouselProduct .title {
    color: #E50416;
    font-size: 34px;
    text-align: left;
}

#carouselProduct .img-prod {
    height: 600px;
}

#carouselProduct .icons img {
    width: 15%;
    margin-right: 10px;
    margin-top: 10px;
}

#carouselProduct .info {
    color: #000000;
    font-weight: 400;
    border-radius: 20px;
    padding: 35px;
    border: 1px solid #000;
    width: 100%;
    max-width: 370px;
    margin: auto;
}

#carouselProduct .info .first {
    text-align: center;
    font-size: 22px;
}

#carouselProduct .info .second,
#carouselProduct .info .end,
#carouselProduct .info table {
    font-size: 15px;
}

#carouselProduct .info table .line-1 {
    width: 20%;
}

#carouselProduct .info table .line-2,
#carouselProduct .info table .line-3 {
    width: 40%;
    text-align: center;
}

#carouselProduct .info table td {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

#carouselProduct .carousel-indicators {
    margin: 0;
    bottom: -2.5rem;
}

#carouselProduct .carousel-indicators [data-bs-target] {
    background-color: #000;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 8px;
}

#carouselProduct .carousel-control-prev,
#carouselProduct .carousel-control-next {
    background: transparent;
    width: max-content;
    height: max-content;
    margin: auto;
}

#carouselProduct .carousel-control-prev-icon,
#carouselProduct .carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    filter: invert(1);
}

.gray-text {
    color: #7a7a7a;
}

.drink-joy .part1 .text {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0.2px;
}

.drink-joy .part1 {
    position: relative;
    margin: 32px 0;
}

.drink-joy .part1 .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.drink-joy .part1 .center-all {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
}

.drink-joy .part1 .center-all img {
    width: 100%;
    max-width: 440px;
}

.drink-joy .part2 .text {
    text-align: center;
    color: #E50416;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 32px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.drink-joy .part2 .parti-part3 {
    width: 100%;
    max-width: 261px;
    height: 286px;
    margin: 0 auto 32px;
    position: relative;
    display: grid;
    align-items: end;
}

.drink-joy .part2 .parti-part3 img {
    object-fit: cover;
    border-radius: 8px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.drink-joy .part2 .parti-part3 .data {
    text-shadow: 0px 2px 4px rgba(16, 24, 40, 0.30), 0px 4px 8px rgba(16, 24, 40, 0.40);
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: -0.126px;
    text-align: center;
    color: #FFF;
    background-color: #E50416;
    padding-left: 20px;
    padding-right: 20px;
    height: 80px;
    align-content: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.part3 {
    /*background: #E50416;*/
    background-image: url("../imgs/KR-Banner-2-Web.png") ;
    background-size: cover;
    background-position: center;
    padding: 42px 0;
    margin-top: 0px;
    border-bottom: 1px solid #FFF;
}

.part3NUEVA {
    /*background: #E50416;*/
    background-image: url("../imgs/KR-Banner-2-Web.png") ;
    background-size: cover;
    background-position: center;
    padding: 42px 0;
    margin-bottom: 100px;
    border-bottom: 1px solid #FFF;
}


.part3NUEVA .text {
    width: 100%;
    max-width: 761px;
    color: #FFF;
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
    padding-right: 42px;
    padding-left: 20px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
}


.part3 .text {
    width: 100%;
    max-width: 760px;
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.part3 .phone {
    width: 100%;
    max-width: 370px;
    text-align: center;
    margin-left: auto;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 0;
    height: 100%;
    position: relative;
    top: 42px;
}

.part3 .imgs {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 354px;
    margin: auto;
}

.part3 .imgs img {
    width: 48%;
    max-width: 160px;
    border-radius: 15px;
}

.modal-dialog {
    width: auto;
    height: 100vh;
    max-width: 713px;
    max-height: 526px;
    border-radius: 16px;
    background: #FFF;
    position: relative;
    min-height: fit-content;
    margin-top: 4rem;
}

.modal-dialog .btn-close {
    position: absolute;
    padding: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.50);
    right: 0;
    top: -47px;
    pointer-events: auto;
    cursor: pointer;
}

.modal-dialog .info img {
    width: 100%;
    max-height: 60vh;
    object-fit: cover;
    object-position: top;
    border-radius: 16px 16px 0 0;
}

.modal-dialog .info .modal-text-background{
    width: 100%;
    height: 200px;
    padding: 0;
    background: url(../imgs/KR-Banner-1-Web.png) center;
    background-size: cover;
    position: absolute;
    z-index: -1;
    border-radius: 0 0 18px 18px;
}

.modal-dialog .info .text {
    padding-top: 24px;
    width: 100%;
    max-width: 647px;
    margin: auto;
    text-align: left;
}

.modal-dialog .info .text .text-1 {
    color: #E50416;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.18px;
}

.modal-dialog .info .text .text-2 {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.16px;
}

/** Our history*/
.out-history-bg {
    background-color: #FFF9F4;
}

.out-history {
    background: linear-gradient(240.95deg, #FF4554 68.31%, #C90313 95.03%);
}

.out-history .banner, .recipes-banner .banner {
    height: calc(100vh - 72px);
}

.out-history .ini-txt1 {
    font-weight: 400;
    font-size: 32px;
    line-height: 52px;
}

.out-history .ini-txt2 {
    font-weight: 700;
    font-size: 94px;
    line-height: 83px;
}

.out-history-data .max-width-data, .out-history-data .max-width-data-txt {
    width: 100%;
}

.out-history-data .max-width-data {
    max-width: 442px;
}

.out-history-data .max-width-data-txt {
    max-width: 356px;
}

.out-history-data .txt-title, .out-history-data .txt-info {
    line-height: 18px;
    text-align: justify;
    margin-bottom: .5rem;
}

.out-history-data .txt-title {
    font-size: 16px;
    font-weight: 700;
}

.out-history-data .txt-info {
    font-size: 12px;
    font-weight: 500;
}

.out-history-data .txt-info.middle {
    width: 100%;
    max-width: 242px;
    margin: 15px 0;
}

.out-history-data .txt-years {
    font-size: 80px;
    font-weight: 800;
    line-height: 110px;
    color: #FFF9F4;
    text-shadow: -1px 1px 0 #E50416, 1px 1px 0 #E50416, 1px -1px 0 #E50416, -1px -1px 0 #E50416;
    margin: 0px 16px;
}

.out-history-data .year-active {
    color: #E50416;
}

.out-history-data .middle-section {
    width: 100%;
    max-width: 605px;
    margin: 10px auto;
}

.out-history-data .middle-section .txt-info {
    text-align: center;
    width: 100%;
}

.out-history-data .middle-section-card {
    height: 95px;
    background-color: #E50416;
    padding: 14px;
    border-radius: 12px;
    color: #FFF;
    display: flex;
    align-items: center;
}

.out-history-data .middle-section-text {
    width: 100%;
    max-width: 478px;
    margin-left: auto;
    margin-right: auto;
}

.out-history-data .middle-section-text .middle-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    color: #000;
    text-align: center;
}

.out-history-data .middle-section-text .middle-title b {
    color: #E50416;
}

.out-history-data .just-border {
    height: 98px;
}

.out-history-data .end-section {
    width: 100%;
    background: #E50416;
    padding: 34px;
    border-radius: 12px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    color: #FFF;
}

.out-history-data .end-section .end-section-info {
    width: 100%;
    max-width: 417px;
}

.out-history .banner .bottle {
    z-index: 2;
    position: relative;
    width: 100%;
    bottom: 0;
}

.out-history .banner .linea {
    position: absolute;
    width: calc(100% - 30px);
    left: 15px;
    top: 50%;
    z-index: 0;
}

.years-div {
    margin: auto;
    width: 100%;
    max-width: 1110px;
    overflow: hidden;
}

.years-div .history-years {
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

/***Recipes***/
.recipes-banner {
    background: radial-gradient(57.61% 57.61% at 49.96% 19.23%, #FF4554 0%, #E50416 100%);
}

.recipes-banner .ini-txt1 {
    font-weight: 700;
    font-size: 72px;
    line-height: 50px;
}

.recipes {
    width: 100%;
    max-width: 1117px;
    background-color: #FFF;
    padding: 16px;
    border-radius: 32px;
    box-shadow: 0px 16px 48px 0px #0000000A;
    margin: 0 auto 1.5rem;
}

.recipes .recipe-info {
    width: 100%;
    max-width: 472px;
    margin: auto;
}
.recipes .recipe-info .recipe-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #061C3D;
}

.recipes .recipe-info .recipe-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #42526B;
}

.recipe-btn {
    display: inline-block;
    text-align: center;
    height: 48px;
    background-color: #E50416;
    border: 1px solid #E50416;
    color: #FFF !important;
    border-radius: 7px;
    padding: 0 32px;
    outline: none;
    font-size: 16px;
    line-height: 48px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

.recipe-btn img {
    margin-left: 10px;
    width: 24px;
    height: 24px;
}

/***Recipes detail***/
.recipes-detail-banner {
    height: calc(100vh - 72px);
    width: 100%;
    position: relative;
}

.recipes-detail-banner .text {
    text-align: center;
    width: 100%;
    height: 100%;
    color: #FFF;
    display: flex;
    font-weight: 700;
    font-size: 42px;
    line-height: 52px;
    background-color: #0D181E8A;
}

.recipes-detail-banner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    z-index: -1;
}

.recipes-detail .recipe-title, .recipes-detail .recipe-txt {
    line-height: 24px;
    color: #000000;
}

.recipes-detail .recipe-title {
    font-weight: 700;
    font-size: 24px;
}

.recipes-detail .recipe-txt {
    font-weight: 500;
    font-size: 16px;
}

.recipes-detail .recipe-middle {
    font-weight: 700;
    font-size: 18px;
}

.recipes-detail .recipe-card {
    box-shadow: 0px 16px 48px 0px #0000000A;
    margin-bottom: 1.5rem;
}

.recipes-detail .recipe-card .info {
    padding: 0 15px 15px;
    background-color: #FFF;
}
.recipes-detail .recipe-card .text {
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    color: #061C3D;
}

.pl-18 {
    padding-left: 18px;
}

.pr-18 {
    padding-right: 18px !important;
}

.pl-30 {
    padding-left: 30px;
}

.pr-30 {
    padding-right: 30px !important;
}


.relative {
    position: relative;
}

.br-16 {
    border-radius: 16px;
}

.br-top-16 {
    border-radius: 16px 16px 0 0;
}

.bg-transparent{
    background-color: transparent;

}

.alegria-body{
    background-image: url(../imgs/KR-Banner-1-Web.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.tyc-container{
    background-color: #FFF;
    padding: 50px;
    border-radius: 32px;
    box-shadow: -15px 16px 50px 0 rgba(0, 0, 0, 0.05);
    margin: 2rem auto;
}
.tyc-container h4{
    margin-top: 3rem;
    margin-bottom: 1rem;
}
.tyc-container li{
    margin-bottom: 1rem;
}
.tyc-container img{
    width: 100%;
    margin-bottom: 2rem;
    padding: 0 50px;
}
.tyc-container p{
    padding-left: 1.5rem;
    text-align: justify;
}
.tyc-container li{
    text-align: justify;
}
.tyc-container ul, .tyc-container ol{
    padding-left: 3.5rem;
}
