
body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

/*header*/
nav {
    height: 5rem;
    background-color: black;
    font-family: 'Playfair Display', serif;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    color: rgb(255, 255, 255);
}

nav .foto1 {
    width: 4rem;
    height: 4rem;
}

nav .foto2 {
    width: 8rem;
    height: 4rem;
}

.Idioma {
    justify-content: left;
    font-family: 'Playfair Display', serif;
    font-weight: 900;
}
 

@media only screen and (min-width: 601px) {
    .SeccionNav a {
        display: inline;
    }
    .navbar-toggler {
        display: none; 
    }
}


@media only screen and (max-width: 600px) {
    nav .foto1 {
        width: 2.5rem;
        height: 2.5rem;
    }

    nav .foto2 {
        width: 5rem;
        height: 2.5rem;
    }

    .SeccionNav a {
        display: none;
    }
    
    .navbar-toggler {
        display: inline;
    }
}
.dropdown-menu{
    background-color: transparent; /* Fondo transparente */
    border: none; /* Sin bordes */
    box-shadow: none; /* Sin sombra */
}

.offcanvas .dropdown-toggle {
    color: black !important; /* Color negro para el texto */
}

/*fin del header*/

/*main*/

/* enlace wp*/
.Logowp .fixed {
    position: fixed;
    bottom: 5rem;
    right: 0;
    padding-right: 3rem;
    z-index: 1;
  }
  
  .fixed img {
    height: 5rem;
    border-radius: 6rem;
  }

  
@media only screen and (max-width: 600px)
{
    .Logowp .fixed {
        position: fixed;
        bottom: 5rem;
        right: 0;
        padding-right: 1rem;
        z-index: 1;
      }

    .fixed img {
        height: 3rem;
        border-radius: 6rem;
      }
}


/*seccion imagen principal*/
.imagen-principal img {
    padding-top: 5rem;
    width: 100%;
    display: block; /* Elimina el espacio extra debajo de la imagen */
}


/*seccion texto*/
.containerPileta{
    background-color: rgb(146, 198, 214);
    padding: 3rem;
    border-radius: 5rem;
    text-align: center;
    padding: 2rem;
    margin: 1rem;
    margin-top: 2rem;
    font-family: 'Playfair Display',serif;

}

.containerPileta h2{
    color: #0a2764;
    font-style: oblique;
    font-size: 38px;
    font-weight: 900;
}

.containerPileta p{
    font-size: 20px;
}


@media only screen and (max-width: 600px)
{
    .containerPileta h2{
        font-size: 20px;
    }
    
    .containerPileta p{
        font-size: 15px;
    }
}

/*carousel de imagenes pileta*/

#fotosCarouselPileta .carousel-item img {
    height: 100vh; 
    width: 100%; 
    padding-bottom: 1rem;
}

@media only screen and (max-width: 600px) {
    #fotosCarouselPileta .carousel-item img {
        height: 20rem; 
    }

    #fotosCarouselPileta h2{
        font-size: 28px;
    }
}

@media only screen and (max-width: 400px)
{

    #fotosCarouselPileta h2{
        font-size: 15px;
    }

}



/*fin main*/


/*footer*/
.cFooter {
    height: 16rem;
    font-family: 'Playfair Display',serif;
    text-align: center;
    background-color: rgb(0, 0, 0);

}

.cFooter .containterFooter{
    height: 5rem;
}


.fImg {

    width: 3rem;
    height: 5rem;
}

.iRedes {

    width: 40px;
    height: 40px;
}

.item {

    font-size: 18px;
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 1.6em;
}


.lista {
    list-style-type: none;
}

@media only screen and (max-width: 600px) {

    .cFooter {
        height: 20rem;
    
    }
    .cFooter .containterFooter{
        height: 9rem;
    }
}

@media only screen and (max-width: 300px){
    
    .cFooter .lista .item 
    {
        font-size: 15px;
    }
}


/*fin del footer*/