*{
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}

body{
    font-family: 'Roboto', sans-serif;
    margin: 0;
}

p{
    text-align: justify;
}

.texto_carta{
    text-align: center;
}
/*
.texto_principal{
    text-shadow: 2px 0 black, -2px 0 black, 0 2px black, 0 -2px black,
             1px 1px black, -1px -1px black, 1px -1px black, -1px 1px black;
}*/

footer{
    font-size: 0.5em;
}

h1{ font-size: 3.5em;}
h2{ font-size: 2.7em;}
h3{ font-size: 2em;}
p{ font-size: 1.25em;}
ul{ list-style: none;}
li{ font-size: 1.25em;}

button{
    font-size: 1.5em;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,0.5);
    box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
    color: white;
    background-color: rgb(39, 42, 211);
}

button:hover{
    background-color: rgb(7, 18, 148);
}
.color-acento{ color:rgb(39, 42, 211); }

.container{
    max-width: 1400px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}
header{
    position: fixed;
    background-color: rgb(245,245,245);
    width: 100%;
    z-index: 1000;
    /*background-color: white;*/
}

header .logo{
    margin: 0;
    padding: 10px 10px; /*25px 30px*/
    font-weight: bold;
    color: rgb(39, 42, 211);
    font-size: 1.6em;
}

.responsiveIMG {
  height: 100%;
  max-height: 100px;
  width: auto;
}


header .container{
    display: flex;
    flex-direction: column;
    align-items: center;
}
header nav{
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-bottom: 25px;
    font-size: 25px;
}
header a{
    padding: 5px 12px;
    text-decoration: none;
    font-weight: bold;
    color: black;
}
header a:hover{
    color: gray;/*rgb(39, 42, 211);*/
}
#hero{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    height: 90vh;
    color: white;
    background-image: linear-gradient(
        0deg,
        rgba(0,0,0,0.5),
        rgba(0,0,0,0.5)
    )
    ,url("../IMG/banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
#hero h1{
    color: white;
}
#nosotros .container{
    text-align: center;
    padding: 10px 12px;
}
#proyectos-realizados{
    background-color: rgb(30,30,30);
    color: white;
    text-align: center;
}

#proyectos-realizados .container{
    padding: 120px 12px;
}

#proyectos-realizados h2{
    margin-top: 0;
    font-size: 3.2em;
}

#proyectos-realizados p{
    display: none;
}

#proyectos-realizados .proyectos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}


#proyectos-realizados .carta{
    flex-basis: 28%;
    background-position: center center;
    background-size: cover;
    padding: 50px 0px;
    margin: 30px;
    border-radius: 15px;
}
.proyectos:nth-of-type(1) .carta:first-child{
    flex-basis: 100%;
    background-image: linear-gradient(
        0deg,
        rgba(0,0,0,0.5),
        rgba(0,0,0,0.5)
    )
    ,url("../IMG/palladium_ibiza/1.png");

}
.proyectos:nth-of-type(1) .carta:nth-child(2){
    flex-basis: 100%;
    background-image: linear-gradient(
        0deg,
        rgba(0,0,0,0.5),
        rgba(0,0,0,0.5)
    )
    ,url("../IMG/Palladium_Jamaica/1.png");
}

.proyectos:nth-of-type(1) .carta:nth-child(3){
    flex-basis: 100%;
    background-image: linear-gradient(
        0deg,
        rgba(0,0,0,0.5),
        rgba(0,0,0,0.5)
    )
    ,url("../IMG/Caleta_dorada/1.png");

}

.proyectos:nth-of-type(2) .carta:first-child{
    flex-basis: 100%;
    background-image: linear-gradient(
        0deg,
        rgba(0,0,0,0.5),
        rgba(0,0,0,0.5)
    )
    ,url("../IMG/la_zambra/17.jpg");

}

.proyectos:nth-of-type(2) .carta:nth-child(2){
    flex-basis: 100%;
    background-image: linear-gradient(
        0deg,
        rgba(0,0,0,0.5),
        rgba(0,0,0,0.5)
    )
    ,url("../IMG/eurosalou/1.jpg");

}

