.heroRow {
    height: 100vh;
    width: 100%;
    display: block;
    position: relative;
}

.heroRowImg {
    width: 100%;
    height: 100%;
    display: block;
}


.heroRowImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}

.heroRowText {
    position: absolute;
    top: 50%;
    left: 10%;
    width: 100%;
    transform: translateX(-30%);
    opacity: 0;
    transition: all 0.55s cubic-bezier(.86,.01,.17,.62)
}

.heroRowText.reveal {
    transform: translateX(0);
    opacity: 1;
}

.heroRowText h2 {
    font-family: 'PlayFair Display';
    color: #f5f2ea;
    font-weight: 700;
    font-size: 3.2em;
    margin-top: unset;
    margin-bottom: 10px;
}

.heroRowText h2 span {
    font-style: italic;
    font-weight: 600;
    font-size: 1.5em;
}

.heroRowText p {
    font-family: 'Montserrat';
    color: #f5f2ea;
    font-size: 1.4em;
}


.dolphinRowBorder {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 80%;
    border-top: 4px solid #c8a96a;
    border-bottom: 4px solid #c8a96a;
    pointer-events: none;
}

.dolphinRow {
    width: 100%;
    height: 50vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-image: url('/wp-content/uploads/2026/03/delfines.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 8vh 0;
    box-sizing: border-box;
    padding-left: 10%;
}

.dolphinRow h2 {
    font-family: 'PlayFair Display';
    font-weight: 500;
    font-size: 2.5em;
    margin: unset;
    color: #f5f2ea;
}


.dolphinRow p {
    font-weight: 400;
    font-family: 'PlayFair Display';
    color: #f5f2ea;
    font-size: 1.1em;
    margin: unset;
}

.dolphinRow h2>span {
    color: #c8a96a;
    font-weight: 600;
}


.categoryRow {
    display: flex;
    flex-direction: column;
    padding: 5vh 10%;
    box-sizing: border-box;
    padding-bottom: 15vh;
    position: relative;
    background: linear-gradient(to bottom, #ffffff, rgb(245, 242, 234));
}

.categoryBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.categoryBg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.categoryRowTitle h2 {
    display: block;
    font-family: 'PlayFair Display';
    font-weight: 700;
    color: #0f2a44;
    font-size: 2.7em;
    margin: unset;
}

.categoryRowTitle {
    width: 40vw;
    border-bottom: 3px solid #c8a96a;
    margin-bottom: 7vh;
}

.categoryBlurbs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.categoryImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 6px;
}




.bigCategory.categoryImage {
    width: 39%;
    overflow: visible;
}


.categoryImageText>h2 {
    color: #f5f2ea;
    font-family: 'PlayFair Display';
    font-weight: 700;
    font-size: 2.1em;
    margin: unset;
}


.bigCategory{
    width:39%;
}

.categoryImage {
    width: 19%;
    height: 70vh;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.75s cubic-bezier(.44,.54,0,.88);
}

.categoryImageText>p {
    font-family: 'Montserrat';
    color: #f5f2ea;
    font-weight: 400;
    font-size: 1em;
    margin: unset;
    height: 0;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
}
.bigCategory .categoryImageText>p {
    height: 60px;
    display: flex;
    align-items: flex-end;
}

.categoryImageText {
    position: absolute;
    top: 100%;
    left: 0;
    transform: translateY(-100%);
    height: 30%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    background: linear-gradient(
    to bottom,
    rgba(3, 9, 14, 0) 0%,
    rgba(3, 9, 14, 0.21) 14%,
    rgba(10, 27, 44, 0.64) 49%,
    rgba(14, 38, 62, 0.91) 79%,
    #0f2a44 100%
  );
    padding: 0 5%;
    padding-bottom: 4%;
    pointer-events: none;
}


.yellowButton {
    position: relative;
white-space: nowrap;
    text-wrap: nowrap;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #faf8f4;
    text-decoration: unset;
    background-color: #c8a96a;
    font-size: 1em;
    padding: 4px 20px;
    border-radius: 10px;
}
.categoryBlurbs>a {
    position: absolute;
    top: 100%;
    left: 100%;
    transform: translate(-100%,50px);
}

.yellowButton::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%,-5px);
    background-color: white;
    height: 2px;
    width: 0%;
    border-radius: 20px;
    transition: all 0.35s cubic-bezier(.44,.54,0,.88);
}

