*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#btn-mas{
    display: none;
}
.contenedor__flotante{
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.redes  a, .icon-link{
    display: block;
    text-decoration: none;
    background: #a7015d;
    color: #fff;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 1px 10px rgb(0, 0, 0.4);
    transition: all 500ms ease;
}

.redes a:hover{
    background-color: #fff;
    color: #a7015d;
}
.redes a{
    margin-bottom: -15px;
    opacity: 0;
    visibility: hidden;
}
#btn-mas:checked~ .redes a{
    margin-bottom: 10px;
    opacity: 1;
    visibility: visible;
}
.icon-link{
    cursor: pointer;
    background: #a7015d;
    font-size: 23px;
}
#btn-mas:checked ~ .btn-mas .icon-link{
    transform: rotate(137deg);
}
ul.nav.navbar-nav a:hover {
    background-color: #878787;
}

/* Carousel */

.titulo {
    font-size: 40px;
    font-family: 'Dancing Script', cursive;
    margin-bottom: 40px;
    color: black;
}

.subtitulo {
    margin: 0;
    color: #000;
    display: inline;
    font-size: 50px;
    font-weight: 500;
    text-transform: uppercase;
}

.sabor { 
    color: #fff;
    margin: 7px 0;
    font-size: 50px;
    font-weight: 600;
    text-shadow: 2px 2px 1px rgba(0,0,0,0.7);
    font-family: sans-serif;
    margin-top: 0;
    background-color: #36221c50;
}

.linea-division {
    width: 80%;
    height: 2px;
    background-color: #36221c;
}

/*Estilos de Materialize*/


.carousel{
    min-height: 250px;
}

.carousel .carousel-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    user-select: none;
    width: 350px;
    height: 250px;
}

.carousel .carousel-item .img__resp{
    width: 100%;
    height: 100%;
    object-fit: fill;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

.carousel .indicators .indicator-item{
    border-radius: 0;
    transform: rotate(45deg);
    margin: 10px 15px;
    background: #a7015d;
    border: solid #a7015d 2px;
}
@media (min-width: 768px){

    .carousel{
        min-height: 800px;
    }
    
    .carousel .carousel-item{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        user-select: none;
        width: 1100px;
        height: 800px;
    }
    
    .carousel .carousel-item img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
}

#qrmain{
    margin: auto;
    background-color: #a7015d;
    text-align: center;
    align-items: center;
    width: auto;
    height: auto;
}
.sedes{
    width: auto;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 16px;
    height: 40px;
}

.sedes a:hover{
    background-color: black;
    color: #a7015d;

.cartasqrpdf{
    text-decoration: none;
    color:  white;
    font-size: 2rem;
}