/*-----PAGINA INICIAL----- */

* {
    box-sizing: border-box;
}
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font: sans-serif;
}
a {
text-decoration: none;
}
ul li {
    list-style: none;
}
.nav-links li {
    list-style: none;
}
header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top:0em;
    left: 0em;
    right: 0em;
    background-color: rgba(255, 255, 255, 0.95);
    height: 5em;
    z-index: 9999;
    padding: .5em 1.5em;
}
header img{
    height: 3em;
}

/*----footer*/
footer {
    background-color: #5fe8b6;
    font-family: 'Roboto', sans-serif;
    color: white;
    font-size: 0.75em;
    margin-top: 1em;
    padding: 1em;
}

/*-----icono del perfil y del home-----*/



header > a .material-icons{
   font-size: 2.5em;
    color: #5fe8b6;
}
header > div .material-icons{
   font-size: 2.5em;
    color: #5fe8b6;
}
/*-----icono del home----
header > a:first-child .material-icons{ 
}--*/
/*-------MENU HAMBURGUESA-----*/

#llamamenu .material-icons,
#ocultamenu .material-icons {
    padding-right: 0;
    font-size: 2.5em;
    color: #5fe8b6;
}
#menu5{
    display: flex;
    flex-direction: row;
    align-items: 
center;}

.nav-links {
    margin: 0;
    background-color: #655fe8;
    color: white;
    font-family: 'Roboto', sans-serif;
}

header #menu a{
    color: rgba(255,255,255,.75);
    margin: 0;
    padding: 1em 0 2em 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

header #menu label {
    margin: 0;
    padding: 0 0 0 0;
    text-decoration: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

  /* se oculta la checkbox */
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    display: none;
}

header #menu label {
    cursor: pointer;
    padding: .5em;
    position: relative;
    z-index: 9999;
}
#menu-toggle:not(:checked) + #llamamenu,
#menu-toggle:checked + #llamamenu + #ocultamenu {
    display: flex;
}
#menu-toggle:checked + #llamamenu,
#menu-toggle:not(:checked) + #llamamenu + #ocultamenu {
    display: none;
}

  /* el menu como se debe */

.nav-links {
    position: fixed;
    left: 100%;
    top: 0;
    height: 100vh;
    width: 50%;
    z-index: 9990;
    padding-top: 5em;
    transition: all .5s ease;
}

#menu-toggle:checked + #llamamenu + #ocultamenu + .nav-links {
    left: 50%;
    transition: all .25s ease;
}
#menu6{
    display: none;
}



/*--------home----------*/

/*---titulo e imagen del home----*/

.home {
    display: flex;
    margin-top: 6em;
    padding: 0;
    justify-content: center;
}
/*------slider del home y titulo-------*/

main > h2 {
    display: flex;
    margin-top: 2em;
    padding: 0;
        font-family: 'Montserrat', sans-serif;
   color: #d14361;
    font-size: 1.6em;
justify-content: center;}
#slides2{
    width: 19em;
    }
#slides2 img{
    width: 19em;
}
.contenidodelhome >div:first-of-type{
    display: flex;
    justify-content: center;
}
/*-----informacion del home------*/
.servicios{
    margin-top: 2em;
}
.serviciosinfo{
    display: none;
}
.servicios h2{
    margin: 0;
font-family: 'Montserrat', sans-serif;
   color: #d14361;
    font-size: 1.6em;
}
.servicios p{
    margin-top: 1em;
    font-family: 'Roboto', sans-serif;
       color: #5fe8b6;
    font-size: 1em;
}

.informacionservicios div{
    display: flex;
}
.informacionservicios div div{
    flex-direction: column;
    align-self: center;
}
.informacionservicios div div h5{
    margin: 0;
font-family: 'Montserrat', sans-serif;
   color: #d14361; 
}
.informacionservicios div:nth-child(1) div, .informacionservicios div:nth-child(3) div{
    padding-left: 1em;
}
.informacionservicios div:nth-child(4){
    margin-bottom: 4em;
}
.informacionservicios p{
margin-top: 0.5em; 
    font-family: 'Roboto', sans-serif;
       color: #5fe8b6;
    }

.informacionservicios > div{
    margin-top: 3.5em;
}
.informacionservicios > div:nth-of-type(2){
    margin-top: 1.25em;
}
.informacionservicios div:nth-of-type(2) p, .informacionservicios div:nth-of-type(4) p {
    padding-right: 1em;
}
#imghome{
    display: none;
}

/*---------TIPS---------*/

.diezpasosdos{
    display: none;
}
/*--------TITULO Y SU BAJADA------*/
.tips h2{
    font-size: 1.75em;
    font-family:'Montserrat', sans-serif;
    margin-left: 0.3em;
}
.tips h5{
        font-size: 1.45em;
    font-family:'Montserrat', sans-serif;
    color: #d14361;
    margin-left: 0.3em;
}

.tipsarriba{
    margin-top: 5em;
}
        .tipsarriba h2{
        font-size: 2.3em;
    }
.tipsarriba p{
    margin-left: 0.5em;
    margin-top: -1em;
    color: #6566e7;
    border-bottom: 0.1em solid rgb(181, 181, 181);
    border-top: 0.09em solid rgb(106, 106, 106);
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
/*-------10 PASOS-----*/
.diezpasos {
    display: flex;
    background-color: #6566e7;
    margin: 0;
}
.diezpasos div{
    margin-top: -1em;
    margin-bottom: 1em;
}
.diezpasos img{
    height: 21.2em;
    width: 6.5em;
margin-top: 3em;
    position: sticky;
    top: 5em;
}
.diezpasos h5{
    color: black;
    font-size: 1.1em;
}
.diezpasos div {
margin-left: 1em;
}
.diezpasos ul {
    margin-top: -1em;
}
.diezpasos ul li{
    font-family: 'Roboto', sans-serif;
    margin-right: 0.55em;
    margin-top: 0.75em;
    font-size: 1.1em;
}
.diezpasos ul li span{
    font-family:'Montserrat', sans-serif;
    color: #5fe8b6;
    font-size: 1.5em;
}
#resaltado {
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    
}

/*-----TIPOS DE TIPS-------*/
.diferentestips{
    margin-top: 4em;
    }
#comidas{
    margin-top: -3em;
    margin-left: 0;
    margin-right: 0;
}
.distintostips{
    display: flex;
    margin: 0;
}
.distintostips div{
    background-color: #6566e7;
}
.distintostips div p{
    font-family: 'Roboto', sans-serif;
    padding: 0 0.5em 0 0.5em;
    color: white;
    width: 100%;
}
#infoextra{
    display: none;
}

.diferentestips div div:first-child{
    margin-top: 4em;
}
#tipsresponsive div:nth-of-type(2) div:first-child p, #tipsresponsive div:nth-of-type(3) div:first-child p, #comidas div div:first-child p{
    margin-top: -2em;
    color: #6566e7;
    margin-left: 0.3em;
}
#tipsresponsive div:nth-of-type(3){
    margin-bottom: 3em;
}


