/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on April 4, 2025 */


:root {
    --green-main: #006a32;
    --green-accent: #D9F37C;
    --green-second: #0E8F40;
    --grey-corp: #CBCBCB;
    --text-black: #151515;
}


@font-face {
    font-family: 'futurand-light';
    src: url('fonts/futura-nd-light-webfont.woff2') format('woff2'),
         url('fonts/futura-nd-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futurand-lightobli';
    src: url('fonts/futura-nd-light-oblique-webfont.woff2') format('woff2'),
         url('fonts/futura-nd-light-oblique-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

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

@font-face {
    font-family: 'futurandbook-obli';
    src: url('fonts/futura-nd-book-oblique-webfont.woff2') format('woff2'),
         url('fonts/futura-nd-book-oblique-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

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

@font-face {
    font-family: 'futurandbook-obli';
    src: url('fonts/futura-nd-book-oblique-webfont.woff2') format('woff2'),
         url('fonts/futura-nd-book-oblique-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

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

@font-face {
    font-family: 'futurand-mediumobli';
    src: url('fonts/futura-nd-medium-oblique-webfont.woff2') format('woff2'),
         url('fonts/futura-nd-medium-oblique-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'futuranddemibold';
    src: url('fonts/futura-nd-demibold-webfont.woff2') format('woff2'),
         url('fonts/futura-nd-demibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'futurand-bold';
    src: url('fonts/futura-nd-bold-webfont.woff2') format('woff2'),
         url('fonts/futura-nd-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'futurand-boldobli';
    src: url('fonts/futura-nd-bold-oblique-webfont.woff2') format('woff2'),
         url('fonts/futura-nd-bold-oblique-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


.wow.animate__fadeInLeft.animate__animated, .wow.animate__fadeInRight.animate__animated {
    animation-duration: 2.2s; /* default Animate.css is 1s */
    animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.wow.animate__fadeInUp.animate__animated {
    animation-duration: 1.2s; /* default Animate.css is 1s */
    animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.wow.animate__fadeIn.animate__animated {
    animation-duration: 1.4s; /* default Animate.css is 1s */
    animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.mapa-green, .bottles-posibilities, .forest {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    opacity: 1;
    transition: none;
    visibility: hidden;
}

.zoom-out {
    /* We don't animate immediately anymore */
}

.mapa-green.animate__animated.zoom-out,
.bottles-posibilities.animate__animated.zoom-out,
.forest.animate__animated.zoom-out
 {
    animation: zoom-Out 3s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

@keyframes zoom-Out {

    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1.5);
    }
    100% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
        visibility: visible;
    }
}


body {
    margin:0;
    padding:0;
    font-family: 'futurandbook', sans-serif;
    font-size: 14px;
}

a:link, a:visited {
	color: inherit;
}

h1, h2, h3, h4, h5 {
    font-weight:normal;
}

body p {
 letter-spacing: .02em;
}

strong {
    font-weight: normal;
    font-family: 'futurand-medium', sans-serif;
}

i.strong {
 font-family: 'futurand-mediumobli', sans-serif;
}

header {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index:4;
}

.cont-header {
    width:90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
    position: relative;
}

.cont-header .logo {
    width:165px;

}

.cont-header .logo img {
    width:100%;
    height:auto;
}

.cont-header .main-menu .menu-wrapper {
  position: relative;
}

.cont-header .main-menu {
    display: flex;
    position: static;
    flex-direction: row;
    background: none;
    list-style:none;
}


.cont-header .main-menu li {
    margin: 0 0 0 32px;
    font-size: 19px;
    letter-spacing: 0.01em;
}


.cont-header .main-menu li a {
    text-decoration: none;
    color:white;
    transition: color .3s ease;
}

.cont-header .main-menu li a span.underl {
    border-bottom: 1px solid var(--green-accent);
    display: block;
    width: 0;
    transition: all .3s ease;
    height:4px;
}

.cont-header .main-menu li a:hover {
    text-decoration: none;
    color:var(--green-accent);
}

.cont-header .main-menu li a:hover span.underl {
    width: 100%;
}

.cont-header  .sandwich {
    display: none;
  }


.cont-hero {
    background-color: #000000;
    height:760px;
    width:100%;
    position:relative;
    overflow:hidden;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position-x: 100px;
    display:flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.cont-hero .wrap-vid {
    position: relative;
    width:100%;
    height:100%;
    z-index:1;
}

.cont-hero .wrap-vid video {
    width:100%;
}

.cont-hero .wrap-hero-info {
    position: relative;
    width:100%;
    margin-left: -100%;
    z-index:3;
}

.cont-hero .wrap-vid::after {
    content: "";
    position: absolute;
    top:0;
    left:0;
    background-color: rgba(0, 0, 0, .7);
    width: 100%;
    height:100%;   
}

.hero {
    height:100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    color: white;
    height: 100%;
    margin-top: 100px;
}

.hero .content-info {
    text-align:center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index:2;
    width: 60%;
}

.hero .content-info h1 {
    font-family: 'futuranddemibold', sans-serif;
    font-weight:normal;
    font-size:48px;
}

.hero .content-info h1 .accent {
    color:var(--green-accent);
}

.hero .content-info p {
    font-size: 20px;
    margin: 0 0 32px;
    line-height: 1.7em;
    font-family: 'futurandbook';
    width: 64%;
}

.hero .content-info .button-basic {
    align-self: center;
}

.hero .logo-eglass {
    margin: 0px 0 40px 0;

}

.hero .logo-eglass img {
    width: 199px;
    margin:0 auto;
    
}

.button-basic {
    border:1px solid var(--green-accent);
    border-radius: 150px;
    padding:11px 33px 12px;
    font-size: 16px;
    font-family: 'futurand-medium', sans-serif;
    color:var(--green-accent);
    text-align: center;
    width:fit-content;
    cursor:pointer;
    transition: all .3s ease;
}

.button-basic a {
	text-decoration: none;
}

.button-basic.small {
	padding: 10px 24px 11px;
	font-size: 15px !important;
}

.button-basic:hover {
    color:var(--text-black);
    border:1px solid var(--green-accent);
    background-color: var(--green-accent);
}

.button-basic.dark {
    border:1px solid var(--text-black);
    color:var(--text-black);
}

.button-basic.icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding:11px 25px 12px;
}

.button-basic.icon svg {
   width:15px;
   height:auto;
   margin-right:10px;
}

.button-basic.icon.dark:hover {
    border:1px solid var(--green-main);
    color:white;
    background-color: var(--green-main);
}

.button-basic.icon.black:hover {
    border:1px solid var(--green-main);
    color:white;
    background-color: var(--green-main);
}

.button-basic.icon.dark:hover svg,
.button-basic.icon.black:hover svg {
    color:white;
    transform: rotate(90deg);
}

.button-basic.icon.dark svg {
    color:var(--green-main);
    transition: all .3s ease;
 }

 .button-basic.icon.black svg {
    color:#111111;
    transition: all .3s ease;
 }

.button-basic.icon.white svg {
    color:white;
    transition: all .3s ease;
 }

.button-basic.icon.dark {
    border:1px solid var(--green-main);
    color:var(--green-main);
} 

.button-basic.icon.black{
    border:1px solid #111111;
    color:#111111;
} 

.button-basic.icon.white {
    border:1px solid white;
    color: white;
} 

.button-basic.icon.white:hover {
    border:1px solid var(--green-accent);
    color: var(--text-black);
} 

.button-basic.icon.white:hover svg {
    color: var(--text-black);
    transform: rotate(90deg);
}

.button-basic.dark.filled {
    border:0;
    background-color: var(--green-accent);
    color:var(--text-black);
    padding:13px 33px 14px;
}

form .button-basic.styled-butt {
    all: unset; 
}

.button-basic.dark.filled:hover{
    border:0;
    background-color: var(--green-main);
    color:white;
}

.button-basic.dark.filled:hover svg {
    color:white;
    transform: rotate(90deg);
}

.button-basic.dark.filled.small{
    padding:10px 25px 11px;
}

.button-basic.icon.small svg {
    width:12px;
}


.world-map {
    background-color: #cccccc;
    color: var(--text-black);
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    height: 748px;
    background-image: radial-gradient(circle at 50% 100%, #d6d9da, #aaaeb1);
    text-align: center;
}


.world-map .wrap-vid {
    width: 100%;
    height:100%;
    overflow: hidden;
}


.world-map img {
	margin-bottom: -170px;
}

.world-map .wrap-vid #scrollVideo  {
    height: 100%;
    margin-bottom: 0;
}

.world-map .content-info {
	width: 100%;
    margin-left: -100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    align-self: center;
    margin-top: 55px;
    padding-left: 6%;
    padding-right: 60%;
    box-sizing: border-box;
}


.world-map  .content-info h1 {
    font-family: 'futuranddemibold', sans-serif;
    font-weight: normal;
    font-size: 42px;
    margin-bottom: 1px;
	letter-spacing: -0.01em;
	color: var(--green-main);
    text-align: left;
}

.world-map  .content-info p {
    font-size: 21px;
    margin-top: 15px;
    letter-spacing: -0.006em;
    text-align: left;
    line-height: 1.6em;
}

.sustentabilidad {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sustentabilidad .content {
    width:50%;
    aspect-ratio: 1/1;
    background-color: var(--green-second);
    display:flex;
    justify-content: center;
    align-items: center;
}

.sustentabilidad .content .wrap-content {
    color:white;
    text-align: left;
    width:65%;
    height: fit-content;
}

.sustentabilidad .content .wrap-content .button-basic {
    margin-top:50px;
}

.sustentabilidad .photo {
    width:50%;
    aspect-ratio: 1/1;
    overflow: hidden;
}

.sustentabilidad .photo img {
    height:100%;
    width:auto;
}

.sustentabilidad .content .wrap-content  h2 {
    font-family: 'futuranddemibold', sans-serif;
    font-weight:normal;
    font-size:43px;
    line-height: 1.2em;
}

.sustentabilidad .content  .wrap-content p {
    font-weight:normal;
    font-size:17px;
    line-height: 1.5em;
}



.procesos {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.procesos .content {
    width:50%;
    aspect-ratio: 1/1;
    background-color: var(--green-accent);
    display:flex;
    justify-content: center;
    align-items: center;
    order:2;
}

.procesos .content .wrap-content {
    color:var(--text-black);
    text-align: left;
    width:65%;
    height: fit-content;
}

.procesos .content .wrap-content .button-basic {
    margin-top:50px;
}

.procesos .photo {
    width:50%;
    aspect-ratio: 1/1;
    overflow: hidden;
}

.procesos .photo img {
    height:100%;
    width:auto;
}

.procesos .content .wrap-content  h2 {
    font-family: 'futuranddemibold', sans-serif;
    font-weight:normal;
    font-size:43px;
    line-height: 1.2em;
}

.procesos .content  .wrap-content p {
    font-weight:normal;
    font-size:17px;
    line-height: 1.5em;
}

.wrap-quote {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width:100%;
}

.wrap-quote .content {
    width:50%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    box-sizing: border-box;
}

.wrap-quote .content .quote-mark {
    width:30%;
}

.wrap-quote .content .quote-mark img {
    width:140px;
    height:auto;
}

.wrap-quote .content .info {
    width:70%;
}

.wrap-quote .content .info .thumb {
    width:100px;
    height:auto;
}

.wrap-quote .content .info  p {
    font-size:27px;
    line-height: 1.4em;
    letter-spacing: 0.01em;
	font-family: 'futurandbook-obli', sans-serif;
}

.wrap-quote .content .info  .button-basic {
    margin-top:50px;
}

.wrap-quote .content .info .susbrb {
    display:block;
    font-size:16px;
    margin-top:26px;
}

.wrap-quote .photo {
    width:50%;
    padding-top: 6%;
    box-sizing: border-box;
    overflow:hidden;
}

.wrap-quote .photo img {
    width:100%;
    height:auto;
    margin-left:140px;
}

.products {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width:100%;
    margin:100px 0;
}

.products h2 {
    font-size: 45px;
    color: var(--text-black);
    font-family: 'futuranddemibold', sans-serif;
    margin-bottom: 22px;
}

.products p {
    font-size:22px;
    color:var(--text-black);
    margin: 0 0 70px 0;
    letter-spacing: 0;
}

.products .wrap-products {
    width:83%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.products .wrap-products .card-product a {
	text-decoration: none;
}

.products .wrap-products .card-product {
    position: relative;
    width:32%;
    overflow: hidden;
    aspect-ratio: 6 / 9;
    display: flex;
    justify-content: center;
}

.products .wrap-products .card-product:hover img { 
    transform:scale(1.1);
}

.products .wrap-products .card-product:hover span { 
    margin-left:16px;
}


.products .wrap-products .card-product img {
    height: 100%;
    width: auto;
    display: block;
    transition: transform .6s ease;
}

.products .wrap-products .card-product span {
    position:absolute;
    top:50px;
    left:30px;
    font-family: 'futuranddemibold', sans-serif;
    color:white;
    font-size:31px;
    z-index:5;
    transition: margin .6s ease;
}

.products .wrap-products .card-product.idpr span {
    color:var(--text-black);
}

.marcas h2 {
    font-size: 28px;
    color:var(--text-black);
    font-family: 'futurand-medium', sans-serif;
    margin-bottom:60px;
    text-align: center;
}

.marcas {
    width:100%;
    display: flex;
    justify-content: center;
    align-items:center;
    flex-direction: column;
    margin: 140px 0 160px;
}

.marcas .marcas-logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width:75%;
}

.marcas .marcas-logos img {
   display:block;
   height:auto;
   width: 102px;
}

 .marcas .marcas-logos img.antonini {
    width:128px;
 }

 .marcas .marcas-logos img.allglass {
    width:80px;
 }

 .cotizar {
    background-color: var(--text-black);
    height:690px;
    display:flex;
    justify-content: flex-start;
    align-items:center;
    background-image: url(images/bottle-black-thin.jpg);
    background-size: cover;
    background-repeat: no-repeat;
 }

 .cotizar .wrap-cotizar {
    width:40%;
    padding-left:8%;
 }

  .cotizar .wrap-cotizar .wrap-form div {
   margin:14px 0;
 }

.cotizar .wrap-cotizar .wrap-form  div label {
   display:block;
   color:rgb(244, 244, 244);
 }

 .cotizar .wrap-cotizar .wrap-form input {
   border:1px solid #333333;
   height:44px;
   width:390px;
   background-color: transparent;
   padding-left: 8px;
   font-family: 'futurandbook', sans-serif;
    font-size: 14px;
    border-radius: 8px;
    color:#bdbdbd;
 }

 .cotizar .wrap-cotizar .wrap-form textarea {
   border:1px solid #333333;
   height:84px;
   width:390px;
   background-color: transparent;
   padding-left: 8px;
   padding-top: 8px;
   font-family: 'futurandbook', sans-serif;
   font-size: 14px;
   border-radius: 8px;
   margin-bottom:15px;
   color:#bdbdbd;
 }

 .cotizar .wrap-cotizar h2 {
    color: white;
    font-size: 46px;
    font-family: 'futuranddemibold', sans-serif;
    line-height: 1.2em;
    margin-bottom: 50px;
 }

 .cotizar .wrap-cotizar .wrap-form textarea:hover,
 .cotizar .wrap-cotizar .wrap-form input:hover {
    border:1px solid #777777;
 }

.cotizar .wrap-cotizar .wrap-form textarea::placeholder,
 .cotizar .wrap-cotizar .wrap-form input::placeholder {
    color:#bdbdbd;
 }

 .cotizar .wrap-cotizar .note {
    color: white;
    font-size: 14px;
    font-family: 'futurand-light', sans-serif;
    margin-top: 90px;
    display: block;
    letter-spacing: 0.02em;
    line-height: 1.6em;
 }

 .noticias {
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 100px 0;
 }

 .noticias h2 {
    font-size:27px;
    text-transform: uppercase;
    font-family: 'futurand-medium', sans-serif;
    text-align: left;
    width: 88%;
 }

 .noticias .wrap-noticias {
    width:88%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
 }

  .noticias .wrap-noticias.page-noticias {
    flex-wrap: wrap;
 }

  .noticias .wrap-noticias a {
    text-decoration: none;
 }

 .noticias .wrap-noticias .noticia {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width:30%;
    padding: 30px 0 50px;
    border-bottom:1px solid var(--text-black);
 }

  .noticias .wrap-noticias .noticia .wrap-img {
    width:100%;
    aspect-ratio: 4/2.6;
    overflow:hidden;
    position: relative;
 }


 .noticias .wrap-noticias .noticia .wrap-img img {
    width:100%;
    height:100%;
    object-fit: cover;
    display:block;
 }

 .noticias .wrap-noticias .noticia h3 {
    font-size:25px;
    font-family: 'futuranddemibold', sans-serif;
    margin-bottom: 15px;
    margin-top: 42px;
 }

 .noticias .wrap-noticias .noticia p {
    font-size: 16px;
    margin-top: 4px;
    margin-bottom: 27px;
    line-height: 1.6em;
    letter-spacing: 0;
 }

 footer {
    background-color: var(--text-black);
    padding: 65px 0 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:white;
    position: relative;
    overflow: hidden;
 }

 footer::after {
    content: url(images/iso-white.svg);
    opacity: .05;
    width: 900px;
    height: auto;
    position: absolute;
    left: 50%;
    top: -300px;
    margin-left: -280px;
    z-index:1;
 }

 footer .wrap-footer {
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    width:88%;
    position: relative;
    z-index:2;
 }

 footer .wrap-footer .logo-footer { 
    width:180px;
}

footer .wrap-footer .logo-footer img { 
    width:100%;
    height:auto;
}

footer .wrap-footer .nav-footer { 
    list-style: none;
    margin:0;
    padding:0;
    padding-left: 30%;
}

footer .wrap-footer .nav-footer li { 
    margin: 0 0 18px 0;
    display:block;
}

footer .wrap-footer .nav-footer li a { 
    text-decoration: none;
    color:var(--green-accent);
    font-size: 16px;
    font-family: 'futurandbook', sans-serif;
    transition: all .3s ease;
}

footer .wrap-footer .nav-footer li a:hover { 
    color:white;
    margin-left:6px;
}

footer .wrap-footer .address { 
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}

footer .wrap-footer .address a { 
    color:var(--green-accent);
    text-decoration: none;
    display:block;
    font-family: 'futurandbook', sans-serif;
    font-size: 14px;
    margin-bottom: 14px;
}

footer .wrap-footer .address a:hover { 
    text-decoration: underline;
}

footer .wrap-footer .address span { 
    display:block;
    margin-bottom: 14px;
    line-height: 2em;
}

footer .wrap-footer .rights { 
    font-family: 'futurandlight', sans-serif;
    font-size: 13px;
    align-items: center;
    display: flex;
    opacity: .7;
    letter-spacing: 0.015em;
}

footer .wrap-footer .second-nav { 
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 30%;
}

footer .wrap-footer .second-nav a { 
    color:white;
    text-decoration: none;
    font-family: 'futurandbook', sans-serif;
    font-size: 14px;
    letter-spacing: 0.02em;
}

footer .wrap-footer .second-nav a:hover { 
    text-decoration: underline;
}

footer .wrap-footer .second-nav a:first-child::after { 
    content: "|";
    margin:0 6px;
    font-family: 'futurandbook', sans-serif;
    font-size: 13px;
    display: inline-block;
}

footer .wrap-footer .social { 
 display:flex;
 justify-content:flex-end;
 align-items: center;
}

footer .wrap-footer .social svg { 
 color:var(--green-accent);
 width: 26px;
 height:auto;
 margin-left:30px;
 transition: all .3s ease;
 cursor: pointer;
}

footer .wrap-footer .social svg:hover { 
    color:white;
    transform: scale(1.2);
}

.cont-hero-int {
    background-color: #000000;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.cont-hero-int header {

}

.hero-int {
    height:350px;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.hero-int::after {
    content: '';
    background-color: rgba(0, 0, 0, .4);
    background-image: linear-gradient(to right, rgba(0,0,0,.6), rgba(0,0,0,0));
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height:100%;
    z-index: 2;
}

.hero-int.about {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

.hero-int img {
    width: 100%;
    display: block;
}

.hero-int .wrapper {
    width: 100%;
    margin: 0 auto;
    display: flex;
    z-index: 3;
    margin-left: -95%;
    position: relative;
}

.hero-int h1 {
    font-family: 'futuranddemibold', sans-serif;
    font-weight: normal;
    font-size: 42px;
    color:white;
}

.breadcrumb {
    height:70px;
    font-size: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left:78px;
    letter-spacing: -0.02em;
    background-color: #f9f9f9;
    border-bottom: 1px solid #e7e7e7;
}

.breadcrumb a {
    text-decoration: none;
    color:#333333;
}

.breadcrumb a::after {
    content: '/';
    display: inline-block;
    margin: 0 13px;
}

.breadcrumb span {
    color: var(--green-main);
    display: block;
	font-family: 'futurand-regular', sans-serif;
}

.breadcrumb p {
    color:var(--green-main);
   font-family: 'futurand-regular', sans-serif;
   letter-spacing: -0.02em;
}


.pavisa {
    margin:0;
}

.pavisa .wrapper {
    width:100%;
    margin:0 auto 30px auto;
    display:flex;
    justify-content: flex-start;
    align-items: flex-end;
    height:536px;
}

.pavisa .wrapper .photo {
    width:100%;
    height:100%;
    overflow: hidden;
}

.pavisa .wrapper .photo img {
    width:100%;
    height: auto;
}

.pavisa .wrapper .content-block {
    width:100%;
    position: relative;
    z-index:3;
    margin-left:-100%;
    display:flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.pavisa .wrapper .wrap-content-block {
    background-color: white;
    width: 529px;
    height: 120%;
    padding: 90px 65px 0 65px;
    margin-right: 70px;
}

.pavisa .wrapper .wrap-content-block .logo-pavisa {
    width:120px;
    height:auto;
    display: block;
    margin-bottom: 30px;
}

.pavisa .wrapper .wrap-content-block p,
.pavisa .wrapper .wrap-content-block div
 {
    font-size: 15px;
    line-height: 1.7em;
    color: #333333;
    font-family: 'futurandbook', sans-serif;
    letter-spacing: -.003em;
}

.mision {
    margin: 116px 0 0;
}

.mision .wrapper {
    width:80%;
    margin: 0 auto;
    display:flex;
    justify-content: space-between;
    align-items: flex-start;
}

.mision .wrapper .content-text {
   width:60%;
   margin-top: 46px;
}

.mision .wrapper .content-text div  {
    display:flex;
}

.mision .wrapper .content-text .mision {
    border-bottom: 1px solid rgba(200, 200, 200, .4);
   padding-bottom: 60px;
   margin-bottom: 60px;
}

.mision .wrapper .content-text div h2 {
    font-size: 32px;
    font-family: 'futuranddemibold', sans-serif;
    color:var(--green-second);
    margin:0;
}

.mision .wrapper .photo {
    align-items: flex-end;
    width: 40%;
    displaY: flex;
    justify-content: flex-end;
}

.mision .wrapper .photo img {
    width: 420px;
    margin-bottom: 0;
}


.mision .wrapper .content-text div p {
    font-size: 16px;
    line-height: 1.7em;
    color: #333333;
    font-family: 'futurandbook', sans-serif;
    letter-spacing: -.003em;
    margin-left: 50px;
}


.industria-vidrio {
    width:100%;
    height:700px;
    display: flex;
    justify-content: flex-start;
}

.industria-vidrio .photo {
    width:100%;
    height:100%;
    overflow:hidden;
    position: relative;
}

.industria-vidrio .photo img {
    width: auto;
    display: block;
    height: 100%;
}

.industria-vidrio .wrapper {
    width:100%;
    margin-left:-100%;
    position:relative;
    z-index:3;
    height:100%;
    overflow:hidden;
    display: flex;
    justify-content: flex-end;
}

.industria-vidrio .wrapper .content-text {
    width:50%;
    background-color:  rgba(6, 118, 49, 0.8);
    padding:0 90px;
    height:100%;
    box-sizing: border-box;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.industria-vidrio .wrapper .content-text h2 {
    color: white;
    font-size: 40px;
    font-family: 'futuranddemibold', sans-serif;
    margin: 0;
    line-height: 1.25em;
    margin-bottom: 19px;
}

.industria-vidrio .wrapper .content-text p {
    color: white;
    font-size: 16px;
    line-height: 1.8;
    font-family: 'futurandbook', sans-serif;
}


.quote {
    margin: 100px 0;
}

.quote .wrapper {
    width:84%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
}

.quote .wrapper .content-text {
    width:58%;
    background-color: white;
    z-index:3;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: -4%;
    height: fit-content;
    box-sizing: border-box;
    padding: 0 80px 51px 47px;
}

.quote .wrapper .content-text img {
    width:150px;
    height:auto;
    display: block;
    margin: 20px 0;
    margin-left: -90px;
}

.quote .wrapper .content-text p {
    color:#444444;
    font-size: 21px;
    line-height: 1.8;
    font-family: 'futurandbook', sans-serif;
    letter-spacing: -.003em;
}

.quote .wrapper .content-text p::after {
    content:'';
    border-bottom:1px solid rgba(100, 100, 100, .7);
    width: 12%;
    height: 41px;
    display: block;
}

.quote .wrapper .photo {
    width:48%;
    position: relative;
}

.quote .wrapper .photo img {
    width:100%;
   display:block;
}

.triple-impacto {
    background-color: rgba(160, 180, 200, 0.2);
    width:100%;
    padding:90px 0;
}

.triple-impacto .wrapper {
    width:84%;
    margin:0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

.triple-impacto h3 {
    color: #333333;
    font-size: 30px;
    font-family: 'futuranddemibold', sans-serif;
    text-align: center;
    line-height: 1.4em;
	width: 70%;
    margin: 0 auto;
    margin-bottom: 29px;
}

.triple-impacto .wrapper .box-item {
    width:30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.triple-impacto .wrapper .box-item div { 
    display: flex;
    height: 193px;
}

.triple-impacto .wrapper .box-item div h4 { 
    color: var(--green-accent);
    font-size: 77px;
    font-family: 'futuranddemibold', sans-serif;
    text-align: center;
    margin-left: -20%;
    margin-top: .8em;
}

.triple-impacto .wrapper .box-item div img { 
    
}

.triple-impacto .wrapper .box-item span { 
    font-size: 16px;
    color:#333333;
    font-family: 'futurandbook', sans-serif;
    width:60%;
    text-align: center;
    line-height: 1.6em;
}


.eglass {
    background-color: #F3F3F4;
    margin: 0;
}

.eglass .wrapper {
    width:84%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
	height: 650px;
}

.eglass .content-block {
    width:54%;
    padding-right:39px;
    box-sizing: border-box;
}

.eglass .content-block h2 {
    color: #333333;
    font-size: 44px;
    font-family: 'futuranddemibold', sans-serif;
    letter-spacing: -.008em;
    line-height: 1.2em;
}

.eglass .content-block p {
    color: #333333;
    font-size: 17px;
    font-family: 'futurandbook', sans-serif;
    line-height:1.7em;
    margin:30px 0;
    letter-spacing: -.003em;
    width: 80%;
}

.eglass .content-block img {

}

.eglass .photo {
    width:46%;
}

.eglass .photo img {
    width:100%;
    height:auto;
    display: block;
}

.phases {

}

.phases .wrapper {
    width:100%;
    display:grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
}

.phases .wrapper .item {
    width:100%;
    position: relative;
    background-color:white;
    padding:50px 140px 80px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.phases .wrapper .item.greenlight {
    background-color: var(--green-accent);
}

.phases .wrapper .item.greenlight span {
    color:var(--green-main);
}

.phases .wrapper .item.greenmain {
    background-color: var(--green-main);
}

.phases .wrapper .item.greenmain span {
    color: rgba(217, 243, 107, 0.5);
}

.phases .wrapper .item.greenmain p{
    color: white;
}

.phases .wrapper .item.greenmain h3 {
    color: white;
}

.phases .wrapper .item h3 {
    text-align: center;
    color: #222222;
    font-size: 25px;
    font-family: 'futuranddemibold', sans-serif;
    line-height:1.3em;
    width:70%;
    margin-bottom: 15px;
}

.phases .wrapper .item p {
    text-align: center;
    color: #333333;
    font-size: 16px;
    font-family: 'futurandbook', sans-serif;
    line-height:1.6em;
    margin: 8px 0;
    letter-spacing: -.003em;
}

.phases .wrapper .item span {
    position:absolute;
    top:50px;
    left:50px;
    font-size: 74px;
    font-family: 'futuranddemibold', sans-serif;
    color:var(--green-accent);

}

.phases .wrapper .item img {
    width:80px;
    height:auto;
    margin:18px auto;
}





.sustenta {
    margin: 0;
}

.sustenta .wrapper {
    width:100%;
    margin:0 auto;
    display:flex;
    justify-content: flex-start;
    align-items: flex-end;
    height:626px;
}

.sustenta .wrapper .photo {
    width:100%;
    height:100%;
    overflow: hidden;
    position:relative;
}

.sustenta .wrapper .photo img {
    width:100%;
    height: auto;
}

.sustenta .wrapper .content-block {
    width:100%;
    position: relative;
    z-index:3;
    margin-left:-100%;
    display:flex;
    justify-content: flex-end;
    align-items: flex-end;
    height:100%;
}

.sustenta .wrapper .wrap-content-block {
	background-color: white;
    width: 468px;
    height: 56%;
    padding: 68px 85px 0 85px;
    margin-right: 70px;
}

.sustenta .wrapper .wrap-content-block h2 {
    color: var(--green-main);
    font-size: 40px;
    font-family: 'futuranddemibold', sans-serif;
    margin: 0;
    line-height: 1.2em;
    margin-bottom: 29px;
}

.sustenta .wrapper .wrap-content-block p {
    font-size: 16px;
    line-height: 1.5em;
    color: #333333;
    font-family: 'futurandbook', sans-serif;
    letter-spacing: -.003em;
}


.asesoria {
	margin-top: 70px;
}

.asesoria .wrapper {
    width: 95%;
    display: flex;
    padding-left: 5%;
    align-items: flex-end;
    overflow: hidden;
}

.asesoria .wrapper .block-content {
    width: 70%;
}

.asesoria .wrapper .block-content .block-text {
    width: 88%;
	margin-bottom: 127px;
}

.asesoria .wrapper .block-content .block-text h2 {
    color: var(--green-second);
    font-size:38px;
    font-family: 'futuranddemibold', sans-serif;
    margin: 0;
    line-height: 1.25em;
    margin-bottom: 26px;
    
}

.asesoria .wrapper .block-content .block-text p {
    font-size: 16px;
    line-height: 1.6em;
    color: #333333;
    font-family: 'futurandbook', sans-serif;
    letter-spacing: -.003em;
    margin: 7px 0;
}

.asesoria .wrapper .block-image {
    width:30%;
    display: flex;
    justify-content: flex-end;
}

.asesoria .wrapper .block-image img {
    width: 152%;
    height: auto;
    margin-right: -50%;
}

.asesoria .wrapper .block-gal {
    width: 98%;
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.asesoria .wrapper .block-gal .item {
    width:32.5%;
}

.asesoria .wrapper .block-gal .item img {
    width:100%;
    height:auto;
    display: block;
}

.posibilidades {
    width:100%;
    display: flex;
    justify-content: flex-start;
    margin:150px 0 0;
    position: relative;
    overflow: hidden;
    height: 621px;
}

.posibilidades img {
    width:100%;
    height:auto;
    display:block;
}

.posibilidades .wrapper {
    width:100%;
    margin-left:0;
    position: relative;
    z-index: 6;
}

.posibilidades .content-text {
    width:84%;
    margin:0 auto; 
}

.posibilidades .content-text h2 {
    color: #222222;
    font-size:42px;
    font-family: 'futuranddemibold', sans-serif;
    margin: 0;
    line-height: 1.25em;
    margin-bottom: 21px;
    padding-top: 76px;
	letter-spacing: -.009em;
}

.posibilidades .content-text p {
    color: #222222;
    font-size:17px;
    font-family: 'futurandbook', sans-serif;
    margin: 0;
    line-height: 1.25em;
    margin-bottom: 26px;
	letter-spacing: -.009em;
}

.wrap-cont-catalog {
    width: 90%;
    margin:0 auto;
}

.cont-catalog {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 61px 0;
}

.cont-catalog .side-filters {
    width:22%;
}

.cont-catalog .side-filters h3 {
    font-family: 'futuranddemibold', sans-serif;
    font-size: 17px;
    border-bottom: 1.5px solid #999999;
    padding-bottom: 8px;
    color: #333333;
}

.cont-catalog .side-filters h4 {
    font-family: 'futuranddemibold', sans-serif;
    text-transform: uppercase;
    color:var(--green-second);
    border-bottom: 1px solid #cccccc;
    padding-bottom: 6px;
    padding-top: 0px;
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin: 8px 0;
	cursor: pointer;
}

.cont-catalog .side-filters h4:hover {
	color:#333333;
}

.cont-catalog .side-filters .spirits h4,
.cont-catalog .side-filters .boca h4
{
    border-top: 0;
}

.cont-catalog .side-filters h4::after {
    content:'+';
    font-family: sans-serif;
    font-size: 28px;
    display:flex;
    font-family: 'futurandbook', sans-serif;
    font-size: 23px;
	align-items: center;
	justify-content: center;
	color:#444444;
}

.cont-catalog .side-filters h4.active::after {
    content: '—';
	font-size: 21px;
	line-height: 1.5em;
}

.cont-catalog .side-filters span {
    display: block;
    margin: 0;
    padding: 10px;
	cursor:pointer;
}

.cont-catalog .side-filters span:hover {
    background-color: #f7f7f7;
}

.cont-catalog .side-filters .lineas  div,
.cont-catalog .side-filters .filtros  div
{
    margin-left:14px;
}

.cont-catalog .side-filters .filtros {
    margin-top:50px;
}

.butt-filters {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-top: 38px;
}

.side-filters h4 + div {
	overflow: hidden;
}

.cont-catalog .product-listing {
    width:72%;
}

.cont-catalog .product-listing .wrap-product-listing {
    display: grid;
    /* justify-content: space-between; */
    /* align-items: flex-start; */
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    row-gap: 20px;
}

.cont-catalog .product-listing h2 {
    font-size: 22px;
    margin-bottom: 37px;
    font-family: 'futurand-medium', sans-serif;
    text-transform: uppercase;
}

.cont-catalog .product-listing h2 span {
    font-size: 18px;
    margin-bottom: 37px;
    font-family: 'futurandbook-obli', sans-serif;
    color:#999999;
    text-transform: none;
    margin-left:10px;
}


.cont-catalog .product-listing .wrap-product-listing .card-product {
    width:226px;
    border: 1px solid #b3b3b3;
	overflow: hidden;
}

.cont-catalog .product-listing .wrap-product-listing .card-product:hover img {
    transform: scale(1.1);
}

.cont-catalog .product-listing .wrap-product-listing .card-product:hover {
    border: 1px solid #777777;
}

.cont-catalog .product-listing .wrap-product-listing .card-product .img-prd {
    width:100%;
}

.cont-catalog .product-listing .wrap-product-listing .card-product .img-prd img {
    width:100%;
    height: auto;
    display:block;
	transition: all .5s ease;
}

.cont-catalog .product-listing .wrap-product-listing .card-product .prod-data {
    background-color: black;
    display: flex;
    justify-content: space-between;
    color:white;
    align-items: center;
    padding:12px;
    height:50px;
	position: relative;
    z-index: 4;
}

.cont-catalog .product-listing .wrap-product-listing .card-product .prod-data .colors {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cont-catalog .product-listing .wrap-product-listing .card-product .prod-data .colors .color {
    width: 20px;
    height:20px;
    border-radius: 90px;
    margin:0 6px;
}

.cont-catalog .product-listing .wrap-product-listing .card-product .prod-data .colors .color.green {
    background-color: #96e0c0;
}

.cont-catalog .product-listing .wrap-product-listing .card-product .prod-data .colors .color.white {
    background-color: white;
}

.wrap-cont-catalog h2.prod-title {
    font-size:32px;
    font-family: 'futurand-medium', sans-serif;
    letter-spacing: -.02em;
}


.product-photo {
    width:36%;
}

.product-photo .thumbs {
    display:flex;
    justify-content: flex-start;
    align-items: center;
    margin-top:18px;
}

.product-photo .thumbs .cont-thumb {
    margin-right:18px;
    width:80px;
    height:80px;
    border: 1px solid #b2b2b2;
    overflow: hidden;
}

.product-photo .thumbs .cont-thumb:hover {
border-color: #555555;
}

.product-photo .thumbs .cont-thumb img {
    width:100%;
    height:auto;
	cursor:pointer;
}

.product-photo .thumbs .cont-thumb.active {
    border: 1px solid #222222;
}


.product-photo .main-photo {
    width:100%;
    border: 1px solid #b2b2b2;
	position: relative;
}

.product-photo .main-photo .colors {
    display: flex;
    justify-content: space-between;
    align-items: center;
	position: absolute;
	bottom: 20px;
	right:20px;
}

.product-photo .main-photo .colors .color {
    width: 23px;
    height:23px;
    border-radius: 90px;
    margin:0 6px;
	border:1px solid #c3c3c3;
}

.product-photo .main-photo .colors .color:hover {
	border:1px solid #999999;
}

.product-photo .main-photo .colors .color.green {
    background-color: #96e0c0;
}

.product-photo .main-photo .colors .color.white {
    background-color: white;
}

.product-photo .main-photo img {
    width:100%;
    display: block;
}

.product-details {
    width:56%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.product-details .ficha {
    width:54%;
}

.product-details .ficha .redes {
    margin: 30px 0 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-top: 1px solid #555555;
    padding-top: 24px;
}

.product-details .ficha .redes .wrap-redes {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 40px;
}

.product-details .ficha .redes .wrap-redes a {
    margin-right: 33px;
}

.product-details .info {
    width:48%;
}

.product-details .cont-table {
    margin:20px 0 40px;
}

.product-details table {
    width:93%;
    border-top :1px solid #555555;
    border-bottom :1px solid #555555;
    padding: 16px 0;
}

.product-details table td {
    padding:4px 0;
}

.product-details h3 {
    font-family: 'futurand-medium', sans-serif;
    font-size:20px;
    margin-top: 0;
}

.volver {
    height: 39px;
    font-size: 16px;
    padding-left: 78px;
    letter-spacing: -0.02em;
    margin: 30px 0;
    color: var(--green-main);
}

.volver a {
    color:var(--green-main);
}

.wrapper-news {
    display:flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 90%;
    margin: 50px auto;
}

.wrapper-news .noti-post {
    width: 68%;
}

.wrapper-news .noti-post .post-thumbnail img {
    width: 100%;
    height: auto;
}

 .wrapper-news .noti-post .entry-content img {
    width: 100%;
    height: auto;
    margin:30px 0;
}

.wrapper-news .noti-post .post-thumbnail  {
    margin-bottom: 43px;
    margin-top: 52px;
}

.wrapper-news .noti-post footer {
    background-color: transparent;
    padding: 35px 0 0px;
    display: block;
    align-items: center;
    justify-content: center;
    color: #555555;
    position: initial;
    overflow: visible;
}

.wrapper-news #comments{
    display:none;
}


.wrapper-news .noti-post .entry-header h1 {
    font-size:86px;
    line-height: 1.1em;
    text-align: left;
    font-family: 'futuranddemibold', sans-serif;
}

.wrapper-news .noti-post header {
    display:block;
    margin-bottom: 30px;
}

.wrapper-news .noti-post header .entry-title {
    color: #222222;
    margin-bottom: 15px;
}

.wrapper-news .noti-post header .entry-meta {
    color: #666666;
}

.wrapper-news .noti-post p {
    font-family: 'futurandbook', sans-serif;
    letter-spacing: 0em;
    line-height: 1.6em;
    font-size: 17px;
    color: #333333;
}

.wrapper-news .noti-post h2 {
    font-size: 25px;
    font-family: 'futurand-medium', sans-serif;
    margin-top: 32px;
    letter-spacing: -0.006em;
}

.wrapper-news .noti-post h3 {
    font-size:20px;
    font-family: 'futurand-medium', sans-serif;
}

.wrapper-news .side-bar {
    padding: 20px 30px;
    width: 31%;
    background-color: #f7f8fa;
    box-sizing: border-box;
    display:none;
}





@media only screen and  (max-width: 480px) {

    .cont-header .logo {
        width: 231px;
    }

    .cont-header {
       width: 100%;
        padding: 15px 12px;
    }

    .cont-header .sandwich {
        display:flex;
        margin-right: 20px;
    }

    .cont-header .sandwich svg {
        width:36px;
        height:auto;
        color:white;
    }

    .cont-header .main-menu li {
        padding: 14px 0;
        margin-left: 12px;
    }

    .cont-header .main-menu li:first-child {
        margin-top:30px;
    }


    .cont-hero {
        height: 660px;
        background-size: 150%;
        background-position-x: -170px;
    }

    .cont-hero .wrap-vid video  {
        height: 100%;
        width:auto;
    }

    .cont-hero-int {
        overflow: visible;
    }

    .hero {
        margin-top: 21px;
    }

    .hero .content-info h1 {
        font-size: 36px;
    }

    .hero .content-info h1 .accent {
        display: block;
        line-height: 1.1em;
    }

    .hero .content-info  {
        width: 94%;
    }

    .hero .content-info p {
        width: 82%;
        font-size: 18px;
        line-height: 1.6em;
    }

    .sustentabilidad {
        flex-direction: column;
    }

    .sustentabilidad .content {
        width: 100%;
        padding: 46px 0;
        aspect-ratio: initial;
        order: 3;
    }

    .sustentabilidad .content .wrap-content {
        width: 83%;
    }

    .sustentabilidad .content .wrap-content h2 {
        font-size: 27px;
    }

    .sustentabilidad .content .wrap-content p {
        font-size: 15px;
        line-height: 1.5em;
    }

    .sustentabilidad .content .wrap-content .button-basic {
        margin-top: 33px;
    }

    .sustentabilidad .photo {
        width: 100%;
        aspect-ratio: 4 / 3;
    }

    .procesos {
        flex-direction: column;
    }

    .procesos .content {
        width: 100%;
        padding: 46px 0;
        aspect-ratio: initial;
    }

    .procesos .content .wrap-content {
        width: 83%;
    }

    .procesos .content .wrap-content h2 {
        font-size: 27px;
    }

    .procesos .content .wrap-content p {
        font-size: 15px;
        line-height: 1.5em;
    }

    .procesos .photo {
        width: 100%;
        aspect-ratio: 4 / 3;
    }

    .procesos .content .wrap-content .button-basic {
        margin-top: 33px;
    }

    .wrap-quote {
        margin-top: 49px;
    }

    .wrap-quote .content {
        width: 100%;
        position: relative;
        z-index: 4;
        flex-direction: column;
    }

    .wrap-quote .content .quote-mark {
        width: 25%;
    }

    .wrap-quote .content .quote-mark img {
        width: 122px;
    }

    .wrap-quote .content .info {
        width: 78%;
        padding-left: 10%;
        margin-top: 20px;
    }

    .wrap-quote .content .info p {
        font-size: 20px;
        line-height: 1.5em;
    }

    .wrap-quote .content .info .button-basic {
        margin-top: 38px;
    }

    .wrap-quote .photo {
        width: 100%;
        margin-left: -100%;
        opacity: .1;
    }

    .wrap-quote .photo img {
        width: 100%;
        height: auto;
        margin-left: 56px;
    }

    .products {
        margin: 69px 0;
        padding: 0 4%;
        box-sizing: border-box;
    }

    .products h2 {
        font-size: 29px;
        margin-bottom: 19px;
        text-align: center;
    }

    .products p {
        font-size: 18px;
        margin: 0 0 57px 0;
    }

    .products .wrap-products {
        width: 94%;
        flex-direction: column;
    }

    .products .wrap-products .card-product {
        position: relative;
        width: 100%;
        overflow: hidden;
        aspect-ratio: initial;
        display: flex;
        justify-content: center;
    }

    .products .wrap-products .card-product img {
        height: auto;
        width: 100%;
        display: block;
    }

    .products .wrap-products .card-product span {
        font-size: 25px;
        top: 21px;
        left: 26px;
    }

    .marcas {
        margin: 79px 0 82px;
        padding: 0 5%;
        box-sizing: border-box;
    }

    .marcas h2 {
        font-size: 24px;
        text-align: center;
        padding: 0 10%;
    }

    .marcas .marcas-logos {
        width: 85%;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        gap: 14%;
    }

    .marcas .marcas-logos img {
        margin: 20px auto;
    }

    .cotizar {
        background-position-x: center;
        height: 535px;
    }

    .cotizar .wrap-cotizar {
        width: 92%;
        padding-left: 6%;
    }

    .cotizar .wrap-cotizar h2 {
        font-size: 38px;
        padding-right: 18%;
    }


 .cotizar .wrap-cotizar .wrap-form input {
   border:1px solid #555555;
  width:92%;
 }

 .cotizar .wrap-cotizar .wrap-form textarea {
    border:1px solid #555555;
   width:92%;
 }

 .cotizar .wrap-cotizar .wrap-form .button-basic.dark.filled {
    padding: 13px 24px 14px;
}

    .noticias {
        margin: 54px 0;
    }

    .noticias h2 {
        font-size: 21px;
    }

    .noticias .wrap-noticias {
        width: 90%;
        flex-direction: column;
    }

    .noticias .wrap-noticias .noticia {
        width: 100%;
    }

    .noticias .wrap-noticias .noticia h3 {
        font-size: 21px;
        margin-bottom: 15px;
        margin-top: 38px;
    }

    .noticias .wrap-noticias .noticia p {
        font-size: 15px;
        margin-top: 4px;
        margin-bottom: 27px;
    }

    footer {
        padding: 70px 0;
    }

    footer .wrap-footer {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(5, auto);
        gap: 30px;
        width: 90%;
        row-gap: 43px;
    }

    footer .wrap-footer .logo-footer {
        grid-column: 1 / -1;
    }

    footer .wrap-footer .nav-footer {
        padding-left: 0%;
        grid-column: 1;
    }

    footer .wrap-footer .rights {
        grid-column: 1 / -1;
        order: 1;
    }

    footer .wrap-footer .second-nav {
        justify-content: flex-start;
        align-items: flex-start;
        padding-left: 0;
        grid-column: 1 / -1;
    }

    footer .wrap-footer .social {
        justify-content: flex-start;
        align-items: center;
        grid-column: 1 / -1;
    }

    footer .wrap-footer .social svg {
        margin-right: 39px;
        margin-left:0;
    }

    footer .wrap-footer .social svg {
        width: 26px;
    }


    .hero-int {
        height: 171px;
    }

    .hero-int h1 {
        font-size: 31px;
    }

    .hero-int .wrapper {
        margin-left: -91%;
    }

    .breadcrumb {
        padding-left: 36px;
        background-color: #f9f9f9;
        margin-bottom: 25px;
        border-bottom: 1px solid #e7e7e7;
    }

    .pavisa {
        margin: 0;
    }

    .pavisa .wrapper {
        height:initial;
        flex-direction: column;
        margin:0;
    }

    .pavisa .wrapper .wrap-content-block {
        background-color: white;
        width: 100%;
        height: initial;
        padding: 40px;
        margin-right: 10px;
    }

    .mision  {
        width: 100%;
        background-color: #f9f9f9;
        margin: 26px 0 0;
    }

    .mision .wrapper {
        width: 80%;
        flex-direction: column;
    }

    .mision .wrapper .content-text {
        width: 100%;
        margin-top: 26px;
    }

    .mision .wrapper .content-text div {
        flex-direction: column;
    }

    .mision .wrapper .content-text div p {
        margin-left: 0;
    }
    
    .mision .wrapper .content-text .mision {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .mision .wrapper .photo {
        width: 100%;
        justify-content: center;
        overflow: hidden;
    }

    .mision .wrapper .photo img {
        width: 420px;
        margin-bottom: -330px;
    }

    .industria-vidrio {
        height: initial;
        flex-direction: column;
    }

    .industria-vidrio .wrapper {
        margin-left: 0;
    }

    .industria-vidrio .wrapper .content-text {
        width: 100%;
        background-color: rgba(14, 143, 64, 1);
        padding: 13px 10% 35px;
    }

    .industria-vidrio .wrapper .content-text h2 {
        font-size: 32px;
        margin-bottom: 11px;
        margin-top: 34px;
    }

    .industria-vidrio .photo {
        height: 300px;
        overflow: hidden;
        display: flex;
        justify-content: center;
    }

    .industria-vidrio .photo img {
        display: block;
        height: 116%;
    }

    .quote {
        margin: 55px 0 0;
    }

    .quote .wrapper {
        width: 100%;
        flex-direction: column;
    }

    .quote .wrapper .content-text {
        width: 80%;
        flex-direction: column;
        margin-right: 0;
        padding: 0;
        margin:0 auto;
    }

    .quote .wrapper .content-text p {
        line-height: 1.7;
        letter-spacing: -.003em;
    }

    .quote .wrapper .content-text img {
        margin-left: 0;
    }

    .quote .wrapper .photo {
        width: 100%;
    }

    .triple-impacto {
        padding: 50px 0;
    }

    .triple-impacto .wrapper {
        flex-direction: column;
    }

    .triple-impacto .wrapper .box-item {
        width: 100%;
        flex-direction: column;
        margin-bottom: 30px;
    }

    .triple-impacto .wrapper .box-item div h4 {
        margin-top: .4em;
    }

    .triple-impacto .wrapper .box-item div {
        height: 163px;
    }

    .triple-impacto h3 {
        font-size: 26px;
        line-height: 1.3em;
        padding: 0 10%;
    }

    .asesoria .wrapper {
        width: 83%;
        flex-direction: column;
        margin: 0 auto;
        padding-left: 0;
    }

    .asesoria .wrapper .block-content {
        width: 100%;
    }

    .asesoria .wrapper .block-content .block-text {
        width: 100%;
        margin-bottom: 30px;
    
    }

    .asesoria .wrapper .block-content .block-text h2 {
        font-size:28px;
    }

    .asesoria .wrapper .block-gal {
        width: 100%;
        flex-direction: column;
    }

    .asesoria .wrapper .block-gal .item {
        width: 100%;
    }

    .posibilidades {
        margin: 80px 0 0;
        flex-direction: column;
        align-items: flex-end;
    }

    .posibilidades .wrapper {
        width: 100%;
        margin-left: 0;
        background-color: #d7b4b3;
    }

    .posibilidades img {
        width: 143%;
        order:2;
    }

   .bottles-posibilities {
    top: 64%;
    left: 36%;
    }

    .posibilidades .content-text h2 {
        padding-top: 47px;
    }

    .eglass {
        margin: 20px 0 0;
    }

    .eglass .wrapper {
        width: 84%;
        margin: 30px auto 0;
        flex-direction: column;
    }

    .eglass .content-block {
        width: 100%;
    }

    .eglass .content-block p {
        width: 100%;
        margin-top:0;
    }

    .eglass .content-block {

        padding-right: 9px;
    }

    .eglass .photo {
        width: 96%;
        margin-top: 30px;
    }

    .phases .wrapper {

        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(4, 1fr);
    }

    .phases .wrapper .item {
        padding: 10px 47px 20px;
    }

    .phases .wrapper .item.gray {
        background-color: #f1f1f1;
    }

    .sustenta {
        margin: 0;
    }

    .sustenta .wrapper {
        width: 100%;
        height:initial;
        flex-direction: column;
        margin:0;
    }

    .sustenta .wrapper .photo {
        width: 100%;
        height: 260px;
    }

    .sustenta .wrapper .content-block {
        width: 83%;
        height: 100%;
        margin-left: 0;
        margin: 0 auto;
    }

    .sustenta .wrapper .photo img {
        width: auto;
        height: 100%;
    }

    .sustenta .wrapper .wrap-content-block {
        width: 100%;
        height: initial;
        padding: 0;
        margin-right: 0;
        margin-bottom: 44px;
    }

    .sustenta .wrapper .wrap-content-block h2 {
        font-size:35px;
        line-height: 1.2em;
        margin-bottom: 26px;
        margin-top: 40px;
    }

	.world-map {
		justify-content: space-between;
		align-items: center;
		width: 100%;
		height: 509px;
		flex-direction: row;
	}

	.world-map img {
		margin-bottom: 0;
		width: 170%;
		justify-self: flex-end;
		display: block;
		order: 2;
	}

    .world-map #scrollVideo  {
        width:100%;
    }


	.world-map .content-info {
		width: 90%;
        margin-left: -90%;
        padding-left: 0;
        padding-right: 6%;
		display: flex;
		justify-content: flex-start;
		flex-direction: column;
		margin-top: 27px;
		align-self: center;
	}

	.world-map .content-info h1 {
		font-size: 37px;
		margin-bottom: 1px;
	}

	.world-map .content-info p {
		font-size: 19px;
		margin-top: 15px;
	}

    .sustentabilidad .photo {
        display: flex;
        align-items: center;
    }

    .sustentabilidad .photo {
        display: flex;
        align-items: center;
    }

    .sustentabilidad .photo img {
        flex-shrink: 0;
        height: auto;
        width: 100%;
    }

    .world-map .wrap-vid {
        width: 100%;
        height: 100%;
        overflow: hidden;
        display: flex;
        justify-content: flex-end;
    }

    .world-map .wrap-vid #scrollVideo {
        height: 100%;
        margin-bottom: 0;
        width: auto;
    }

      .cont-header .main-menu {
        position: absolute;
        top: 100%;
        right: 0;
        flex-direction: column;
        background-color: #111;
        width: 100vw;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        z-index: 999;
        margin-top: 0;
    }

    .main-menu.show {
        max-height: 100vh;
        height: 100vh;
    }

    .sandwich {
        width: 60px;
        height: 14px;
        position: relative;
        cursor: pointer;
        z-index: 1001;
    }

    .line {
        position: absolute;
        width: 100%;
        height: 1.5px;
        background-color: white;
        left: 0;
        transition: all 0.3s ease;
    }

    .line.top {
        top: 0;
    }

    .line.bottom {
        bottom: 0;
    }

    /* Toggle to X */
    .sandwich.active .line.top {
        transform: rotate(45deg);
        top: 2px;
    }

    .sandwich.active .line.bottom {
        transform: rotate(-45deg);
        bottom: 11px;
    }

    .menu-wrapper {
        width: 100%;
    }

    .wrapper-news .noti-post .post-thumbnail {
        margin-bottom: 23px;
        margin-top: 35px;
    }

    .wrapper-news {
        margin: 20px auto;
    }

    .wrapper-news .noti-post .entry-header h1 {
        font-size:44px;
    }

    .wrapper-news .noti-post {
        width: 98%;
    }

    .wrapper-news .noti-post header .entry-title {
        margin-bottom: 15px;
    }


    .wrap-cont-catalog {
        width: 90%;
        margin: 0 auto;
    }

    .cont-catalog .side-filters {
        width: 98%
    }

    .cont-catalog {
        flex-direction: column;
        margin: 30px 0;
    }

    .cont-catalog .product-listing {
        width: 100%;
        margin-top: 50px;
    }

    .cont-catalog .product-listing .wrap-product-listing {
        display: flex;
        flex-wrap: wrap;
    }

    .cont-catalog .product-listing .wrap-product-listing .card-product {
        width: 49%;
    }

    .volver {
        padding-left: 24px;
    }

    .product-photo {
    width: 98%;
}

.product-details {
    width: 100%;
    flex-direction: column;
        margin-top: 47px;
}

.product-details .ficha {
    width: 100%;
}

.product-details .info {
    width: 100%;
    order: -1;
    margin-bottom: 40px;
}

.product-details h3 {
    margin-bottom: 0;
}

.product-details .cont-table {
    margin: 0 0 40px;
}

.product-details table {
    width: 100%
}

}







@media only screen and (min-width: 481px) and (max-width: 768px) {


    .cont-header {
        width: 100%;
        padding: 15px 12px;
    }

    .cont-header .sandwich {
        display:flex;
        margin-right: 20px;
    }

    .cont-header .sandwich svg {
        width:36px;
        height:auto;
        color:white;
    }

    .cont-header .main-menu li {
        padding: 10px 0;
        margin-left: 12px;
    }

    .cont-header .main-menu li:first-child {
        margin-top:30px;
    }

    .cont-header .main-menu {
        position: absolute;
        top: 100%;
        right: 0;
        flex-direction: column;
        background-color: #111;
        width: 100vw;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        z-index: 999;
        margin-top: 0;
    }

    .main-menu.show {
        max-height: 100vh;
        height: 100vh;
    }


    .sandwich {
        width: 60px;
        height: 14px;
        position: relative;
        cursor: pointer;
        z-index: 1001;
    }

    .line {
        position: absolute;
        width: 100%;
        height: 1.5px;
        background-color: white;
        left: 0;
        transition: all 0.3s ease;
    }

    .line.top {
        top: 0;
    }

    .line.bottom {
        bottom: 0;
    }

    /* Toggle to X */
    .sandwich.active .line.top {
        transform: rotate(45deg);
        top: 2px;
    }

    .sandwich.active .line.bottom {
        transform: rotate(-45deg);
        bottom: 11px;
    }

    .menu-wrapper {
        width: 100%;
    }

    .cont-hero-int {
        overflow: visible;
    }

    .hero .content-info h1 {
        font-size: 43px;
    }

    .hero .content-info h1 .accent {
        display: block;
        line-height: 1.1em;
    }

    .hero .content-info  {
        width: 94%;
    }

    .hero .content-info p {
        width: 74%;
        font-size: 19px;
        line-height: 1.6em;
    }

    .cont-hero  {
        background-size: 110%;
        background-position-x: -80px;
    }

    .cont-hero .wrap-vid video  {
        height: 100%;
        width:auto;
    }

    .sustentabilidad {
        flex-direction: column;
    }

    .sustentabilidad .content {
        width: 100%;
        padding: 63px 0;
        aspect-ratio: initial;
        order: 3;
    }

    .sustentabilidad .content .wrap-content {
        width: 83%;
    }

    .sustentabilidad .content .wrap-content h2 {
        font-size: 27px;
    }

    .sustentabilidad .content .wrap-content p {
        font-size: 15px;
        line-height: 1.5em;
    }

    .sustentabilidad .content .wrap-content .button-basic {
        margin-top: 33px;
    }

    .sustentabilidad .photo {
        width: 100%;
        aspect-ratio: 4 / 3;
    }

    .procesos {
        flex-direction: column;
    }

    .procesos .content {
        width: 100%;
        padding: 63px 0;
        aspect-ratio: initial;
    }

    .procesos .content .wrap-content {
        width: 83%;
    }

    .procesos .content .wrap-content h2 {
        font-size: 27px;
    }

    .procesos .content .wrap-content p {
        font-size: 15px;
        line-height: 1.5em;
    }

    .procesos .photo {
        width: 100%;
        aspect-ratio: 4 / 3;
    }

    .procesos .content .wrap-content .button-basic {
        margin-top: 33px;
    }

    .wrap-quote {
        margin-top: 49px;
    }

    .wrap-quote .content {
        width: 100%;
        position: relative;
        z-index: 4;
        flex-direction: column;
    }

    .wrap-quote .content .quote-mark {
        width: 25%;
    }

    .wrap-quote .content .quote-mark img {
        width: 122px;
    }

    .wrap-quote .content .info {
        width: 75%;
        padding-left: 12%;
        margin-top: 20px;
    }

    .wrap-quote .content .info p {
        font-size: 21px;
        line-height: 1.5em;
    }

    .wrap-quote .content .info .button-basic {
        margin-top: 38px;
    }

    .wrap-quote .photo {
        width: 100%;
        margin-left: -100%;
        opacity: .1;
    }

    .wrap-quote .photo img {
        width: 100%;
        height: auto;
        margin-left: 56px;
    }

    .products {
        margin: 69px 0;
    }

    .products h2 {
        font-size: 31px;
        margin-bottom: 19px;
        text-align: center;
    }

    .products p {
        font-size: 20px;
        margin: 0 0 57px 0;
    }

    .products .wrap-products {
        width: 94%;
        flex-direction: column;
    }

    .products .wrap-products .card-product {
        position: relative;
        width: 100%;
        overflow: hidden;
        aspect-ratio: initial;
        display: flex;
        justify-content: center;
    }

    .products .wrap-products .card-product img {
        height: auto;
        width: 100%;
        display: block;
    }

    .products .wrap-products .card-product span {
        font-size: 25px;
        top: 37px;
        left: 26px;
    }

    .marcas {
        margin: 79px 0 82px;
        padding: 0 5%;
        box-sizing: border-box;
    }

    .marcas h2 {
        font-size: 24px;
        text-align: center;
        padding: 0 10%;
    }

    .marcas .marcas-logos {
        width: 85%;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        gap: 8%;
    }

    .marcas .marcas-logos img {
        margin: 20px auto;
    }

    .cotizar {
        background-position-x: center;
        height: 655px;
    }

    .cotizar .wrap-cotizar {
        width: 75%;
        padding-left: 6%;
    }

    .cotizar .wrap-cotizar h2 {
        font-size: 42px;
        padding-right: 18%;
    }

    .noticias {
        margin: 70px 0;
    }

    .noticias h2 {
        font-size: 24px;
    }

    .noticias .wrap-noticias {
        width: 90%;
        flex-direction: column;
    }

    .noticias .wrap-noticias .noticia {
        width: 100%;
    }

    .noticias .wrap-noticias .noticia h3 {
        font-size: 21px;
        margin-bottom: 15px;
        margin-top: 38px;
    }

    .noticias .wrap-noticias .noticia p {
        font-size: 15px;
        margin-top: 4px;
        margin-bottom: 27px;
    }

    footer .wrap-footer {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(5, auto);
        gap: 30px;
        width: 80%;
    }

    footer .wrap-footer .logo-footer {
        grid-column: 1 / -1;
    }

    footer .wrap-footer .nav-footer {
        padding-left: 0%;
        grid-column: 1;
    }

    footer .wrap-footer .rights {
        grid-column: 1 / -1;
        order: 1;
    }

    footer .wrap-footer .second-nav {
        justify-content: flex-start;
        align-items: flex-start;
        padding-left: 0;
        grid-column: 1 / -1;
    }

    footer .wrap-footer .social {
        justify-content: flex-start;
        align-items: flex-start;
        grid-column: 1 / -1;
    }

    footer .wrap-footer .social svg {
        margin-right: 30px;
        margin-left:0;
    }

    .world-map .wrap-vid {
        display: flex;
        justify-content: center;
    }

    .world-map .content-info {
        padding-left: 6%;
        padding-right: 60%;
    }

    .sustentabilidad .photo {
        display: flex;
        align-items: center;
    }

    .sustentabilidad .photo img {
        flex-shrink: 0;
        height: auto;
        width: 100%;
    }

    .hero {
        margin-top: 54px;
    }

    .wrap-cont-catalog {
        width: 90%;
        margin: 0 auto;
    }

    .cont-catalog {
        flex-direction: column;
        margin: 30px 0;
    }

    .cont-catalog .product-listing {
        width: 100%;
        margin-top: 50px;
    }

    .cont-catalog .product-listing .wrap-product-listing {
        display: flex;
        flex-wrap: wrap;
    }

    .cont-catalog .product-listing .wrap-product-listing .card-product {
        width: 49%;
    }

}




@media only screen and (min-width: 769px) and (max-width: 959px) {

    .cont-header {
        width: 92%;
    }


    .cont-header .main-menu {
        max-height: none !important;
    }   

    .hero .content-info h1 .accent {
        display: block;
        line-height: 1.1em;
    }

    .hero .content-info  {
        width: 94%;
    }

    .hero .content-info p {
        width: 74%;
        font-size: 19px;
        line-height: 1.6em;
    }

    .cont-hero  {
        background-size: 110%;
        background-position-x: -80px;
    }

    .cont-hero .wrap-vid video  {
        height: 100%;
        width:auto;
    }

    .sustentabilidad .content .wrap-content {
        width: 76%;
    }

    .sustentabilidad .content .wrap-content h2 {
        font-size: 27px;
    }

    .sustentabilidad .content .wrap-content p {
        font-size: 15px;
        line-height: 1.5em;
    }

    .sustentabilidad .content .wrap-content .button-basic {
        margin-top: 33px;
    }

    .procesos .content .wrap-content {
        width: 76%;
    }

    .procesos .content .wrap-content h2 {
        font-size: 27px;
    }

    .procesos .content .wrap-content p {
        font-size: 15px;
        line-height: 1.5em;
    }

    .procesos .content .wrap-content .button-basic {
        margin-top: 33px;
    }

    .wrap-quote {
        margin-top: 49px;
    }

    .wrap-quote .content {
        width: 55%;
    }

    .wrap-quote .content .quote-mark {
        width: 25%;
    }

    .wrap-quote .content .quote-mark img {
        width: 122px;
    }

    .wrap-quote .content .info {
        width: 75%;
    }

    .wrap-quote .content .info p {
        font-size: 21px;
        line-height: 1.5em;
    }

    .wrap-quote .content .info .button-basic {
        margin-top: 38px;
    }

    .wrap-quote .photo {
        width: 45%;
    }

    .wrap-quote .photo img {
        width: 100%;
        height: auto;
        margin-left: 56px;
    }

    .products h2 {
        font-size: 31px;
        margin-bottom: 19px;
    }

    .products p {
        font-size: 20px;
    }

    .products .wrap-products {
        width: 94%;
    }

    .products .wrap-products .card-product span {
        font-size: 25px;
        top: 37px;
        left: 26px;
    }

    .marcas {
        margin: 98px 0 119px;
    }

    .marcas .marcas-logos {
        width: 85%;
    }

    .cotizar {
        background-position-x: center;
        height: 655px;
    }

    .cotizar .wrap-cotizar {
        width: 55%;
        padding-left: 6%;
    }

    .cotizar .wrap-cotizar h2 {
        font-size: 46px;
    }

    .noticias {
        margin: 70px 0;
    }

    .noticias h2 {
        font-size: 24px;
    }

    .noticias .wrap-noticias {
        width: 90%;
    }

    .noticias .wrap-noticias .noticia {
        width: 31%;
    }

    .noticias .wrap-noticias .noticia h3 {
        font-size: 21px;
        margin-bottom: 15px;
        margin-top: 38px;
    }

    .noticias .wrap-noticias .noticia p {
        font-size: 15px;
        margin-top: 4px;
        margin-bottom: 27px;
    }

    footer .wrap-footer .second-nav, footer .wrap-footer .nav-footer {
        padding-left: 15%;
    }

    .world-map .wrap-vid {
        display: flex;
        justify-content: center;
    }

    .world-map .content-info {
        padding-left: 6%;
        padding-right: 60%;
    }

    .cont-header .main-menu {
        max-height: none !important;
    }   

}




@media only screen and (min-width: 960px) and (max-width: 1124px) {

    .cont-header {
        width: 92%;
    }

    .hero .content-info h1 .accent {
        display: block;
        line-height: 1.1em;
    }

    .cont-hero  {
        background-size: 85%;
    }

    .cont-hero .wrap-vid video  {
        height: 100%;
        width:auto;
    }

    .hero .content-info p {
        width: 74%;
        font-size: 19px;
        line-height: 1.6em;
    }

    .sustentabilidad .content .wrap-content {
        width: 76%;
    }

    .sustentabilidad .content .wrap-content h2 {
        font-size: 34px;
    }

    .sustentabilidad .content .wrap-content p {
        font-size: 15px;
        line-height: 1.5em;
    }

    .sustentabilidad .content .wrap-content .button-basic {
        margin-top: 33px;
    }

    .procesos .content .wrap-content {
        width: 76%;
    }

    .procesos .content .wrap-content h2 {
        font-size: 34px;
    }

    .procesos .content .wrap-content p {
        font-size: 15px;
        line-height: 1.5em;
    }

    .procesos .content .wrap-content .button-basic {
        margin-top: 33px;
    }

    .wrap-quote {
        margin-top: 49px;
    }

    .wrap-quote .content {
        width: 55%;
    }

    .wrap-quote .content .quote-mark {
        width: 25%;
    }

    .wrap-quote .content .quote-mark img {
        width: 122px;
    }

    .wrap-quote .content .info {
        width: 75%;
    }

    .wrap-quote .content .info p {
        font-size: 21px;
        line-height: 1.5em;
    }

    .wrap-quote .content .info .button-basic {
        margin-top: 38px;
    }

    .wrap-quote .photo {
        width: 45%;
    }

    .wrap-quote .photo img {
        width: 100%;
        height: auto;
        margin-left: 56px;
    }

    .products h2 {
        font-size: 34px;
        margin-bottom: 19px;
    }

    .products p {
        font-size: 20px;
    }

    .products .wrap-products {
        width: 94%;
    }

    .products .wrap-products .card-product span {
        font-size: 25px;
        top: 37px;
        left: 26px;
    }

    .marcas {
        margin: 98px 0 119px;
    }

    .marcas .marcas-logos {
        width: 85%;
    }

    .cotizar {
        background-position-x: center;
        height: 655px;
    }

    .cotizar .wrap-cotizar {
        width: 55%;
        padding-left: 6%;
    }

    .cotizar .wrap-cotizar h2 {
        font-size: 46px;
    }

    .noticias {
        margin: 70px 0;
    }

    .noticias h2 {
        font-size: 24px;
    }

    .noticias .wrap-noticias {
        width: 90%;
    }

    .noticias .wrap-noticias .noticia {
        width: 31%;
    }

    .noticias .wrap-noticias .noticia h3 {
        font-size: 21px;
        margin-bottom: 15px;
        margin-top: 38px;
    }

    .noticias .wrap-noticias .noticia p {
        font-size: 15px;
        margin-top: 4px;
        margin-bottom: 27px;
    }

    .world-map .content-info {
        padding-left: 6%;
        padding-right: 50%;
    }

    .cont-header .main-menu {
        max-height: none !important;
    }   

}





@media only screen and (min-width: 1125px) and (max-width: 1367px) {


    .cont-hero .wrap-vid video  {
        height: 100%;
        width:auto;
    }

    .sustentabilidad .content .wrap-content {
        width: 70%;
    }

    .sustentabilidad .content .wrap-content h2 {
        font-size: 38px;
    }

    .sustentabilidad .content .wrap-content p {
        font-size: 16px;
        line-height: 1.5em;
    }

    .sustentabilidad .content .wrap-content .button-basic {
        margin-top: 40px;
    }

    .procesos .content .wrap-content {
        width: 70%;
    }

    .procesos .content .wrap-content h2 {
        font-size: 38px;
    }

    .procesos .content .wrap-content p {
        font-size: 16px;
        line-height: 1.5em;
    }

    .procesos .content .wrap-content .button-basic {
        margin-top: 40px;
    }

    .wrap-quote {
        margin-top: 49px;
    }

    .wrap-quote .content {
        width: 55%;
    }

    .wrap-quote .content .quote-mark {
        width: 25%;
    }

    .wrap-quote .content .quote-mark img {
        width: 122px;
    }

    .wrap-quote .content .info {
        width: 75%;
    }

    .wrap-quote .content .info p {
        font-size: 21px;
        line-height: 1.5em;
    }

    .wrap-quote .content .info .button-basic {
        margin-top: 38px;
    }

    .wrap-quote .photo {
        width: 45%;
    }

    .wrap-quote .photo img {
        width: 100%;
        height: auto;
        margin-left: 56px;
    }

    .products h2 {
        font-size: 35px;
        margin-bottom: 19px;
    }

    .products p {
        font-size: 20px;
    }

    .products .wrap-products {
        width: 90%;
    }

    .products .wrap-products .card-product span {
        font-size: 28px;
        top: 37px;
        left: 26px;
    }

    .cotizar {
        background-position-x: center;
        height: 655px;
    }

    .cotizar .wrap-cotizar {
        width: 55%;
        padding-left: 6%;
    }

    .cotizar .wrap-cotizar h2 {
        font-size: 46px;
        padding-right: 34%;
    }

    .noticias {
        margin: 70px 0;
    }

    .noticias h2 {
        font-size: 26px;
    }

    .cont-header .main-menu {
        max-height: none !important;
    }   


}


@media only screen and (min-width: 1368px) and (max-width: 1520px) {

    .world-map .wrap-vid #scrollVideo {
        width: 100%;
        height:auto;
    }

      .cont-header .main-menu {
        max-height: none !important;
    }   

}

