*{
  padding: 0;
  margin: 0;
}
header,footer{
  background-color: #002470;
}
footer{
  height: 80px;
  bottom: 0px;
  display: block;
  position: relative;
}
.containerLogo{
  margin-left: 2%;
}
.contenido{
  /* border: solid 1px black; */
  align-items: center;
  height: 100%;
  margin: auto;
  text-align: center;
  padding: 40px;
  font-size: 25px;
  color: #002470;
  padding-bottom: 0;
}
.botones-fondo{
  text-align: center;
  margin: 0 auto;
  margin: 30px;
}
img.btn-home {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1);
  width: 35px;
}
.caja-pregunta{
  display: flex;
  align-items: center;
  float: left;
  width: 25%;
  height: 100%;
  background: #f2f2f2;
  border: 0px;
  margin: auto;
  line-height: 25px;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  flex: 1 0 25%;
  color: #002470;
  font-size: 19px;
}
.caja-pregunta span {
  font-weight: bold;
  padding: 15px;
  font-family: "Arial", sans-serif;
}
.ulBranches{
  display: flex;
  width: 75%;
  margin-top: 3%;
  margin-bottom: 3%;
  /* overflow: scroll; */
  flex-wrap: wrap;
  flex: 1 0 75%;
  max-height: 90%;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.ulBranches li{
  display: inline-block;
  list-style-type: none;
  width: 20%;
  overflow: hidden;
}
.ulBranches li div{
  padding: 5%;
}
.ulBranches li img{
  object-fit: cover;
  width: 90%;
  transform: scale(1);
  transition: .3s ease-in-out;
  cursor: pointer;
}
.ulBranches li img:hover{
  transition: .3s ease-in-out;
  width: 100%;
}
.ulBranches li h1{
  height: 35px;
  font-size: 9px;
  margin-top: 20px;
  font-family: Arial;
}
#app{
  display: block;
  position: relative;
  height: 100%;
}
.interaccion,.containerInteraccion{
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: #fff;
  max-width: 800px;
  height: 550px;
  margin: 0 auto 30px;
  padding: 0px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%), 0 5px 5px 0 rgb(0 0 0 / 24%);
}
.caja-final{
  align-items: center;
  height: 100%;
  margin: auto;
  text-align: center;
  padding: 40px;
  background: #002470;
  color: #fff;
  font-size: 22px;
}
.caja-final p{
  font-family: "Arial", sans-serif;
}
.caja-final img{
  margin-top:2%;
}
#formulario{
  align-items: center;
  height: 100%;
  margin: auto;
  text-align: center;
  padding: 40px;
  font-size: 25px;
  color: #002470;
}
#formulario p{
  font-family: "Arial", sans-serif;
}
.boton{
  font-family: "Arial", sans-serif;
  text-transform: uppercase;
  text-align: center;
  outline: 0;
  background: #002470;
  width: 285px;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  cursor: pointer;
  box-shadow: -2px 2px rgb(0 0 0 / 25%);
  transition: box-shadow 120ms,transform 120ms,border-top 120ms;
}
.boton:hover{
  background: #0063c8;
  transform: translate(6px,5px);
  box-shadow: 0 0 0 rgb(0 0 0 / 15%);
  border-top: 4px solid rgba(0,0,0,.15);
}
.boton2{
  text-align: center;
  font-family: "Arial", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #fff;
  width: 285px;
  border: 2px solid #666;
  padding: 12px;
  color: #666;
  font-size: 8px;
  cursor: pointer;
  transition: box-shadow 120ms,transform 120ms,border-top 120ms;
  background-color: white;
}
.boton2:hover{
  transform: translate(6px,5px);
  box-shadow: 0 0 0 rgb(0 0 0 / 15%);
}
.select-styled{
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size:15px;
  font-family: "Arial", sans-serif;
  background-color: #002470;
  padding: 10px 15px;
  transition: all 0.2s ease-in;
  color: white;
  border: solid 1px #002470;
  margin-top: 4%;
  text-align: center;
}
.select-styled:hover{
  cursor: pointer;
}
.active:after{
  border-color: transparent transparent #fff transparent !important;
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  position: absolute;
  top: 9px !important;
  right: 10px;
}
#selectSeccion{
  /* top: 100%; */
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: transparent;
  color: #fff;
  font-size: 15px;
  position: absolute;
  font-family: "Arial", sans-serif;
  padding-left: 40px;
  padding-right: 40px;
}
#selectSeccion li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-top: 1px solid #fff;
  background-color: #002470;
  transition: all 0.15s ease-in;
  list-style-type: none;
  font-size: 15px;
  font-family: "Arial", sans-serif;
}
#selectSeccion li:hover {
    color: #fff;
    background: #0063c8;
    cursor: pointer;
}
.containerButtons{
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding-top:4%;
  padding-bottom:4%;
}
.btn{
  margin: 0 auto;
  margin-bottom: 15px;
}
.textSeccion{
  margin-top: 2%;
}
#seleccione{
  display: none;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px;
}
.botones-fondo a{
  cursor: pointer;
}
.resaltado{
  background-color: #A6ABB5 !important;
  border: #ff0 1px solid !important;
}
.input{
  font-family: "Arial", sans-serif;
  outline: 0;
  background: #f2f2f2;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.logintext {
  background: #d3d3d3!important;
  width: 250px;
}
.btnBuscar{
  width: 250px;
}
.margin4{
  margin-top: 4%;
  margin-bottom: 4%;
}
.caja-pregunta-iae{
  display: flex;
  align-items: center;
  float: left;
  width: 35%;
  height: 100%;
  background: #f2f2f2;
  border: 0px;
  margin: auto;
  line-height: 25px;
  justify-content: center;
  text-align: center;
  color: #002470;
  font-size: 19px;
  font-family: "Arial", sans-serif;
}
.caja-pregunta-iae img{
  width: 90%;
  object-fit: cover;
  margin: 0 auto;
}
.res-id {
  width: 100%;
  color: #fff;
  background: #0063c8;
  padding: 5px;
  margin: auto;
}
.caja-scroll {
  width: 100%;
  height: 93%;
  overflow-y: scroll;
}
.res-descripcion {
  border-bottom: 1px solid #002470;
  padding-bottom: 5px;
  margin: 15px;
}
.res-titulo {
  color: #0063c8;
  padding: 5px;
  font-weight: bold;
  text-align: left;
}
.res-resultado {
  padding: 5px;
  text-align: left;
}
.containerInfoIAE {
  display: inline-block;
  float: left;
  height: 100%;
  width: 65%;
  border: 0px;
  background: #fff;
  color: #002470;
  font-weight: 600;
  font-family: "Arial", sans-serif;
  font-size: 15px;
}
.containerInfoIAEUl {
  display: inline-block;
  float: left;
  height: 100%;
  width: 75%;
  border: 0px;
  background: #fff;
  color: #002470;
  font-weight: 600;
  font-family: "Arial", sans-serif;
  font-size: 15px;
  overflow-y: scroll;
}
.containerInfoIAEUl li{
  list-style-type: none;
}
.containerInfoIAEUl li:hover{
  cursor: pointer;
}
.caja-scroll li{
  list-style-type: none;
}
.messageError{
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-family: "Arial",Helvetica,sans-serif;
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
  padding: 1%;
  font-size: 14px;
}
.messageError i{
  margin-right: 2%;
}
.underline{
  text-decoration: underline;
}
.underline:hover{
  cursor: pointer;
}