/*----------BOTONES DEL TIPS--------*/
#boton1 {
    background-color: #5fe8b6;
    border-style: none;
    padding: 1em;
    color: white;
background-color: #5fe8b6;
    border-style: none;
    padding: 1em;
    color: white;
    margin-top: 1em;
    
} 
#boton2 {
    background-color: #5fe8b6;
    border-style: none;
    padding: 1em;
    color: white;
        background-color: #5fe8b6;
    border-style: none;
    padding: 1em;
    color: white;
    margin-top: 0.75em;
    
} 


.botondeltips{
        background-color: #5fe8b6;
    border-style: none;
    padding: 1em;
    color: white;
}
.bton {
    display: flex;
    justify-content: space-around;
}












/*------ JULI -----*/
/*------ AGENDA -----*/

/*-colores
violeta: #6566e7
green: #6oe8b7
-*/


* {
    font-family: montserrat;
    box-sizing: border-box;
}
.ag{
    padding: .5em;
    padding-top: 0em;
    background-color: white;
}
.ag section h2{
    margin: 2.5em 0em 1em;
    font-size: 1.2em
}

h1{
    border-bottom: .05em solid grey;
    margin-top: 2.5em;
    margin-left: .5em;
}

#hoy{
    display: flex;
    width: 100%;
}

#dia{
    background-color: lightgrey;
    text-align: center;
    padding: 1em;
    width: 20%;
    display: block;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
}

#dia h3{
    font-size: 2.5em;
    margin: 0em;
}
#dia h4{
    margin: 0em;
    font-size: .8em;
}
#datos{
    border: solid lightgrey .05em;
    width: 80%;
    font-size: 14.5
}
#datos h5{
    padding: 1em;
    margin: 0em;
    font-size: .8em;
}
#datosdia1,#datosdia2{
    display: flex;
    margin: .5em;
    height: 3em;
}

#hora1{
    background-color: rgba(101, 102, 231, 0.77);
    width: 25%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1em;
    display: flex;
    align-items: center;
    padding: 0em .09em;
}
#titulo1{
   background-color: rgba(101, 102, 231, 0.47);
    text-align: left;
    width: 75%;
    display: flex;
    align-items: center;
}
#titulo1 p{
    display:none
}
#titulo2 p{
    display:none 
}
#titulo1 h5{
    color: black;
}
#hora2{
    background-color: rgba(96, 232, 183, 0.84);
    width: 25%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 100%;
    display: flex;
    align-items: center;
}
#titulo2{
   background-color: rgba(96, 232, 183, 0.6);
    text-align: left;
    width: 75%;
    display: flex;
    align-items: center;
}
#semana{
    display: flex;
    margin: 0em;
    padding: 0em;
    justify-content:center;
    width: 100%;
}
#semana li{
    border: .05em solid lightgray;
    width: 14.2%;
    text-align: center;
    padding: .5em;
}
#semana h6{
    margin: 0em;
}
#semana h5{
    margin: .2em 0em;
    font-size: 1.3em;
}
#semana li div{
    display: flex;
    margin: 0em;
    border-radius: 20em;
    flex-wrap: nowrap;
}
#semana p{
    margin: 0em;
    border-radius: 
    padding: .3em;
    font-size: .05em;
    color: lightgray;
    background-color: lightgray;
    width: 100%
}
#semana p:nth-child(2n+0){
    background-color: #60e8b7;
    color: #60e8b7
}
#semana p:nth-last-child(2){
    background-color: #6566e7;
    color: #6566e7;
}
#semana li:nth-child(0n+2) p{
    background-color: #60e8b7;
    color: #60e8b7
}
#semana li:nth-child(0n+5) p{
    background-color: #6566e7;
    color: #6566e7;
}
.todd{
    background-color: gainsboro;  
}

#prox1,#prox2{
    display: flex;
    padding: .5em 0em;
    font-weight: 670;
}
#soondia{
    background-color: aquamarine;
    text-align: center;
    padding: 1em;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}
#soondia h4{
    font-size: 3em;
    margin: 0em;
}
#soondia p{
    margin: 0em;
}
#infodia{
    border: .1em solid lightgrey;
    padding: 1em;
    width: 78%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#infodia p{
    font-size: .8em;
    color: #56bf9c;
    margin: .6em 0em 0em;
}
#infodia h5{
    margin: 0em;
}
#soondia2{
    background-color: rgba(101, 102, 231, 0.81);
    text-align: center;
    padding: 1em;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}
#soondia2 h4{
    font-size: 3em;
    margin: 0em;
}
#soondia2 p{
    margin: 0em;
}

#infodia2{
    border: .1em solid lightgrey;
    padding: 0em 1.5em;
    width: 78%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#infodia2 p{
    font-size: .8em;
    color: rgba(101, 102, 231, 0.81);
    margin: .6em 0em 0em;
}
#infodia2 h5{
   margin: 0em; 
}

#bdays{
    display: flex;
    justify-content: space-between;
    
    width: 100%;
}
#bdays div{
    width: 48%;
    background: rgba(96, 232, 183, 0.43);
    margin: 0em .5em;
    display: flex;
    padding: 1em 0em;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
#bdays img{
    width: 40%;
    max-width: 7em;
    height: auto;
    margin-bottom: .5em;
    border-radius: 20em;
}
#bdays h6{
    font-size: 1em;
    margin: 0em 0em 0em;
}
#bdays p{
    margin: .4em 0em 0em;
    font-size: .75em;
}
#bdays div:last-of-type{
    display: none;
}
#bdays div:nth-child(0n+3){
    display: none;
}
#torneo{
    background-color: rgba(101, 102, 231, 0.6);
    padding: .5em 1em;
    margin: 3em 0em 1em;
}
#torneo h2{
    margin: 1em 0em .5em 0em;
}
#torneo figure img{
   display: none;
}
#torneo ul{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 0em;
    margin-bottom: .8em;
    font-weight: 600;
    font-size: .7em;
}
#torneo a{
    color: black
}
.barrator{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: auto;
    margin-top: 1.5em;
    padding: 0em;
    background: rgb(138, 43, 226);
    border-radius: 5em;
    width: 95%;
}
.barrator img{
    width: 15%;
    height: 2em;
    margin: 0em;
}
.barrator h6{
    padding: 0em 1em;
    margin: 0em;
    width: 30%;
    text-align: center;
    color: white;
    border-radius: 5em;
}
#fle{
    background: rgb(225, 193, 255);
    padding: .2em;
    margin: 0em;
    border-radius: 5em;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-around;
}
#torneo ul li{
    list-style: none;
    color: black;
    background-color: white;
    margin: 1em 1em;
    padding: .8em;
    width: 100%;
    text-align: center;
    font-size: 1.2em;
}
#viejo{
    display: flex;
    flex-direction: column;
}
#viejo img{
    height: 15em;
    width: 100%;
    margin: 0em;
    object-fit: cover;
    object-position: center;
    padding: 1em;
}

