@media screen and (max-width: 500px) {
  .backtop{
    width: 30px;
    position: fixed;
    right: 5px;
    top: 35%;
    z-index: 9999;
  }
  .backtop a{
    cursor: pointer;
    display: block;
    width: 28px;
    height: 28px;
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
    background-color: #02365d;
    text-align: center;
    line-height: 28px;
  }
  .backtop a img{
    display: inline;
    vertical-align: middle;
    width: 80%;
  }
  #back{
    background-color: #80bce8;
  }
  footer {
    width: 100%;
    background-color: #f5f5f5;
  }
  footer .ups {
    width: 100%;
    margin: 0 auto;
    display: flex;
    padding-top: 30px;
    flex-flow: wrap;
    justify-content: space-around;
    margin-bottom: 30px;
  }
  footer .ups .suertemovil {
    width: 90%;
  }
  footer .ups .suertemovil .suerte {
    font-family: Somatic-Rounded;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #02365d;
  }
  footer .ups .suertemovil .movil {
    font-family: Somatic-Rounded;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #80bce8;
  }
  footer .ups .suertemovil a {
    display: block;
    font-family: ArialMT;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #626262;
  }
  footer .ups .pregunta {
    width: 90%;
    margin-top: 20px;
  }
  footer .ups .pregunta a {
    display: block;
    font-family: ArialMT;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #626262;
    text-decoration: none;
  }
  footer .ups .pregunta .title {
    display: block;
    font-family: ArialMT;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #02365d;
    margin-bottom: 20px;
  }
  footer .ups .conact {
    display: flex;
    width: 90%;
  }
  footer .ups .conact span {
    display: block;
    font-family: ArialMT;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #626262;
  }
  footer .ups .conact .right {
    margin-left: 10px;
  }
  footer .ups .sig {
    width: 90%;
    margin-top: 20px;
  }
  footer .ups .sig span {
    display: block;
    font-family: ArialMT;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #626262;
  }
  footer .ups .sig .title {
    font-family: ArialMT;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #02365d;
    margin-bottom: 20px;
  }
  footer .down {
    width: 100%;
    height: 50px;
    text-align: center;
    background-color: #02365d;
    line-height: 20px;
  }
  footer .down span {
    font-family: ArialMT;
    width: 90%;
    display: block;
    margin: 0 auto;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
  }
}
@media screen and (max-width: 769px) and (min-width: 500px) {
  .backtop{
    width: 50px;
    position: fixed;
    right: 0;
    top: 20%;
    z-index: 9999;
  }
  .backtop a{
    cursor: pointer;
    display: block;
    width: 48px;
    height: 48px;
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
    background-color: #02365d;
    text-align: center;
    line-height: 48px;
  }
  .backtop a img{
    display: inline;
    vertical-align: middle;
  }
  #back{
    background-color: #80bce8;
  }
  footer {
    width: 100%;
    background-color: #f5f5f5;
  }
  footer .ups {
    padding-left: 4%;
    width: 100%;
    margin: 0 auto;
    display: flex;
    padding-top: 30px;
    flex-flow: wrap;
    justify-content: space-around;
    margin-bottom: 30px;
  }
  footer .ups .suertemovil {
    width: 45%;
  }
  footer .ups .suertemovil .suerte {
    font-family: Somatic-Rounded;
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #02365d;
  }
  footer .ups .suertemovil .movil {
    font-family: Somatic-Rounded;
    font-size: 40px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #80bce8;
  }
  footer .ups .suertemovil a {
    display: block;
    font-family: ArialMT;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #626262;
  }
  footer .ups .pregunta {
    width: 45%;
  }
  footer .ups .pregunta a {
    display: block;
    font-family: ArialMT;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #626262;
    text-decoration: none;
  }
  footer .ups .pregunta .title {
    display: block;
    font-family: ArialMT;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #02365d;
    margin-bottom: 20px;
  }
  footer .ups .conact {
    display: flex;
    width: 45%;
  }
  footer .ups .conact span {
    display: block;
    font-family: ArialMT;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #626262;
  }
  footer .ups .conact .right {
    margin-left: 10px;
  }
  footer .ups .sig {
    width: 45%;
    margin-top: 20px;
  }
  footer .ups .sig span {
    display: block;
    font-family: ArialMT;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #626262;
  }
  footer .ups .sig .title {
    font-family: ArialMT;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #02365d;
    margin-bottom: 20px;
  }
  footer .down {
    width: 100%;
    height: 50px;
    text-align: center;
    background-color: #02365d;
    line-height: 50px;
  }
  footer .down span {
    font-family: ArialMT;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
  }
}
@media screen and (max-width: 992px) and (min-width: 769px) {
  .backtop{
    width: 50px;
    position: fixed;
    right: 0;
    top: 20%;
    z-index: 9999;
  }
  .backtop a{
    cursor: pointer;
    display: block;
    width: 48px;
    height: 48px;
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
    background-color: #02365d;
    text-align: center;
    line-height: 48px;
  }
  .backtop a img{
    display: inline;
    vertical-align: middle;
  }
  #back{
    background-color: #80bce8;
  }
  footer {
    width: 100%;
    background-color: #f5f5f5;
  }
  footer .ups {
    width: 100%;
    margin: 0 auto;
    display: flex;
    padding-top: 30px;
    flex-flow: wrap;
    margin-bottom: 30px;
  }
  footer .ups .suertemovil {
    width: 320px;
  }
  footer .ups .suertemovil .suerte {
    font-family: Somatic-Rounded;
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #02365d;
  }
  footer .ups .suertemovil .movil {
    font-family: Somatic-Rounded;
    font-size: 40px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #80bce8;
  }
  footer .ups .suertemovil a {
    display: block;
    font-family: ArialMT;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #626262;
  }
  footer .ups .pregunta {
    width: 240px;
  }
  footer .ups .pregunta a {
    display: block;
    font-family: ArialMT;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #626262;
    text-decoration: none;
  }
  footer .ups .pregunta .title {
    display: block;
    font-family: ArialMT;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #02365d;
    margin-bottom: 20px;
  }
  footer .ups .conact {
    display: flex;
    margin-left: 20px;
  }
  footer .ups .conact span {
    display: block;
    font-family: ArialMT;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #626262;
  }
  footer .ups .conact .right {
    margin-left: 10px;
  }
  footer .ups .sig {
    margin-top: 20px;
  }
  footer .ups .sig span {
    display: block;
    font-family: ArialMT;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #626262;
  }
  footer .ups .sig .title {
    font-family: ArialMT;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #02365d;
    margin-bottom: 20px;
  }
  footer .down {
    width: 100%;
    height: 50px;
    text-align: center;
    background-color: #02365d;
    line-height: 50px;
  }
  footer .down span {
    font-family: ArialMT;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
  }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .backtop{
    width: 40px;
    position: fixed;
    right: 0;
    top: 20%;
    z-index: 9999;
  }
  .backtop a{
    cursor: pointer;
    display: block;
    width: 38px;
    height: 38px;
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
    background-color: #02365d;
    text-align: center;
    line-height: 38px;
  }
  .backtop a img{
    display: inline;
    vertical-align: middle;
  }
  #back{
    background-color: #80bce8;
  }
  footer {
    width: 100%;
    background-color: #f5f5f5;
  }
  footer .ups {
    width: 100%;
    margin: 0 auto;
    display: flex;
    padding-top: 30px;
    flex-flow: wrap;
    margin-bottom: 30px;
  }
  footer .ups .suertemovil {
    width: 320px;
  }
  footer .ups .suertemovil .suerte {
    font-family: Somatic-Rounded;
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #02365d;
  }
  footer .ups .suertemovil .movil {
    font-family: Somatic-Rounded;
    font-size: 40px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #80bce8;
  }
  footer .ups .suertemovil a {
    display: block;
    font-family: ArialMT;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #626262;
  }
  footer .ups .pregunta {
    width: 240px;
  }
  footer .ups .pregunta a {
    display: block;
    font-family: ArialMT;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #626262;
    text-decoration: none;
  }
  footer .ups .pregunta .title {
    display: block;
    font-family: ArialMT;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #02365d;
    margin-bottom: 20px;
  }
  footer .ups .conact {
    display: flex;
    margin-left: 20px;
    width: 200px;
  }
  footer .ups .conact span {
    display: block;
    font-family: ArialMT;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #626262;
  }
  footer .ups .conact .right {
    margin-left: 10px;
  }
  footer .ups .sig {
    margin-top: 20px;
  }
  footer .ups .sig span {
    display: block;
    font-family: ArialMT;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #626262;
  }
  footer .ups .sig .title {
    font-family: ArialMT;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #02365d;
    margin-bottom: 20px;
  }
  footer .down {
    width: 100%;
    height: 50px;
    text-align: center;
    background-color: #02365d;
    line-height: 50px;
  }
  footer .down span {
    font-family: ArialMT;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
  }
}
@media screen and (max-width: 1500px) and (min-width: 1200px) {
  .backtop{
    width: 40px;
    position: fixed;
    right: 0;
    top: 20%;
    z-index: 9999;
  }
  .backtop a{
    cursor: pointer;
    display: block;
    width: 38px;
    height: 38px;
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
    background-color: #02365d;
    text-align: center;
    line-height: 38px;
  }
  .backtop a img{
    display: inline;
    vertical-align: middle;
  }
  #back{
    background-color: #80bce8;
  }
  footer {
    width: 100%;
    background-color: #f5f5f5;
  }
  footer .ups {
    width: 90%;
    margin: 0 auto;
    display: flex;
    padding-top: 30px;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  footer .ups .suertemovil {
    width: 300px;
  }
  footer .ups .suertemovil .suerte {
    font-family: Somatic-Rounded;
    font-size: 50px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #02365d;
  }
  footer .ups .suertemovil .movil {
    font-family: Somatic-Rounded;
    font-size: 50px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #80bce8;
  }
  footer .ups .suertemovil a {
    display: block;
    font-family: ArialMT;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #626262;
  }
  footer .ups .pregunta {
    width: 240px;
  }
  footer .ups .pregunta a {
    display: block;
    font-family: ArialMT;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #626262;
    text-decoration: none;
  }
  footer .ups .pregunta .title {
    display: block;
    font-family: ArialMT;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #02365d;
    margin-bottom: 20px;
  }
  footer .ups .conact {
    display: flex;
    width: 300px;
  }
  footer .ups .conact span {
    display: block;
    font-family: ArialMT;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #626262;
  }
  footer .ups .conact .right {
    margin-left: 10px;
  }
  footer .ups .sig span {
    display: block;
    font-family: ArialMT;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #626262;
  }
  footer .ups .sig .title {
    font-family: ArialMT;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #02365d;
    margin-bottom: 20px;
  }
  footer .down {
    width: 100%;
    height: 50px;
    text-align: center;
    background-color: #02365d;
    line-height: 50px;
  }
  footer .down span {
    font-family: ArialMT;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
  }
}
@media screen and (min-width: 1500px) {
  
  .backtop{
    width: 50px;
    position: fixed;
    right: 0;
    top: 20%;
    z-index: 9999;
  }
  .backtop a{
    cursor: pointer;
    display: block;
    width: 48px;
    height: 48px;
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
    background-color: #02365d;
    text-align: center;
    line-height: 48px;
  }
  .backtop a img{
    display: inline;
    vertical-align: middle;
  }
  #back{
    background-color: #80bce8;
  }
  footer {
    width: 100%;
    background-color: #f5f5f5;
  }
  footer .ups {
    width: 1500px;
    margin: 0 auto;
    display: flex;
    padding-top: 30px;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  footer .ups .suertemovil {
    width: 400px;
  }
  footer .ups .suertemovil .suerte {
    font-family: Somatic-Rounded;
    font-size: 65px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #02365d;
  }
  footer .ups .suertemovil .movil {
    font-family: Somatic-Rounded;
    font-size: 65px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #80bce8;
  }
  footer .ups .suertemovil a {
    display: block;
    font-family: ArialMT;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #626262;
  }
  footer .ups .pregunta {
    width: 240px;
  }
  footer .ups .pregunta a {
    display: block;
    font-family: ArialMT;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #626262;
    text-decoration: none;
  }
  footer .ups .pregunta .title {
    display: block;
    font-family: ArialMT;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #02365d;
    margin-bottom: 20px;
  }
  footer .ups .conact {
    display: flex;
    width: 340px;
  }
  footer .ups .conact span {
    display: block;
    font-family: ArialMT;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #626262;
  }
  footer .ups .conact .right {
    margin-left: 10px;
  }
  footer .ups .sig span {
    display: block;
    font-family: ArialMT;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #626262;
  }
  footer .ups .sig .title {
    font-family: ArialMT;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #02365d;
    margin-bottom: 20px;
  }
  footer .down {
    width: 100%;
    height: 50px;
    text-align: center;
    background-color: #02365d;
    line-height: 50px;
  }
  footer .down span {
    font-family: ArialMT;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
  }
}
