body{
  background-color: white;
  font-size: 18px;
  font-weight: 300;
}
ol, ul, .just{
  text-align: justify;
}

div.footer{
  text-align: center;
  padding: 10px 35px;
  border-bottom: 25px solid #a7802d;
}

h1{
  text-transform: uppercase;
}
b{
  font-weight: 700;
}

h1,h2,h3,h4,h5,h6 {
  color: #1d3955;
  font-weight: 700;
  margin-bottom: 25px;
}

div.card{
  height: 90%;
  margin-top: 25px;
}

a{
  text-decoration: none !important;
  color: #1d3955;
  font-weight: 700;
}
a:hover{
  text-decoration: underline !important;
}

a.cuerpo{
  text-decoration: none !important;
  color: red;
  font-weight: 700;
}
a.cuerpo:hover{
  text-decoration: underline !important;
}

a.btn-ir{
  text-decoration: none;
  padding: 10px 30px;
  color: white;
  background-color: #1d3955;
  font-weight: 600;
  opacity: 0.9;
  border-radius: 4px;
}
a.btn-ir:hover{
  opacity: 1;
  text-decoration: none !important;
}

a.redes{
  font-size: 30px;
  width: 50px;
  height: 50px;
  color: #1d3955;
  border: 2px solid #1d3955;
  border-radius: 50%;
  margin: 0px 10px;
  justify-content: center;
  display: flex;
  align-items: center;
}

a.redes:hover{
  background-color: #1d3955;
  color:white;
}

div.social{
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 20px;
}

h1.titulo i{
  font-size: 90px;
}

.subtitulo{
  text-decoration: underline;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 25px;
}

a.link{
  text-decoration: none;
    opacity: 1;
}

a.link h1{
  color: #1d3955;
  padding: 20px 30px 20px 40px;
  border-radius: 10px;
}

a.link:hover h1{
  color: white;
  background-color: #1d3955;
}

.fondo-1{
  background-color: #1d3955;
}

p.parrafo{
  text-align: justify;
}

div.encabezado{
  margin: auto;
}

iframe.frame{
  width: 100%;
  height: 320px;
}

@media screen and (max-width: 900px) {
  iframe.frame{
    height: 280px;
  }
}

@media screen and (max-width: 600px) {
  body{
    font-size: 16px;
  }
  iframe.frame{
    height: 220px;
  }
}

.check-a {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
  }

.check-a {
      position: absolute;
      opacity: 0;
      width: 0;
      height: 0;
      pointer-events: none;
    }

.label-a{
  border: 4px solid rgba(29,57,85,0.35);
  text-align: center;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  height: 80%;
  margin: 20px 0px;
  cursor: pointer;
  transition: linear 0.1s;
}

.label-a h5{
  color: rgba(29,57,85,0.35) !important;
  transition: linear 0.1s;

}

.label-a img{
  width: 60px;
  margin: 10px auto;
  opacity: 0.3;
  transition: linear 0.1s;
}

.check-a:checked + .label-a {
  border-color: rgba(29,57,85,1);
  color: rgba(29,57,85,1);
  cursor: pointer;
}

.check-a:checked + .label-a img{
  opacity: 1;
}

.check-a:checked + .label-a h5{
  color: rgba(29,57,85,1) !important;
}

.descripcion{
  font-size: 12px;
  font-weight: 200;
  text-align: center;
}

th,td{
  vertical-align: middle;
}

.radio-a {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
  }

.label-radio-a{
  display: flex;
  border: 2px solid #1d3955;
  font-size: 20px;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  cursor: pointer;
  transition: linear 0.1s;
  margin:auto auto;
  cursor: pointer;
}

.radio-a:checked + .label-radio-a {
  background-color: #1d3955;
  color: white;
}

.check-b {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
  }

.label-b{
  display: flex;
  border: 2px solid #1d3955;
  color: white;
  font-size: 20px;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: linear 0.1s;
  margin:auto auto;
  cursor: pointer;
}

.check-b:checked + .label-b {
  background-color: #1d3955;
}

.radio-b {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
  }

.label-radio-b{
  display: flex;
  border: 2px solid #1d3955;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.3;
  border-radius: 8px;
  width: 100%;
  height: 65px;
  cursor: pointer;
  transition: linear 0.1s;
  margin:10px auto;
  cursor: pointer;
  padding: 5px 10px;
}

.radio-b:checked + .label-radio-b {
  background-color: #1d3955;
  color:white;
}

p.pregunta{
  padding: 15px 15px;
  margin-bottom: 35px !important;
  background-color: white;
  color: #1d3955;
  border-radius: 20px;
  border: 2px solid #1d3955;
  text-align: center;
  font-style: oblique;
}

p.res{
  margin-bottom: 15px !important;
  font-size: 20px;
  text-align: left;
}

p.card-text{
  font-size: 18px;
}

.res-enc{
  background-color: white;
  padding: 15px 10px;
  color: #1d3955;
  border-radius: 10px;
  border: 2px solid #1d3955;
}


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

  .vertical{
    writing-mode: sideways-lr !important;
    white-space: nowrap;
    text-align: justify;
    vertical-align: middle;
    min-height: 400px;
    margin: auto;
  }

  th, td{
    font-size: 15px;
  }

  .descripcion{
    font-size: 13px;
  }

  .label-radio-a{
    font-size: 16px;
    width: 30px;
    height: 30px;
  }

  .label-b{
    font-size: 16px;
    width: 25px;
    height: 25px;
  }

  .label-radio-b{
    font-size: 15px;
  }
}

input[type="range"]::-webkit-slider-thumb {
  background-color: #1d3955;
}


input[type="range"]::-moz-range-thumb {
  background-color: #1d3955;
}

div.alergia{
  padding: 40px 0px;
}

div.flow{
  overflow: auto;
}
