* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style-type: none;
    box-sizing: border-box;
}

/*Nav*/
.bgflota {
    height: 120vh;
    background-image: url(../images/nuestraflota/flota@1920.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* Estilo base para el texto superpuesto */
.centered-text {
    position: absolute;
    top: 70%; /* Ajusta la posición vertical en la esquina superior */
    right: 10%; /* Ajusta la posición horizontal en la esquina derecha */
    font-size: 10rem; /* Tamaño de fuente del texto */
    text-align: center; /* Alineación del texto al centro */
    padding: 1rem; /* Espacio interno alrededor del texto */
    z-index: 2; /* Asegura que el texto esté por encima del fondo */
    font-family: 'Kumbh Sans', sans-serif;
    font-weight: 900;
    color: #ffffff53;
}

.pesca_body {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 8rem;
    padding: 5rem;
}

.pesca_body p{
    font-size: 2rem;
    text-align: center;
    font-family: "Manrope";
    color:#585858;
    font-weight:400;
}

.datos_body{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.datos{
    line-height: 1.5;
    padding: 2rem 7rem;
}

.d1{
    border-right: 2px solid #228ccd; /* Grosor, color y estilo del borde derecho */
}

.datos h1{
    color:#228ccd;font-weight:800;font-family: "Manrope";font-size: 4rem;
}

.datos p{
    color:#121212;font-weight:400;font-family: "Manrope";font-size: 2rem;
}

/*Galeria*/
.galeria_body {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem; /* Espacio entre las imágenes */
    padding: 3rem 0;
    overflow: hidden;

}

.bg {
    height: 200vh;
    background-image: url(../images/galeria/Cardumen.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.imagen{
    min-width: 200px;
}


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

.boton_new{
    display: flex;
    justify-content: center;
    align-items: center;
}

.boton_new .btn__mas{
    background-color:#02a8e8;text-decoration:none;color:#fff;font-family:'Manrope';font-weight:bold;padding:.7rem 2rem;font-size:1rem;border-radius:.2rem; margin: 1rem;
}


/*Galeria de fotos en el boton vermas (more) */
.gbody{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    gap: 2rem;
    padding: 2rem;
}

.texto h1{
    font-size: 3rem;
    font-family:'Manrope';
    color: #02a8e8;
}

.texto p{
    font-size: 2rem;
    font-family:'Manrope';

}

.gfotosb{
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    align-items: center;
    justify-content: center;
}


/*Responsive*/

@media (max-width: 2500px){
    .bgpez{
        height: 550vh;
        background-image: url(../images/galeria/Cardumen.webp);
        background-position: center;
        background-size: cover;
    }
}

@media (max-width: 1541px){
    .galeria_body .imagen:nth-child(1), .galeria_body .imagen:nth-child(8), .galeria_body .imagen:nth-child(11) img {
        max-width: 763px;
    }
    .bgpez{
        height: 709vh;
        background-image: url(../images/galeria/Cardumen.webp);
        background-position: center;
        background-size: cover;
    }
        
}

@media (max-width: 1501px) {

    /*Nav*/
    .bgflota {
        height: 100vh;
        background-image: url(../images/nuestraflota/flota@1500.webp);
    }

    .centered-text {
        font-size: 6rem;
        top: 60%; /* Ajusta la posición vertical en la esquina superior */
        right: 10%; /* Ajusta la posición horizontal en la esquina derecha */
    }

}

@media (max-width: 1277px){
    .datos{
        line-height: 1.5;
        padding: 2rem 1rem;
    }
}

@media (max-width: 1200px) {

    /*Nav*/
    .bgflota {
        height: 100vh;
        background-image: url(../images/nuestraflota/flota@1200.webp);
    }

}

@media (max-width: 987px) {

    .d1{
        border-right: 0px;
    }

}

@media (max-width: 916px) {
        /*Nav*/
        .bgflota {
            height: 80vh;
            background-image: url(../images/nuestraflota/flota@600.webp);
        }
        .centered-text {
            font-size: 6rem;
            top: 30%; /* Ajusta la posición vertical en la esquina superior */
            right: 0%; /* Ajusta la posición horizontal en la esquina derecha */
        }
        .galeria_body {
            padding: 1rem 0;
        }

        .pesca_body{
            gap: 1rem;
        }
        
}

@media (max-width: 600px) {

    /*Nav*/
    .bgflota {
        height: 70vh;
        background-image: url(../images/nuestraflota/flota@600.webp);
    }

    .centered-text {
        font-size: 4rem;
        top: 25%; /* Ajusta la posición vertical en la esquina superior */
    }

    .bg {
        height: 1100vh;
        background-image: url(../images/galeria/Cardumen.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

}

@media (max-width: 500px) {

    .pesca_body{
        padding: 1rem;
    }
   
    .pesca_body p{
        font-size: 1.2rem;
        text-align: center;
        font-family: "Manrope";
        color:#585858;
        font-weight:400;
    }
    
    .datos{
        line-height: 1.5;
        padding: 1rem;
        padding-right: 0rem;
    }
    
    .datos h1{
        color:#228ccd;font-weight:800;font-family: "Manrope";font-size: 3rem;
    }
    
    .datos p{
        color:#121212;font-weight:400;font-family: "Manrope";font-size: 1rem;
    }
    
    /*Galeria*/
    .galeria_body {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 1rem; /* Espacio entre las imágenes */
        padding: 1rem;
    }

    .bgpez{
        height: 450vh;
        background-image: url(../images/galeria/Cardumen.webp);
        background-position: center;
        background-size: cover;
    }
    
}

@media (max-width: 425px) {


    .bg {
        height: 800vh;
        background-image: url(../images/galeria/Cardumen.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .centered-text {
        font-size: 3rem;
        top: 25%; /* Ajusta la posición vertical en la esquina superior */
    }

    .bgpez{
        height: 380vh;
        background-image: url(../images/galeria/Cardumen.webp);
        background-position: center;
        background-size: cover;
    }
}

@media (max-width: 375px) {

    .bg {
        height: 730vh;
        background-image: url(../images/galeria/Cardumen.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
}

@media (max-width: 330px) {


    .bg {
        height: 650vh;
        background-image: url(../images/galeria/Cardumen.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
}

