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

@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;
  }




/* --------------------Banner------------------------------------- */
.banner{
    width: 100%;
    height: 100vh;
}
.banner img{
    width: 100%;
    height: 100%;
}
.banner-cover{
    object-fit: cover;
}
.background_top{
    width: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    bottom: -112px;
    height: 200px;
}
.beach{
    position: absolute;
    width: 280px;
    height: 120px;
    bottom: -100px;
    left: 0px;
    z-index: 2;
}
.img-title{
    position: absolute;
    width: 380px;
    bottom: -60px;
    z-index: 2;
    right: 2%;
}


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

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

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

.mostrarArriba {
    animation: mostrarArriba 1.2s;
}



@keyframes mostrarArriba {
    0% {
        transform: translateY(100px);
        /* +60 mandamos hacia arriba (+); -60 mandamos hacia abajo (-) */
    }
    100% {
        transform: translateY(0);
    }
}
/* --------------BACKGROUND-main-------------------- */

.background_bot{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0px;
}
.background_bot img{
    display: block;
    width: 100%;
    height: 100%;
}
/* ------------------------------------------------------------ */
.wrap-container {
    position: relative;
    width: 80%;
    margin: 0px auto;
    padding-top: 0px;
}


.section-our-family{
    padding-top: 100px;
    letter-spacing: 2px;
    width: 100%;
    background-color: transparent;
    padding-bottom: 70px;
    position: relative;
    z-index: 1;
}
.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;

}
.sub-title-1{
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 900;
    text-shadow: 1px 1px 2px #137186;
    text-align: left;
}
.text-info{
    margin: 40px 0px;
    font-size: 18px;
    text-align: justify;
    letter-spacing: 2px;
    line-height: 28px;
}
/* ---------section from california --------- */
.color-from{
    color: #fff;
}
.container-info-text-1{
    max-width: 400px;
}
.flex-info-1{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 80px;
    
}
.palm_1{
    transform: rotate(80deg);
    position: absolute;
    left: -23%;
    top: 0;
    opacity: 0.4;
}
.palm_2{
    transform: rotate(320deg);
    position: absolute;
    right: -26%;
    top: 0;
    opacity: 0.4;
}




/* ------------sentence-------------------------- */
.container-sentence_animation{
    position: relative;
    background-image: url("../img/img_our_family/background-sentence.png");
    background-repeat: no-repeat;
    background-size:cover ;
    background-position:center;
}
.container-sentence{
    width: 100%;
    height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    position: relative;
}
.sentence{
    font-size: 62px;
    letter-spacing: 2px;
    /* text-shadow: 1px 1px 2px #000; */
    color: #fff;
    text-align: center;
}
.light{
    max-width: 850px;
    top: 18px;
}
.container-anim{
    position: absolute;
}
.birds{
    position: absolute;
    top: -100px;
    width: 100%;
    opacity: 0.5;
}
.lottie-birds{
    max-width: 1000px !important;
    max-height: 700px !important;
    margin: 0px auto;
}
.json_1{
    width: 600px;
    height: 500px;
    position: absolute;
    left: -240px;
    top: -94px;
    transform: scaleX(-1);
}

.json_2{
    width: 600px;
    height: 500px;
    position: absolute;
    top: -94px;
    right: -240px;
}

/* ---------our business------------- */
.sub-title-business{
    font-size: 26px;
    letter-spacing: 1px;
    font-weight: 100;
    text-shadow: 1px 1px 2px #cc7500;
    text-align: center;
    max-width: 880px;
    margin: 0px auto;
    margin-bottom: 20px;
    color: #cc7500;
}
.title-business{
    max-width: 880px;
    margin: 0px auto;
    text-align: center;
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: 900;
    text-shadow: 1px 1px 2px #cc7500;
    margin-bottom: 40px;
    color: #cc7500;
    text-transform: uppercase;
    line-height: 45px;

}
.color-flex-1{
    color: #cc7500;
}

/* --------- life warranty-------------*/
.container-life-warranty{
    background-color: rgba(255,228,140,0.8);
    border-radius: 90px 90px 90px 0px;
    padding-top: 50px;
    padding-bottom: 10px;
}
.container-life-warranty h2{
    text-shadow: 1px 1px 2px #137186;
}
.color-flex-2{
    color: #137186;
}

