body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.escudo {
    display: block;
    margin: auto;
    margin-top: 0.5rem;
}


header {
    background-color: #92121f;
    padding: 1px;
    z-index: 9999;
    position: relative;
    width: 100%;
    height: 5rem;
    position: fixed;
    top: 0;

}

/*------------------------------HAMBURGUESA------------------------------*/


header nav {
    display: none;
}

header nav ul li {
    list-style-type: none;
}

header nav ul li a {
    width: 100%;
    background: #92121f;
    display: block;
    padding: 1rem;
    text-decoration: none;
    color: #fff;
    margin-left: -1.7rem;
}

header nav ul li a:hover {
    background-color: rgba(0, 0, 0, 1);
}

.btn-menu {
    width: 4rem;
    height: 4rem;
    position: absolute;
    top: 0.5rem;
    left: 2rem;

    padding: 1em
}

.btn-menu:hover {
    background-color: rgba(0, 0, 0, 1);
}



.fa-bars {
    color: #fff;
    font-size: 2rem;
}


.btn-atras {
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 1rem;
    left: 1rem;
}


.fa-angle-left {
    color: #fff;
    font-size: 2rem;
}


@media (min-width: 70em) {

    header nav {
        display: inline;
        position: fixed;
        top: 15px;
        width: 100%;
    }


    header nav ul li {
        display: inline;
    }

    header nav ul li a {
        width: 9em;
        display: inline;
        margin-right: 1rem;
    }

    .btn-menu {
        width: 1rem;
        height: 1rem;
        position: absolute;
        top: 0.5rem;
        left: 2000rem;
    }

    .iniciar {
        left: 70%;
        position: fixed;
        top: 30px;
    }

    .iniciar a {}

}


/*------------------------------------------------------------------------------------------------------------------------*/


.menu {
    background-color: #92121f;
    overflow: hidden;
    /* caja flexible */
    display: flex;

    /* elementos colocados en los extremos del eje principal */
    justify-content: space-between;

    /* elementos centrados en el eje secundario */
    align-items: center;

    margin: 1em;
}

/* Style the links inside the navigation bar */
.menu a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px;
    text-decoration: none;
    font-size: 17px;
}






/*---------------VER ESTO PARA EL MUN INFERIOR---------------*/
/* Add an active class to highlight the current page */
/*.menu a.active {
    background-color: #4CAF50;
    color: white;
}*/




/* Hide the link that should open and close the topnav on small screens */
.menu .icon {
    display: none;
}

@media screen and (max-width: 646px) {
    .menu a:not(:first-child) {
        display: none;
    }

    .menu a.icon {
        float: left;
        display: block;
    }
}

.menu input[type=text] {
    float: right;
    padding: 6px;
    border: none;
    margin-top: 8px;
    margin-right: 16px;
    font-size: 17px;
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 646px) {
    .menu.responsive {
        position: relative;
    }

    .menu.responsive a.icon {
        position: absolute;
        left: 0;
        top: 0;
    }

    .menu.responsive a {
        float: none;
        display: block;
        text-align: left;
    }

    /* When the screen is less than 600px wide, stack the links and the search field vertically instead of horizontally */
    .menu a,
    .menu input[type=text] {
        float: none;
        display: none;
        /*antes block*/
        text-align: left;
        /*    width: 100%;*/
        margin: 0;
        padding: 14px;
    }

    .menu input[type=text] {
        border: 1px solid white;
    }
}




.lupita {
    font-size: 2em;
    color: white;
    padding: 14px;
    position: fixed;
    top: 0.5rem;
    right: 0rem;
    z-index: 9999;
}

.lupita:hover {
    background-color: rgba(0, 0, 0, 1);
}

.menu_inferior {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: white;
}

.menu_inferior ul {
    border-top: #92121f solid 0.1em;
    text-align: center;
    margin-top: 0;
}

.menu_inferior ul li {
    color: #92121f;
    padding: 1em;
    list-style: none;
    display: inline-flex;
}


.menu_inferior a {
    font-size: 17px;
}

@media (min-width: 70em) {
    .menu_inferior {
        position: fixed;
        top: 25%;
        left: 0;
        width: 10%;
        height: 22em;
        background-color: #92121f;
        margin-left: 0;
    }

    .menu_inferior ul {
        border-top: white solid 0.1em;
        text-align: center;
        margin-top: 0;
        display: block;
    }

    .menu_inferior ul li {
        color: white;
        padding: 20px;
        display: block;
    }
}