.yellowButton:hover::after {
width:86%;
}

.collabBanner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.collabBanner {
    width: 100%;
    height: 40vh;
    border-bottom: 8px solid #c8a96a;
    border-top: 8px solid #c8a96a;
    position: relative;
}

.collabBanner .yellowButton {
    position: absolute;
    top: 73%;
    left: 13.3%;
}

.dolphinUniverse {
    padding-top: 10vh;
    padding-bottom: 12vh;
    display: flex;
    flex-direction: row;
    height: 80vh;
    background-color: rgb(245, 242, 234);
}


.dolphinUniverseSecondPic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.dolphinUniversePic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dolphinUniverseSecondPic {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(0, -50%);
    width: 400px;
    height: 90%;
}

.dolphinUniversePic {
    width: 450px;
    height: 100%;
    transform: translateX(-6px);
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.8));
}

.dolphinUniversePics {
    width: 50%;
    position: relative;
}

.dolphinUniverseText>h2 {
    font-family: 'PlayFair Display';
    font-weight: 700;
    font-size: 2.9em;
    text-wrap: nowrap;
    white-space: nowrap;
    margin-top: 5.8vh;
    color: #0f2a44;
}

.dolphinUniverseText {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30%;
}

.dolphinUniverseSmallTextBottom {
    height: 150px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.dolphinTextSepparator {
    width: 1px;
    height: 100%;
    background-color: #0f2a44;
}

.dolphinUniverseSmallTextBottom p {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 0.8em;
    color: #0f2a44;
}

.dolphinUniverseSmallTextBottom, .dolphinUniverseSmallTextUpper {
    transform: translateX(20vh);
}

.dolphinUniverseSmallTextUpper>h3 {
    font-family: 'PlayFair Display';
    font-weight: 700;
    color: #0f2a44;
    font-size: 1.7em;
    white-space: nowrap;
    text-wrap: nowrap;
    margin: 0;
    margin-bottom: 1vh;
}

.dolphinUniverseSmallTextUpper p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 0.9em;
    text-wrap: nowrap;
    white-space: nowrap;
    color: #0f2a44;
}

.not-avaliable.categoryImage.bigCategory {
    cursor: not-allowed;
}

.not-avaliable.categoryImage .categoryImageText {
    height: 100%!important;
    box-sizing: border-box;
    background: linear-gradient(
    to bottom,
    rgba(3, 9, 14, 0.5) 0%,
    rgba(3, 9, 14, 0.51) 14%,
    rgba(10, 27, 44, 0.64) 49%,
    rgba(14, 38, 62, 0.91) 79%,
    #0f2a44 100%
  )!important;
  width:100%!important;
}

.dolphinUniverseSmallTextUpper .yellowButton {
    top: 20px;
    font-size: 0.9em;
}

.dolphinUniverseSmallTextUpper {
    padding-bottom: 10vh;
}

   .heroRowPhone{
       display:none;
    }
    .heroRowDesktop{
        display:block;
    }

@media only screen and (max-width: 1600px) {
    .heroRowText h2 {
        font-size: 2.8em;
    }
    .heroRowText p {
        font-size: 1.2em;
    }
    .categoryImageText>h2 {
        font-size: 1.8em;
    }
    .categoryImageText>p {
        font-size: 0.9em;
    }
    .dolphinUniversePic {
        width: 400px;
    }
    .dolphinUniverseSecondPic {
        width: 350px;
    }
    .dolphinUniverseSmallTextBottom, .dolphinUniverseSmallTextUpper {
        transform: translateX(0);
    }
    .dolphinUniverseText {
        width: 50%;
    }
    .dolphinUniverseSmallTextBottom {
        justify-content: flex-start;
    }
    .dolphinTextSepparator {
        margin-right: 100px;
    }
}

@media only screen and (max-width: 1200px) {
    .categoryImageText>h2 {
        font-size: 1.5em;
    }
    .categoryImageText>p {
        font-size: 0.8em;
    }
    .dolphinUniversePics {
        width: 50%;
    }
    .dolphinUniverseSecondPic {
        transform: translate(-16%, -50%);
    }
    .dolphinUniverseText {
        width: 45%;
    }
    .dolphinUniverseSmallTextUpper {
        width: 100%;
    }
    .dolphinUniverseSmallTextUpper > h3, .dolphinUniverseSmallTextUpper p {
        text-wrap: wrap!important;
        white-space: normal!important;
    }
    .dolphinUniverseSmallTextUpper p br {
        display: none;
    }
}

