
/* -- Fonts: -- */

@font-face {
    font-family: 'Museo 300';
    src: url('../fonts/Museo-300.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Museo 500';
    src: url('../fonts/Museo-500.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Museo 700';
    src: url('../fonts/Museo-700.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: 'Museo 500', sans-serif;
}
.section-capsule {
    background-color: #000;
    color: #fff;
    font-family: 'Museo 300', sans-serif;
}

.section-capsule .capsule_title {
    font-family: 'Museo 300', sans-serif;
    color: #fff;
}
.capsule-img {
    width: 82%;
}
.section-coffee-pot .coffee-pot_title {
    font-family: 'Museo 700', sans-serif;
    color: #ff740;
}
.section-coffee-pot .coffee-pot_title {

    font-family: 'Museo 500', sans-serif;
    font-size: 1.8vw;
    color: #602b21;
    text-align: center;
    letter-spacing: 2px;
    padding: 50px;
}

.coffee-pot_title-mobile{
    display:none;
}

html, body {
  overflow-x: hidden;
}

h2.coffee-pot_title {
    padding: 50px;
    font-size: 42px;
    color: black;
    text-align: center;
    font-weight: 600;
    letter-spacing: 3.5px;
}

p.coffee-pot2_title {
    text-align: center;
    color: #000000;
    font-family: Museo 500, sans-serif;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 1.1px;
    padding-top: 60px !important;
    padding-right: 180px !important;
    padding-bottom: 60px !important;
    padding-left: 180px !important;
    font-size: 34px;
}
 

.country-coffee {


    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: 50% 70%;
    background-color: black;
    padding: 30px;
    
}

.country-coffee_title-desktop {
    font-family: 'Museo 300', sans-serif;
    font-size: 1.8vw;
    color: #ffffff;
    line-height: 1.5em;
    text-align: center;
    letter-spacing: 2px;

    
}

.country-coffee_title-desktop2 {
    top: 13%;
    font-family: 'Museo 300', sans-serif;
    font-size: 1.4vw;
    color: #602b21;
    text-align: center;

    
}

.section-coffee-pot .coffee-pot_text-desktop {
    top: 35%;
    font-family: 'Museo 300'!important;
    left: 14%;
    z-index: -1;
    font-size: 1.17vw;
    line-height: 147%;
    text-align: center;
    background-color: #40221e2b;
    padding-top: 40px;
    padding-bottom: 20px;
    width: 31%;
    height: 43%;
}


.section-coffe_peru {
    background-color: #E9596E;
    
}
.section-coffe_colombia {
    background-color: #f0f0f0;
    
}
.section-coffe_etiopia {
    background-color: #cdc641;
    
}
.section-coffe_brasil {
    background-color: #ffcb05;
    
}
.section-coffe_passionato {
    background-color: #c6884f;
    color:#feffff;
    
}
.section-coffe_deciso {
    background-color: #e9aec0;
    
}
.section-coffe_dimattina {
    background-color: #948581;
    color:#feffff;
    
}
.section-coffe_vita {
    background-color: #083262;
    color:#feffff;
    
}


.section-coffe picture {
    width: 200px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-right: 20px;
    margin-left: 50px;
}

.section-coffe picture img {
  width: 100%;
  min-width: 200px;
  height: 100%;
  object-fit: contain;  /* escala proporcional */
}


.section-coop_bloque {
    background-color: #ffffff;
}

.coop-img {
    width: 12vw;
    margin: 40px!important;
}

.coffe-img {
    width: auto;
    height:150px;
}
.coffe_text {
   font-size: 1.2vw;
    padding-left: 50px;
    padding-right: 60px;

}

.coop_text {
    width: 73.3vw;
    font-size: 1.4vw;
}


.coffe-bg {
    height: 178px;
}
.recycling-circle {
    top: 28vw;
    width: 72vw;
}
.section-process .process_title {
    font-family: 'Museo 500', sans-serif;
    color: #493334;
    letter-spacing: 6px;
            text-align: center;
}
.section-process .process_title-desktop {
    top: 4.8vw;
    font-size: 2.9vw;
}
.section-process .process_text {
    top: 13vw;
    width: 70%;
    padding: 2.4% 4.5%;
    font-size: 1.3vw;
    line-height: 150%;
    background-color: #f5eee3;
}
.section-footer {
    background-color: #161616;
}
.footer-logo {
    width: 170px;
}
.footer-text {
    font-size: 23px;
}
.footer-info {
    font-size: 10px;
}


/* -- FAQ: -- */

.faq {
    margin: 0 auto;
    padding: 4rem;
    width: 48rem;
    background-color: #ececec;
  }

  .faq-bg {

    background-color: #ececec;
  }
  
  .accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
  }
  .accordion .accordion-item button[aria-expanded=true] {
    border-bottom: 1px solid #d26e03;
  }
  .accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #a29e72;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
  }
  .accordion button:hover, .accordion button:focus {
    cursor: pointer;
    color: #d29703;
  }
  .accordion button:hover::after, .accordion button:focus::after {
    cursor: pointer;
    color: #d26e03;
    border: 1px solid #03b5d2;
  }
  .accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
  }
  .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
  }
  .accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
  }
  .accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
  }
  .accordion button[aria-expanded=true] {
    color: #d22c03;
  }
  .accordion button[aria-expanded=true] .icon::after {
    width: 0;
  }
  .accordion button[aria-expanded=true] + .accordion-content {
    opacity: 1;
    max-height: 30em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
  }
  .accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
  }
  .accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 2em 0;
  }