main {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    margin-bottom: 6em;
}

h2 {
    text-decoration: none;
    display: block;
    width: 90%;
    height: 2rem;
    margin: 1rem auto;
    margin-top: 2em;
    background-color: #92121f;
    border: none;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 7px;
    text-align: center;
    color: #fff;
    padding-top: 0.5rem;
}

@media (max-width:400px){
    h2 {
    font-size: 0.75rem;
}
}

h1 {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 2rem;
    margin: 1rem auto;
    background-color: #fff;
    border: none;
    font-weight: 600;
    font-size: 1rem;
    text-align: center;
    color: #92121f;
    padding-top: 0.5rem;
    border-bottom: #92121f solid 0.1em;
}

h3 {
    text-decoration: none;
    display: block;
    width: 90%;
    height: 1.6rem;
    margin: 1rem auto;
    margin-top: 2em;
    background-color: #fff;
    border: none;
    font-weight: 600;
    font-size: 1rem;
    text-align: center;
    color: #92121f;
    padding-top: 0.5rem;
}

h4 {
    text-decoration: none;
    display: block;
    width: 45%;
    height: 1.6rem;
    margin: 1rem auto;
    margin-top: 1em;
    background-color: #fff;
    font-weight: 400;
    font-size: 0.75rem;
    text-align: center;
    color: #92121f;
    padding-top: 0.5rem;
    border: solid 0.05rem;
    background-size: contain;
}





/*--------------------------------LOGIN-------------------------------*/
.fondo {
    background: url(../imagenes/login.jpg);
    text-align: center;
}

.logo {
    margin: 3em
}


.logear {
    background-color: #92121f;
    border: none;
    color: white;
    padding: 16px 40px;
    text-decoration: none;
    margin: auto;
    margin: 4px 2px;
    cursor: pointer;
    font-weight: normal;


}

.logear:hover {
    background-color: black;
}

input[type=submit]:hover {
    background-color: #74181d;
}

.registrate {
    padding-top: 70px;
}

.registratea {
    background-color: #92121f;
    border: none;
    color: white;
    padding: 8px 10px;
    text-decoration: none;
    margin: auto;
    margin: 4px 2px;
    cursor: pointer;
    font-weight: normal;
    font-size: 0.85em;
}


/* Tip: use width: 100% for full-width buttons */

input[type=text] {
    background-color: #92121f;
    color: white;
    padding: 8px 16px;
    border: 2px solid #74181d;
}

form {
    font-weight: bold;
    color: #92121f;
}

#atras {
    background: #92121f;
    font-size: 1.2em;
    color: white;
    padding: 8px;
    border: 2px solid #92121f;
    position: fixed;
    left: 0;
    cursor: pointer;
}

#atras:hover {
    background-color: black;
    border: 2px solid black;
}

#que_sos {
    margin: auto;
    margin-bottom: 3em
}

/*---------------------------------SHOP--------------------------------*/

.filtro {
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    padding-left: 20px;
    margin: 1em;
    display: block;
    width: 100%
}

.opcion {
    background-color: lightgrey;
    margin: 2em;
    margin-top: 0;
    margin-bottom: 0;
    padding: 2px;
    padding-left: 4px;
}

.opcion:hover {
    background-color: #92121f;
    cursor: pointer;
    color: white;
}

.opcion2 {
    margin-left: 1em;
}

.opcion2:hover {
    background-color: #92121f;
    cursor: pointer;
    color: white;
}

.rutashop {
    display: flex;
    padding-left: 1em;
    width: 100%;
    padding: 10px;
}

.rutashop a {
    border: 2px solid #92121f;
    padding-right: 10px;
    padding-left: 10px;
    margin: 5px;
}

.productos {
    display: block;
    width: 100%;
}

.fotoproducto {
    margin-bottom: 2em;
    margin-top: 1em;
    width: 45%;
}

.fotoproducto img {
    width: 70%;
}

.descripcion {
    color: #92121f;
    margin-top: 1em;
    width: 45%;
}


.item {
    margin: 1em;
    border-bottom: 1px solid #d3d3d3;
    display: flex;
    width: 100%;
    justify-content: center;
}