@media only screen and (max-width: 1000px) {

    .categoryBlurbs>a {
    transform: translate(-50%,50px);
    left: 50%;
}

.heroRowText {
    top: 67%;
}

.heroRowImg img {
    object-position: 70% 0%;
}

    .categoryBlurbs {
        flex-direction: column;
    }
    .categoryImage {
        width: 100%;
        height: 20vh;
        margin-bottom: 1vh;   
    }
    .categoryImage:last-of-type {
        margin-bottom: unset;
    }
    .bigCategory.categoryImage {        
        width: 100%;
        height: 40vh;
    }
    .categoryImageText {
        width: 90%;
        height: 40%;
    }
    .categoryImageText>h2 {
        font-size: 1.8em;
    }
    .categoryImageText>p {
        font-size: 1em;
    }
    html body .bigCategory .categoryImageText>p {
        height: auto;
        margin-top: 5px;
    }
    .dolphinUniverse {
        height: auto;
        flex-direction: column-reverse;
        align-items: center;
    }
    .dolphinUniverseText {
        width: 70%;
        text-align: center;
        margin-bottom: 5.5vh;
    }
    .dolphinUniverseSmallTextBottom p {
        text-align: center;
    }
    .dolphinUniverseText>h2 {
        margin-top: 0;
    }
    .dolphinUniverseSmallTextBottom {
        justify-content: center;
        height: auto;
    }
    .dolphinTextSepparator {
        display: none;
    }

   
    .dolphinUniverseSmallTextUpper {
        padding-bottom: 8vh;
    }
}

@media only screen and (max-width: 800px) {
    .heroRowText {
        left: 5%;
    }
    .heroRowText h2 {
        font-size: 2.5em;
    }
    .heroRowText p {
        font-size: 1em;
    }
}

@media only screen and (max-width: 600px) {
.dolphinUniversePics {
    width: 100%;
}

.dolphinUniverseSecondPic {
    transform: translate(-12%, -50%);
    width: 70%;
    height: 78%;
}

.dolphinUniversePic {
    width: 74%;
    height: 450px;
}

.dolphinUniversePic img {
    object-position: left;
}


.dolphinUniverse {
    padding-bottom: 5vh;
}

    .heroRowText {
    top: 71%;
}

    .heroRowImg img {
    object-position: 0% 40%;
}

    .heroRowPhone{
        display:block;
    }
    .heroRowDesktop{
        display:none;
    }

    .heroRowText h2 {
        font-size: 2em;
    }

    .dolphinRow {
        padding-left: 5%;
        background-position: 75% 0%;
    }
    .dolphinRow h2 {
        font-size: 2em;
    }
    .dolphinRow p {
        font-size: 0.9em;
    }
    .bigCategory.categoryImage {
        height: 35vh;
    }
    .categoryImageText>h2 {
        font-size: 1.5em;
    }
    .categoryImageText>p {
        font-size: 0.8em;
    }
    .categoryBg img {
        object-position: 68% 0%;
    }
    .yellowButton {
        font-size: 0.9em;
    }
    .dolphinUniverseText {
        width: 90%;
    }


    .dolphinUniverseText>h2 {
        font-size: 2.5em;
    }
    .dolphinUniverseSmallTextUpper>h3 {
        font-size: 1.5em;
    }
    .dolphinUniverseSmallTextBottom p {
        font-size: 0.8em;
    }
}

@media only screen and (max-width: 500px) {


    .dolphinUniversePic {
        width: 300px;
        height: 450px;
    }
}

@media only screen and (max-width: 450px) {
    .heroRowText h2 {
        font-size: 1.5em;
    }
    .heroRowText p {
        font-size: 0.8em;
    }
    .dolphinRow p {
        font-size: 0.8em;
    }
    .categoryImage {
        height: 15vh;
    }
    .bigCategory.categoryImage {
        height: 30vh;
    }
    .dolphinUniverseText>h2 {
        font-size: 2.3em;
    }
    .dolphinUniverseSmallTextUpper>h3 {
        font-size: 1.3em;
    }
}

@media only screen and (max-width:500px) and (max-height:700px){
    .categoryImageText {
    width: 90%;
    height: 50%;
}
}



