body{
    overflow-x: hidden;
}
.ml-5{
    margin-left: 3rem!important;
}
.background-green{
    background:#63b74f;
}
.background-green2{
    background:#a8cb1a;
}

.background-papaya{
    background:#ffad5c;
}
.lineagris{
    background: #fafafa;
    height: 20px !important;
    width: 100%;
    opacity: 1;
}
.header-background{
    min-height: 45vw;
    background-image: url(../img/Index-header.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position:relative;
}
.logos-top-background{
    position: absolute;
    top: 0vh;
    right: 7vw;
    width: 34vw;
}
.logos-top-header-1{
    position: absolute;
    top: 1.5vw;
    right: 30vw;
}

.logos-top-header-1 img{
    width: 7vw;
}

.logos-top-header-2{
    position: absolute;
    top: 1vw;
    right: 17vw;
}
.logos-top-header-2 img{
    width: 11vw;
}

.logos-top-header-3{
    position: absolute;
    top: 1.5vw;
    right: 11vw;
}
.logos-top-header-3 img{
    width: 6vw;
}
.deja-huella-background{
    position: absolute;
    top: 4vw;
    left: 13vw;
    width: 14vw;
}
.texto-background{
    position: absolute;
    top: 20vw;
    right: 10vw;
    width: 40vw;
}
.logos-bottom-background{
    position: absolute;
    bottom: -0.2vw;
    left: 0vw;
    width: 50vw;
}
.logos-bottom-header-1{
    position: absolute;
    bottom:2vw;
    left:5vw;
}
.logos-bottom-header-1 img{
    width: 10vw;
}
.logos-bottom-header-2{
    position: absolute;
    bottom: 0.5vw;
    left: 5vw;

}
.logos-bottom-header-2 img{
    width: 4vw;
}
.logos-bottom-header-3{
    position: absolute;
    bottom: 1vw;
    left: 12vw;
}
.logos-bottom-header-3 img{
    width: 8vw;
}
.logos-bottom-header-4{
    position: absolute;
    bottom: 0.5vw;
    left: 25vw;
}
.logos-bottom-header-4 img{
    width: 3vw;
}
.logos-bottom-header-5{
    position: absolute;
    bottom: 0.5vw;
    left: 29vw;
}
.logos-bottom-header-5 img{
    width: 8vw;
}
.logos-bottom-header-6{
    position: absolute;
    bottom: 0.5vw;
    left: 38vw;
}
.logos-bottom-header-6 img{
    width: 6vw;
}
.background-cuerda{
    background-image: url(../img/index-huella.png);
    min-height: 500px;
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
}
.background-suplidores{
    background-image: url(../img/huellas-fondo-suplidores.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.background-platano{
    background-image: url(../img/index-planta-banano.png);
    background-size: inherit;
    background-position: left bottom;
    background-repeat: no-repeat;
}
.background-footer{
    background-image: url(../img/footer-fondo.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.h2-green{
    font-family: 'Amatic SC', cursive;
    font-weight: 900;
    font-size:5vw;
    color:#77d062;
    text-transform: UPPERCASE;
    text-align:left;
    margin:0 0 40px 0;
}
.h2-green-dark{
    font-family: 'Amatic SC', cursive;
    font-weight: 900;
    font-size:5vw;
    color:#006235;
    text-transform: UPPERCASE;
    text-align:left;
    margin:0 0 40px 0;
}
.h2-white{
    font-family: 'Amatic SC', cursive;
    font-weight: bold;
    font-size: 4vw;
    color:#ffffff;
    text-transform: UPPERCASE;
    text-align:left;
    margin:0 0 40px 0;
}
.texto-resaltado{
    font-family: 'Raleway', sans-serif;
    font-size:24px;
    font-weight:700;
    color:#a8cb1a;
    text-align:left;
    margin:0 0 20px 0;
}
.text-gray{
    font-family: 'Raleway', sans-serif;
    font-size:24px;
    font-weight:300;
    color:#646464;
    text-align:left;
    margin:0 0 20px 0;
}
.text-white{
    font-family: 'Raleway', sans-serif;
    font-size:24px;
    font-weight:300;
    color:#ffffff;
    text-align:left;
    margin:0 0 20px 0;
}

#metasbiodiversidad .listameta{
    background: #fff;
    border-radius: 5px;
}

#metasbiodiversidad .listameta ul {
list-style: none;
    margin: 0;
    padding: 0;
}

#metasbiodiversidad .listameta ul li{
    font-family: 'Raleway', sans-serif;
    font-weight:300;
    color:#646464;
    text-align:left;
    margin:0 0 10px 0;
    padding-left:70px;
    background-size: 45px;
    background-position: left;
    background-repeat: no-repeat;
    min-height: 30px;
}

#metasbiodiversidad .listameta ul.gestion li:nth-child( odd ){
    background-image: url(../img/item1-bullet1.svg);
}

#metasbiodiversidad .listameta ul.gestion li:nth-child( even ){
    background-image: url(../img/item1-bullet2.svg);
}