figcaption {
    margin-left: 1.1em;
    max-width: 168px;
    color: #92121f;
}

.titulo {
    font-size: 1.2em;
    margin: 0;
    padding-top: 0;
}

.precio {
    margin-bottom: 2em;
    font-size: 0.9em;
    text-decoration: line-through;
}

.paginas {
    text-align: center;
    color: #92121f;
    letter-spacing: 0.5em;
    margin-bottom: 7em;
}

.oferta {
    font-size: 1.7em;
    margin: 0;
    width: 50%;
}

@media(max-width:70em) {
    .changuito {
        color: white;
        padding: 1.5em;
        background-color: #92121f;
        position: fixed;
        bottom: 50%;
        right: 0;
    }

    .changuito i {
        font-size: 2em;
    }

}

@media(min-width:70em) {
    .changuito {
        position: static;
        color: white;
        padding: 1em;
        padding-left: 3em;
        padding-right: 3em;
        background-color: #92121f;
        margin-left: 80%;

    }

    .carrito {
        display: block;
        width: 100%;
        justify-content: flex-end;
        margin-top: 20px;
    }

    .item {
        width: 45%;
    }

    .productos {
        display: flex;
        flex-wrap: wrap;
    }

    .filtro {
        position: fixed;
        top: 25%;
        right: 0;
        width: 15%;
        height: 22em;
        margin-right: 0;
        padding-left: 1em;
        background-color: lightgrey;
    }

    .opcion {
        background-color: white;
        margin: 0;
        margin-left: 1em;
        font-size: 0.9em;
    }

    .opcion2 {
        margin-left: 0;
    }

}


/*---------------------------------ITEM--------------------------------*/

.mainvolver {
    width: 90% margin: auto margin-top:0
}

@media (min-width: 70em) {
    .mainvolver {
        width: 70%
    }
}

.volver {
    margin: 1em;
    color: #92121f;
    padding: 0.5em;

}

.izq {
    margin-top: 7em;
    margin-bottom: 0;
}

.izq a {
    text-decoration: none;

}


.detalles {

    margin-top: 1em;
}

.nombre {
    font-size: 2.5em;
    margin-top: 0.5em;
}

.sale {
    font-size: 2em;
    margin-bottom: 0.5em;
}

.before {
    font-size: 0.9em;
    margin-top: 0;
    text-decoration: line-through;
}

.vendidos {
    margin-top: 0;
}

.corazon {
    float: right;

}

/*-----corazon----*/
.checkboxAnimadoitem {
    width: 40px;
    height: 30px;
    /* (*)mismas 3 medidas */
    opacity: 0;
    vertical-align: middle;
    cursor: pointer;
}

.checkboxAnimadoitem + span {
    background: url('../imagenes/like.svg');
    background-repeat: no-repeat;
    width: 40px;
    height: 30px;
    /* (*)mismas 3 medidas */
    margin-left: -40px;
    display: inline-block;
    vertical-align: middle;

}

.checkboxAnimadoitem:checked + span {
    margin-top: -1px;
    padding-top: -5px;
    background-position: -400px;
    transition: background-position .5s steps(8, start);
}

/*----------------*/

.button {
    background-color: #92121f;
    border: none;
    color: white;
    padding: 15px 25px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 6em;
}

.button:hover {
    background-color: black;
}

.custom-select {
    position: relative;
    font-weight: normal;
}

.custom-select select {
    display: none;
    /*hide original SELECT element:*/
}

.select-selected {
    background-color: #92121f;
}

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
    color: #ffffff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: #92121f;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.talle {
    display: inline-flex;
}

.cantidad {
    background-color: #92121f;
    color: white;
    padding: 0.75em;
    margin-top: 10px;
    margin-bottom: 20px;
    width: 100px;
}

@media (min-width: 70em) {

    .articleitem {
        display: inline-flex;
        margin: auto;
        width: 100%;

    }

    .item {
        width: 45%;
    }

    .compra {
        width: 400px;
    }


    .detalles {
        width: 45%;
    }

}

@media (max-width: 70em) {
    .articleitem {
        display: block;
        margin: auto;
        width: 70%;

    }

    .item {
        width: 100%;
    }

    .compra {
        width: 300px;
    }


    .detalles {
        width: 100%;
    }
}