#torneodrysdale p{
    font-weight: 700;
}
#torneodrysdale{
    background: rgba(101, 102, 231, 0.6);
    text-align: center;
    padding-bottom: 1em;
    width: 100%;
    list-style: none;
    margin-bottom: 1.5em;
}
#torneodrysdale h4{
    background-color: #6566e7;
    margin: 0em;
    padding: 1em;
}
.wer #torneodrysdale2:first-of-type{
    display: block;
    margin: auto;
}
.wer div:last-of-type{
    display: none;
}
.wer #torneodrysdale2 td:nth-of-type(3n){
    padding: 1em 0em .5em;
}
.wer #torneodrysdale2 td:nth-of-type(4n+1){
    padding: .5em 0em 1em;
}
.wer #torneodrysdale2 td{
    border-top: solid gray .02em;
    width: 15%;
}
.wer #torneodrysdale2 td:nth-last-child(3){
 margin: 0em;
    padding: 0em;
}
#eventomunicipal{
    background: rgba(96, 232, 183, 0.43);
    text-align: center;
    width: 100%;
}
#eventomunicipal h4{
    background-color: #60e8b7;
    margin: 0em;
    padding: 1em;
}
#eventomunicipal div{
    display: flex;
    flex-direction: column;
}
#eventomunicipal p{
    font-weight: 500;
    margin: 0em 1em 2em;
}
#eventomunicipal h5{
    font-size: 1em;
    margin: 1em .5em;
}
.addev{
    width: 4em;
    border-radius: 10em;
    height: 4em;
    object-fit: cover;
    position: fixed;
    bottom: 2em;
    right: 2em;
    z-index: 9999;
}
#eventomunicipal #particip{
    display: none
}












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

#perfil{
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: solid .1em lightgray;
    margin-top: 4.6em;
}
#perfil img{
    width: 40%;
    max-width: 15em;
    height: auto;
    border-radius: 20em;
}

#perfil h1{
    border: 0em;
    margin: 1em 0em .5em;
}
#plp #perfil h2{
    margin: 0em;
    font-size: 1em;
    color: blueviolet;
}
#perfil ul{
    display: flex;
    flex-direction: row;
    list-style: none;
    text-align: center;
    padding: 0em;
    margin-top: 0em;
}
#perfil ul li{ 
    display: flex;
    flex-direction: column;
    padding: 0em 1em;
    color: gray
}
#perfil ul li h4{
    margin: 1em 0em 0em;
    font-size: 1.4em;
}
#perfil ul li p{
    text-transform: uppercase;
    font-size: .8em;
}

#progress{
    background-color: gainsboro;
    padding: 1em;
    margin: 1em;
    margin-top: 2em;
}
.yu{
    color: black;
    font-size: 1.2em;
    font-weight: 700;
   margin: .8em 0em;
}
#progress img{
    width: 2.5em;
    margin: 0em;
    padding: 0em;
}
#progress div{
    display: flex;
    width: 100%;
    margin: auto;
    margin-bottom: .9em;
    justify-content: space-around;
}
#progress div div{
    display: flex;
    flex-direction: column;
    margin: 0em 1.5em;
    width: 60%
}
#progress h3{
    margin: 0em;
    font-size: 1.5em;
    padding: 0em;
}
#progress p{
    margin: 0em;
    font-size: .8em;
    font-weight: 500;
    padding: 0em;
}
#progress h4{
    color: blueviolet;
    text-transform: uppercase;
    text-align: center;
    margin: auto;
    padding-top: .5em;
}
#ami a{
    color: black;
    font-size: 1.2em;
    font-weight: 700;
    margin-top: 2em;
    margin-left: 1em;
    display: flex;
}
#amigos{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
    border: solid lightgrey .1em;
    padding: .8em;
    margin: 1em;
}
#amigos a div{
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    margin: 0em;
    
}
#amigos a{
    color: black;
    margin: 0em;
    padding: 0em;
    font-size: .8em;
    text-align: center;
}
#amigos img {
    width: 70%;
    height: auto;
    border-radius: 10em;
    padding: 0em;
    margin: 0em;
}
#amigos h4{
    margin-top: .5em;
    margin-bottom: 0em;
}

#feedb{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 1em;
    justify-content: space-between;
    padding: 0em;
}
.yu:nth-last-child(2){
    margin: 2.5em 0em .2em 1em;
}
#feedb img{
    width: 48%;
    height: 48%;
    object-fit: cover;
    margin: .5em 0em;
    max-width: 20em;
}
#feedb a{
    width: 
}











/*-----AMIGOS-----*/
.navamigos{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 4em 0em 1em;
    padding: 0em;
    list-style: none;
    font-size: 1.2em;
    text-decoration: none;
    font-weight: 700;
}
.lop h2{
    margin: 0em;
    font-size: 1em;
    color: blueviolet;
}
.popp h2{
    color: black;
    font-size: 1.2em;
    font-weight: 700;
   margin: 2em 0em .5em 1em;;
    
}
.ami #amigos{
    margin-bottom: 3em;
}
.ami a{
    color: black;
}
.gru a{
    color: gray;
}
.ami2 a{
    color: gray;
}
.gru2 a{
    color: black;
}

.listaamigos{
    display: flex;
    flex-direction: column;
}
.listaamigos a{
    text-decoration: none;
    color: black;
}
.listaamigos article{
    display: flex;
    flex-direction: row;
    padding: 1em;
    border: lightgrey .08em solid;
    margin: .5em 1.5em;
    justify-content: space-around;
    align-content: center;
    align-items: center;
}
.listaamigos img{
    width: 25%;
    max-width: 5em;
    height: 25%;
    border-radius: 10em;
    margin: 0em;
    object-fit: cover;
}
.o{
    width: 50%;
    margin: 0em .8em;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.o h3{
    margin: 0em;
    font-size: 1.1em;
}
.o p{
    margin: .5em 0em 0em 0em;
    color: blueviolet;
    font-size: .9em
}
.c{
    color: grey;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    width: 20%%
}
.c p{
    margin: 0em;
    padding: 0em;
    font-size: .6em;
}
.c h4{
    margin: 0em 0em .2em 0em;
    padding: 0em;
    font-size: 1.8em;
}










/*-----GRUPOS-----*/
.grupo1{
    display: flex;
    flex-direction: column;
    padding: 1.5em;
    margin: 2em;
    border: solid lightgray .08em;
}
.grupo1 a{
    color: black;
    text-decoration: none;
}
.amigrupo #amigos{
    border: none;
    padding: 0em;
    margin: 0em;
    margin-bottom: 1.5em;
    margin-top: 1.3em
}
.amigrupo #amigos h4{
    margin: .5em 0em 0em 0em;
    font-size: .8em;
}
#group1{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1em;
    padding-bottom: 0em;
    margin-bottom: 0em;
}
#group1 img{
    width: 8em;
    height: 8em;
    object-fit: cover;
    object-position: center;
    border-radius: 20em;
}
#group1 h2{
    margin: 1em 0em .5em;
    background: white;
}
#group1 h3{
    margin: 0em;
    color: #6566e7;
    font-size: 1em;
}
.grupo1 div h3{
    margin: 3em 0em 1em;
    text-transform: uppercase;
    font-size: 1em;
}
.grupo1 div p{
    margin: 0em;
    font-size: .95em;
    font-weight: 500;
    line-height: 1.5em;
}
#grupp{
    margin: 1em;
    padding: 0em 1em 1em 1em;
}
#grupp h3{
    margin:.5em 0em;
    text-transform: uppercase;
    font-size: 1em;
}
#grupp h2{
    margin: .5em;
    margin-bottom: 0em
}
.rr{
    margin-bottom: 3.5em;
    margin-top: 2em;
}
.rr p{
    margin: 0em;
    font-size: .95em;
    font-weight: 500;
    line-height: 1.35em;
}
#ds{
    margin-top: 4em;
}
#ds div div{
    padding: 1em;
}
.rp{
    margin-top: 2.4em;
}
.rp #group1 img{
    width: 11em;
    height: 11em;
    object-fit: cover;
    object-position: center;
}







