/*Generales*/
html {
    min-height: 100%;
    position: relative;
}

body {
    /*background-color: #ffffff;*/
    background-color: #99D6EB;
	font-family: verdana, geneva, serif;
}

header {
    margin: 0 auto;
    padding: 0 auto;
}

div.contenedor {
    width: 100%;
    padding: 0 auto;
    margin: 0 auto;
}

/*Logo*/
div.logo {
    text-align: center;
    /*background: rgb(30,105,222);  Old browsers */
    /*background: -moz-linear-gradient(left, rgba(30,105,222,1) 0%, rgba(54,144,240,1) 49%, rgba(84,163,238,1) 50%, rgba(109,179,242,1) 100%);  FF3.6-15 */
    /*background: -webkit-linear-gradient(left, rgba(30,105,222,1) 0%,rgba(54,144,240,1) 49%,rgba(84,163,238,1) 50%,rgba(109,179,242,1) 100%);  Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to right, rgba(30,105,222,1) 0%,rgba(54,144,240,1) 49%,rgba(84,163,238,1) 50%,rgba(109,179,242,1) 100%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e69de', endColorstr='#6db3f2',GradientType=1 );  IE6-9 */
}

div.logo img {
    height: 100px;
    width: 100px;
    margin-right: 20px;
}

/*Texto*/
section.texto {
    width: 85.5%;
    margin: 0 auto;
    text-align: justify;
    background-color: #f5f5f5;
    padding: 5px 50px;
}

/*Formulario*/
form {
    width: 100%;
    margin: 0 auto;
    font-size: 1em;
    text-align: center;
}

div.formulario {
    padding: 20px 40px;
    margin: 0 auto;
}

div.formulario label {
    float: left;
    margin-left: 33.3%;
}

@media only screen and (min-width:768px)  {
    div.formulario {
      width: 70%;
    }
}

input[type=radio] {
    transform: scale(2);
    margin-right: 10px;
}

/*Estilo individual por variable*/
div.formulario #SERIALNUMBER {
    padding: 7.5px 50px;
}
div.formulario #NATIONALITY  {
    padding: 5px 0;
}
div.formulario #NATIONALITY-OTHER  {
    width: 333px;
    padding: 5px 0;
}
div.formulario #airline-list  {
    padding: 5px 0;
}
div.formulario #ORIGIN_AIRPORT  {
    width: 333px;
    padding: 5px 0;
}
div.formulario #DESTINATION_AIRPORT  {
    width: 333px;
    padding: 5px 0;
}
div.formulario #FLIGHT_DATE  {
    padding: 5px 0;
}
div.formulario #EMAIL {
    width: 333px;
    padding: 5px 0;
}

/*Botón*/
div.boton {
    margin: 20px 0 80px 0;
    text-align: center;
}

div.boton button {
    padding: 10px 25px;
    text-transform: uppercase;
}

div.boton button:hover {
    background-color: rgba(0,0,255,0.15);
}

/*Ligas*/
div.enlace {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 250px;
}

@media only screen and (min-width:768px)  {
    div.enlace {
      width: 70%;
    }
}

.button {
  background-color: #B50000;
  border: none;
  color: white;
  padding: 15px 25px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}

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

div.link1 {
    float: left;
    width: 30.0%;
    margin: 0 auto;
    text-align: center;
    /* border: solid #7b7b7b 2.5px; */
    margin-right: 2.5%;
    background-color: #BFEFFF;
    font-weight: bold;
	font-size: 11px;
}

div.link2 {
    float: right;
    width: 31.0%;
    margin: 0 auto;
    text-align: center;
    /* border: solid #7b7b7b 2.5px; */
    margin-left: 2.5%;
    background-color: #BFEFFF;
    font-weight: bold;
	font-size: 11px;
}



/*Pie de página*/
footer {
    position: absolute;
    width: 100%;
    height: 25px;
    bottom: 0 auto;
    background-color: #7b7b7b;
}

div.copyright p {
    margin-top: 5.5px;
    font-size: 0.7em;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
}

/*Estilos Luis*/
* {box-sizing: border-box}

.mySlides {display: none;}

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

.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: 0;
  border-radius: 3px 0 0 3px;
}


.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

.text {
  color: black;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.numbertext {
  color: black;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.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;
}

.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}
}

@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}