* {
    margin:0;
    padding:0;
    padding-right:0;
    border: 0;
    box-sizing: border-box;
    
}

@charset"utf-8"
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700,900i');

*{  font-family: 'Roboto', sans-serif;
    
}
body{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: white;
    
}
body main{
   background-color: white; 
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex-grow: 1;
    min-height:40vh;
    
}
header{
    min-height: 9vh;
   
}

h1{
    display: flex;
    justify-content: center;
    font-weight: normal;

}

#bienvenido{
    display: flex;
    text-align: center;
    color: orange;
    font-weight: bold;
    letter-spacing: 0.5em;
    font-size: 1.5em;
    padding: 1.5em;
    
    
}

h2{
    display: flex;
    background-color: rgba(46,199,199,0.85);
    padding: 0.5em;
    margin: auto;
    width: 100%;
    color: white;
   justify-content: center;
}


/*IMAGEN PERFIL MENU*/ 

header div #imagenperfil img{
    display: block;
    top: 10%;
    right: 10%;  
     }

.img{
    border-radius:50%;
    width: 100px;
    height: 100px;
    border: .25em solid orange;
    display: block;
    top: 10%;
    right: 10%;
  
}

#cajagrande{
    display: flex;
    justify-content:center;
    flex-direction: row;
    flex-wrap: wrap;
    
    
}

.cajadeusuarios{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content:flex-start;
    padding: 1em;
    border-color: orange;
    border-radius: 20px;
    border-style: solid;
    border-width: medium;
    margin: 1em;
    
}

.imagenperfilcontacto {
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
}

.datousuario{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0.2em 0.5em 2em 0.5em;
    width: 13em;
    
}
.rotulo{
    color: white;
    background-color: orange;
    font-size: 1em;
    width: 100%;
    height: 2em;
    padding: 0.5em;
    text-align: left;
}

.bordep{ 
    border-style: solid;
    border-color: orange;
    border-width: medium;
    padding: 1em;
    color: grey;
    
}

.iniciop{
    justify-content: center;
    font-size: 1.5em;
    font-style: bold;
    color:rgba(46, 199, 199, 0.85);
    padding: 1em;
  
    
}

#interletrado {
     letter-spacing:0.5em;
     color:white;
     font-weight: bold;
     padding: 1em;
     font-size:1em;
     margin: 1em;
     background-color:rgba(46, 199, 199, 0.85);
    
    
}

/*MENU DESPLEGABLE*/

#ficha{font-size:1em;
    color: orange;
    display: block;
    padding: .5em 1em;
    text-align:justify;
    text-decoration: none;
    list-style: none;
}
header nav #menu a {
    color:white;
    display: block;
    padding: .5em 1em;
    text-align: center;
    text-decoration: none;
    list-style: none;
}

#menu a {
    color: white;
    text-decoration: none;
    list-style: none;


}

header nav {
    background-color: #f0f0f0 ;
    position: fixed;
    right: -80vw;
    top: 0;
    height: 100vh;
    min-width: 0vw;
    transition: all .6s ease;
    z-index: 999;
    transition: all .6s ease;
}

header > ul > li > a {
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    }

.fa{
    position: absolute;
    right: 2.5rem;
    top: 0.5em;
    margin-top: 0.5rem;
    color: white;
    height: auto;
    font-size: 1.5em;
}

header > ul > li {
    width: 4em;
    height: 4em;
    display: flex;
}
/* TEXTO DENTRO DE MENU DESPLEGABLE*/

#menu{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5rem .8rem 0rem 1.5rem;
}

#menu ul{
    display: flex;
    flex-direction: column;
    }

#menu ul li {
    display: flex;
    align-items: center;
    height: 6rem;
    font-weight: 700;
    font-size: 1.05em;
    text-transform: uppercase;
    padding: 1em;
    }

#menu ul li a {
    color: #9d9d9c;
    
}

#menu ul li a:hover {
    color:aquamarine;
    background-color:rgba(46, 199, 199, 0.85);
    font-size:1em;
    padding: 0.5em;
    border-radius: 20px;
    
}