/*-----TORNEOS-----*/
#tor{
    width: 100%;
    padding: 0em 1em;
}

.to #torneo{
    margin: 1em;
    margin-top: 2em
}
.tornav li{
    background-color: white;
    padding: .5em 1em;
    width: 48%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0em;
    color: black;
    font-weight: 700;
    justify-content: center;
    font-size: 1.05em;
}
.tournaments h3{
    text-transform: uppercase;
    margin: 2em 0em .8em 1em;
}
.tournaments p{
    padding: 1em;
    margin: 0em;
    font-weight: 500;
    font-size: 1em;
}
.cali{
    display: flex;
    flex-direction: column;
}
#cali{
    display: flex;
    flex-direction: row;
    margin: 0em 1em 1em;
}
#cali img{
    display: none;
}
#cali p{
    padding: 0em;
    font-size: 1em;
}
.drytor{
    padding: 1.5em 1em;
    margin: 1em;
    border: solid lightgray .08em;
    padding-bottom: 0em;
}
.drytor h4{
    padding: 0em;
    margin: 0em;
    text-transform: uppercase;
}
.drytor h4:last-of-type{
    margin-top: 1em;
}
#gal{
    display: none
}
.drytor img{
    width: 100%;
    height: auto;
    margin: 1em 0em 1em;
}
.drytor ul li{
    width: 50%;
}
.drytor ul img{
    height: 7em;
    object-fit: cover;
}
#torneodrysdale2 img{
    width: 3.6em;
    height: 3.6em;
    object-fit: cover;
    margin: 0em;
    border-radius: 10em;
    display: block;
    padding: 0em; 
}
#torneodrysdale2{
    width: 90%;
    border-collapse: collapse;
    margin: .5em em 1em;
}
#torneodrysdale2:last-of-type{
    display: none;
}
#torneodrysdale2:nth-child(0n+2){
    display: none;
}
#torneodrysdale2:last-of-type th{
    width: 100em
}
#torneodrysdale2:nth-child(0n+2) th{
    width: 100em
}
#torneodrysdale2 p{
    font-size: 1em;
    margin: 0em;
    padding: 0em;
}
#torneodrysdale2 h5{
    margin: 0em;
    padding: 0em;
    font-size: 1em;
}
#torneodrysdale2 h3{
    text-align: center;
    font-size: 3em;
    margin: 0em;
}
#torneodrysdale2 th{
    padding: 1em;
    font-size: 1.2em;
}
#torneodrysdale2 td{
    border-top: solid lightgray .02em;
    width: 15%
}
.drytor div{
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
#er{
    width: 100%;
    height: 10em;
    object-fit: cover;
}
#torneodrysdale2 p:nth-child(2n+0){
    margin: .5em 0em 0em 0em;
    padding: 0em;
    font-size: .75em;
    font-weight: 500
}
#torneodrysdale2 td:nth-child(3){
    padding: 1.2em 1em .5em 0em;
}


#torneodrysdale2 tr:nth-of-type(2n+3){
    padding: .5em 2em 1em 0em;
}
#torneodrysdale2 tr:nth-of-type(2n+3) td{
     padding: .5em 0em 1.2em 0em;
}








/*-----EVENTO-----*/
/*-colores
violeta: #6566e7
green: #60e8b7
-*/
a h1{
    color: black;
}
.event{
    margin: .8em;
    border: solid 0.08em lightgrey;
    padding: 1em;
}
#de{
    display: flex;
    flex-direction: row;
    padding: 0em;
}
#de #uno{
    background-color: rgba(101, 102, 231, 0.77);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    padding: 1em;
    width: 30%;
    font-size: 14;
}
#uno p{
    padding: 0em;
    margin: 0em;
    font-weight: 600;
    font-size: 1em;
}
#uno h5{
    font-size: 2.5em;
    padding: 0em;
    margin: 0em;
}
#de #dos{
    background: rgba(101, 102, 231, 0.47);
    display: flex;
    flex-direction: column;
    padding: 1em;
    width: 80%;
}
#dos h3{
    background: rgba(101, 102, 231, 0.77);
    padding: .5em;
    margin: 0em;
}
#dos p{
    margin: .7em 0em 0em .5em;
    font-weight: 500;
}
.event h3{
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1em;
    margin: 2em 0em 0em 0em;
    font-weight: 700;
}
.event article ul{
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
    list-style: none;
    margin: 0em;
    margin-top: .5em;
    padding: 0em;
}
.event article ul li{
    background: rgba(101, 102, 231, 0.77);
    padding: .5em;
    margin: .5em;
    width: 43%;
    font-weight: 500;
    text-align: center;
}
.event article p{
    font-size: .9em;
    font-weight: 500;
    line-height: 1.3em;
}
#par #amigos{
    border: none;
    padding: 0em;
    margin: 0em;
    margin-top: 1em;
}
#par #amigos h4{
    margin: .5em;
    font-size: .7em;
    width: 60%;
    text-align: center;
    
}
#par ul li{
    display: none;
}