.container-parachute{
    position: absolute;
    left: 50%;
    top: -50px;
}
.container-row img{
    width: 150px;
}
.container-row{
    position: absolute;
    right: -116px;
    bottom: -64px;
}
/* ---------------logos------------------------------- */
.card-logo{
    width: 220px;
    height: 215px;
    background-color: white;
    border-radius: 40% 40% 0px 40px;
    overflow: hidden;
    padding-top: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8), 0px 4px 12px rgb(0 0 0);
}

.card-logo_img{
    display: block;
    width: 100%;
  
}
.card-logo-fix{
    width: 90% !important; 
    margin: 0px auto;
    
}
.car-logo-iso{
    width: 150%;
    position: relative;
    top: -20px;
    left: -55px;
}
.card-logo_img_circle{
    display: block;
    width: 80%;
    margin: 0px auto;
}

.container-logos{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 939px;
    margin: 0px auto;
    margin-top: 30px;
    margin-bottom: 30px;
    gap: 20px;
}


.card-logo-anab{
    display: flex;
    justify-content: center;
}

.card-logo_img_anab{
    width: 52%;
    height: 70%;
    align-self: center;
    margin-top: -20px;
}

.card-logo_img_iso9001{
    width: 42%;
    height: 70%;
    align-self: center;
    margin-top: -26px;
}

/* -------------we are always ------------------------------------ */
.color-contact-title{
    color: #115666;
    text-shadow: 1px 1px 2px #115666;
}
.contact{
    background-color: rgba(134,182,165,0.8);
    padding: 40px;
    border-radius: 80px 80px 80px 0px;
    margin: 20px 0px;
    z-index: 200;
}

.card-contact{
    width: 391px;
    height: 300px;
    padding: 30px 10px;
}

.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;
}
.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: 25px;
}
.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;
}
/* ---------modal------------------------- */
.modal-container{
    background-color: rgba(147, 145, 142, 0.5);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0px;
    z-index: 1000;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    gap: 20px;
    filter: drop-shadow( 2px 4px 8px rgba(0,0,0,0.4));

}
.modal{
    align-self: center;
    width: 80%;
    height: 60%;
}
.modal img{
    width: 100%;
    height: 100%;
}
.btn-x-map{
    width: 40px;
    height: 40px;
    align-self: center;
    justify-self: center;
    background-color: transparent;
    border: none;
    cursor: pointer;
    transition: all 0.4s;
}

/* ----------------------------------------------------------------------------- */
/* ----------slider WHAT OUR CUSTOMERS SAY------------------ */
.section-customers{
    position: relative;
    padding-top: 100px;
    padding-bottom: 70px;
    z-index: 2;
}
.section-customers h2{
    color: #fff;
}
.wrapper-customers{
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
    background-color: transparent;
    z-index: 1;
}

.card{
    width: 260px;
    height: 390px;
    position: relative;
    box-sizing: border-box;
    padding-top: 50px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 30px;
    letter-spacing: 1px;
    line-height: 1.4em;
    border-radius: 90px 90px 0px 20px;
    margin: 0px auto;
}
.customers{
    font-size: 18px;
    margin-top: 8px;
    text-align: left;
}


.card strong{
    position: absolute;
    bottom: 27px;
    font-size: 11px;
    color: white;
}
.card-1{
    background-color: #1d4376; 
    color: #8dcdd9;
}
.card-2{
    background-color:#429ea0;
    color: #2a60a8;
}
.card-3{
    background-color: #f1e28b;
    color: #2a60a8;
}
.card-4{
    background-color: #8dcdd9;
    color: #2a60a8;
}
.card-5{
    background-color: #8dcdd9;
    color: #2a60a8;
}
.card-6{
    background-color: #1d4376; 
    color: #8dcdd9;
}
.card-7{

    background-color: #f1e28b;
    color: #2a60a8;
}
/* -------------------slider comentarios--------------- */
.owl-dot {
    width: calc(100% / 7);
}
  .owl-dot  span{
    display: block;
    width: 100%;
    height: 8px;
    margin-top: 10px;
} 
.active span {
    background-color: darkgoldenrod;

}
.line-slider{
    width: 100%;
    height: 1px;
    background-color: darkgoldenrod;
    position: absolute;
    bottom: 8px;
}
/* -------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);
}