#menu ul li a:active {
    color:rgba(46, 199, 199, 0.85);
    background-color:white;
    font-size:1em;
    padding: 0.5em;
    border-radius: 20px;
    border-width: medium;
    border-color:orange;
    border-style:solid;
    
}
/* CRUZ PARA CERRAR DESPLEGABLE*/
#x {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0.5rem;
}

i:hover{
    color: black;
    
}

header nav:target {
    right: 0;
}

header .titular{
    background-color: darkorange;
    height: 4em;
    display: flex;
    justify-content:center;
    align-items: center;
    font-size: 0.8em;
    font-family: "roboto", sans-serif;
    color: white;
    position: fixed;
    width: 100%;
    z-index: 999;
    
}

.imggestionapp{
    width: 40px;
    height: auto;
    margin: 1em;
}


main div .usuario {
    display:flex;
    width: 75%;
    justify-content: center;
    border: 50%;
    max-width: 15em;
    max-height: 15em;
    border: .10em solid grey;
    
}

  


main .registro{
    background-color: transparent;
    width: 100%;
    padding-bottom: 10px;
    margin-top: 20px;
    outline: none;
    display: flex;
    justify-content:center;
    text-align: center;
    
}
main section label{
    color:gainsboro;
    display: flex;
    
    justify-content:center;
    align-items: center;
    
    
}


main .botonnaranja a{
    font-weight:bold;
    min-width: 10px;
    text-align: center;  
    margin: 1em;
    padding: 0.4em;
    color:white;
    background-color: orangered;
    border-radius: 30px;
    text-decoration: none;
    
}

.botonnaranja{
margin:1em;

}

 .boton {
    font-weight:bold;
    min-width: 10px;
    text-align: center;  
    margin: 1em;
    padding: 0.5em;
    color:white;
    background-color: orangered;
    border-radius: 30px;
    text-decoration: none;
     
     
    display: flex;
    justify-content: center;
   
}

main button{
    text-decoration:none;
    background-color:transparent;
    color:white;
    font-weight:bold;
    font-size:1em;

}

.input2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align:center;
    margin-bottom: 2em;
    font-family: "roboto", sans-serif;
    font-size: 1em;
    color: #9ba4bc;
    border-bottom: solid 0.05em #404040;
    width:90px;
}

input{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align:center;
    margin-bottom: 2em;
    font-family: "roboto", sans-serif;
    font-size: 1em;
    color: #9ba4bc;
    border-bottom: solid 0.05em #404040;
}


label{
    width: 10em;
}


.miproductoynumero{
    padding:2em;
    margin:1em;
    width: 90px;
    
}

#variedad_numero{
    display: flex;
    justify-content: space-evenly;

}



.number{
 width: 90px;    
}



#olvide_mi_contrasena{
    padding: 2em;
}


#checkbox{
    display: flex;
    justify-content: space-between;
    
    
}

#buscar_desde{
    display: flex;
    justify-content: center;
}
   
 #iconoflotante{
    display: block;
     top:20%;
     right: 50%;
    position:absolute;
    z-index: 50;
    height: auto;
    width: 100px;
    
}

h4{
    color: darkslategrey;
}

.gris{
    color: rgba(64,64,64,1);
}

.fondoverde{
    background-color: rgba(46, 199, 199, 0.95);
    display: flex;
    
    justify-content: center;
    max-height:3em;
    max-width:100%;
    color: gray;
    
}

.fondoverde1 {
    background-color: rgba(46, 199, 199, 0.95);
    display: flex;
    border-radius: 25px;
    padding: 1em;
    justify-content: center;
    margin: 1.5em;
    
}

.fondonaranja{
    background-color:orange;
    display: flex;
    
    justify-content: center;
    max-height:3em;
    max-width:100%;
   
}

.fondonaranja1 {
    background-color: orange;
    display: flex;
    border-radius: 25px;
    padding: 1em;
    justify-content: center;
    margin: 1.5em;

}

.botontest a{
    display: flex;
    border-style:double;
    border-radius: 30px;
    background-color: orange;
    padding: 1em;
    text-decoration: none;
    color: darkslategrey;
    
}