#otherse{
    padding: 1em;
}
#otherse article{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding: 0em;
    margin: 0em 0em 1em 0em;
    justify-content:space-around;
    height: 4em;
    background-color: rgba(101, 102, 231, 0.47);
}
#otherse article:nth-child(0n+3){
    background: rgba(96, 232, 183, 0.6);
}
#otherse article:nth-child(0n+3) h7{
    background: rgba(96, 232, 183, 0.84);
}
#otherse h7{
    background: rgba(101, 102, 231, 0.77);
    padding: .8em 0em;
    margin: 0em;
    font-size: 1em;
    font-weight: 500;
    text-align: center;
    width: 25%;
} 
#otherse h5{
    padding: 1em;
    margin: 0em;
    font-size: .95em;
    width: 50%;
}
#otherse p{
    width: 25%;
    padding: 1em;
    margin: 0em;
    font-size: .7em;
    font-weight: 500;
    text-align: center;
    border-left: solid gray .05em;
}








/*-----ADD EVENTO-----*/
.event h6{
    margin: 0em;
    padding-bottom: 1em;
    text-transform: uppercase;
    color: gray;
    font-size: 1em;
}
.event input{
    border: none;
}
.ola .event #de #dos{
    background: #ebebeb;
    width: 70%
}
.ola .event #de #uno{
    background-color: darkgray;
    width: 30%
}
.ola #dos input{
    border: none;
    padding: .5em 0em .5em .5em;
    margin: 1em 0em 0em 0em;
}
.ola #dos div{
    display: flex;
    align-items: baseline;
    justify-content: space-around;
    font-size: .9em;
    font-weight: 500;
}
.ola #dos div input{
    width: 25%;
}
#tyu{
    display: flex;
    flex-direction: column;
}
#tyu label{
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1em;
    margin: 1.7em 0em .6em 0em;
    font-weight: 700;
}
#d{
    border: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#d input{
    background: #ebebeb;
    padding: .5em;
    width: 48%
}
.ola article h3{
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1em;
    margin: 1.7em 0em .6em 0em;
    font-weight: 700;
}
.ola #par img{
    width: 3.5em;
    height: 3.5em;
    opacity: 50%;
    margin-bottom: 1em;
}
.ola button{
    background-color: darkgray;
    font-weight: 700;
    padding: .8em;
    border: 0em;
    display: block;
    margin: auto;
    margin-top: .8em;
}
.ola form{
    padding: 2em 1em;
}









/*-----INICIO DE SESION Y REGISTRO-----*/
.iniciar{
    background: linear-gradient(142deg, rgba(40,255,170,1) 0%, rgba(101,102,231,1) 100%);;
    padding: 4em 2em 8em;
}
#loguito{
    width: 50%;
    display: block;
    margin: auto;
}
.inicioses{
    margin: 0em 1em;
    padding: 1em;
    display: flex;
    flex-direction: column;
}
.inicioses label{
    margin: 1.5em 0em .5em;
    text-transform: uppercase;
    font-size: .9em;
}
.inicioses button{
    margin: 3em 0em 0em;
    width: 60%;
    padding: .7em;
    align-self: center;
    border: none;
    background: #28ffaa;
    color: black
}
#pregs p{
    text-align: center;
    color: white;
    font-size: .8em;
}
#pregs a{
    font-size: 1.2em;
}
.inicioses select{
    font-weight: 500;
    padding: .5em;
    font-size: .8em;
    border: none;
}
.inicioses input{
    border: none;
    height: 2em;
}
.ok{
    text-align: center;
    margin: 10.3em 0em;
}
.ok h3{
    color: white;
    background: blueviolet;
    margin: auto;
    padding: .5em;
    width: 40%;
    text-align: center;
    display: block;
    margin-top: 2em;
}
.inicioses #fecha{
    padding: 1.2em;
}














/*-----FEED-----*/
/*-----FEED-----*/

.feff h2{
    margin-top: 3em;
    border-bottom: solid black 0.05em;
    padding: .5em 0em;;
}
#feed img{
    width: 100%;
}
#feed div:nth-child(1){
    margin: 1.5em .5em;
}
#feed div:nth-child(2){
    margin: 1em;
}


.imgWrapper3, .imgWrapper2{
    font-size: 10;
}

.imgWrapper3 .imgResponsiva {
    display: inline-block;
    font-size: inherit;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.imgWrapper3 .imgResponsiva {width: 45%;}


.imgResponsiva img {
    height: auto;
    width: 100%;
}

.imgRedonda {
    width:40px;
    height:40px;
    border-radius:25px;
}


izquierda {
  float: left;
}




/*-----MAGA-----*/

/*-----TUTORIALES PAG INICIO-----*/

/*-colores
violeta: #6566e7
green: #6oe8b7
-*/

/* Estilos CSS del Video */

#margentuto{
padding: 3em;
align-content: center;
}
.fm-video {
	width: 100%;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,.5);
    margin: 0.2em;
    padding: 0.5em;
    position:static;
}

.fm-video .vjs-control-bar {
	background: #F4F4F4;
	color: #2d5f85;
}

.fm-video .vjs-play-progress,
.fm-video .vjs-volume-level {
	background: #1d87d8;
}

.fm-video .vjs-slider {
	background: #2d5f85;
}

.video-js:hover .vjs-big-play-button {
	background: rgba(0,0,0,.2);
}

.fm-video .vjs-big-play-button {
	background: rgba(0,0,0,.2);
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 100%;
	border:none;
}

.fm-video .vjs-big-play-button:hover {
	background: rgba(0,0,0,.5);
}
* ------------------------- */


 #tuto {
    padding-left: 1.5em;
    
}
#tutoriales h2{
    padding-left: 1.5em;
    
}
#tutoriales h3{
    padding-left: 1.5em;
    
}
#tutoriales h4{
    padding-left: 1.5em;
    }



#videosanteriores{
    display: flex;
    flex-direction: row;
    list-style: none;
    justify-content: space-between;
    padding: 0em;
    flex-wrap: wrap;
    min-width: 340px;
    margin: 0em;
}

#videosanteriores div{
   padding: 0.5em;
   max-width:25%;
   margin: 0.3em;
}

#videosanteriores article{
    border: 0.05em solid aquamarine;
    padding: 0em;
    border-color: aquamarine;
    font-size: 1em;
    color:rgb(211, 211, 211);
   
}

}

#antminiatura{
   min-width: 19em;
    min-height: 19em;
    padding:0.5em;
    align-content: space-between;
    
}



#videosanteriores article  h7{
    font-size: 1em;
    color:aquamarine;
}

#videosanteriores article p{
    
    font-size: 1em;
    color: #6566e7;
    align-self: center;
    text-align: center;
    position: relative;
}

#videosanteriores article img{
    display: flex;
    align-content: center;
     max-height:  width: 10em;
    max-height: 10em;
    padding:0.5em;
    align-content: space-between;
    align-content: center;
    align-items: center;
    
}


#fecha {
    display: flex;
    background-color: lightgrey;
    height: 10px;
    column-fill: auto;
    padding: 32em;
    
    
}


#relacionados{
    background-color: rgba(101, 102, 231, 0.6);
    padding: 0.5em;
    margin: 0em;
}

#relacionados #red div{
    padding: .7em .2em;
}