.proyectos:nth-of-type(2) .carta:nth-child(3){
    flex-basis: 100%;
    background-image: linear-gradient(
        0deg,
        rgba(0,0,0,0.5),
        rgba(0,0,0,0.5)
    )
    ,url("../IMG/buena_vista/1.jpg");

}

.proyectos:nth-of-type(3) .carta:first-child{
    flex-basis: 100%;
    background-image: linear-gradient(
        0deg,
        rgba(0,0,0,0.5),
        rgba(0,0,0,0.5)
    )
    ,url("../IMG/magic_sports/basket.png");

}

.proyectos:nth-of-type(3) .carta:nth-child(2){
    flex-basis: 100%;
    background-image: linear-gradient(
        0deg,
        rgba(0,0,0,0.5),
        rgba(0,0,0,0.5)
    )
    ,url("../IMG/media_luna/1.jpg");

}

.proyectos:nth-of-type(3) .carta:nth-child(3){
    flex-basis: 100%;
    background-image: linear-gradient(
        0deg,
        rgba(0,0,0,0.5),
        rgba(0,0,0,0.5)
    )
    ,url("../IMG/palladium_kantenah/1.jpg");

}

.proyectos:nth-of-type(4) .carta:first-child{
    flex-basis: 100%;
    background-image: linear-gradient(
        0deg,
        rgba(0,0,0,0.5),
        rgba(0,0,0,0.5)
    )
    ,url("../IMG/bcl_levante_beach/1.jpg");

}

.proyectos:nth-of-type(4) .carta:nth-child(2){
    flex-basis: 100%;
    background-image: linear-gradient(
        0deg,
        rgba(0,0,0,0.5),
        rgba(0,0,0,0.5)
    )
    ,url("../IMG/princess_taurito/1.png");

}

.proyectos:nth-of-type(4) .carta:nth-child(3){
    flex-basis: 100%;
    background-image: linear-gradient(
        0deg,
        rgba(0,0,0,0.5),
        rgba(0,0,0,0.5)
    )
    ,url("../IMG/mezquita_center/1.png");

}