#metasbiodiversidad .listameta ul.area li:nth-child( odd ){
    background-image: url(../img/item2-bullet1.svg);
}

#metasbiodiversidad .listameta ul.area li:nth-child( even ){
    background-image: url(../img/item2-bullet2.svg);
}

#metasbiodiversidad .listameta ul.finca li:nth-child( odd ){
    background-image: url(../img/item3-bullet1.svg);
}

#metasbiodiversidad .listameta ul.finca li:nth-child( even ){
    background-image: url(../img/item3-bullet2.svg);
}

#metasbiodiversidad .listameta ul.paisaje li:nth-child( odd ){
    background-image: url(../img/item4-bullet1.svg);
}

#metasbiodiversidad .listameta ul.paisaje li:nth-child( even ){
    background-image: url(../img/item4-bullet2.svg);
}
#especies{
background-color: #006235;
}

#especies .especies-flex {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-items: baseline;
    gap: 20px;
}

#especies .especies-flex .col {
    flex: 1 0 32%;
}

#especies .especies-flex .odd {
    max-width: 50%;
}

a.especies-boton{
text-decoration: none;
font-family: 'Raleway', sans-serif;
cursor: pointer;
}

.tarjeta-especie{
background-color: #a8cb1a;
border-radius: 10px;
color: #000;
text-align: center;
text-decoration: none;
min-height: 270px;
}

.tarjeta-especie img{
border-radius: 10px 10px 0 0;
width: 100%;
}

.tarjeta-especie h2 {
color: #000;
font-size: 1em;
font-weight: 700;
}

.btn-close{
    float: right;
}

.cientifico{
font-style: italic;
}

.modal-content {
    font-family: 'Raleway', sans-serif;
    border-radius: 0.7em!Important;
}

.modal-content h3{
color: #006235;
font-size: 1.5em;
font-weight: 700;
}

.modal-content .cientifico{
color: #006235;
}

.bold{
    font-weight:700;
    color:#a8cb1a;
}