#relacionados #red div div{
    margin: 0em;
    width: 80%;
    margin: auto;
}
#relacionados  li{
    list-style: none;
    color: black;
    background-color: white;
    margin: 0em 1em;
    padding: 0em;
    width: 100%;
    text-align: center;
     margin: 0em;
    justify-content: space-between;
    flex-wrap:wrap-reverse
}
#relacionados img{
    width: 100%;
}
section article h2{
    display: flex;
    margin: 1em;
    background-color: aquamarine;
    padding: 0,5em;
}

#red li{
    list-style: none;
    background: none;
    padding: none;
}

#red {
    display: flex;
    flex-direction: row;
    
    
}
#red div div{
    background-color: white;
    padding: 0.2em;
    margin-bottom: 1em;
    
    
    
}

#red div {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    text-align: center;
    justify-content: space-between;
    width;10em;
    padding: 1em;
    
    margin:0;
    align-self: stretch;
    background-color: aquamarine;
    
}



#vidrela  {
    display:flex;
    flex-direction: column;
     width: 100%;
    justify-content: space-around;
    padding: 1em, 1em, 1em, 1em;
   background-color:rgb(158, 159, 248);
}

#red div div  {
    
    color: blueviolet;
    font-size: calc( 0.3rem + 1vw )
}

#categorias{
    background-color: aquamarine;
    text-align: center;
    padding: 1em;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction:row;
    width: 100%;
}
#categorias h4{
    font-size: 3em;
    margin: 0em;
}
#categorias p{
    margin: 0em;
}
#relacionados li img{
    max-width:75%;
}

    
}

/*

#niv article {
    list-style: none;
    align-content: space-between;
    flex-wrap: nowrap;
    display: flex;
    margin: 0em;
    padding;0em;
    
    
}
*/

     
    #niv div div h4 {
    font-size: 8em;
    color: aquamarine;
    align-self: flex-end;
    
}
    #niv div  div  p{
    margin: 1em;
    font-size:3em; 
    color:#d5b3f5;
    align-content: center;
}
    #niv div div img{
     max-width: 300px;
    background: white;
    margin: 0em;
    display: flex;
    padding: 1em 0em;
    flex-direction: column;
    align-items:center;    
}
    
    
#rotulo img{
    
}
    




/*--SLIDER__*/


.slidercaratula {
    margin-right: 0em;
}
.slidercaratula, li {
    box-sizing: border-box;
    margin;0
}



ul.slider li {
    width: 100vw;
    height: 5em;
    margin: 0em;
    padding: 0;
    border: 0;
    background-color: gray;
    opacity: 0; 
    transition: opacity .5s;
    padding-top: 
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    font-size: calc( 1.5rem + 1vw );
    text-align: center;
}

#slide1 {
    background-color: none;
    color: #fff;
    width: 20em;
    height: 15em;
}

#slide2 {
    background-color: none;
    color: #00324b;
    width: 20em;
    height: 15em;
}

#slide3 {
    background-color: none;
    color: #00324b;
    width: 20em;
    height: 15em;
}

#slide4 {
    background-color: none;
    color: #65bce8;
    box-sizing: content-box;
    width: 20em;
    height: 15em;
}

#slide5  {
    background-color: rgba(127, 255, 212, 0.18);
    color: rgba(138, 43, 226, 0.13);
    width: 20em;
    height: 15em;
}
#slide1 img {
    background-color: rgba(127, 255, 212, 0.18);
    color: rgba(138, 43, 226, 0.13);
    width: 20em;
}

#slide2 img {
    background-color: rgba(127, 255, 212, 0.18);
    color: rgba(138, 43, 226, 0.13);
    width: 20em;
}

#slide3 img {
    background-color: rgba(127, 255, 212, 0.18);
    color: rgba(138, 43, 226, 0.13);
    width: 20em;
}
#slide4 img {
    background-color: rgba(127, 255, 212, 0.18);
    color: rgba(138, 43, 226, 0.13);
    width: 20em;
}

#slide5 img {
    background-color: rgba(127, 255, 212, 0.18);
    color: rgba(138, 43, 226, 0.13);
   width: 20em;
    
}

#bassstamenu {
    width: 90vw;
    position: relative;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    background: #f1f2f3;
    z-index: 999;
}

#bassstamenu ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    
}

#bassstamenu ul li {
    display: flex;
    flex-grow: 1;
    flex-wrap: nowrap;
    box-sizing: border:box;
    position:relative;
    
    
}

#bassstamenu a {
    font-size: calc( 0.7rem + 1vw );
    text-decoration: none;
    font-weight: bold;
    color: blueviolet;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.8;
    flex-grow: 1;
    flex-shrink: 1;
    text-align: center;
    border-top: 2px solid blueviolet;
    border-right: 1px solid blueviolet;
    flex-wrap: nowrap;
    max-height: 5em;
}

#bassstamenu li:last-child a {
    border-right: 0;
}

#bassstamenu a:hover {
    background-color: #00324b;
    color: #fff;
    border-top-color: #65bce8;
}

#bassstamenu a:active {
    border-top-color: lightgrey;
    background: blueviolet;
    color: aquamarine;
}
#margentuto{
    margin-top: 5em;
}



/*-----TUTORIALES DETALLE-----*/

.modulo-comentarios .flecha {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: baseline;
    align-content: stretch;
}
.presentamos {
    height: calc(100vh - 50px);
    background: #FFFFFF;
    color: #001F3F;
    overflow: hidden;
    padding: 50px 0;
    display: none;
    text-align: center;
}

/* Guia paso a paso  boton desplegable */
button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    position: static;
}

button.accordion.active, button.accordion:hover {
    background-color: #ddd;
}

button.accordion:after {
    content: '\02795';
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2796";
}

div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
}

div.panel.show {
    opacity: 1;
    max-height: 500px;
}


#historias{
    display: flex;
    flex-direction: row;
    align-items: baseline;
    align-content: space-between;
    list-style: none;
    flex-wrap:  nowrap;
    min-width: 200%;
    background-color: aquamarine;
    margin-right: 1.5em;
    padding: 1em;
    flex-grow: screen;
}

#historias video{
    margin-left: 15px;
    margin-right: 15px;
    max-height: 550px;
    align-content: center;
}

.stories{
    max-width: 850px;
    object-position: center;
    align-self: center;
    
}




.scroll-container {
    overflow-x: visible;
    overflow-x:inherit;
    
    
}
/*

 /*------SLIDER CARATULAS------*/
   
  ul, li {
    padding: 0;
    margin: 0;
    list-style: none inside;
}
ul.slider {
    position:relative; /*Necesitamos que el ul sea relativo*/
}
ul.slider li {
    opacity: 0; /*Ocultamos todos los <li>*/
    transition: opacity .5s;
    position: absolute; /*Posicionamos en absoluto los <li>*/
    left: 0px;
    top: 0px;
    margin:50px;
    padding:50px;
    border:2px solid red;
    background:#fff;
}
ul.slider li:first-child {
    opacity: 1; /*Mostramos el primer <li>*/
}
ul.slider li:target {
    opacity: 1; /*Mostramos el <li> al que apunta el enlace*/
}


















