/*---------------------------------PERFIL--------------------------------*/

.centrar {
    width: 100%;
    margin-top: 1em;
    text-align: center;
}

.fotoperfil img {
    height: 10rem;
    border-radius: 30rem;
    background-color: #fff;
    display: block;
    margin: auto;
    border: solid 7px;
    color: #92121f;
}


.fotojugador img {
    height: 10rem;
    border-radius: 30rem;
    background-color: #fff;
    display: block;
    margin: auto;
    border: solid 7px;
    color: #92121f;
}


/*---------------------------------HOME--------------------------------*/

main {
    width: 90%;
    margin: auto;
    justify-content: center;
    padding-top: 5rem;
}

.mainvolver {
    width: 90%;
    margin: auto;
    justify-content: center;
    padding-top: 0rem;
}

.fotoshome img {
    width: 100%;
    display: block;
    margin: auto;

}

video {
    width: 100%;
    padding-top: 20px;

}

@media (min-width:70em) {
    main {
        width: 70%;
        margin: auto;
    }

    .mainvolver {
        width: 70%;
        margin: auto;
    }

}

@media (min-width:40em) {
    video {
        height: 250px;
        width: 100%;
        object-fit: cover;
    }
}

.pagina {
    background-color: rgba(146, 18, 31, 0.3);
}

.puntajehome {
    display: flex;
    align-items: center;
    font-size: 1.5em;
    padding-bottom: 1.5em;
    font-weight: bold;
}

.teamhome {
    width: 126px;
    font-size: 1em;
    color: #92121f;
    font-weight: bold;
    text-align: center;
}




/*---------------------------------VIVO--------------------------------*/
.pantalla {
    padding-top: 6em;
    padding-bottom: 0.5em;
    color: #92121f;
    font-weight: bold;
    margin: auto 1.2em;
    text-align: center;
    border-bottom: 2px solid #92121f;
    width: 100%
}

.puntaje {
    display: flex;
    align-items: center;
    font-size: 2.5em;

    padding-bottom: 1.5em;
    font-weight: bold;
}

.versus {
    display: flex;
    margin: auto;
    width: 100%;
    margin-top: 2em;
    margin-bottom: 3em;
    justify-content: center;
}

.team {
    color: #92121f;
    font-weight: bold;
    text-align: center;
    width: 168px;
    font-size: 1.5em;
}

@media (min-width:70em) {
    .club {
        padding-left: 1em;
        padding-right: 1em;
    }

    .versus {
        width: 80%
    }
}

#goleadora {
    color: #92121f;
    font-weight: bold;
    font-size: 0.9em;
    text-align: center;
}


.ball {
    color: #92121f;
    font-size: 1.2em;
    margin: auto 1.2em;
    text-align: center;
    border-bottom: 2px solid #92121f;
    border-top: 2px solid #92121f;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.gol {
    width: 40%
}


.minamin {
    width: 70%;
    margin: auto;
    padding-bottom: 100px;
}

.estadisticas {
    display: flex;
    width: 100%;
    justify-content: space-between;
    color: #92121f;
    font-weight: bold;
    padding-top: 1em;
    font-size: 1.1em
}

.numeros {
    display: flex;
    margin-left: 23px;
    margin-right: 23px;
    width: 92%;
    justify-content: space-between;
    font-size: 1em;
    text-align: center;
}

.numerosb {
    display: flex;
    margin-left: 23px;
    margin-right: 23px;
    width: 92%;
    justify-content: space-between;
    font-size: 1em;
    background-color: lightgray;
}

@media screen and (max-width: 670px) {
    .puntaje {
        font-size: 1.5em;
        margin: 1.5em;
        padding-bottom: 1em;
    }

    .team {
        width: 126px;
        font-size: 1em;
    }
}

@media screen and (max-width: 370px) {
    .puntaje {
        font-size: 1.5em;
        margin: 1em;
    }

    .team {
        width: 84px;
    }
}




/*---------------------------------NOSOTROS--------------------------------*/

.informacion {
    display: flex;
    margin: auto;
    width: 100%;
    justify-content: center;
    font-size: 1em;

}

/*---------------------------------NOTICIAS--------------------------------*/

.noticias {
    width: 100%;
    margin: auto;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
}

.noticia {
    padding-bottom: 10px;
    width: 100%;
}