.recuadro-border p{
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #006235;
    text-align: center;
    margin: 0 0 20px 0;
    background-color: #ffffff;
    border-radius: 0px 0px 25px 25px;
    padding: 10px 20px;
    height: 80px;

}
.btn-testimonio{
    align-items: center;
    width: 32vw;
}
.btn-testimonio:hover span{
    display: block;
    transition: 0.75s;
}
.btn-testimonio span{
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    position: absolute;
    width: 100%;
    background: rgb(255 255 255 / 60%);
    top: 0px;
    left: 0px;
    text-align: center;
    align-items: center;
    height: 100%;
    color: #006235;
    display:none;
    transition: 0.75s;
    padding: 20% 5%;
}
.recuadro-border2 p{
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #006235;
    text-align: center;
    margin: 0 0 20px 0;
    background-color: #ffffff;
    border-radius: 0px 0px 25px 25px;
    padding: 10px 20px;
    height: 120px;
}
.lineaamarilla{
    color: #ffd23e;
    height: 10px !important;
    width: 100px;
    opacity: 1;
}
.compra-linea{
    position: relative;
    height: 15vw;
}
.compra-linea img{
    position: absolute;
    bottom: 0vh;
    z-index: 9;
    left: 12vw;
    width: 26vw;
}
.compra-linea a{
    position: absolute;
    z-index: 10;
    color: #ffffff;
    text-decoration: none;
    background: #006235;
    padding: 1vh 3vw;
    font-family: 'Raleway', sans-serif;
    font-size: 2vw;
    font-weight: 300;
    left: 10vw;
    bottom: 13vw;
    transition: 0.75s;
    width: 30vw;
}
.compra-linea a:hover{
    transition: 0.75s;
    background: #ffffff;
    color: #63b74f;
    border: 1px solid #63b74f;
}
.compra-linea-banano{
    position: relative;
    height: 15vw;
}
.compra-linea-banano img{
    position: absolute;
    bottom: 5vh;
    z-index: 9;
    left: 10vw;
    width: 30vw;
}
.titulo-compra{
    z-index: 14;
    position: relative;
    margin: 3vw;
}
.linea-vertical{
    color: #ffffff;
    z-index: 16;
    font-size: 7vh;
    position: absolute;
    transform: rotate(90deg);
    top: 2vh;
    left: -9rem;
}
.compra-linea-banano a{
    position: absolute;
    z-index: 10;
    color: #ffffff;
    text-decoration: none;
    background: #006235;
    padding: 1vh 2vw;
    font-family: 'Raleway', sans-serif;
    font-size: 2vw;
    font-weight: 300;
    right: 10vw;
    bottom: 13vw;
    transition: 0.75s;
    min-width: 30vw;
}

.compra-linea-banano a:hover{
    transition: 0.75s;
    background: #ffffff;
    color: #63b74f;
    border: 1px solid #63b74f;
}

.suplidores{
    position: relative;
    text-align: center;
}
.suplidores img {
    top: 0vw;
    width: 96%;
    margin: 10px 2%;
}
.numeros-suplidores{
    position: absolute;
    font-family: 'Averia Libre', sans-serif;
    font-size: 3.5vw;
    color: #FFFFFF;
    text-align: center;
    top: 24%;
    left: 18%;
}
.texto-suplidores{
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-size: 1.8vw;
    font-weight: 300;
    position: absolute;
    top: 63%;
    left: 10%;
}

.suplidores-3 .numeros-suplidores{
    left: 30%;
}
.siguenos {
    margin: 3vw 0vw 3vw 10vw;
    position: relative;
}
.siguenos-titulo{
    display: inline-flex;
    margin: 22px 2vw 0px 0px;
    font-weight: bold;
    font-size: 3vw;
    color: #ffffff;
    text-transform: UPPERCASE;
    text-align: left;
}

.huellas-blancas{
    position: absolute;
    height: 13vw;
    bottom: 0vw;
    left: 20vw;
}
.huellas-verdes{
    position: absolute;
    width: 13vw;
    right: 1vw;
    top: 0px;
    z-index: -2;
}
.huellas-verdes2{
    position: absolute;
    width: 12vw;
    left: 0vw;
    bottom: 0px;
    z-index: -2;
}
.siguenos a{
    margin: 0vw 1vw;
    position: relative;
    display: inline-flex;
}
.siguenos a:hover{
    color: #ffffff;
    text-decoration: none;
}

