@charset "utf-8";
/* CSS Document */

.frame{
  background: #FFFFFF;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,0.50);
  border-radius: 15px;
  width: 95%;
  margin: auto;
  margin-top: 30px;  
  font-size: 22px;
  padding: 5px 35px;
  position: relative;
  z-index: 100;
  padding-bottom: 85px;
  min-height: 400px;
}

.frame>.title{
  text-align: center;
  position: relative;
  font-size: 18px;
  padding: 15px 0;
}

.frame>.frame_main{
  overflow-x: hidden;
  overflow-y: scroll;
  width: 95%;
  margin: auto;
  max-height: 300px;
}

label{
  font-size: 16px;
  color: #4A4A4A;
  letter-spacing: 0;
  width: 100%;
  margin: 5px 0;
  padding: 10px 0;
  clear: both;
  float: left;
}

label.selected{
  font-size: 16px;
  color: #3C5D7E;
  letter-spacing: 0;
  background: rgba(60,93,126,0.20);
  border: 2px solid #3C5D7E;
  border-radius: 50px;
  margin: 3px 0;
}
label>input{
  float: left;
}
label>span{
  width: 80%;
  display: inline-flex;
  vertical-align: middle;
}
input[type=checkbox]+img, input[type=radio]+img{
  display: inline-flex;
  width: 20px;
  vertical-align: middle;
  margin-left: 10px;  
  margin-right: 10px;
}
input[type=checkbox], input[type=radio]{
  display: none
}
.frame .botonera{
  display: flow-root;  
  position: absolute;
  bottom: 0;
  left: 15px;
  width: calc( 100% - 30px);
  margin-bottom: 20px;
}

.frame .botonera>a{
  font-family: Montserrat;
  font-size: 18px;
  color: #4A4A4A;
  letter-spacing: 0;
  background: #FFFFFF;
  border: 2px solid #9B9B9B;
  border-radius: 28.5px;
  width: 125px;
}
.frame .botonera>a>*{
  display: inline-flex;
  vertical-align: middle;
}
.frame .botonera>a>img{
  height: 30px;  
}

.frame .botonera>a:first-child{
  text-align: center;
  float: left;
  padding: 5px 25px 5px 5px;
}
.frame .botonera>a:last-child{
  text-align: center;
  float: right;
  padding: 5px 5px 5px 25px;
}
.info{
  position: absolute;
  right: -20px;
  top: -5px;
  width: 25px;
}
.logo{
  width: 200px;
  max-width: 100%;
  margin: auto;
}
.logo_container{
  text-align: center;
  padding: 10px 20px 5px;
  border-bottom: 1.5px solid #9B9B9B;
  position: relative;
  margin-bottom: 15px;
}
.logo_container>span{
  position: absolute;
  bottom: -18px;
  font-size: 12px;
  left: 0;
  color: #3c5d7e;
}
.alerta{
  box-shadow: 0 2px 8px 0 rgba(0,0,0,0.50);
  margin: 15px 30px;
  border: 1px solid #FF4D4D;
  color: #FF4D4D;
  background: white;
  border-radius: 15px;
  padding: 0;
  display: flow-root;
}
.alerta p{
  font-size: 14px;
}
.alerta>div:last-child{
  width: 75%;
}
.alerta>div:first-child{
  width: 20%;
}
.alerta>div{
  vertical-align: middle;
  display: inline-flex;
  height: auto;
  text-align: center,
}
.alerta img{
  max-width: 100%;
  height: 60px;
  margin: auto;
}