/* ----------------------------  BreakPoint para moviles ----------------------------- */
@media only screen and (max-width: 600px) {
    .no-click-movile {
        pointer-events: none;
    }

    #contacto {
        height: auto; /* Cambia la altura fija a auto para que se ajuste al contenido */
        min-height: 50vh; /* Asegura un mínimo de altura para que sea visible */
    }
    #contacto .container {
        padding: 20px 12px; /* Reduce el padding para que el contenido quepa */
    }
    #contacto li {
        font-size: 16px; /* Reduce el tamaño de fuente para mejor legibilidad en móviles */
        margin: 10px 0; /* Ajusta el margen para mejor espaciado */
    }

    #proyectos-realizados{
    background-color: rgb(30,30,30);
    color: white;
    text-align: center;
    }

    #proyectos-realizados .container{
    padding: 120px 12px;
    }

    #proyectos-realizados h2{
        margin-top: 0;
        font-size: 3.2em;
    }

    #proyectos-realizados p{
        display: none;
    }

    #proyectos-realizados .proyectos {
        display: flex;
        justify-content: center;
        flex-basis: 100%;
    }


    #proyectos-realizados .carta{
        flex-basis: 100%;
        background-position: center center;
        background-size: cover;
        padding: 50px 0px;
        margin: 30px;
        border-radius: 15px;
    }
    .proyectos:nth-of-type(1) .carta:first-child{
        flex-basis: 100%;
        background-image: linear-gradient(
            0deg,
            rgba(0,0,0,0.5),
            rgba(0,0,0,0.5)
        )
        ,url("../IMG/palladium_ibiza/1.png");

    }
    .proyectos:nth-of-type(1) .carta:nth-child(2){
        flex-basis: 100%;
        background-image: linear-gradient(
            0deg,
            rgba(0,0,0,0.5),
            rgba(0,0,0,0.5)
        )
        ,url("../IMG/Palladium_Jamaica/1.png");
    }

    .proyectos:nth-of-type(1) .carta:nth-child(3){
        flex-basis: 100%;
        background-image: linear-gradient(
            0deg,
            rgba(0,0,0,0.5),
            rgba(0,0,0,0.5)
        )
        ,url("../IMG/Caleta_dorada/1.png");

    }

    .proyectos:nth-of-type(2) .carta:first-child{
        flex-basis: 100%;
        background-image: linear-gradient(
            0deg,
            rgba(0,0,0,0.5),
            rgba(0,0,0,0.5)
        )
        ,url("../IMG/la_zambra/17.jpg");

    }

    .proyectos:nth-of-type(2) .carta:nth-child(2){
        flex-basis: 100%;
        background-image: linear-gradient(
            0deg,
            rgba(0,0,0,0.5),
            rgba(0,0,0,0.5)
        )
        ,url("../IMG/eurosalou/1.jpg");

    }

    .proyectos:nth-of-type(2) .carta:nth-child(3){
        flex-basis: 100%;
        background-image: linear-gradient(
            0deg,
            rgba(0,0,0,0.5),
            rgba(0,0,0,0.5)
        )
        ,url("../IMG/buena_vista/1.jpg");

    }

    .proyectos:nth-of-type(3) .carta:first-child{
        flex-basis: 100%;
        background-image: linear-gradient(
            0deg,
            rgba(0,0,0,0.5),
            rgba(0,0,0,0.5)
        )
        ,url("../IMG/magic_sports/basket.png");

    }

    .proyectos:nth-of-type(3) .carta:nth-child(2){
        flex-basis: 100%;
        background-image: linear-gradient(
            0deg,
            rgba(0,0,0,0.5),
            rgba(0,0,0,0.5)
        )
        ,url("../IMG/media_luna/1.jpg");

    }

    .proyectos:nth-of-type(3) .carta:nth-child(3){
        flex-basis: 100%;
        background-image: linear-gradient(
            0deg,
            rgba(0,0,0,0.5),
            rgba(0,0,0,0.5)
        )
        ,url("../IMG/palladium_kantenah/1.jpg");

    }

    .proyectos:nth-of-type(4) .carta:first-child{
        flex-basis: 100%;
        background-image: linear-gradient(
            0deg,
            rgba(0,0,0,0.5),
            rgba(0,0,0,0.5)
        )
        ,url("../IMG/bcl_levante_beach/1.jpg");

    }

    .proyectos:nth-of-type(4) .carta:nth-child(2){
        flex-basis: 100%;
        background-image: linear-gradient(
            0deg,
            rgba(0,0,0,0.5),
            rgba(0,0,0,0.5)
        )
        ,url("../IMG/princess_taurito/1.png");

    }

    .proyectos:nth-of-type(4) .carta:nth-child(3){
        flex-basis: 100%;
        background-image: linear-gradient(
            0deg,
            rgba(0,0,0,0.5),
            rgba(0,0,0,0.5)
        )
        ,url("../IMG/mezquita_center/1.png");

    }


  }
  






#caracteristicas .container{
    text-align: center;
    padding: 100px 12px;
}
#caracteristicas li{
    margin: 16px 0px;
    font-weight: bold;
}
#contacto{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: rgb(30,30,30);
    color: white;
    height: 33vh;
}
#contacto .container{
    text-align: center;
    padding: 250px 12px;
}
#contacto li{
    font-size: 20px;
    margin: 20px 0px;
    font-weight: lighter;
    justify-content: space-evenly;
}
footer p{
    margin: 0;
    padding: 12px;
    color: rgb(100,100,100);
}