.giz{
    text-align: left;
    padding-top: 39px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 42px;
    color: #ffffff;
    text-decoration: none;
}
.logos-abajo{
    position: relative;
}
.logos-footer{
    width: 80vw;
    margin-top: 1vh;
}
.logos-footer-1{
    position: absolute;
    bottom: 2.5vw;
    left: 7vw;
}
.logos-footer-1 img{
    width: 7vw;
}
.logos-footer-2{
    position: absolute;
    bottom: 2vw;
    left: 15vw;
}
.logos-footer-2 img{
    width: 11vw;
}
.logos-footer-3{
    position: absolute;
    bottom: 2.5vw;
    left: 27vw;
}
.logos-footer-3 img{
    width: 4vw;
}
.logos-footer-4{
    position: absolute;
    bottom: 2.5vw;
    left: 31vw;
}
.logos-footer-4 img{
    width: 11vw;
}
.logos-footer-5{
    position: absolute;
    bottom: 2.5vw;
    left: 45vw;;
}
.logos-footer-5 img{
    width: 3.5vw;
}
.logos-footer-6{
    position: absolute;
    bottom: 2.5vw;
    left: 49vw;
}
.logos-footer-6 img{
    width: 8vw;
}
.logos-footer-7{
    position: absolute;
    bottom: 2.5vw;
    left: 58vw;
}
.logos-footer-7 img{
    width: 7vw;
}
.logos-footer-8{
    position: absolute;
    bottom: 2.5vw;
    left: 68vw;
}
.logos-footer-8 img{
    width: 8vw;
}
.aguila-div{
    position: relative;
}
.aguila{
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 30vw;
}
.texto-proveedores {
    margin: 7vw  0vh;
}
.imagenes-sobre-campana{
    position: relative;
}
.pinaleft {
    position: absolute;
    bottom: 0vw;
    width: 12vw;
    right: 0;
}


.menu-icon{
    width: 40px;
    position:absolute;
    top: 50px;
    right: 20px;
    z-index: 999;
    cursor: pointer;
}

.menu{
    background-color: #ffd23e;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 99;
    width: 20vw;
    text-align: center;
    padding: 5vh;
    z-index: 9999;
}
.menu ul{
    margin-top: 2vh;
    text-align: left;
}

.menu ul li{
    margin-bottom: 5px;
}

.menu ul li a{
    text-decoration: none;
    color: #006235;
    padding: 4px;
    transition: 0.5s;
}
.menu ul li a:active{
    text-decoration: none;
    color: #006235;
}

.menu ul li a:hover{
    text-decoration: none;
    color: #006235;
    background-color: #FFE658;
}
.menu-close{
    position: absolute;
    top: 10px;
    left: 20px;
    color: #ffffff;
    font-size: 30px;
    
}
.logos-empresas-pc{
    position: relative;
}
.logos-empresas-cel{
    display: none;
}

.bloque-deja {
    padding-top: 20px;
  }

.testimonios-cel{
    display: none;
  }
  #carruseltestimonios{
      text-align: center;
  }
  #carruseltestimonios .carousel-item {
      text-align: center;
  }
  #carruseltestimonios .carousel-item .btn-testimonio{
    text-align: center;
}
#carruseltestimonios .carousel-item .btn-testimonio img{
  width: 90vw;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    /*width: 20px;*/
    height: 20px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    border-radius: 10px;
}

#videogallery .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    height: auto;
    border-radius: 0px;
}
.mundomano{
    width: 23vw;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.carousel-inner img {
    width: 100%;
    height: 100%
}

#FotosCarousel .carousel-indicators {
    position: static;
    margin-top: 20px
}

#VideosCarousel .carousel-indicators {
    position: static;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
}
}

#FotosCarousel .carousel-indicators>button {
    width: 20vw;
    height: auto;
    box-sizing: content-box;
    opacity: 1;
    text-indent: 0px;
}

#VideosCarousel .carousel-indicators>button {
    width: 30vw;
    height: auto;
    box-sizing: content-box;
    opacity: 1;
    text-indent: 0px;
}

#FotosCarousel .carousel-indicators button img, #VideosCarousel .carousel-indicators button img {
    display: block;
    opacity: 0.5
}

#FotosCarousel .carousel-indicators button.active img, #VideosCarousel .carousel-indicators button.active img {
    opacity: 1
}

#FotosCarousel .carousel-indicators button:hover img, #VideosCarousel .carousel-indicators button:hover img {
    opacity: 0.75
}
.arrowback{
    left: -2vw;
    top: -13vw;
    opacity: 1;
}
.arrowback img{
    height:7vw
}
.arrownext{
    right: -2vw;
    top: -13vw;
    opacity: 1;
}
.arrownext img{
    height:7vw
}
    