@media only screen and (max-width: 720px) {
    .capsule-img {
        width: 50%;
    }

.container-aliados {
    padding-top: 20px !important;
    padding-bottom: 20px  !important;
}

.section-capsule {
    color: #ffffffe0;
    font-family: 'Museo 300', sans-serif;
    text-align: center;
    padding: 20px 20px 40px 20px !important;
}

.coffe_text {
    font-size: 3.2vw;
    padding-left: 20px;
    padding-right: 25px;
    padding-top: 10px;
}

    h2.coffee-pot_title {
      display:none !important;
    }

    h4.coffee-pot_title-mobile {
        padding: 10% 5% 10% 5% !important;
        font-family: 'Museo 500', sans-serif;
        font-size: 5.68vw;
        color: black;
        text-align: center;
        margin: 0px;
        line-height: 4vw;
        display: block;
        letter-spacing: 0.8px;
    }
 p.coffee-pot2_title {
    
        color: #0000008f;
        text-align: center;
        font-family: 'Museo 300', sans-serif;
        font-size: 21px;
        line-height: 1.5;
        letter-spacing: 0.1px;
        padding-top: 50px !important;
        padding-right: 10% !important;
        padding-bottom: 50px !important;
        padding-left: 10% !important;
    }

    .section-coffe picture {
        width: 100px;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        margin-right: 10px;
        margin-left: 30px !important;
    }

    .section-coffe picture img {
        width: 100%;
        min-width: 150px;
        height: 100%;
        object-fit: contain;
    }

     .coffee-pot_text {
        font-family: 'Museo 300', sans-serif;
        font-size: 5vw;
        text-align: center;
        padding: 5%;
        margin-top: -6%!important;
    }

    country-coffee_title {
        font-size: 1.6em;
        text-align: center;
        color: white;
        padding: 0px 10px 0px 10px;
        line-height: 1.5;
        margin: 0px !important;
    }
    
     .country-coffee_title {
        font-size: 1.6em;
        text-align: center;
        color: white;
        margin-top: 5%;
        padding: 0px 10px 0px 10px;
        line-height: 1.5;
    }

    capsule_text {
        text-align: center;
        font-size: 3.8vw;
        padding: 5px 5px 10px 5px;
    }

    .coffe-img {
        width: 42vw;
        margin: 2px;
    }
    .section-coffe-bg {
        background-size: cover;
        background-position-x: 12%;
    }

    .section-coop-bg {
        background-size: cover;
        background-position-x: 12%;
    }

    .coop-img {
        width: 62vw;
    }

    .faq {
        width: 95%;
        margin: 5px auto;
        padding: 5%;
      }


    .recycling-circle {
        top: 0vw;
        width: 95vw;
    }
    .footer-logo {
        width: 120px;
    }
    .footer-text {
        font-size: 12px;
    }
    .footer-info {
        font-size: 8px;
    }
  
    .accordion button .icon {
        right: -22px;
      }

      .section-process .process_title {
        font-family: 'Museo 500', sans-serif;
        color: #493334;
        letter-spacing: 6px;
        padding: 27px;
    }
}






