@media (min-width: 768px) {

    #Logo {
        display: flex;
    }

    #Logo-movil{
        display: none;
    }

    #Menu_Principal-2 {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    #Menu_Principal-2 ul{
        display: flex;
        justify-content: center;
        align-items: center;
        list-style: none;
        margin: 0;
    }
    
    #Menu_Principal-2 ul a{
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 28px;
        color: #645395;
        border-bottom: 1px solid #645395;
        text-decoration: none;
    }
    
    #Menu_Principal-2 ul li{
        margin: 0 1rem;
    }
    
    #Menu_Principal-2 ul a:hover,
    #Menu_Principal-2 ul li.active a {
        color: #fff;
        border-bottom: 1px solid #fff;
    }

    #Menu_Principal {
        display: none;
    }

    #Btn_Menu {
        display: none;
    }

    #Txt-Bienvenida h1, h3{
        color: #fff;
        margin: 2rem auto;
        animation: fadeInLeft 2s;
        font-size: 50px;
    }
    
    #Txt-Bienvenida img{
        height: 6rem;
        animation: fadeInLeft 2s;
    }

    #Titulo_Producto {
        font-size: 30px;
    }

    #Titulo_Producto h1 {
        font-size: 40px;
    }

    #Cupcakes {
        margin: 1rem 0;
    }

    #Producto .container .row{
        margin-bottom: 8rem;
    }

    #Txt_quienesSomos{
        font-size: 30px;
        text-align: justify;
    }

    #img_quienesSomos img{
        height: 200px;
        border-radius: 12px;
    }

    #Titulo_quienesSomos{
        font-size: 40px;
    }

    #Titulo_contacto h1{
        font-size: 40px;
    }

    #Img_contacto img{
        height: 180px;
    }

    #Img_redes{
        font-size: 30px;
    }
}

@media (min-width: 970px) {

    #Img_redes {
        margin: 1rem 0 10rem 0;
    }

    .whatsapp {
        width: 60px;
        height: 60px;
        font-size: 40px;
    }

    #Img_redes {
        margin: 1rem 0;
    }

}

@media (min-width: 1400px) {

    #Producto {
        height: 110vh;
    }

    #Nosotros {
        height: 110vh;
    }

    #contenedor_quienesSomos {
        margin: 1rem 0;
    }

    #img_tarjeta img{
        height: 300px;
    }

    #img_tarjeta2 img{
        height: 300px;
    }

    #img_quienesSomos img{
        height: 300px;
    }

}

@media (min-width: 1600px){

    #Producto .container {
        padding-top: 6rem;
    }

    #Nosotros .container {
        padding-top: 6rem;
    }

}