* {
    box-sizing: border-box;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

body {
    margin: 0;
    width: 100%;
    min-height: 100vh;
    background-color: #F5FFFA;
    cursor: auto;
    overflow-x: hidden;
}

main {
    display: block;
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: visible;
}

header {
    display: flex;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    background-color: #F5FFFA;
    border: none;
    border-bottom: solid 2px #1F2F2F;
    z-index: 9999;
}

.logotipo {
    margin: 0;
    padding: 10px 20px;
    width: 50%;
    text-align: left;
}

.logotipo img {
    height: 50px;
    width: auto;
}

.mainmenu,
.socialmenu {
    display: none;
}

.mobilemenu {
    display: block;
    padding: 0;
    margin: 0;
    width: 90px;
    height: 70px;
}

#mobilemenu_btn {
    font-size: 50px;
    line-height: 50px;
    color: #1F2F2F;
    border: none;
    background-color: transparent;
    padding: 10px 20px;
}

#mobilemenu_btn.closed .bi-list {
    display: inline;
}
#mobilemenu_btn.opened .bi-list {
    display: none;
}
#mobilemenu_btn.closed .bi-x-lg {
    display: none;
}
#mobilemenu_btn.opened .bi-x-lg {
    display: inline;
}

#mobilemenu_menu {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 76px;
    left: 0;
    width: 100%;
    height: calc(100vh - 70px);
    z-index: 999999999;
    margin: 0;
    padding: 0;
    background-color: rgba(245, 255, 250, 0.9);
    list-style-type: none;
}

#mobilemenu_menu.closed {
    display: none;
}
#mobilemenu_menu.opened {
    display: flex;
}

.menu_item_mobile {
    text-align: center;
    padding: 0;
    margin: 0;
}

.menu_item_mobile.social {
    padding-top: 40px;
}

.menu_item_mobile .item {
    display: inline-block;
    margin: 0;
    padding: 20px;
    font-size: 32px;
    line-height: 32px;
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
    color: #1F2F2F;
    text-transform: uppercase;
    text-decoration: none;
}

.menu_item_mobile .item.social {
    padding: 5px;
    font-size: 48px;
    line-height: 48px;
}

.menu_item_mobile .item:hover,
.menu_item_mobile .item:active,
.menu_item_mobile .item:focus {
    color: #167873;
}

.menu_divider {
    border:none;
    border-left: solid 2px rgba(31, 47, 47, 0.5);
}

.fishes-container {
    position: relative;
    width: 100%;
    height: 100vh;
}

.shad-fish {
    width: 48px;
    height: 48px;
    margin: 0 0 10px;
    padding: 0;
}

.shad-fish img {
    width: 48px;
    height: auto;
}

.main_cta {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    z-index: 1000;
}

.main_cta .copete {
    font-size: 32px;
    line-height: 32px;
    font-weight: 300;
    font-family: "Montserrat", sans-serif;
    color: #1F2F2F;
    margin: 0;
    padding: 5px;
    width: 100%;
    text-align: center;
    background-color: #F5FFFA;
    white-space: nowrap;
}

.main_cta .titular {
    font-size: 32px;
    line-height: 32px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    color: #1F2F2F;
    padding: 10px;
    margin: 0 0 10px;
    width: 100%;
    text-align: center;
    background-color: #F5FFFA;
    white-space: nowrap;
}

.main_cta .mark {
    display: block;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    color: #1F2F2F;
    margin-bottom: 20px;
    margin-top: 40px;
    width: 80%;
    background-color: #F5FFFA;
    text-align: center;
}