.noticia1 {
    padding-bottom: 10px;
    width: 100%;
}

.fecha {
    color: #92121f;
    max-width: 98%;
    font-size: 0.75em;
    margin-top: 2em;
    font-weight: bold
}

.fotonoticia {
    width: 98%;
}

.titulo {
    color: #92121f;
    font-weight: bold;
    font-size: 0.8em;
    text-align: left;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    max-width: 98%;
}

.texto {
    color: #92121f;
    font-size: 0.75em;
    margin-top: 0;
    max-width: 98%;
}


@media (min-width: 40em) {
    .noticia {
        width: 49%;
    }

    .noticias {
        display: flex;
    }
}

@media (min-width: 70em) {
    .noticia {
        width: 30%;
    }

    .noticias {
        display: flex;
        width: 100%
    }


}

/*---------------------------------NOTA--------------------------------*/

 .nota{
     display: block
}

.fotonota{
    width: 100%;
    margin-bottom: 20px;
}

.fotonota img{
    width:100%;
}

.detallenota{
    width: 100%;
}


.cuerponota{
        width: 100%;
    margin-bottom: 6em;
    }

.fechanota{
    color: #92121f;
    font-size: 0.8em;
    text-align: left;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    
}

.bajadanota{
    color: #92121f;
    font-weight: bold;
    font-size: 1.2em;
    text-align: left;
    margin-bottom: 2em;
    margin-top: 1em;
    
}

.textonota{
    color: black;
    font-size: 1em;
    text-align: left;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    
}


@media (min-width:800px){
     .nota{
     display:flex;
         margin:auto;
         justify-content: space-between;
}

.fotonota{
    width: 100%;
    margin-bottom: 20px;
}

.fotonota img{
    width:100%;
}

.detallenota{
    width: 48%;
    margin-bottom: 6em;
}

.cuerponota{
       width: 48%;
    margin-bottom: 6em; 
    }

.fechanota{
    color: #92121f;
    font-size: 0.8em;
    text-align: left;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    
}

.bajadanota{
    color: #92121f;
    font-weight: bold;
    font-size: 1.2em;
    text-align: left;
    margin-bottom: 2em;
    margin-top: 1em;
    
}

.textonota{
    color: black;
    font-size: 1em;
    text-align: left;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    
}
    
}




/*---------------------------------CARRITO--------------------------------*/

.maincarrito {
    width: 100%;
    margin: auto;
}

.listaproductos {
    width: 100%;
    margin: auto;
}

.producto {
    width: 100%;
    align-content: flex-start;
    display: flex;
    padding-bottom: 20px;
}

.fotoproducto {
    min-width: 35%;
    max-width: 35%;
    display: block;
}

.detalleproducto {}

.detalleproducto p {
    color: black;
    margin: 0;
    margin-bottom: 1px;

}

.botoncompra {
    margin: auto 3.6em;
    padding-bottom: 50px;
    padding-top: 30px;
}

.completarpedido {
    width: 20em;
    margin: 0;
}

.total {
    display: flex;
    margin: auto 3.6em;
    width: 100%;
    justify-content: space-between;
    font-size: 1em;
    text-align: center;
}

.total2 {
    display: flex;
    margin: auto 3.6em;
    width: 100%;
    justify-content: space-between;
    font-size: 1em;
    text-align: center;
    border-bottom: black solid 1px;

}

.total p {
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
    margin-top: 5px;
}

.envio {
    margin: auto 3.6em;
    width: 20em;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: #92121f solid 1px;
    border-top: #92121f solid 1px;
}

.envio p {
    color: #92121f;
    font-size: 0.75em;
    margin-top: 0;
    width: 100%;
}

.pedido {
    display: block;
}

@media (min-width: 70em) {

    .maincarrito {
        display: flex;
        margin: auto;
        width: 100%;

    }

    .listaproductos {
        width: 45%;
    }

    .pedido {
        width: 45%;
    }

}

@media (max-width: 70em) {
    .maincarrito {
        display: block
    }
}

/*---------------------------------CARRITO--------------------------------*/

.container {
    color: white;
    border: 2px solid #6E8BC3;
    background-color: #6E8BC3;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
}

.darker {
    border-color: #790009;
    background-color: #790009;
}

