*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}

.main_wrap{
    margin: 0px auto;
    position: relative;
    /* margin-top: -8px; */
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.animado{
    opacity: 0;
    transition: all 0.6s;
}

.mostrarArriba {
    animation: mostrarArriba 1.2s;
}



@keyframes mostrarArriba {
    0% {
        transform: translateY(350px);
        /* +60 mandamos hacia arriba (+); -60 mandamos hacia abajo (-) */
    }
    100% {
        transform: translateY(0);
    }
}
.title_significant{
    font-size: 40px;
    color:#1e4237;
    text-align: right;
    margin-top: 520px;
    padding-right: 80px;
    text-shadow: 1px 1px 2px #817e7e, 2px 2px 5px #363636, 3px 3px 8px #818181;
    letter-spacing: 5px;
}

body {
    background-image: url('../img/background/background_bannerBottom_ourFamily_full_2.webp');
    background-size: cover; /* Ajusta la imagen para que cubra todo el fondo */
    background-repeat: no-repeat; /* Evita que la imagen se repita */
    
    background-position: 20% 52%; 
}

/* --------------BACKGROUND-main-------------------- */

.background_bot{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0px;
}
.background_bot img{
    display: block;
    width: 100%;
    height: 100%;
}
/* ------------------------------------------------------ */
.title-section{
    text-align: center;
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: 900;
    /* text-shadow: 1px 1px 2px #137186; */
    margin-bottom: 40px;
    text-transform: uppercase;
 

}
/* ----------------------we are always------------------------------------- */
.wrap-container {
    position: relative;
    width: 80%;
    margin: 0px auto;
    padding-top: 0px;
    margin-top: 100px;
}
.contact {
    background-color: rgba(134, 182, 165, 0.8);
    padding: 40px;
    border-radius: 80px 80px 80px 0px;
    margin: 20px 0px;
    z-index: 200;
    margin-bottom: 120px;
}

.color-contact-title {
    color: #115666;
    text-shadow: 1px 1px 2px #115666;
}
.card-contact{
    width: 100%;
    height: 600px;
    padding: 30px 10px;
    
}

.card-flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}


.card-map{
    width: 520px;
    height: 520px;
    border-radius: 20px 20px 20px 20px;
    overflow: hidden;
    position: relative;
}

.map{
    width: 100%;
    height: 100%;
}
.overlay-map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3));
    pointer-events: none; /* Permite la interacción con el mapa */
}
.card-info{
    width: 520px;
    padding-top: 50px;

}
.card-container-img{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding-top: 30px;
}

.card-container-img img{
    width: 220px;
    height: 222px;
    flex-grow: 1;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8), 0px 4px 12px rgb(0 0 0);
    cursor: default;
}

.card-contact img{
    display: block;
    margin: 0px auto;
    cursor: pointer;
}
.card-contact h4{
    color: #115666;
    text-shadow: 1px 1px 2px;
    text-align: center;
    letter-spacing: 2px;
    padding: 15px 0px;
}
.card-contact p{
    font-size: 14px;
    line-height: 24px;
    color: #115666;
    text-align: center;
}
.contact-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}
.additional-contact{
    max-width: 840px;
    margin: 0px auto;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 35px;
}
.additional-contact h4{
    font-size:18px ;
    color: #115666;
    font-weight: bold;
    text-shadow: 1px 1px 2px #115666;
    margin-bottom: 35px;
    margin-top: 20px;
}
.additional-contact p{
    font-size: 15px;
    color: #115666;
    line-height: 18px;
    letter-spacing: 1px;
}
.distributors article{
    margin-bottom: 20px;
}

.message-contact{
    text-align: center;
    letter-spacing: 2px;
    font-size: 18px;
    color: #115666;
    line-height: 35px;
    font-weight: bold;
    max-width: 840px;
    margin: auto;
    text-shadow: 1px 1px 2px #115666;
}

  
/* -------message---------------- */
.message-fix{
    position: fixed;
    bottom: 56px;
    right: 40px;
    width: 60px;
    height: 50px;
    z-index: 200;
    cursor: pointer;
}

.message-fix img {
    width: 100%;
    height: 100%;
}

/* -----Footer----------------- */
.logo-footer{
    width: 120px;
    height: 70px;
}
.logo-footer img{
    width: 100%;
    height: 100%;
}
.container-footer{
    width: 100%;
    padding-bottom: 40px;
    z-index: 1;
    position: relative;
}
.menu-footer{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    font-size: 14px;
    font-weight: 900;
    z-index: 2;
}
.flex-footer{
    display: flex;
    width: 80%;
    margin: 0px auto;
    justify-content: space-evenly;
}
.palm_3{
    position: absolute;
    opacity: 0.4;
    z-index: -1;
    top: -186px;
    right: -160px;
    transform: rotate(-30deg);
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVI.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }

  @media(max-width:1290px){
 
    .flex-footer{
        flex-direction: column;
        align-items: center;
      }
}

@media(max-width:1100px){
    .menu-footer{
        flex-direction: column;
        align-items: center;
      }
      .menu-footer a{
          padding: 20px;
      }
}



