body{
    height: 100vh;
    background-image: url(/img/main/QuienesSomos.jpeg);
    background-repeat: no-repeat;
    opacity: 2rem;
}

/*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;
      }
}

.container1 {
    background-image: url(../img/QuienesSomos/1-ImagenPrincipal/1.jpg);
    background-repeat: no-repeat;
  font-family: "Playfair Display SC", serif;
  font-weight: 900;
  font-style: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50rem;
    padding:2rem auto;
}

.container1 .row{
    padding: 2rem;
}

.container1 .title1{
    font-size: 3.5rem;
    
    color: rgb(0, 0, 0);
}

.container1 .text1{
    font-size: 1.6rem;
    
    color: rgb(0, 0, 0);
}

.container1 .text2{
    color: rgb(0, 0, 0);
    font-size: 1.6rem;
}
    


@media only screen and (max-width: 600px)
{
    .container1{
        height: 40rem;
    }

    .container1 .row{
        padding: 2rem;
    }

    .container1 .title1{
        font-size: 30px;
    }
    
    .container1 .text1{
        font-size: 18px;
    }
    .container1 .text2{
        font-size: 18px;
    }
}
@media only screen and (max-width: 600px){
    .container1 {
        height: 50rem;
    }
}

@media only screen and (max-width: 300px){
    .container1{
        height: 40rem; 
    }

    .container1 .row {
        height: 40rem;
    }
    
    .container1 .text1{
        font-size: 15px;
    }
    .container1 .text2{
        font-size: 15px;
    }

}


/*fin del 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*/