.cta_btn {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    color: #F5FFFA;
    margin-top: 0;
    padding: 15px;
    border-radius: 10px;
    border: none;
    display: block;
    background-color: #1F2F2F;
    background: black/*linear-gradient(45deg,rgba(31, 47, 47, 1) 0%, rgba(32, 178, 170, 1) 100%)*/;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.moveright {
    display: flex;
    justify-content: flex-end;
}

.cta_btn:hover,
.cta_btn:active,
.cta_btn:focus {
    background-color: #20B2AA;
    background: linear-gradient(45deg,/*rgba(32, 178, 170, 1)*/#1F2F2F 0%, /*rgba(50, 205, 50, 1)*/mediumseagreen 100%);
    color: #F5FFFA;
}

.inner_section {
    padding: 110px 20px;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.section_title {
    width: 100%;
    padding: 0 20px 40px;
}

.section_title .title {
    font-size: 18px;
    line-height: 18px;
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
    color: #1F2F2F;
    padding: 0 0 10px;
    margin: 0;
    text-transform: uppercase;
}

.section_title .subtitle {
    font-size: 48px;
    line-height: 48px;
    font-weight: 300;
    font-family: "Montserrat", sans-serif;
    color: #1F2F2F;
    padding: 0;
    margin: 0;
}

.section_content {
    width: 100%;
    padding: 0 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.section_col_full,
.section_col_half,
.section_col_third,
.section_col_quarter {
    width: 100%;
}

.text {
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    color: #1F2F2F;
    padding: 0 20px 20px;
    margin: 0;
}

.mensaje_cargando {
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    color: #666666;
    padding: 0 20px 20px;
    margin: 0;
}

.mensaje_error {
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    color: #CC0000;
    padding: 0 20px 20px;
    margin: 0;
}

.mensaje_ok {
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    color: rgba(50, 205, 50, 1);
    padding: 0 20px 20px;
    margin: 0;
}

.lead {
    font-size: 1.2em;
    line-height: 1.5em;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    color: #1F2F2F;
    padding: 0 20px 20px;
    margin: 0;
}

.person {
    width: 100%;
    padding: 40px;
}

.person img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.wgrid {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    list-style: none;
    width: 100%;
    padding: 0 20px;
}

.witem {
    width: 100%;
    padding: 0 20pX 20px;
    margin: 0;
}

.wbtn {
    display: block;
    padding: 5px;
    border-radius: 10px;
    text-decoration: none;
}

.wbtn:hover,
.wbtn:active,
.wbtn:focus {
    background-color: #98FB98;
}

.wimg {
    padding: 0 0 20px;
    margin: 0;
}

.wimg img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.wtitle {
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: #1F2F2F;
    padding: 0 0 10px;
    margin: 0; 
}

.wsubtitle {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    color: #1F2F2F;
    padding: 0 0 20px;
    margin: 0; 
}

.wmorebtn {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    color: #1F2F2F;
    margin-top: 0;
    padding: 15px;
    border-radius: 10px;
    display: block;
    border: solid 2px #1F2F2F;
    background-color: transparent;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.wmorebtn:hover,
.wmorebtn:active,
.wmorebtn:focus {
    background-color: #98FB98;
}


.fish-element {
    position: absolute;
    background-image: url("../assets/fish-element.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 999;
    width: 32px;
    height: 32px;
}

.bubble {
    position: absolute;
    background: transparent; 
    border-radius: 50%;
    box-shadow: inset 0 0 10px rgba(31, 47, 47, 0.2);
    border: solid 1px rgba(31, 47, 47, 0.9);
    pointer-events: none; 
    z-index: 999999;
    animation: floatUp ease-in forwards;
}

footer {
    background-color: #1F2F2F;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

footer .lead,
footer .sublead {
    font-size: 0.8em;
    line-height: 1em;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    color: #F5FFFA;
    padding: 0 0 5px;
    margin: 0;   
}

footer .text {
    font-size: 0.8em;
    line-height: 1em;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    color: #F5FFFA;
    padding: 0 0 5px;
    margin: 0;   
}

footer .link {
    text-decoration: none;
    color: #F5FFFA;
}

footer .link:hover,
footer .link:active,
footer .link:focus {
    text-decoration: none;
    color: #98FB98;
}

#contacto {
    background-color: rgba(31, 47, 47, 0.1);
}

.control {
    padding: 0 20px 20px;
}

.control label {
    display: block;
    font-size: 0.8em;
    line-height: 1em;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    color: #1F2F2F;
    padding: 0 0 5px;
    margin: 0;     
}

.control input,
.control textarea,
.control select {
    font-size: 0.8em;
    line-height: 1em;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    color: #1F2F2F;
    border: solid 1px rgba(31, 47, 47, 0.3);
    border-radius: 5px;
    padding: 10px;
    margin: 0;
    width: 100%;     
}

.acordeon {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    list-style: none;
}

.acordeon_item {
    margin: 0;
    padding: 0 0 5px;
}

.acordeon_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 0,1,0;
    background-color: rgba(31, 47, 47, 0.1);
    color: rgba(31, 47, 47, 1);
    border-radius: 5px;
    padding: 10px;
    text-decoration: none;
    width: 100%;
    cursor: pointer;
}

.acordeon_btn figure {
    margin: 0;
    padding: 0;
    width: 46px;
    flex-grow: 0;
}

.acordeon_btn figure img {
    width: 36px;
    height: auto;
}

.acordeon_btn h5 {
    font-size: 28px;
    line-height: 28px;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    color: #1F2F2F;
    padding: 4px 5px;
    margin: 0; 
    flex-grow: 1;    
}

.acordeon_btn span {
    font-size: 24px;
    line-height: 24px;
    padding: 6px 0 6px 10px;
    color: #1F2F2F;
    flex-grow: 0;
}

.acordeon_box {
    display: none;
    background-color: rgba(31, 47, 47, 0.1);
    color: rgba(31, 47, 47, 1);
    border-radius: 0 0 5px 5px;
    padding: 5px;
    width: 100%;
}

.acordeon_box .lead {
    font-size: 1em;
    line-height: 1.2em;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    color: #1F2F2F;
    padding: 0 10px 5px;
    margin: 0;   
}

.acordeon_box .text {
    font-size: 1em;
    line-height: 1.2em;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    color: #1F2F2F;
    padding: 0 10px;
    margin: 0;   
}

.acordeon_item.opened .acordeon_btn {
    border-radius: 5px 5px 0 0;
}

.acordeon_item.opened .acordeon_box {
    display: block;
}

.acordeon_item .up {
    display: none;
}
.acordeon_item .down { 
    display: block;
}

.acordeon_item.opened .up {
    display: block;
}
.acordeon_item.opened .down { 
    display: none;
}

.modal-overlay {
    display: none; 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:  rgba(31, 47, 47, 0.8);
    z-index: 99999999;
    justify-content: center;
    align-items: center;
}

.modal-content {
    background: #F5FFFA;
    padding: 20px;
    width: 96%;
    position: relative;
    border-radius: 10px;
}

.modal_section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.modal_col_images {
    max-width: 650px;
    width: 100%;
}

.modal_col_desc {
    max-width: 300px;
    width: 100%;
}

.modal_title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
    font-family: "Montserrat", sans-serif;
    color: #1F2F2F;
    padding: 20px 0 5px;
    margin: 0;
}

.modal_subtitle {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    color: #1F2F2F;
    padding: 0 0 20px;
    margin: 0;
}

.modal_text {
    font-size: 1em;
    line-height: 1.2em;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    color: #1F2F2F;
    padding: 0 0 5px;
    margin: 0;   
}

.modal-close {
    position: absolute;
    top: 10px; right: 15px;
    font-size: 28px;
    cursor: pointer;
}



.slider-container {
    position: relative;
    width: 100%;
    max-width: 720px; 
    margin: auto;
    overflow: hidden; 
    border-radius: 5px;
}

.slider-track {
    display: flex;
    transition: transform 0.5s ease-in-out; 
}

.slider-item {
    min-width: 100%; 
    box-sizing: border-box;
}

.slider-item img {
    width: 100%;
    display: block;
}

.nav-btn {
    position: absolute;
    top: 90%;
    transform: translateY(-50%);
    background: rgba(31, 47, 47, 0.3);
    color: #F5FFFA;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 18px;
    border-radius: 5px;
}

.nav-btn:hover,
.nav-btn:active,
.nav-btn:focus { background: rgba(31, 47, 47, 0.5); }
.prev { left: 10px; }
.next { right: 10px; }

@media (min-width: 1024px) {

    .section_title {
        width: 720px;
        padding: 0 0 40px;
    }

    .wgrid {
        width: 720px;
    }

    .section_content {
        width: 720px;
        padding: 0 0 40px;
    }

    .modal-content {
        width: 720px;
    }


}

@media (min-width: 1200px) {

    .logotipo {
        padding: 20px;
        width: 20%;
    }

    .logotipo img {
        height: 60px;
    }

    .mainmenu {
        display: block;
        padding: 0 20px;
        width: 60%;
    }

    .socialmenu {
        display: block;
        padding: 20px;
        width: 20%;
    }

    .mobilemenu {
        display: none;
    }

    .menu {
        display: flex;
        align-items: center;
        list-style: none;
    }

    .mainmenu .menu {
        justify-content: center;
    }

    .socialmenu .menu {
        justify-content: right;
    }

    .item {
        display: inline-block;
        margin: 0;
        padding: 5px;
        font-size: 14px;
        line-height: 14px;
        font-weight: 800;
        font-family: "Montserrat", sans-serif;
        color: #1F2F2F;
        text-transform: uppercase;
        text-decoration: none;
    }

    .item.social {
        font-size: 24px;
        line-height: 24px;
    }

    .item:hover,
    .item:active,
    .item:focus {
        color: #167873;
    }

    .menu .menu_item:first-of-type .item {
        padding: 5px 5px 5px 0;
    }

    .menu .menu_item:last-of-type .item {
        padding: 5px 0 5px 5px;
    }

    .main_cta .copete {
        font-size: 60px;
        line-height: 48px;
        width: 80%;
        text-align: left;
    }

    .breakline {
        display: none;
    }

    .main_cta .titular {
        font-size: 60px;
        line-height: 48px;
        width: 80%;
        text-align: right;
    }

    .inner_section {
        padding: 150px 20px;
    }

    .section_title {
        width: 1100px;
        padding: 0 0 40px;
    }

    .section_content {
        width: 1100px;
        padding: 0 0 40px;
    }

    .section_col_full {
        width: 100%;
    }

    .section_col_half {
        width: 50%;
    }

    .section_col_third {
        width: 33%;
    }

    .section_col_quarter {
        width: 25%;
    }

    .wgrid {
        width: 1100px;
    }

    .modal-content {
        width: 1020px;
    }

    .witem {
        width: 340px;
    }

    .witem:nth-child(even) {
        padding-top: 40px;
    }

    .witem:nth-child(odd) {
        padding-bottom: 40px;
    }

}

@keyframes floatUp {
    0% {
        transform: translateY(0) scale(1);
        opacity: 0.8;
    }
    100% {
        transform: translateY(-100vh) scale(1.2);
        opacity: 0;
    }
}