/* -- ALIADOS CARDS: -- */

* {
    margin: 0;
    padding: 0;
}


.container-aliados {
    width: 100%;
    height: auto;
    background: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .6)), center no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
}


.cards-wrapper {
    width: 80%;
    display: flex;
    justify-content: space-evenly;
    position: relative;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
}

.card {
    width: 280px;
    background-color: #eee;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    transition: transform .5s;
    justify-content: flex-start;
}

/* give animation to cards */
@keyframes cardAnim {
    0% {opacity: 0}
    100% {opacity: 1}
}


.card:hover {
    transform: scale(1.1);
}

.image-top {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.profile-image {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    margin-top: -110px;
    z-index: 10;
    border: 10px solid #eee;
}

.card h1 {
    font-family: 'Museo 500', sans-serif;
    font-size: 14px;
    color: #555;
    margin: 10px;
}

.job {
    font-family: 'Museo 500', sans-serif;
    color: #777;
    font-weight: 300;
}

.about-me {
    font-family: 'Museo 500', sans-serif;
    font-size: 12px;
    width: 90%;
    margin: 15px 0;
    font-style: italic;
    color: #444;
    text-align: center;
}

.card button {
    width: 120px;
    padding: 7px;
    margin: 10px 0;
    background-color: black;
    border: none;
    outline: none;
    border-radius: 25px;
    font-family: 'Museo 500', sans-serif;
    color: #eee;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, .4);
}

/* animation for hover button */
.card:hover button {
    animation: buttonRotation 2s 1s linear;
}

@keyframes buttonRotation {
    0% {transform: scale(1) rotateZ(0)}
    5% {transform: scale(1.2) rotateZ(5deg)}
    10% {transform: scale(1.2) rotateZ(-5deg)}
    15% {transform: scale(1.2) rotateZ(5deg)}
    20% {transform: scale(1.2) rotateZ(-5deg)}
    25% {transform: scale(1.2) rotateZ(5deg)}
    30% {transform: scale(1.2) rotateZ(-5deg)}
    35% {transform: scale(1.2) rotateZ(5deg)}
    40% {transform: scale(1.2) rotateZ(-5deg)}
    45% {transform: scale(1.2) rotateZ(5deg)}
    50% {transform: scale(1.2) rotateZ(-5deg)}
    55% {transform: scale(1.2) rotateZ(5deg)}
    60% {transform: scale(1.2) rotateZ(-5deg)}
    65% {transform: scale(1.2) rotateZ(5deg)}
    70% {transform: scale(1.2) rotateZ(-5deg)}
    75% {transform: scale(1.2) rotateZ(5deg)}
    80% {transform: scale(1.2) rotateZ(-5deg)}
    85% {transform: scale(1.2) rotateZ(5deg)}
    90% {transform: scale(1.2) rotateZ(-5deg)}
    95% {transform: scale(1.2) rotateZ(5deg)}
    100% {transform: scale(1) rotateZ(0)}
}



@media(max-width: 1300px) {


    .cards-wrapper {
        width: 100%;
        top: 22%;
    }

}

@media(max-width: 1000px) {
    .container-aliados {
        height: 100%;
    }


    .cards-wrapper {
        flex-wrap: wrap;
        padding: 30px 0 200px 0;
    }

    .card {
        margin: 0 30px 50px 30px;
    }
}


@media(max-width: 450px) {



    .cards-wrapper {
        padding: 30px 0 50px 0;
    }
}