/* ---- GENERALES ---- */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--cblanco);
  min-height: 100vh;
  scroll-behavior: smooth;
}


.container {

  border-radius: 10px;
  max-width: 70%;
  margin: auto;
  margin-top: 2%;

}

:root {
  --cfondo: rgb(207, 211, 212);
  --cfondoForm1: rgba(1, 80, 88, 0.39);
  --cfondoForm2: rgb(129, 193, 202);
  --cnegro: black;
  --ctexto: rgb(14, 81, 88);
  --ctextoDark: rgb(1, 35, 39);
  --cblanco: white;
  --error: rgb(184, 31, 31);
  --ctodo: rgb(0, 195, 255);
  --ceuro: #004186;
}



[type="checkbox"]:checked + label::before {
  background: var(--ctodo);
  transition: 0.5s;
  transform: rotate(180deg);
}

[type="checkbox"]:checked + label {
  color: var(--ctodo);
}


#header {
  background-color: white;
  width:100%; /* Establecemos que el header abarque el 100% del documento */
overflow:hidden; /* Eliminamos errores de float */
  border-bottom: 10px solid yellow;
  /*position: fixed;*/
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  transition: all 0.2s ease;
}
.section {
  margin-top: 10%;
}
.wrapper {
width:90%; /* Establecemos que el ancho sera del 90% */
max-width:1000px; /* Aqui le decimos que el ancho máximo sera de 1000px */
margin:auto; /* Centramos los elementos */
overflow:hidden; /* Eliminamos errores de float */
}

#header .logo {
color:#f2f2f2;
font-size:50px;
  text-align:center;
  width:100%;

}
#header-main.scrolling .logo {
  width: 90px;
}
  .header2 {
      position: fixed;
      height:100px;
  }

  .header2 .logo {
      line-height:100px;
      font-size:30px;

  }


/* ---- FORMULARIO ---- */

.form {
  /* border: 3px solid green; */

  max-width: 80%;
  padding: 30px 50px;
  margin: auto;
  margin-top: 8%;
  /*background: linear-gradient(
    0deg,
    var(--cfondoForm1) 0%,
    var(--cfondoForm2) 50%
  );*/
}

.tarjeta1 {
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    width:80%;
    border: 1px solid lightgray;
    box-shadow: 2px 2px 8px 4px #d3d3d3d1;
    border-radius:15px;
    max-width: 70%;
    margin: auto;
    margin-bottom: 2%;
    text-align:left;
    font-weight:bold;
    padding: 25px 0 10px;
    font-family: Arial, Helvetica, sans-serif;
    background: #ee9ca7;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #ffdde1, #ee9ca7);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #ffdde1, #ee9ca7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    
        

}
.bloque2 {
padding: 5px;
border-top: 2px solid yellow;
max-height: 50%;
margin-bottom:30px;
padding:15px;


}
.bloque3 {

  border-bottom: 2px solid yellow;
  max-height: 50%;
  font-size: 2.5rem;
  text-align: center  ;
  }
.opciones
{
  font-size: x-small;

}

.col-3 { width: 25%;
padding-right: 0;}


.col-4 { width: 75%;}
.col-5 { width: 75%;}

.form-titulo {
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  margin: 0;
  margin-bottom: 20px;
  letter-spacing: 3px;
}

.pregunta {
  font-size: smaller;
}
.form-termsAndConditions label::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 1px solid var(--cnegro);
  position: absolute;
  left: -14px;
}

.form-boton input {
  background: var(--cnegro);
  color: var(--cblanco);
  padding: 10px 50px;
  font-size: 25px;
  display: block;
  margin: auto;
  margin-top: 40px;
  border: none;
}

.form-boton input:hover {
  background: var(--ctextoDark);
  transition: 0.5s;
}

.mensajeError {
  color: var(--error);
  margin-top: 0px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
}

.mensajeCorrecto {
  text-align: center;
  font-weight: bold;
}

#caja{

	width: 100%;

	margin: auto;

	height: 0px;

	background: #000;

	box-shadow: 10px 10px 3px #D8D8D8;

	transition: height .4s;

}
.label1
{
  border: 0;
  margin-right: 5%;
}
.label2
{
  border: 0;
  margin-right: 5%;
  margin-left: 5%;
}
.newr {
  font-family: 'times new roman', times, serif;
  font-size: 12px;

}

.fifty {
  width: 50px;
}

.borde {
  border: 0;
}

.ochenta {
  width: 80px;
}

.cientoveinte {
  width: 120px;
}

.dosveinte {
	width: 220px;
  }

  

.div,h1,h2,h3,h4,h5,h6 {
  margin: 0;
  padding: 0;
  word-wrap: break-word
}
p{
 text-align: justify;
}
h1,.h1 {
  font-size: 3.2rem;
  /*margin-bottom: 1.8rem;*/
  line-height: 1.3;
  font-weight: var(--fontweight-bold)
}

h2,.h2 {
  font-size: 2.6rem;
  margin-bottom: 1.5rem;
  line-height: 1.3;
  font-weight: var(--fontweight-bold)
}

h3,.h3 {
  font-size: 2.2rem;
  margin-bottom: 1.2rem;
  line-height: 1.3;
  font-weight: var(--fontweight-bold);
  color: var(--ceuro);
}

h4,.h4 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  line-height: 1.3;
  font-weight: var(--fontweight-bold)
}

h5,.h5 {
  font-size: 1.7rem;
  margin-bottom: .8rem;
  line-height: 1.3
}

h6,.h6 {
  font-size: 1.6rem;
  margin-bottom: .6rem;
  line-height: 1.3
}

table {
  width: 100%;
}

.form-group > table > tbody > tr > td {
  text-align:left;
}

.form-group > table > tbody > tr > td.question {
  text-align:left;
  font-weight:bold;
  padding: 25px 0 10px;
  /*color:#20ca71;*/
    color:rgb(88, 23, 16);
  border-bottom: 2px solid orange;
}

.form-group > table > tbody > tr > td > ul {
  padding-top: 10px;
  padding-bottom: 25px;
}

input[type="checkbox"], input[type="radio"] {
  line-height: normal;
  margin: 4px 4px 0 0;
}

.form-group > table > tbody > tr > td > ul > li {
  list-style-type: none;
}