.container::after {
    content: "";
    clear: both;
    display: table;
}

.container img {
    float: left;
    max-width: 60px;
    width: 100%;
    margin-right: 20px;
    border-radius: 50%;
}

.container img.right {
    float: right;
    margin-left: 20px;
    margin-right: 0;
}

.time-right {

    float: right;
    color: #dcdcdc;
}

.time-left {
    float: left;
    color: #dcdcdc;
}

.mensajes {
    width: 90%;
    margin: auto;
}

textarea {
    width: 100%;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    font-size: 16px;
    resize: none;
}

.escribe {
    text-align: right
}

/*---------------------------------CONTACTO--------------------------------*/


input[type=text],
select,
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[type=submit] {
    background-color: #92121f;
    color: white;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: black;
}


.column {
    float: left;
    width: 50%;
    margin-top: 6px;
    padding: 20px;
    /*max-width: 1000px;*/
    position: relative;
    margin: auto;
}

.gps {
    margin-top: 30px;

}


.row:after {
    content: "";
    display: table;
    clear: both;
}


@media screen and (max-width: 600px) {

    .column,
    input[type=submit] {
        width: 100%;
        margin-top: 0;
    }
}


* {
    box-sizing: border-box
}

body {
    font-family: Verdana, sans-serif;
    margin: 0
}

.mySlides {
    display: none
}

img {
    vertical-align: middle;
}


.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}


.next {
    right: 1.1em;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
    color: black;
    background-color: rgba(255, 255, 255, 0.5);
    font-size: 10px;
    margin-bottom: 50px;
    margin-left: 20px;
    position: absolute;
    bottom: 60px;
    width: 100%;
    text-align: left;

}

/* Number text (1/3 etc) */
.numbertext {
    color: white;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: lightgrey;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {

    .prev,
    .next,
    .text {
        font-size: 11px
    }
}


/*---------------------------------GALERIAB--------------------------------*/

#container-main {
    margin: auto;
    width: 100%;
    min-width: 320px;
}

.accordion-container {
    width: 100%;
    margin: 0 0 20px;

}

.accordion-titulo {
    position: relative;
    display: block;
    padding: 20px;
    font-size: 20px;
    font-weight: 300;
    background: #92121f;
    color: white;
    text-decoration: none;
}

.accordion-titulo.open {
    background: lightgrey;
    color: #92121f;
}

.accordion-titulo:hover {
    background: black;
    color:white;
}

.accordion-titulo span.toggle-icon:before {
    content: "+";
}

.accordion-titulo.open span.toggle-icon:before {
    content: "-";
}

.accordion-titulo span.toggle-icon {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    font-weight: bold;
}

.accordion-content {
    display: none;
    padding-top: 20px;
    overflow: auto;
    width: 100%;
    justify-content: center;
}


.arroba {
    color: #92121f;
    width: 90%;
    margin-left: 15px;
    font-size: 0.75em;
    padding-top: 10px;
    font-weight: bold
}

figure img {
    padding: 0 15px 0px 15px;
    width: 100%;
    margin: 0;
}

figure {
    width: 100%;
    margin: 0;
    padding: 0;
}

.segundo_parrafo {
    font-size: 0.69em;
    padding-top: 2px;
    margin-left: 30px;
    width: 100%;
}

.anterior {
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;

}

