.info-alert{
  color: red;
  font-size: 0.7em;
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: 45px;
  display: none;
}

.title-page{
  background-color: #043263;
  color: #22D9DA;
  font-size: 1.2rem;
  border: 1px solid #707070;
  margin-top: 3%;
}

.title-page p{
  margin: 0;
}

.title-page img{
  vertical-align: middle;
}

.title-data {
  background: #fff;
  border-radius: 0 80px 0 0;
  background-size: 90% 100%;
  background-repeat: no-repeat;
  padding: 10px 10px;
  margin: 0;
}

.title-data img {
  padding-right: 10px;
}

.info-form-container {
  display: inline-block;
  width: 250px;
}

.info-form {
  position: relative;
}

.info-form p{
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
}

.info-form span{
  display: flex;
}

.info-form input, select{
  display: inline;
  background: #F4F4F4;
  border-radius: 10px;
  width: 120px;
  text-align: right;
  padding: 8px 8px;
  vertical-align: top;
  margin: 15px 15px 0px 0;
}

.info-form input:focus-visible {
  outline: none;
}

.input-white{
  background-color: #fff !important;
}

.container-result{
  background: #E1FAFA;
  box-shadow: 0px 20px 13px 2px rgba(0,0,0,0.27);
  -webkit-box-shadow: 0px 20px 13px 2px rgba(0,0,0,0.27);
  -moz-box-shadow: 0px 20px 13px 2px rgba(0,0,0,0.27);
  margin-top: -2px;
}


.header-result{
  text-align: center;
}

.header-result-img{
  margin-top: -100px;
}

.result{
  padding: 5%;
}

.result p{
  margin: 0;
  padding: 0;
}

.bullet{
  background-color: #2A86CA;
  color: #fff;
  border-radius: 10px 10px 0 10px;
  padding: 10px 20px !important;
  text-align: left;
  margin: 20px 10px 20px 10px !important;
}

.result ul{
  list-style: none;
  text-align: left;
  padding: 15px 5px;
}

.result ul li p{
  padding-left: 150px;
  position: relative;
}

.result ul li p span:nth-child(1){
  position: absolute;
  left: 0;
}

.qty{
  font-size: 1.5em;
}

.font-bold{
  font-weight: 600;
}

.font-green{
  color: #02A5A5;
  margin: 20px !important;
}

.not-padding-right{
  padding-right: 0;
}

.not-padding-left{
  padding-left: 0;
}

.not-padding{
  padding: 0;
}

.legals{
  font-size: 12px;
}

.btn-blue-a{
  color: #2A86CA;
  text-decoration: none;
}

.btn-green{
  background: #02A5A5;
  color: #fff !important;
  text-decoration: none;
}

.actions{
  margin-top: 2%;
}


.bg-white{
  background: #fff;
}


.inline-not-flex{
  display: inline !important;
}

.inline-not-flex span{
  display: inline !important;
}

hr{
  padding: 0;
  margin: 0 0 20px 0;
}

.container-head{
  margin-left: 405px;
  color: #02A5A5;
}


.container-head p:nth-child(2){
  margin-left: 40px !important;
}


.container-footer{
  margin-left: 325px;
}


.container-footer p{
  margin-right: 30px !important;
  vertical-align: bottom;
}

.container-footer input:nth-child(1){
  margin-left: 40px !important;
}


.container-footer input{
  margin: 0;
}

.vacio{
  opacity: 0;
  margin-left: 7px !important;
}

.font-green-n{
  color: #02A5A5;
}

.top-opt{
  margin-top: 100px !important;
}
.not-margin{
  margin: 0;
}


/* XX-Large devices (larger desktops, 1400px and up) */
@media (max-width: 1400px) {  }

/* X-Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {  }

/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {  }

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {  }

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {  }


