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






/* --------------------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: -2px;
    height: 120px;
   
}
.background_top img{
    width: 100%;
    height: 100%;
}
.boat{
    position: absolute;
    z-index: 2;
    width: 110px;
    right: 35%;
    bottom: -60px;
}
.img-title{
    position: absolute;
    width: 380px;
    bottom: -60px;
    z-index: 3;
    right: 2%;
  
}
/* ----------------main--------------------------------------------------------- */

.main_wrap{
    margin: 0px auto;
    min-height: 1050px;
    position: relative;
    margin-top: -2px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background-color: #FFE48C;
}
.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);
    }
}
/* --------------------------------------------------------------------------- */

.wrap-container {
    position: relative;
    width: 80%;
    margin: 0px auto;
    padding-top: 0px;
}
/* --------------BACKGROUND-main-------------------- */

.background_bot{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0px;
}
.background_bot img{
    display: block;
    width: 100%;
    height: 100%;
}
/* ------------------------------------------------------------------------------- */
.container-tab-info{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 170px;
    padding-bottom: 200px;

}
.btns-info{
    max-width: 300px;
    width: 30%;
    height: auto;
    align-self: center;
}
.info-text-container{
    max-width: 700px;
    width: 60%;
    padding: 50px 50px;
    background-color: #035946;
    border-radius: 80px 80px 80px 0px;
    box-shadow: 2px 3px 8px rgba(3, 89, 70, 0.8);
}
.btn{
    display: block;
    width: 100%;
    padding: 22px 16px;
    border: 1px solid #fff;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: all 0.5s;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 900;
    background-color: #E0E0E0;
    color: #035946;

}

.btn:first-child{
    border-radius: 24px 0px 0px 0px;
}
.btn:hover{
    background-color: #035946;
    color: #fff;
}
 .active{
    background-color:#035946 ;
    color: white;
}
.info-text{
    color: #fff;
    letter-spacing: 1px;
    height: 320px;
    width: 100%;
    padding-right:20px;
    overflow-y: scroll;
}
.title-tab{
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 30px;
}
.sub-title{
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 30px;
}
.text-tab{
    font-size: 18px;
    line-height: 28px;
}
.list-text{
    list-style-position: inside;
}
.list-text li{
    padding: 16px 0px;
}
/* ----------------container-Kitesurf----------------------- */
.container-Kitesurf{
    display: block;
    width: 230px;
    height: auto;
    position: absolute;
    bottom: -100px;
    left: calc(50% - 115px);
}
.container-Kitesurf img{
    width: 100%;
    height: auto;
}

.container-boat-2{
    width: 60px;
    height: auto;
    position: absolute;
    bottom: -32px;
    left: calc(10% - 30px);
}
.container-boat-2 img{
    width: 100%;
    height: 100%;
}
/* -------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;
    margin-top: 170px;
}
.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;
}