.test3{
    color:orange;
    padding: 1em;
}
#test{
    border-bottom: 1em;
}
video{
    width: 80%;
    height: auto;
    padding:0.5em;
}
.atras{
    
    display: flex;
    position: fixed;
    top: 0.5em;
    left: 1em;
    width: 2em;
    height: 2em;
    justify-content: center;
    align-items: center;
    z-index: 999;
    
    
}
.atras a{
    text-decoration: none;
    color:white;
    font-size: 2em;
}
.ubicacion{
    padding: 2em;
    
}
.ubicacion a{
    color: gray;
}
.encuentra{
    color: gray;
    font-weight: normal;
    margin: 1em;
    padding-top: 0.5em;
}



  /* Empieza galeria*/
        {
        box-sizing: border-box
    }

    /* Slideshow container */
    .slideshow-container {
        max-width: 1000px;
        position: relative;
        margin: auto;
    }

    /* Hide the images by default */
    .mySlides {
        display: none;
        margin-top: 2em;
    }

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

    /* Position the "next button" to the right */
    .next {
        right: 0;
    }

.prev {
    left: 0;
}

    /* 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);
    }

 


    /* 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: #717171;
    }

    /* 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
        }
    }

    /* TERMINA galeria*/



img {
    /* para que una imagen nunca sea mayor que la caja que la contiene */
    max-width: 80%;
    height: auto;
} 




 select{
    border-radius:  20px;
    color:white;
    font-size:1em;
    font-style: normal;
    background-color:rgba(46, 199, 199, 0.85);
     margin: 1em;
     padding: 0.5em;
}

#imgfondo{
    background-image: url(imagenes/imagendefondo-01.svg);
    background-size: cover;
    
}


.p{
    font-size: 1em;
    font-weight:bold;
    color:grey;
    padding: 0.5em;
}


/*gratuitos y pagos*/
#cursos {
    display: flex;
    padding-top: 1em;
     list-style: none;
}
#nav_cursos{
    display:inline-block;
    justify-content: space-between;
   

}



.gratuitos {
    flex-basis: 50%;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 10px;
    color: #929090;
    box-sizing: border-box;
    font-size: 16px;
    border-bottom: 3px solid orange;
    margin: 1em;
}



ul li .pagos{
    text-decoration: none;
    color: #929090;
    display: block;
    flex-basis: 50%;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 15px;
    color: #929090;
    box-sizing: border-box;
    font-size: 16px;
    margin: 1em;
    
}

.imagencontacto{
    border-radius:50%;
    width: 100px;
    height: 100px;
    border: .25em solid orange;
    display: block;
    
  
}
#fverde{
    background-color: rgba(46, 199, 199, 0.85);
}
.pgratis{
    padding: 0.5em;
    color:white;
    font-size: 1.5em;
    font-weight:normal;
   
}

.bordeblanco{
    display: flex;
    border-color: white;
    border-style: solid;
    border-width: medium;
    border-radius: 10px;
    margin: 1em;
    
}

#botones_cursos{
    display:inline-block;
    flex-direction: row;
   
}

.botones_cursos a{
    text-decoration: none;
    font-size: 1.08em;
    color: #ffffff;
    background-color: rgba(46, 199, 199, 0.85);
    border-radius: 40px;
    margin: 1em;
    display:inline-block;
    padding: 0.5em;
    justify-content: center;
}

main .botones_cursos a:hover {
    color:aquamarine;
    background-color:rgba(46, 199, 199, 0.85);
    font-size:1em;
    padding: 0.5em;
    border-radius: 20px;
    
}

main .botones_cursos a:active {
    color:rgba(46, 199, 199, 0.85);
    background-color:white;
    font-size:1em;
    padding: 0.5em;
    border-radius: 20px;
    border-width: medium;
    border-color:orange;
    border-style:solid;
    
}


footer{
    text-align:justify;
    margin:0.5em;
    font-family: "arial", sans-serif;
    font-size: 0.8em;
    color: darkgray;
    background-color: white;
}

@media(max-width:640px){
    #cajagrande{
    flex-direction: column;
    }
    .datosusuario{
        display: none;
    }
}


@media (max-width: 1500px)
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}


@media (max-width: 1500px)
.mySlides {
    display: none;
}
@media (max-width: 1500px)
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}