/*-----media query-----*/


@media (min-width: 45em){
/*----menu del navegador*/
    /* se ocultan los "botones" que
    muestran o esconden el menu */
    #menu-toggle,
    #menu-toggle:checked + #llamamenu,
    #menu-toggle:not(:checked) + #llamamenu,
    #menu-toggle:checked + #llamamenu + #ocultamenu,
    #menu-toggle:not(checked) + #llamamenu + #ocultamenu {
        display: none;
    }
    header .material-icons{
    font-size: 2em;
    margin: 0;
    padding: 0;
    color: #5fe8b6;
}
    #menu5{
        display: none;
    }
    #menu6{
        display: flex;
        align-items: center
    }
    #menu6 .material-icons{
        padding-right: .5em;
    }
    .nav-links2{
        width: 100%;
        display: flex;
    }
    .nav-links2 li{
        padding: .5em 1em;
        border-left: .05em solid #5fe8b6; 
    }
    .nav-links2 li a{
        font-size: .9em;
        color: #5fe8b6;
    }
    header{
    }
   
    
    
    
    
    
    /*-----------------*/
    
     /*--JULI---*/ 
    
    
    #dia{
        font-size: 25;
    }
    #titulo1,#titulo2{
        display: flex;
        flex-direction: column;
        height: 230%;
        margin-bottom: 2em;
        text-align: left;
        align-items: flex-start;
    }
    #titulo1 p, #titulo2 p{
        display: flex;
        margin: 0em 0em .5em 1em;
        font-size: .8em;
        font-weight: 500;
    } 
    #datosdia1,#datosdia2{
        margin: 1em;
    }
    #datosdia2{
        margin: 5em 1em;
    }
    #hora1,#hora2{
        padding: 3.45em 0em;
        font-size: 1.4em;
        padding: 2.45em .5em;
    }
    #torneo figure{
        margin: 0em;
    }
    #torneo figure img{
        display: block;
        margin: auto;
        width: 100%;
        height: 15em;
        object-fit: cover;
        object-position: 0em 30%;
    }
    #torneo h6{
        font-size: 1em;
    }
    .ada{
        display: flex;
        justify-content: space-between;
    }
    #ads2{
        width: 70%;
    }
    #ads h2{
        margin-bottom: .7em;
    }
    #ads{
        width: 25%;
        margin: 0em 1em;
    }
    #bdays{
        flex-direction: column;
        justify-content: space-around;
        height: 48em;
    }    
    #bdays div{
        width: 100%;
        display: flex;
        flex-direction: column;
        text-align: center;
        padding: 1em 0em;
    }
    #bdays img{
        width:7em;
        margin: .5em 0em 1em;
    }
   #bdays div:last-of-type{
        display: none;
    }
    #bdays div:nth-child(0n+3){
        display: block;
    }
    #viejo{
        flex-direction: row;
    }
    #torneodrysdale,#eventomunicipal{
        width: 50%;
    }
    #torneodrysdale{
        margin-bottom: 0em;
    }
    #eventomunicipal  #particip{
        display: block;
    }
    #particip ul{
        display: flex;
        justify-content: space-around;
        padding: 0em 1em;
        align-items: center;
        align-content: center;
    }
    #particip h6{
        margin: 1em; text-align: center;
    }
    #particip ul li div img{
        margin: auto;;
        padding: 0em;
        width: 80%;
        height: auto;
        border-radius: 20em;
    }
    #prox{
        width: 100%;
        padding: 0em;
        margin: 0em;
    }
    #soondia,#soondia2{
        width: 30%
    }
    #torneo ul li{
        font-size:   1.5em;
        margin-bottom: 0em;
    }
    #torneo ul{
        width: 90%;
    }
    .ag{
    margin: 0em 2em 1em 2em
    }
    .ag .barrator{
        height: 3em;
    }
    .ag #fle{
       height: 3em; 
    }

    #wert{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
   #gal{
    display: flex;
    list-style: none;
    padding: 0em;
    margin: 1em 0em 2.5em;
    justify-content: space-around;
    }
    #gal img{
        width: 100%;
        height: 10em;
        margin: 0em;
        object-fit: cover;
    }
    #er{
        display: none;
    }
    .to{
       margin: 0em 2em 1em 2em
    }
    #cali img{
        display: block;
        width: 45%;
        height: 10em;
        object-fit: cover;
        object-position: center;
    }
    #cali p{
        margin: .5em .5em 1em 1.5em
    }
    #torneo{
        padding: 1.5em;
    }
    .tornav{
        width: 85%;
        display: block;
        margin: auto;
        margin-top: 1em;
    }
    .barrator{
        font-size: 1.1em;
    }
    #fle{
        align-items: center;
    }
    #gal li:last-of-type{
        display: none;
    }
    .drytor #torneodrysdale2:last-of-type{
        display: block;
    }
    .drytor div #torneodrysdale2:first-of-type{
         border-right: solid gray .02em
    }
    
    
}














 /*------DANY-------*/  
@media (min-width: 60em){/*------slider del home y titulo-------*/
    .home li {
        margin-top: 2.5em;
    }
main > h2 {
    display: flex;
    margin-top: 2em;
    font-size: 3.2em;}
    .contenidodelhome > div:first-child{
        display: flex;
        justify-content: center;
    }
#slides2{
    width: 50em;
    }
#slides2 img{
    width: 50em;
}
    .fijo .informacionservicios{
        display: flex;
    }
    
    .informacionservicios div{
        flex-direction: column;
    }
    /*----------imagenes de los servicios------*/
    #imghome{
        display: block;
    }
    .informacionservicios> div:nth-of-type(2) picture:last-child img,
    .informacionservicios> div:nth-of-type(4) picture:last-child img{
        display: none;
    }

        .informacionservicios div:nth-of-type(1) img{
        width: 50%;
            margin-top: -1.5em;
    }
    
    .informacionservicios div:nth-of-type(2) img{
        width:65%;
        margin-left: 3em;
        
    }
    .informacionservicios div:nth-of-type(3) img{
        width: 55%;
        margin-left: 5em;
    }
    
     .informacionservicios div:nth-of-type(4) img{
         width: 60%;
margin-left: 4em;
        }

    .informacionservicios p{
        width:90%;  
    }
    .informacionservicios img{
        object-fit: cover;
    }
    /*-----servicios------*/
    .informacionservicios div{
        margin-top: 1.5em;
        align-items: center;
    }

    /*------los títulos y textos de los servicios------*/
    .serviciosinfo{
        display: block;
        font-family: 'Roboto', sans-serif;
    }
