*{
    margin: 0;
    padding: 0;
    border: 0;
}

@font-face {
    font-family: 'Bebas';
    src: url('../Fonts/BebasNeue-Regular.ttf');
}

@font-face {
    font-family: 'himalaya';
    src: url('../Fonts/himalaya.ttf');
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Bebas';
}

p,a,li{
    font-family: 'himalaya';
}



#Encabezado{
    background-color: #C1E0D8;
    padding: .5rem 0;
}

#Encabezado .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

#Logo img{
    width: 250px;
    height: auto;
    animation: fadeInLeft 2s;
}

#Logo {
    display: none;
}

#Logo-movil img{
    width: 50px;
    height: auto;
    animation: fadeInLeft 2s;
}

#Btn_Menu{
    border: 0;
    font-size: 2rem;
    margin: 0;
    padding: 0.5rem;
    background: transparent;
    color: #948FC4;
}

#Menu_Principal{
    flex: 1 1 100%;
}

#Menu_Principal ul{
    list-style: none;
    padding: 0;
    margin: 1rem 0 0 0;
}

#Menu_Principal ul a{
    display: block;
    padding: .8rem 0;
    font-size: 24px;
    text-align: center;
    color: #645395;
    border-top: 1px solid #645395;
    text-decoration: none;
}

#Menu_Principal ul a:hover,
#Menu_Principal ul li.active a {
    color: #fff;
}

#Menu_Principal-2{
    display: none;
}

.carousel-item img {
    width: 100% !important;
}

#carouselExampleAutoplaying{
    margin-top: 4.7rem;
}

#SectionCarrusel {
    padding: 1rem 0;
    background-color: #948FC4;
}

#Inicio_Bienvenida{
    background: url('../Img/Fondo-Inicio.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 110vh;
}

#Txt-Bienvenida h1, h3{
    color: #fff;
    margin: 2rem auto;
    animation: fadeInLeft 2s;
}

#Txt-Bienvenida img{
    height: 4rem;
    animation: fadeInLeft 2s;
}

#Producto{
    background: url('../Img/Fondo-Producto.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#Producto .container{
    display: flex;
    justify-content: center;
}

#Titulo_Producto{
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 24px;
    color: #fff;
}

#Tortas{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 1rem 0;
}

#Tortas a{
    text-decoration: none;
}

#Cupcakes{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 1rem 0 10rem 0;
}

#Cupcakes a{
    text-decoration: none;
}

#contenedor_tarjeta{
    border: 1px solid #fff;
    padding: 1rem;
    border-radius: 24px;
}

#img_tarjeta img{
    height: 200px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

#img_tarjeta2 img{
    height: 200px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

#Titulo_tarjeta {
    color: #fff;
    background-color: #C1E0D8;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

#Titulo_tarjeta h1{
    margin: 0;
}

#Nosotros{
    background: url('../Img/Fondo-Nosotros.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#Nosotros .container{
    display: flex;
    justify-content: center;
}

#contenedor_quienesSomos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 2px solid #fff;
    border-radius: 24px;
    padding: 1rem;
    color: #645395;
    margin: 1rem 0 10rem 0;
}

#img_quienesSomos{
    margin: 1rem 0;
}

#img_quienesSomos img{
    height: 160px;
    border-radius: 12px;
}

#Txt_quienesSomos{
    font-size: 24px;
    text-align: justify;
}

#Contacto {
    background: url('../Img/Fondo-Contacto.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#Contacto .container{
    display: flex;
    justify-content: center;
}

#Titulo_contacto{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #948FC4;
    margin: 1rem auto;
}

#Img_contacto {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0;
}

#Img_contacto img{
    height: 120px;
}

#Ubicacion {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #948FC4;
    font-size: 24px;
    color: #fff;
}

#Ubicacion p{
    margin: 0;
    padding: 1rem;
}

#Img_redes_Inicio{
    display: flex;
    justify-content: center;
    color: #645395;
    font-size: 30px;
    animation: fadeInLeft 2s;
}

#Img_redes_Inicio a{
    text-decoration: none;
    color: #645395;
}

#Img_redes{
    display: flex;
    justify-content: center;
    color: #948FC4;
    margin: 1rem 0 4rem 0;
    font-size: 20px;
}

#Img_redes a{
    text-decoration: none;
    color: #948FC4;
}

.whatsapp {
    position:fixed;
    width:40px;
    height:40px;
    bottom:10px;
    right:10px;
    background-color:#25d366;
    border-radius:50px;
    text-align:center;
    font-size:25px;
    z-index:100;
    list-style: none;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.whatsapp i{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

/*Animaciones*/

@keyframes fadeInLeft {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    }
    100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    }
    }