.carousel-item img {
    width: 80%
}

.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.implementadopor {
    position: absolute;
    bottom: 4.7vw;
    font-size: 0.6vw;
    left: 5vw;
}
.porencargode {
    position: absolute;
    bottom: 4.7vw;
    font-size: 0.6vw;
    left: 12vw;
}
.encooperacioncon {
    position: absolute;
    bottom: 4.7vw;
    font-size: 0.6vw;
    left: 25vw;
}
.background-huella-derecha{
    background-image: url(../img/index-huella-intro.png);
    background-size: inherit;
    background-position: bottom right;
    background-repeat: no-repeat;
}
.logos-empresas-cel img{
    width: 100%;
}
@media only screen and (max-width: 768px) {
    .encooperacioncon {
        position: absolute;
        bottom: 6.5vw;
        font-size: 0.7vw;
        left: 35vw;
    }
    .porencargode {
        position: absolute;
        bottom: 6.5vw;
        font-size: 0.7vw;
        left: 18vw;
    }
    .implementadopor {
        position: absolute;
        bottom: 6.5vw;
        font-size: 0.7vw;
        left: 9vw;
    }

    .mundomano{
        display: none;
    }
    .recuadro-border p {
        font-size: 12px;
    }    

    .recuadro-border2 p {
        font-size: 12px;
    }    
    .aguila {
       display: none;
    }
    .compra-linea a{
        font-size: 3vw;
        left: 3vw;
        bottom: 18vw;
    }
    .compra-linea-banano a {
        font-size: 3vw;
        right: 20vw;
        bottom: 22vw;
        width: 60vw;
    }
    .suplidores img {
        top: 0vw;
        width: 70%;
        margin: 10px 15%;
    }

    .numeros-suplidores {
        font-size: 8vw;
        top: 24%;
        left: 28%;
    }
    .texto-suplidores {
        font-size: 4vw;
        left: 25%;
        top: 65%;
    }
    .suplidores-2 .texto-suplidores {
        left: 24%;
    }
    .suplidores-3 .numeros-suplidores {
        right: 37%;
    }
    .btn-testimonio{
        width: 95vw;
        margin: 1vw 2vw;
    }
    .header-background {
        min-height: 70vw;
        background-size: cover;
        background-position:  left center;
    }
    .logos-top-background {
        right: 20vw;
        width: 60vw;
    }
    .logos-top-header-1{
        position: absolute;
        top: 3.5vw;
        right: 60vw;    
    }
    
    .logos-top-header-1 img{
        width: 10vw;
    }
    
    .logos-top-header-2{
        top: 3.5vw;
        right: 41vw;
    }
    .logos-top-header-2 img{
        width: 16vw;
    }
    
    .logos-top-header-3{
        top: 3.5vw;
        right: 29vw;
    }
    .logos-top-header-3 img{
        width: 10vw;
    }
    .deja-huella-background{
        top: 15vw;
        left: 15vw;
        width: 16vw;
    }
    .texto-background{
        top: 35vw;
        right: 10vw;
        width: 50vw;
    }
    .logos-bottom-background {
        left: 2vw;
        width: 67vw;
    }
    .logos-bottom-header-1{
        bottom: 2vw;
        left: 8vw;
    }
    .logos-bottom-header-1 img{
        width: 13vw;
    }
    .logos-bottom-header-2{
        bottom: 1vw;
        left: 9vw;  
    }
    .logos-bottom-header-2 img{
        width: 6vw;
    }
    .logos-bottom-header-3{
        bottom: 2vw;
        left: 18vw;
    }
    .logos-bottom-header-3 img{
        width: 11vw;
    }
    .logos-bottom-header-4{
        bottom: 1vw;
        left: 35vw;
    }
    .logos-bottom-header-4 img{
        width: 4.5vw;
    }
    .logos-bottom-header-5{
        bottom: 1vw;
        left: 41vw;
    }
    .logos-bottom-header-5 img{
        width: 11vw;
    }
    .logos-bottom-header-6{
        bottom: 1vw;
        left: 53vw;
    }
    .logos-bottom-header-6 img{
        width: 9vw;
    }
    .testimonios-pc{
        display: none !important;
    }
    .testimonios-cel{
        display: block;
    }
    .logos-empresas-pc{
        display: none;
    }
    .logos-empresas-cel{
        display: block;
    }
    .menu {
        width: 60vw;
    }
  
    .imagenes-sobre-campana {
        height: 7vw;
    }
    .h2-green,.h2-white,.h2-green,.h2-green-dark{
        font-size: 36px;
    }
    .texto-resaltado, .text-gray, .text-white{
        font-size: 22px;
    }
    .siguenos {
        margin-top: 6vw;
        margin-left: 1vw;
    }
    .siguenos h2 {
        Float: left;
        margin-right: 1vw;
        width: 100%;
    }
    .huellas-blancas{
        display: none;
    }
    .siguenos a {
        margin: 0vw 0.5vw;
    }

    .col-sm-6, .col-xs-6{
        width: 50%;
        float: left;
    }
    .pt-5, .mt-5{
        padding-top: 1vw!important;
        margin-top: 1vw!important;
    }
    #logros .m-5 {
        margin: 2rem!important;
    }
    .compra-linea a {
        font-size: 3vw;
        left: 20vw;
        bottom: 18vw;
        width: 60vw;
    }
    .compra-linea img {
        left: 25vw;
        width: 50vw;
    }
    .background-platano .p-5{
        padding: 2rem 2rem 0rem 2rem!important
    }
    .background-platano .mt-5, 
    .background-platano .mb-5, 
    .background-platano .ml-5{
        margin: 0rem!important;
    }
    #sobrelacampana .m-5{
        margin: 0rem!important;
    }
    .titulo-compra {
        z-index: 14;
        position: relative;
        margin-top: 3vw;
        font-size: 5vw;
    }
    .compra-linea-banano img {
        position: absolute;
        bottom: 0vh;
        z-index: 9;
        left: 20vw;
        width: 60vw;
    }

    .background-cuerda{
        padding: 0px!important;
    }
    .background-platano .p-5 {
        padding: 2rem 0rem 0rem 0rem!important;
    }
    .background-platano .h2-white, 
    .background-platano .text-white{
        margin: 0px 10vw;
    }
}

