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

/* @font-face {
    font-family: 'gothambold';
    src: url('../../assets/fonts/gotham-bold-webfont.woff2') format('woff2'),
         url('../../assets/fonts/gotham-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothambook';
    src: url('../../assets/fonts/gotham-book-webfont.woff2') format('woff2'),
         url('../../assets/fonts/gotham-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_bookregular';
    src: url('../../assets/fonts/gotham-book-webfont.woff2') format('woff2'),
         url('../../assets/fonts/gotham-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothammedium';
    src: url('../../assets/fonts/gotham-medium-webfont.woff2') format('woff2'),
         url('../../assets/fonts/gotham-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_mediumregular';
    src: url('../../assets/fonts/gotham-medium-webfont.woff2') format('woff2'),
         url('../../assets/fonts/gotham-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothammedium_italic';
    src: url('../../assets/fonts/gotham-mediumita-webfont.woff2') format('woff2'),
         url('../../assets/fonts/gotham-mediumita-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */

@font-face {
    font-family: 'myriad_proregular';
    src: url('../../assets/fonts/myriadpro-regular-webfont.woff2') format('woff2'),
         url('../../assets/fonts/myriadpro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'aileronblack';
    src: url('../../assets/fonts/aileron-black-webfont.woff2') format('woff2'),
         url('../../assets/fonts/aileron-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'aileronregular';
    src: url('../../assets/fonts/aileron-regular-webfont.woff2') format('woff2'),
         url('../../assets/fonts/aileron-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
    font-size: 16px;
    overflow-x: hidden;
}
body {
    font-family: "Montserrat", sans-serif;
    background-color: #fff;
    color: #193254;
    font-size: 16px;
    position: relative;
}

p {
    font-weight: 500;
}

a, .Web-Header.Active .BoxLogo,
.Web-Header.Active .BoxLogo .Logo .Img,
.Web-Header, .BoxMenuPrincipal, .Web-Header .BoxLogo .Logo .Img,
.BoxProducto .BoxProducto-SideBar .SideBar-Link .BoxFigure{
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    letter-spacing: 1.5px;
    color: #000;
}

/* WEB UTILITIES */

.Web-Wrapper {
    display: block;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}
#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -100px;
}

.Img-Desktop{display: block;}
.Img-Mobile{display: none;}

.BoxMenuPrincipal .MenuLinks .LinkMenuClose{
    display: none;
}

.btn-default {
    border: 2px solid #ff989d;
    padding: 8px 15px;
    color: #ff989d;
    border-radius: 50px;
    max-width: 165px;
    text-align: center;
    font-weight: 600;
    text-decoration: none;
    margin-top: 2rem;
    text-transform: uppercase;
    display: inline-block;
    font-size: 0.8rem;
}
.btn-default:hover{
    background: #ff989d;
    color: #ffebed;
    text-decoration: none;
}

/* WEB HEADER /////////////////////////////////////////////////////////////*/

.Web-Header {
    padding: 23px 0;
    background-color: #fff;
}

.box_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.box_header .figure_logo {}
.box_header .figure_logo .logo_img {
    width: 230px;
}

.box_nav {}
.box_nav .header_nav {}
.box_nav .header_nav .nav_link {
    text-transform: uppercase;
    color: #193254;
    font-weight: 700;
    font-size: 1rem;
    margin-right: 25px;
}

.box_nav .header_nav .nav_link:hover {
    color: #58595B;
    text-decoration: none;
}

.box_nav .header_nav .nav_link:last-child {
    margin-right: 0;
}

.btnNavBurger {
    font-size: 30px;
    line-height: 30px;
    text-decoration: none;
}

.btnNavBurger:focus {
    color: initial;
    text-decoration: none;
}

.btnNavClose {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 30px;
    line-height: 29px;
    padding: 1rem;
}

.btnNavClose:focus {
    text-decoration: none;
    color: initial;
}

.box_nav.Active {
    display: block;
}

/* WEB FOOTER /////////////////////////////////////////////////////////////*/

.Web-Footer {
    background-color: #193254;
    padding: 35px 0 0px;
    color: #fff;
}

.footer_group {}
.footer_group .group_item {
    display: flex;
    margin-bottom: 30px;
}
.footer_group .group_item figure {
    margin-bottom: 0;
    margin-right: 10px;
}
.footer_group .group_item figure img {
    width: 33px;
}
.footer_group .group_item .item_text {}
.footer_group .group_item .item_text h4 {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.4rem;
    text-transform: uppercase;
    margin: 0;
}
.footer_group .group_item .item_text p {
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.5rem;
    margin: 0;
}

.footer_group .group_item .item_text a {
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.5rem;
    margin: 0;
    text-decoration: none;
    color: #fff;
}

.footer_group .group_item .item_text a:hover {
    color: #fff;
    text-decoration: none;
}

.footer_group .group_redes {
    text-align: center;
    width: 220px;
    margin-left: auto;
    margin-bottom: 60px;
}
.footer_group .group_redes h3 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.4rem;
    text-align: center;
}
.footer_group .group_redes .footer_redes {}
.footer_group .group_redes .footer_redes .redes_icon {
    color: #fff;
    text-decoration: none;
    font-size: 48px;
    line-height: 48px;
}

.footer_group .group_redes .footer_redes .redes_icon:hover {
    color: #99afcf;
}

.footer_group .group_redes .footer_redes .redes_icon i {}
.footer_group .text_copy {
    font-weight: 400;
    margin-bottom: 1.8rem;
}

/* WEB SLIDE/BANNER /////////////////////////////////////////////////////////////*/

.Web-slide {
    height: 625px;
    position: relative;
    border-top: 35px solid #E7F6FD;
    border-bottom: 35px solid #E7F6FD;
}

.bgCover {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bgCover_left {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bgCover_right {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bgHome {
    background-image: url('../../assets/img/seccion-banners/bg-home.jpg');
}

.slide_box_text {
    position: absolute;
    top: 295px;
    left: 0;
}
.slide_box_text .text {
    font-weight: 700;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.9rem;
}

/* WEB HOME END /////////////////////////////////////////////////////////////*/

.web-home-end {
    padding: 65px 0 140px;
}

.box_text_left .title {
    font-weight: 700;
    font-size: 2.1rem;
    line-height: 2.6rem;
    color: #193254;
}
.box_text_left .text {
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.6rem;
    color: #193254;
    text-align: justify;
}

/* WEB HOME - WELCOME /////////////////////////////////////////////////////////////*/

.web-welcome {
    padding: 65px 0;
}

.welcome_text {}
.welcome_text .title {
    font-weight: 700;
    color: #193254;
    font-size: 3.3rem;
    line-height: 3.9rem;
    margin-bottom: 40px;
}
.welcome_text .text {
    font-size: 1.3rem;
    line-height: 1.6rem;
    color: #193254;
    font-weight: 400;
    margin-bottom: 60px;
    width: 75%;
}
.welcome_text .subTitle {
    font-weight: 700;
    color: #193254;
    font-size: 3.3rem;
    line-height: 3.5rem;
    margin-bottom: 40px;
    width: 70%;
}


.box_item {
    width: 396px;
    max-width: 100%;
    height: 355px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
}

.bgColor {
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: #193254;
}

.box_item .text {
    font-weight: 700;
    color: #fff;
    font-size: 3.3rem;
    line-height: 3.9rem;
    text-align: center;
    position: absolute;
    z-index: 2;
}

.box_item:hover .bgColor {
    opacity: 0;
}

.box_item.bg01 {
    background-image: url('../../assets/img/home/home01.jpg');
}
.box_item.bg02 {
    background-image: url('../../assets/img/home/home02.jpg');
}
.box_item.bg03 {
    background-image: url('../../assets/img/home/home03.jpg');
}
.box_item.bg04 {
    background-image: url('../../assets/img/home/home04.jpg');
}
.box_item.bg05 {
    background-image: url('../../assets/img/home/home05.jpg');
}
.box_item.bg06 {
    background-image: url('../../assets/img/home/home06.jpg');
}

.bgFoodServices {
    background-image: url('../../assets/img/seccion-banners/bg-food-services.jpg');
}

.web-food-services {
    padding: 65px 0 0;
}

.web-food-services .box_text {
    margin-bottom: 80px;
}
.web-food-services .box_text .title {
    font-weight: 700;
    font-size: 3.3rem;
    line-height: 3.9rem;
    margin-bottom: 2rem;
}
.web-food-services .box_text .text {
    text-align: justify;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.6rem;
    width: 75%;
    margin-bottom: 2rem;
}

.bgContacto {
    background-image: url('../../assets/img/seccion-banners/bg-contacto.jpg');
}

.box_form {
    width: 821px;
    max-width: 100%;
    margin: 0 auto;
}

.form_header {
    background-color: #193254;
    color: #fff;
    padding: 37px 0;
    border-bottom: 8px solid #B3B3B3;
}
.form_header .form_title {
    font-size: 3.3rem;
    line-height: 3.9rem;
    font-weight: 700;
    text-align: center;
}

.form_body {
    background-color: #E7F6FD;
    padding: 50px 50px 100px;
}

.box_input {
    position: relative;
    margin-bottom: 40px;
}

.box_input:last-child {
    margin-bottom: 80px;
}

.box_input img {
    position: absolute;
    top: 10px;
    left: 0;
}

input {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #B3B3B3;
    padding: 20px;
    padding-left: 60px;
    font-family: 'aileronregular';
    font-size: 1.5rem;
    line-height: 1.4rem;
}

input:focus {
    outline: none;
}

.btnSubmit {
    background-color: #193254;
    color: #fff;
    border: none;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'aileronblack';
    text-transform: uppercase;
    font-size: 2.3rem;
    line-height: 2.3rem;
    border-radius: 10px;
    padding: 25px 75px;
    transition: all .5s ease;
}

.btnSubmit:hover {
    background-color: #B3B3B3;
}

.bgHistory {
    background-image: url('../../assets/img/seccion-banners/bg-history.jpg');
}

.web-select {
    background-color: #193254;
    padding: 26px 0;
}

.nav-pills .nav-link.active, 
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #193254 !important;
}

.nav-link {
    color: #99AFCF;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2rem;
    text-transform: uppercase;
}

.nav-link:focus {
    outline: none;
}

.nav-link_brands {
    font-size: 1.6rem !important;
    line-height: 1.6rem !important;
}

.nav-link:hover {
    color: #fff;
}

.web-tab-content {}

.history_modulo_01 {
    padding: 46px 0;
}

.title {
    font-weight: 700;
    font-size: 3.3rem;
    line-height: 3.9rem;
}

.title span {
    font-size: 3.3rem;
    line-height: 3.9rem;
    font-weight: 500;
    font-style: italic;
}

.text {
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.6rem;
}

.history_modulo_02 {
    background-color: #193254;
    color: #fff;
    padding: 30px 0;
}

.history_modulo_02 p.text {
    font-weight: 700;
    font-size: 3rem;
    line-height: 3.6rem;
    margin: 0;
}

.history_modulo_03 {
    background-color: #E7F6FD;
    padding: 80px 0;
}

.history_modulo_03 .box_manage {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.history_modulo_03 .text {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 3rem;
    text-align: center;
}

.history_modulo_04 {
    color: #fff;
    background-image: url(../../assets/img/about/history-modulo-04.jpg);
    padding: 135px 0;
}

.history_modulo_05 {
    padding: 100px 0 0;
}
.history_modulo_05 .box_overflow {
    height: 1250px;
    overflow-y: scroll;
}
.history_modulo_05 .box_overflow img {
    width: 820px;
    margin: 0 auto;
    display: block;
}

.our_mission_modulo_01 {
    padding: 40px 0 80px;
}

.mission_modulo_02 {
    padding: 130px 0;
    color: #fff;
}

.bgOurMission01 {
    background-image: url(../../assets/img/why-ballester/our-team-01.jpg) !important;
}

.bgOurMission02 {
    background-image: url(../../assets/img/about/bgOurMission02.jpg);
    color: #193254 !important;
}

.bgOurMission03 {
    background-image: url(../../assets/img/about/bgOurMission03.jpg);
}

.bgOurMission04 {
    background-image: url(../../assets/img/about/bgOurMission04.jpg);
    color: #193254 !important;
}


.values_modulo {
    padding: 98px 0;
    color: #fff;
}

.bgOurValues01 {
    background-image: url(../../assets/img/about/bgOurValues01.jpg);
}

.bgOurValues02 {
    background-image: url(../../assets/img/about/bgOurValues02.jpg);
    color: #193254 !important;
}

.bgOurValues03 {
    background-image: url(../../assets/img/about/bgOurValues03.jpg);
}

.bgOurValues04 {
    background-image: url(../../assets/img/about/bgOurValues04.jpg);
    color: #193254 !important;
}

.bgOurValues05 {
    background-image: url(../../assets/img/about/bgOurValues05.jpg);
}

.bgOurValues06 {
    background-image: url(../../assets/img/about/bgOurValues06.jpg);
    color: #193254 !important;
}

.slide_box_img {
    position: absolute;
    top: 285px;
    left: -55px;
}

.slide_box_img figure img {
    /*width: 360px;*/
}

.coverage_right_modulo_01 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.coverage_modulo_02 {
    background-color: #193254;
    color: #fff;
    padding: 30px 0;
}

.coverage_modulo_02 p.text {
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 3rem;
    margin: 0;
}

.ourTeam_modulo_01 {
    padding: 120px 0;
    color: #193254;
}

.ourTeam_modulo_02 {
    padding: 80px 0;
}

.ourTeam_modulo_02 p.text {
    width: 91%;
    text-align: center;
    margin: 0 auto;
}

.bgLeadership01 {
    background-image: url(../../assets/img/why-ballester/leadership-01.jpg);
}

.coverage_modulo_03 {
    padding: 60px 0;
}

.coverage_modulo_03 .text {
    font-weight: 500;
    font-size: 1.7rem;
    line-height: 1.7rem;
    margin-bottom: 0.5rem;
}

.content_island {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 10px;
}

.box_island {
    position: relative;
    text-align: center;
}

.box_island .island_text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 2.1rem;
    line-height: 2rem;
    font-weight: 300;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bgOurBrands {
    background-image: url(../../assets/img/seccion-banners/bg-our-brands.jpg);
}

.web-our-brands {
    padding: 90px 0;
}

.container_our_brands {
    width: 1060px;
    max-width: 100%;
    margin: 0 auto;
}

.container_our_brands .title {
    width: 85%;
}

.container_our_brands .text.text-center {
    font-weight: 700;
    font-size: 2.1rem;
    line-height: 2.6rem;
    width: 89%;
    margin: 0 auto;
}

.row_logos {
        display: flex;
    justify-content: center;
}
.row_logos .box_logo {
    width: 20%;
    height: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #193254;
    border-bottom: 1px solid #193254;
    border-left: 1px solid #193254;
    padding: 10px;
    overflow: hidden;
}

.row_logos .box_logo:last-child {
    border-right: 1px solid #193254;
}

#ourBrandsDefauld.Active {
    display: none;
}

.tab-content .tab-pane {
    /*padding: 90px 0;*/
}

.nav_BeerWineLiquor {
    gap: 50px;
}

.nav-pills .nav-link.subNav.active {
    color: #fff !important;
    background-color: #E7F6FD !important;
}

.subNav {
    color: #fff !important;
    background-color: #193254 !important;
    border-radius: 0 !important;
}

.subNav:hover {
    color: #fff !important;
    background-color: #E7F6FD !important;
}

.nav-item span.line_space {
    background-color: #193254;
}

.bgWhyBallester-coverage {
    background-image: url('../../assets/img/seccion-banners/bg-why-ballester-coverage.jpg');
}

.web-food-services_02 {
    background-color: #E7F6FD;
    padding: 65px 0;
}

.foodServices_text {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2.3rem;
    margin-left: 2rem;
}

.tab-content_padding {
    padding: 40px 0;
}

#bannerBrands {
    display: none;
}

#bannerBrands.Active {
    display: block;
}

.imgSliderDesk,
.imgSliderMob {
    width: 100%;
}

#ourBrandsDefauld {
    padding-top: 2rem;
}

.web-gracias {
    background-color: #B3B3B3;
    height: 60vh;
}

.gracias_wrapper_content {
    text-align: center;
    color: #fff;
}
.gracias_wrapper_content .title {
    font-weight: 600;
    font-size: 3.3rem;
    line-height: 3.9rem;
}
.gracias_wrapper_content .text {
    font-size: 1.3rem;
    line-height: 1.5rem;
}