/*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: 1000;
  }
  
  .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: 1000;
      }

    .fixed img {
        height: 3rem;
        border-radius: 6rem;
      }
}
/*FotoPrincipal*/
.FotoPrincipal{
    margin-top: 5rem;
    height: 91vh;
}

.FotoPrincipal .tarjeta1{
    height: 100%;
    width: 100%;
}

.FotoPrincipal .tarjeta1 img{
    height: 100%;
    width: 100%;
}


.FotoPrincipal .card-img{
    font-size: 20px;
}


@media only screen and (max-width: 600px)
{
    .FotoPrincipal{
        height: 30vh;
    }

    .FotoPrincipal .tarjeta1{
        width: 100%;
        height: 100%;
    }
}


/*container1*/
#Principal{
    font-family: 'Playfair Display',serif;
}

#Principal .container1{
    background-color: aliceblue;
    padding: 4rem;
    width: 100%;
    height: 20rem;
    align-items: center; 
}

.container1 .title1{
    font-size: 40px;
}
.container1 .text1{
    font-size: 20px;
}

@media only screen and (max-width: 600px)
{
    #Principal .container1{
        height: 16rem;
        padding: 1rem;
        padding-top: 3rem;
    }
    .container1 .title1{
        font-size: 28px;
    }
    .container1 .text1{
        font-size: 15px;
    }
}
@media only screen and (max-width: 600px){
    #Principal .container1{
        padding-top: 1.5rem;
    }
    #Principal .container1 .title1{
        font-size: 25px;
    }
    #Principal .container1 .text1{
        font-size: 13.5px;
    }
}


/*container2*/
#Principal .container2{
    padding-top: 2rem;
    justify-content:center;
    margin-bottom: 3rem;
}
#Principal .container2 .row {
    padding-top: 2rem;
    justify-content:center;
    margin: 0;
}


#Principal .container2 .card-text{
    font-size: 20px;
}

#Principal .container2 .col-md-8{
    align-items: center;
    text-align: center;   
}


#Principal .container2 .card-body{
    padding-top: 2rem;
    align-items: center;
    text-align: center;
}

.container2 .carousel-inner img{
    width: 57rem;
    height: 26rem;

}

@media only screen and (max-width: 600px)
{
    #Principal .container2 {
        height: 15rem;
        padding: 0;
        margin: 0;
    }

    #Principal .container2 .row{
        padding: 0;
    }

    #Principal .container2 .col-8{
        padding-top: 0.5rem;
        width: 100%;
        align-items: center;
        text-align: center;   
    }
    #Principal .container2 img{
        padding: 0;
        width: 100%;
        height: 14rem;
        border-radius: 1rem;
    }
    #Principal .container2 .card-text{
        font-size: 20px;
    }


}


/*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*/