@media only screen and (min-width: 576px) {
.bloque-deja {
    padding-top: 50px;
  }
}

@media only screen and (min-width: 768px) {
.tarjeta-especie{
min-height: 370px;
}
}




@media only screen and (max-width: 576px) {
    .implementadopor {
        position: absolute;
        bottom: 9vw;
        font-size: 0.8vw;
        left: 9vw;
    }
    .porencargode {
        position: absolute;
        bottom: 9vw;
        font-size: 0.8vw;
        left: 20vw;
    }
    .encooperacioncon {
        position: absolute;
        bottom: 9vw;
        font-size: 0.8vw;
        left: 40vw;
    }
    .logos-abajo {
        position: relative;
        height: 6vh;
    }
    .logos-footer {
        width: 100vw;
        margin-top: 1vh;
        left: 0vh;
        position: absolute;
        bottom: 0vh;
    }
    .logos-footer-1 {
        position: absolute;
        bottom: 2.5vw;
        left: 6vw;
    }
    .logos-footer-1 img {
        width: 9vw;
    }
    .logos-footer-2 {
        position: absolute;
        bottom: 1.5vw;
        left: 16vw;
    }
    .logos-footer-2 img {
        width: 17vw;
    }
    .logos-footer-2 img {
        width: 17vw;
    }
    .logos-footer-3 {
        position: absolute;
        bottom: 2.5vw;
        left: 34vw;
    }
    .logos-footer-3 img {
        width: 6vw;
    }
    .logos-footer-4 {
        position: absolute;
        bottom: 3vw;
        left: 41vw;
    }
    .logos-footer-4 img {
        width: 13vw;
    }
    .logos-footer-5 {
        position: absolute;
        bottom: 2.5vw;
        left: 55vw;
    }
    .logos-footer-5 img {
        width: 4.7vw;
    }
    .logos-footer-6 {
        position: absolute;
        bottom: 2.5vw;
        left: 61vw;
    }
    .logos-footer-6 img {
        width: 11vw;
    }
    .logos-footer-7 {
        position: absolute;
        bottom: 2.5vw;
        left: 73vw;
    }
    .logos-footer-7 img {
        width: 9vw;
    }
    .logos-footer-8 {
        position: absolute;
        bottom: 1.5vw;
        left: 85vw;
    }
    .logos-footer-8 img {
        width: 11vw;
    }
    .h2-green,.h2-white,.h2-green, .h2-green-dark{
        font-size: 40px;
    }
    .texto-resaltado , .text-gray, .text-white{
        font-size: 18px;
    }

    .imagenes-sobre-campana {
        height: 6vw;
    }
    .header-background {
        min-height: 70vw;
        background-size: cover;
        background-position:  left center;
    }
    .logos-top-background {
        right: 20vw;
        width: 60vw;
    }
    .logos-top-header-1{
        position: absolute;
        top: 3.5vw;
        right: 60vw;    
    }
    
    .logos-top-header-1 img{
        width: 10vw;
    }
    
    .logos-top-header-2{
        top: 3.5vw;
        right: 41vw;
    }
    .logos-top-header-2 img{
        width: 16vw;
    }
    
    .logos-top-header-3{
        top: 3.5vw;
        right: 29vw;
    }
    .logos-top-header-3 img{
        width: 10vw;
    }
    .deja-huella-background{
        top: 15vw;
        left: 15vw;
        width: 16vw;
    }
    .texto-background{
        top: 35vw;
        right: 10vw;
        width: 50vw;
    }
    .logos-bottom-background {
        left: 0vw;
        width: 90vw;
    }
    .logos-bottom-header-1{
        bottom: 1vw;
        left: 8vw;
    }
    .logos-bottom-header-1 img{
        width: 16vw;
    }
    .logos-bottom-header-2{
        bottom: 1vw;
        left: 9vw; 
    }
    .logos-bottom-header-2 img{
        width: 9vw;
    }
    .logos-bottom-header-3{
        bottom: 3vw;
        left: 20vw;  
    }
    .logos-bottom-header-3 img{
        width: 14vw;
    }
    .logos-bottom-header-4{
        bottom: 1vw;
        left: 40vw;
    }
    .logos-bottom-header-4 img{
        width: 6vw;
    }
    .logos-bottom-header-5{
        bottom: 1vw;
        left: 48vw;
    }
    .logos-bottom-header-5 img{
        width: 15vw;
    }
    .logos-bottom-header-6{
        bottom: 1vw;
        left: 67vw;   
    }
    .logos-bottom-header-6 img{
        width: 13vw;
    }
    
    .menu {
        width: 70vw;
    }
    .titulo-compra {
        z-index: 14;
        position: relative;
        margin-top: 5vw;
        font-size: 6vw;
        margin-bottom: 35vw;
    }
    .compra-linea {
        position: relative;
        height: 50vw;
    }
    .compra-linea a {
        font-size: 4vw;
        left: 15vw;
        bottom: 30vw;
        width: 70vw;
    }
    .compra-linea img {
        left: 15vw;
        width: 70vw;
    }
    .compra-linea-banano {
        position: relative;
        height: 65vw;
    }
    .compra-linea-banano a {
        font-size: 4vw;
        right: 15vw;
        bottom: 32vw;
        width: 70vw;
    }
    .compra-linea-banano img {
        position: absolute;
        bottom: 0vh;
        z-index: 9;
        left: 10vw;
        width: 80vw;
    }
    .siguenos-titulo {
        margin: 12px 2vw 0px 0px;
        font-size: 7vw;
    }

    #FotosCarousel .carousel-indicators {
    display: none;
    }
}