.servicios{
    display: flex;
    align-items: center;
        flex-direction: column;
    }
    .servicios h2{
    font-size: 3.2em;
    }
    .servicios p{
        font-size: 1.5em;
    }
    .informacionservicios div:first-child div{
        margin-top: 0.25em;
    }
    .serviciosinfo{
        display: flex;
        flex-direction: row;
    }
 /*----mediaquery de tips---*/
    *{
        box-sizing: border-box;
    }
        .tipsarriba h2{
        font-size: 2.2em;
    }
    .diezpasos{
        display: none;
    }
    .diezpasosdos{
        display: flex;
        background-color: #6566e7;
    }
    .diezpasosdos img{
        margin: 1em 0 1em 3em;
    }
    .diezpasosdos ul li{
        margin-top: 1em;
        font-family: 'Roboto', sans-serif;
        font-size: 1.05em;
    
    }
    .diezpasosdos div:last-child{
        margin-left: 3em;
        align-self: center;
    }
    #infoextra{
        display: block;
        font-family: 'Roboto', sans-serif;
        width: 400;
    }
    .botondeltips{
        display: none;
    }
    
    #tipsresponsive{
        display: flex;
        margin: 3em 1em 1em 1em;
        justify-content: space-around;
    }
    #tipsresponsive> div:first-child div:first-child{
        margin-top: -0.5em;
    }
    #tipsresponsive> div:nth-child(2) div:first-child{
        margin-top: -3.5em;
    }
    #tipsresponsive > div:last-child div:first-child{
        margin-top: -3.7em;
    }
    #comidas .distintostips picture img{
    margin-left: 1em;
    }
    #comidas .distintostips div{
        width: 21.2em;
        margin-top: -1.25em;
        margin-left: 1.05em;
    }
    #comidas .distintostips div p{
        padding: 1em;
    }
    #tipsresponsive div:nth-of-type(2) div:first-child{
        margin-left: 5em;
        width: 21.2em;
    }
    #tipsresponsive div:nth-of-type(2)> .distintostips picture img{
        margin-left: 5em;
    }
    #tipsresponsive div:nth-of-type(2)> .distintostips div{
        width: 21.2em;
        margin-right: 0em;
        margin-left: 5.1em;
        margin-top: -1.25em;
    }
    #tipsresponsive div:nth-of-type(2) .distintostips div p{
        padding: 1em;
    }
    #tipsresponsive div:nth-of-type(3){
        width: 21.2em;
        margin-left: 6em;
        margin-right: 5em;
    }
    #tipsresponsive div:nth-of-type(3)> .distintostips div{
        margin-top: -1.3em;
    }
    #tipsresponsive div:nth-of-type(3)> .distintostips div p{
        padding: 1em;
    }
.distintostips{
        display: block;
    } 
}


















@media (min-width: 80em){
    /*---------JULI---------*/
   .to #torneo{
        width: 50%
    }
    #dd{
        display: flex;
    }
    .cali{
        width: 50%;
    }
    #cali img{
        height: 13.5em;
    }
    #tor{
        height: 20em;
        width: 100%;
        object-fit: cover;
    }
    .drytor div{
        margin: 1em 2em;
    }
    .drytor div #torneodrysdale2:last-of-type{
        display: block;
    }
     #torneodrysdale2:nth-child(0n+2){
         display: block;
    border-right: solid gray .02em;
    }
    #gal li:last-of-type{
        display: block;
    }
    #gal img{
        width: 100%;
        height: 15em;
        margin: 0em;
        object-fit: cover;
    }
    #bdays div{
        flex-direction: row;
        text-align: left;
        padding: .5em 0em;
        justify-content: center;
    }
    #bdays div:last-of-type{
        display: flex;
    }
    #bdays div:nth-child(0n+3){
        display: flex;
    }
    #bdays img{
        margin: 1.2em 2em 1.2em 0em;
    }
    #bdays{
        flex-direction: column;
        justify-content: space-around;
        height: 49.7em;
    }  
    .ag #torneo{
        padding: 2em 5em;
    }
    .ag{
        margin: 0em 5em 0em;
    }
    #wert{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-content: center;
        align-items: center;
        margin-top: 1em;
    }
    #wert article,ul{
        margin: 0em;
    }
    #wert ul{
        margin-left: 1em;
    }
    .wer img{
        display: block;
    }
    .wer div{
        padding: 0 5%;
    }
    #semana li{
        padding: 1em;
    }
    .wer div:last-of-type{
        display: block;
    }
    .wer div:first-of-type{
        border-right: solid black .05em;
    }
    .wer{
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .wer div{
        width: 100%;
    }
     .wer #torneodrysdale2:nth-child(0n+2){
    border-right: none;
    }
    .wer #torneodrysdale2{
        width: 100%;
    }
    
    
}















/*-----media query TUTORIALES-----*/

@media  (max-width:45em ){
    
  

    #margentuto{
padding: 0.5em;
align-content: center;
}
    
    #videosanteriores div{
   padding: 0em;
   max-width:300px;
        margin:0;
        flex-shrink: 25%;
    }
    
    #historias {
        margin: 0em;
        max-width: 100%;
        max-height: inherit;
        align-items: center;
        align-self: center;
    }
    
    #historias video{
    max-height: 640px;
    align-content: center;
    padding-top: 1em;
    padding-bottom:1em;  
    flex-direction: row;
    
       

}
   
    }
    
   
  /* limit width so that content will need to scroll */


/* SCROLL SNAPPING */




.scroll-container {
  overflow-x:scroll;
  

}


    .stories {
        max-width: 50%;
        
    }

/* GRID LAYOUT */
.scroll-container[data-layoutmethod="grid"] {
  display: grid;
  grid: auto / auto-flow max-content;
  grid-gap: 0.5em;
  align-items: center; /* vertically align children */
}

/** OTHER STYLES **/

}

/* center main element */

}

/* remove list styles */
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.scroll-item {
  /* make it square */
  width: 30em;
  height: 640px;
  border: 0;
  padding:0em;

  /* some basic styling */
  background: none;
  border-radius: 0em;

  /* center contents */
  display: flex;
  justify-content: center;
  align-items: center;
    flex-direction: row;
}
  }
        /*
     #videoenorme{
    
       width: 135px;
}*/
   

   
nav {
    position:relative;
    top:200px;
    left:50px;
}

   
 /*--*/


#niv div div h4{
    font-size: 5em;
    color: aquamarine;
    margin: 0em 0em 0em;
    padding:0em;
    align-self: center;
    
    
}
#niv div div p{
    margin: 0em 0em 0em;
    font-size: 1.5em; 
    color:#d5b3f5;
    text-align-last: left;
    
    
}
.contenedortitulo{
    position: relative;
    display: inline-block;
    text-align: center;
}

.titulo{
    min-width: 200%;
    position: absolute;
    top: 10px;
    left: 10px;
    text-align: left;
    margin-top: 10em;
}
.rotulo{
    min-width:10%;
    min-height: 25%%;
    object-position:right;
    
}

}
        

    