
.dummy {
  height: auto;
}

body, html {
  height: auto;
  width: 100vw;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  max-width:100%;
  overflow-x: hidden;
}

.img-big {
  height: auto;
}

.tele-div {
  width: 100%;
}

.tele-div-1 {
  width: 19%;
  display: inline-block;
}

.tele-div-2 {
  width: 79%;
  text-align: center;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-weight: bolder;
  display: inline-block;
}

.extern {
  text-align: center; 
  align-content: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("/images/FONDO.png");
  background-position:0% 0%;
  background-repeat: no-repeat;
  background-size:100vw;
}

.header {
  height: auto;
  padding: 8px 0px 0px 15px;
  width: 100vw;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  display: flex;
  max-width:100%;
  overflow-x: hidden;
  overflow-y: hidden;
  transition: margin-left .5s;
  transition: 0.5s;
}

.header1 {
  height: auto;
  width: 100vw;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  display: flex;
  max-width:100%;
  overflow-x: hidden;
  overflow-y: hidden;
  transition: margin-left .5s;
  transition: 0.5s;
}

.formu {
  align-content: center;
  display: flex;
  min-height: calc( 120vh - 200px);
  position: relative;
  height: auto;
  vertical-align: middle;
}

.formu2 {
  text-align: center; 
  align-content: center;
  display: block;
  min-height: calc( 87vh - 200px);
  position: relative;
  height: auto;
  object-fit: contain;
  vertical-align: middle;
}

b, strong {
  font-weight: bolder;
  color: #81029b;
  font-size: 20px;
}

.h1, h1 {
  font-size: 2.5rem;
  color: #81029b;
}

#cambio_acc a {
  color: white;
  font-weight: bolder;
  font-size: 22px;
}

.extern .formu .container-reg a {
  font-weight: bolder;
  font-size: 22px;
}

label {
        display: block;
}

/* Add styles to the form container */
.container-reg {
  position: relative;
  margin: auto;
  max-width: 40vw;
  padding: 16px;
  background-color: rgb(241, 241, 241, 0.5);
}

/* Full-width input fields */
input[type=text], input[type=password], select {
  width: 30vw;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
  
}

input[type=text]:focus, input[type=password]:focus, select:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit button */
.btn {
  background-color: #4CAF50;
  color: #81029b;
  font-size: 20px;
  font-weight: bolder;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

.btn:hover {
  opacity: 1;
}

#respuesta {
  width: 80vw; 
  height: 100px;
  background-color: rgb(241, 241, 241, 0.5);
  margin: auto;
}

.formu div h2 {
  font: Arial, Helvetica, sans-serif;
  color: blue;
  background-color: rgb(241, 241, 241);
}


.topnav a.icon {
  float: right;
  display: none;
}


.topnav-responsive {
  max-width:100%;
  transition: all 0.6s;
  transition-timing-function: ease-in-out;
  transform-origin: 50% 0%;
}

@media screen and (max-width: 900px){
    .container-reg {
      position: relative;
      margin: auto;
      max-width: 90vw;
      padding: 16px;
      background-color: rgb(241, 241, 241, 0.5);
    }
    
    .extern {
      text-align: center; 
      align-content: center;
      background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("/images/FONDO-3.png");
      background-position:0% 0%;
      background-repeat: no-repeat;
      background-size:100vw;
      /*background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("https://www.gittgetittoday.com/images/FONDO.png");
      background-position:100% 0%;
      background-repeat: no-repeat;
      background-size: cover;*/
    }

    .formu {
      align-content: center;
      display: flex;
      min-height: calc( 100vh - 200px);
      position: relative;
      height: auto;
      vertical-align: middle;
    }
    
    /* Full-width input fields */
    input[type=text], input[type=password], select {
      width: 80vw;
      padding: 15px;
      margin: 5px 0 22px 0;
      border: none;
      background: #f1f1f1;

    }

    header .hero-image .logo-space img{ 
      max-height: 90%;
      border-radius: 20px;
    }
    
    .topnav a.icon {
      display: flex;
      max-height: 100%;;
      color: #f2f2f2;
      padding: 8px 15px 8px 15px;
      border: solid 1px #f2f2f2; 
      border-radius: 5px;
      margin-right: 10px;
      align-items: center;
    }
      
    .topnav {
        align-items: center;
        display: flex;
        color: white;
        margin-left: auto;
    }

    header{
      display: flex;
        height: auto;
      transition: all 0.6s;
      transition-timing-function: ease-in-out;
      transform-origin: 50% 0%;
        padding: 5px 0px 0px 15px;
    }
}

main h2 {
  text-align: center; 
  align-content: center;
  display: block;
  font: Arial, Helvetica, sans-serif;
  color: white;
  font-weight: bolder;
  font-size: 45px;
  padding: 5px 0px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: #474e5d;
  padding-top: 50px;
  opacity: 0.96;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}


/* The Modal Close Button (x) */
.close {
  position: absolute;
  right: 35px;
  top: 15px;
  font-size: 40px;
  font-weight: bold;
  color: #f1f1f1;
  opacity: 1.0;
}

.close:hover,
.close:focus {
  color: #f44336;
  cursor: pointer;
  opacity: 1.0;
}

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

/* Change styles for cancel button and delete button on extra small screens */
@media screen and (max-width: 300px) {
  .cancelbtn, .deletebtn {
    width: 100%;
  }
}

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

} 