/* reset */
*{margin: 0; padding: 0; box-sizing: border-box; font-family: Arial; text-decoration: none;}




.contenedor{ max-width: 30rem; min-height: 50rem; background: linear-gradient(#0c0b4d, black); margin: 0 auto; }

.login{ width: 100%; background: #fff; display: inline-block;}

.datos{ display: block; width: 80%; margin: 2rem auto; height: 4rem; padding: 1rem; font-size: 1.5rem; }

.boton{ display: block; width: 80%; margin: 2rem auto; padding: 1rem; background: red; border: 0; color: #fff; }


header{ width: 100%; min-height: 2rem; background: #0F70B7; position: relative; padding-right: 5rem; }



/* Menu */

header nav{ display: none; padding-bottom: 1.5rem;}
header nav ul li{ list-style-type: none;padding-left: 1.5rem;}
header nav ul li a{ width: 100%;  background: #0F70B7; display: block; padding: 0.5rem;  text-decoration: none; color: #3B3C41;}
.btn-menu{ width: 2rem; height: 2rem;  position: absolute; top: 0.1rem; right: 0.1rem;}
.fa-bars{ color: #fff; font-size: 2rem; padding-top: 0.4rem; padding-right: 1rem}

.fotoperfil{margin: auto;
    align-content: center}
.homemenu{font-size: 1.5rem; text-transform: uppercase;}

/* LOGIIIIN */

.loginexitoso{color: white; margin: auto;
    width: 50%;
       padding: 15px;margin-top: 15rem; text-align: center; display: block; background-color: #0F70B7}
.loginexitoso a{color: white;}


form {
    border: 3px solid #f1f1f1; background-color: white; width: 85%;margin-top: 7rem; margin-left: auto;margin-bottom: auto; margin-right: auto;
    padding: 5px;
}

/* Full-width inputs */
input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* BOTONES */
button {
    background-color: #1D4494;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%; text-decoration: none; font-size: 1rem;
}


/* HOVER */
button:hover {
    opacity: 0.8;
}

/* CANCELAR */
.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #262D63;
}

/* LOGO EN EL CONTAINER */
.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
}

/* AVATAR */
img.avatar {
    width: 40%;
    border-radius: 50%;
}

/* PADDING CONTAINER */
.container {
    padding: 16px;
}

/* OLVIDE CONTRASEÑA */
span.psw {
    float: right;
    padding-top: 16px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
        display: block;
        float: none;
    }
    .cancelbtn {
        width: 100%;
    }
}



/* HOMEEE */

.recomendadoparavos{color: #3B3C41; background-color: gainsboro; margin-top: 1rem; padding-top: 10px; padding-bottom: 10px; padding-left: 10px}

* {box-sizing:border-box}

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

/* Hide the images by default */
.mySlides {
    display: none;
}

/* 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;
  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 */
.textoslide {
  color: #f2f2f2;
  font-size: 35px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center; font-weight: bold
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 20px;
  padding: 8px 12px;
  position: absolute;
  top: 0; font-weight: bold; padding-left: 1.5rem; padding-top: 1rem;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 5px;
  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}
}

/* programa */


.programa{
    
    width: 75%; color: white; margin: auto;padding-top: 2rem; padding-bottom: 3rem;
}


/* PREGUNTAAAS */

.ingresar{background-color: darkslateblue; display: block; width: 100%; height: 2rem; text-align: center; padding: 0.5rem; margin-top: 1rem; text-decoration: none; text-emphasis-color: white}


input[type=text], select, textarea {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */  
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
    background-color: darkblue;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
    background-color: darkblue;
}

/* Add a background color and some padding around the form */
.preguntas {
    padding-left: 0.5rem; padding-top: 2rem; padding-bottom: 10rem; height: 100%;
}

.preguntas{ margin: none; padding-bottom: 200px}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


/* PROGRAMA */


/* Create two equal columns that floats next to each other */
.column {
    float: left;
    width: 100%;
    padding: 3rem; align-content: center; padding-left: 2rem; color: white
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* PELICULA */

.resumen{margin: auto; margin-top: 2rem; 
    width: 90%;
    padding: 10px; display: block; color: white}