footer .container{
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

@media (min-width: 720px){
    header{
        position: fixed;
        width: 100%;
    }

    header .container{
        flex-direction: row;
        justify-content: space-between;
    }

    header nav{
        flex-direction: row;
        padding-bottom: 0;
        padding-right: 20px;
    }

    #nosotros .container{
        display: flex;
        justify-content: space-evenly;
    }

    #nosotros .texto{
        width: 50%;
        max-width: 600px;
        text-align: initial;
        padding-left: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #nosotros h2{
        margin-top: 0px;
    }

    #nosotros .img-container{
        background-image: url("../IMG/nosotros.png");
        background-size: cover;
        background-position: center center;
        height: 450px;
        width: 400px;
    }



    #proyectos-realizados .proyectos{
        display: flex;
        justify-content: center;
    }
    #proyectos-realizados p{
        display: block;
        margin-bottom: 30px;
    }
    #proyectos-realizados h2{
        font-size: 3em;
    }

    #proyectos-realizados h3{
        margin-top: 0;
    }

    #proyectos-realizados .carta{
        padding: 100px;
        background-size: 100% 150px;
        background-repeat: no-repeat;
        background-position-y: 0;
        background-color: rgba(50, 50, 50, 0.5);
        box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
    }

    .proyectos:nth-of-type(1) .carta:first-child{
        background-image: linear-gradient(
            0deg,
            rgba(0,0,0,0.5),
            rgba(0,0,0,0.5)
        )
        ,url("../IMG/palladium_ibiza/1.png");

    }

    .proyectos:nth-of-type(1) .carta:nth-child(2){
        background-image: linear-gradient(
            0deg,
            rgba(0,0,0,0.5),
            rgba(0,0,0,0.5)
        )
        ,url("../IMG/Palladium_Jamaica/1.png");
    }

    .proyectos:nth-of-type(1) .carta:nth-child(3){
        background-image: linear-gradient(
            0deg,
            rgba(0,0,0,0.5),
            rgba(0,0,0,0.5)
        )
        ,url("../IMG/Caleta_dorada/2.png");

    }

    .proyectos:nth-of-type(2) .carta:first-child{
        background-image: linear-gradient(
            0deg,
            rgba(0,0,0,0.5),
            rgba(0,0,0,0.5)
        )
        ,url("../IMG/la_zambra/17.jpg");

    }

    .proyectos:nth-of-type(2) .carta:nth-child(2){
        background-image: linear-gradient(
            0deg,
            rgba(0,0,0,0.5),
            rgba(0,0,0,0.5)
        )
        ,url("../IMG/eurosalou/1.jpg");

    }

    .proyectos:nth-of-type(2) .carta:nth-child(3){
        background-image: linear-gradient(
            0deg,
            rgba(0,0,0,0.5),
            rgba(0,0,0,0.5)
        )
        ,url("../IMG/buena_vista/1.jpg");

    }

    .proyectos:nth-of-type(3) .carta:first-child{
        background-image: linear-gradient(
            0deg,
            rgba(0,0,0,0.5),
            rgba(0,0,0,0.5)
        )
        ,url("../IMG/magic_sports/basket.png");

    }

    .proyectos:nth-of-type(3) .carta:nth-child(2){
        background-image: linear-gradient(
            0deg,
            rgba(0,0,0,0.5),
            rgba(0,0,0,0.5)
        )
        ,url("../IMG/media_luna/1.jpg");

    }

    .proyectos:nth-of-type(3) .carta:nth-child(3){
        background-image: linear-gradient(
            0deg,
            rgba(0,0,0,0.5),
            rgba(0,0,0,0.5)
        )
        ,url("../IMG/palladium_kantenah/1.jpg");

    }

    .proyectos:nth-of-type(4) .carta:first-child{
        background-image: linear-gradient(
            0deg,
            rgba(0,0,0,0.5),
            rgba(0,0,0,0.5)
        )
        ,url("../IMG/bcl_levante_beach/1.jpg");

    }

    .proyectos:nth-of-type(4) .carta:nth-child(2){
        background-image: linear-gradient(
            0deg,
            rgba(0,0,0,0.5),
            rgba(0,0,0,0.5)
        )
        ,url("../IMG/princess_taurito/1.png");

    }

    .proyectos:nth-of-type(4) .carta:nth-child(3){
        background-image: linear-gradient(
            0deg,
            rgba(0,0,0,0.5),
            rgba(0,0,0,0.5)
        )
        ,url("../IMG/mezquita_center/1.png");

    }



    footer .container{
        justify-content: flex-end;
    }
}


.justificar{
    text-align: justify;
}


/*Para movil*/

@media (max-width: 900px){

    .navegat {
        font-size: 19px;
      }
    
    
    }


@media (max-width: 768px){

.navegat {
    display: none;
    font-size: 24px;
    user-select: none;
  }


}