@charset "UTF-8";

/*--------------------------------------------------------------
>>> TABLA DE CONTENIDO:
----------------------------------------------------------------
# Normalize
# Links
# Transitions
# Utilities
# Header
# Header Sticky
# Panel Side Mobile
# Footer

# Hero
# Titulo
# Tabs
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@font-face {
    font-family: 'carenaregular';
    src: url('../../assets/fonts/carena-regular-webfont.woff2') format('woff2'),
         url('../../assets/fonts/carena-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Schibsted Grotesk';
    src: url('../../assets/fonts/SchibstedGrotesk-SemiBold.woff2') format('woff2'),
        url('../../assets/fonts/SchibstedGrotesk-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Schibsted Grotesk';
    src: url('../../assets/fonts/SchibstedGrotesk-ExtraBold.woff2') format('woff2'),
        url('../../assets/fonts/SchibstedGrotesk-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Schibsted Grotesk';
    src: url('../../assets/fonts/SchibstedGrotesk-Regular.woff2') format('woff2'),
        url('../../assets/fonts/SchibstedGrotesk-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


html {
    font-size: 16px;
    overflow-x: hidden;
}

body {
    font-family: 'Schibsted Grotesk';
    font-weight: normal;
    font-size: 16px;
    background-color: #fff9ea;
    color: #2d2d2d;
    position: relative;
}

p {
    font-size: 1.313rem;
    line-height: 1.75rem;
    font-weight: normal;
}

p.semiBold {
    font-weight: 600;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'carenaregular';
}

h2 {
    font-size: 3.25rem;
    line-height: 3rem;
}

img {
    max-width: 100%;
    height: auto;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a:hover, a:focus, a:active {
  color: #2d2d2d;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
# Transitions
--------------------------------------------------------------*/
a, img {
    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: normal;
    color: #2d2d2d;
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
.Main-Wrapper {
    display: block;
    position: relative;
}

.cta {
    font-family: 'Schibsted Grotesk';
    font-weight: bold;
    color: #2d2d2d;
    font-size: 1.438rem;
    line-height: 1;
    background-color: #f1c34a;
    padding: 20px 50px;
    border: 2px solid #2d2d2d;
    border-radius: 6px;
    text-decoration: none;
    display: block;
    width: max-content;
}

.cta:hover {
    color: #f1c34a;
    background-color: #2d2d2d;
    text-decoration: none;
}

.ctaFlotante {
    position: fixed;
    right: 56px;
    bottom: 37px;
    z-index: 10;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.Web-Footer {
    padding: 32px 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 20px;
    align-items: center;
}

.footer-grid .logo-footer {}
.footer-grid .copy {
    margin: 0;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.footer-grid .link-social {}

.instagram {
  display: inline-block;
  width: 34px;
  height: 34px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23eb7027' d='M7.8 2h8.4C19.4 2 22 4.6 22 7.8v8.4a5.8 5.8 0 0 1-5.8 5.8H7.8C4.6 22 2 19.4 2 16.2V7.8A5.8 5.8 0 0 1 7.8 2m-.2 2A3.6 3.6 0 0 0 4 7.6v8.8C4 18.39 5.61 20 7.6 20h8.8a3.6 3.6 0 0 0 3.6-3.6V7.6C20 5.61 18.39 4 16.4 4zm9.65 1.5a1.25 1.25 0 0 1 1.25 1.25A1.25 1.25 0 0 1 17.25 8A1.25 1.25 0 0 1 16 6.75a1.25 1.25 0 0 1 1.25-1.25M12 7a5 5 0 0 1 5 5a5 5 0 0 1-5 5a5 5 0 0 1-5-5a5 5 0 0 1 5-5m0 2a3 3 0 0 0-3 3a3 3 0 0 0 3 3a3 3 0 0 0 3-3a3 3 0 0 0-3-3'/%3E%3C/svg%3E");
}

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
.seccion_hero {
    position: relative;
    padding-top: 70px;
    padding-bottom: 180px;
    background-image: url('../../assets/img/fondo-verduras-frutas.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.seccion_hero .logo-principal {
    margin-bottom: 32px;
}

.seccion_hero h1 {
    font-size: 3.5rem;
    line-height: 3.25rem;
}

.seccion_hero p {
    max-width: 740px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 35px;
}

.seccion_hero .cta {
    margin-right: auto;
    margin-left: auto;
}

/*--------------------------------------------------------------
# Empresa
--------------------------------------------------------------*/
.seccion_empresa {
    padding: 90px 0;
}

.seccion_empresa h2 {
    margin-bottom: 35px;
}

.seccion_empresa p {
    max-width: 515px;
}

/*--------------------------------------------------------------
# Abastecer
--------------------------------------------------------------*/
.seccion_abastecer {
    background-color: #e3ecc6;
    padding: 90px 0;
}

.seccion_abastecer h2 {
    margin-bottom: 35px;
}

.seccion_abastecer .col-12 p:nth-of-type(2) {
    max-width: 840px;
    margin-right: auto;
    margin-left: auto;
}

.seccion_abastecer .cta {
    margin-right: auto;
    margin-left: auto;
}

.estructura-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: left;
    gap: 40px;
    margin: 50px 0;
}

.card-servicio {
    display: grid;
    grid-template-columns: 98px 1fr;
    gap: 35px;
}

.card-servicio .card-content h3 {
    font-family: 'Schibsted Grotesk';
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.563rem;
    margin-bottom: 20px;
}

.card-servicio .card-content p {
    font-size: 1.125rem;
    line-height: 1.563rem;
}

/*--------------------------------------------------------------
# Mayorista
--------------------------------------------------------------*/
.seccion_mayorista {
    background-color: #b1c472;
}

.seccion_mayorista h2 {
    margin-bottom: 35px;
}

.mayorista_container {}
.mayorista_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.mayorista_grid .box_left {
    padding: 90px 120px 90px 162px;
    width: max-content;
    margin-left: auto;
}

.mayorista_grid .box_right .imagen_full {
    width: 100%;
    height: 577px;
    object-fit: cover;
}

/*--------------------------------------------------------------
# Contacto
--------------------------------------------------------------*/
.seccion_contacto {
    padding: 90px 0;
    background-image: url('../../assets/img/fondo-verduras-frutas-02.jpg');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    background-color: #f2ead3;
}

.seccion_contacto .cta {
    margin-right: auto;
    margin-left: auto;
}

.seccion_contacto .col-12 p:last-of-type {
    max-width: 840px;
    margin-right: auto;
    margin-left: auto;
}

.seccion_contacto .estructura-grid {
    margin: 50px auto;
    max-width: 800px;
}

.card-contacto {
    display: grid;
    grid-template-columns: 98px 1fr;
    gap: 35px;
    align-items: center;
}

.card-contacto .card-content h3 {
    font-family: 'Schibsted Grotesk';
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.563rem;
    margin-bottom: 5px;
}

.card-contacto .card-content p {
    font-size: 1.125rem;
    line-height: 1.563rem;
}

.card-contacto .card-content p a {}

/*--------------------------------------------------------------
# Carrusel
--------------------------------------------------------------*/
.seccion_carrusel {
    padding: 29px 0;
}

.carrusel-container {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
}

.carru-text {
    font-family: 'Schibsted Grotesk';
    font-weight: bold;
    font-size: 1.688rem;
    line-height: 2rem;
    margin: 0;
    text-align: center;
}

.carru-text .bullet {
    display: inline-block;
    margin: 0 30px;
}