.anterior2 {
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.foto {
    background-color: lightgray;
    border-radius: 1em;
    width: 45%;
    display: inline-block;
    margin: 2%;
}

.foto2 {
    background-color: lightgray;
    border-radius: 1em;
    width: 45%;
    clear: both;
    display: block;

}

@media (min-width: 70em) {
    .foto {
        width: 20%;
    }

    .arroba {
        font-size: 1em;
        padding-left: 10px;
    }

    figure img {
        padding: 0 20px 0px 20px;
    }

}


/*---------------------------------FOOTER--------------------------------*/

footer {
    padding: 1.5em;
    background-color: #92121f;
    padding-bottom: 6em;
    padding-top: 2em;
    /*
    position: fixed;
    bottom: 0;
    */
    z-index: -1;
    width: 100%;
}

footer p {
    color: white;
    font-size: 0.75em;
    margin-top: 0;
    width: 100%;
    text-align: center;
}

.redes {
    width: 100%;
    padding-bottom: 2em;
    align-content: center;
}

.redes ul {
    text-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

.redes ul li {
    color: white;
    text-decoration: none;
    padding-right: 13px;
    list-style: none;
    display: inline-flex;
    font-size: 30px;
    padding-left: 20px;
}


@media (min-width: 70em) {
    footer {
        padding-bottom: 1.5em;
    }

    .redes ul {
        padding-top: 10px;
    }

    footer p {
        width: 70%;
        margin: auto;
    }
}



/*-----------------LIKE-----------------*/

.like {
    float: left;
    width: 40px;
    display: inline-flex;
}


.checkboxAnimado {
    width: 40px;
    height: 30px;
    /* (*)mismas 3 medidas */
    opacity: 0;
    vertical-align: middle;
    cursor: pointer;
}

.checkboxAnimado + span {
    background: url('../imagenes/like.svg');
    background-repeat: no-repeat;
    width: 40px;
    height: 30px;
    /* (*)mismas 3 medidas */
    margin-left: -60px;
    margin-top: 10px;
    display: inline-block;
    vertical-align: middle;
}

.checkboxAnimado:checked + span {
    background-position: -400px;
    transition: background-position .5s steps(8, start);
}

/*-------------------------------CALENDARIO------------------------------*/

.data {
    color: #92121f;
    margin: auto;
    padding-left: 2em;
}

.proximo {
    border-bottom: 2px solid #92121f;
    margin: auto;
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
}

@media screen and (max-width: 800px) {

    .proximo {
        flex-wrap: wrap
    }

    .data {
        padding-bottom: 3em
    }
}


@media screen and (min-width:800px) {

    .data {
        padding-bottom: 3em;
        width: 40%;
    }
}

/*-------------------------------FORMULARIOS------------------------------*/

@media (min-width:800px) {
    form {
        width: 60%;
        margin: auto;
    }
}

form .casillero {
    background-color: #92121f;
    color: white;
    padding: 0.75em;
    margin-top: 10px;
    margin-bottom: 20px;
    width: 100%;
}

.depto {
    background-color: #92121f;
    color: white;
    padding: 0.75em;
    margin-top: 10px;
    margin-bottom: 20px;
    width: 48%;
    display: inline;

}

form .casillero:hover {
    background-color: black;
}

::placeholder {
    color: white;
}

fieldset {
    margin-bottom: 20px;
}

.formulario {
    margin-bottom: 6em;
    background-color: lightgrey;
    padding: 30px;
    border-radius: 2em;

}

.suscripcion {
    display: flex;
    flex-wrap: wrap;
}

.suscripcion label {
    font-size: 0.75em;
    margin-top: 7px;
    width: 70%;
    margin-bottom: 20px;
}

legend {
    color: black;
}


.checkAnimado {
    width: 40px;
    height: 30px;
    /* (*)mismas 3 medidas */
    opacity: 0;
    vertical-align: middle;
    cursor: pointer;
}

.checkAnimado + span {
    background: url('../imagenes/check.svg');
    background-repeat: no-repeat;
    width: 40px;
    height: 30px;
    /* (*)mismas 3 medidas */
    margin-left: -50px;
    display: inline-block;
    vertical-align: middle;
}

.checkAnimado:checked + span {
    margin-top: -1px;
    padding-top: -5px;
    background-position: -400px;
    transition: background-position .5s steps(8, start);
}

/*---------------------------------CHAT--------------------------------*/

.mainchat {
    width: 90%;
    margin: auto;
    margin-top: 0;
    padding-top: 0;
}

.conver {
    width: 100%;
    background-color: lightgrey;
    padding: 2em;
    display: flex;
    flex-wrap: wrap;
    border-radius: 3em;
    margin-bottom: 30px;
}

.fotochat {
    width: 20%
}

.fotochat img {
    width: 100%;
    border-radius: 50%;
}

.amigo {
    width: 75%;
    margin-top: 5%;
    margin-left: 20px;

}

.amigo a {
    color: white;
    background-color: #92121f;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    border-radius: 1em;
    text-decoration: none;
}

.amigo a strong {
    margin-left: 5px;
}

.ult {
    text-align: end;
    margin-left: 70%;

}

@media (min-width:800px) {
    .mainchat {
        width: 50%;
        margin-top: 0;
        padding-top: 0;
    }
}
