.carousel-wrap {
  /*margin: 90px auto;*/
  padding: 0 5%;
  width: 100%;
  position: relative;
}
/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden;
}
/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}
.owl-nav i {
  font-size: 52px;
}
.owl-nav .owl-prev {
  left: -30px;
}
.owl-nav .owl-next {
  right: -30px;
}
.owl-carousel .owl-nav .owl-prev {
  display: none;
}
.owl-carousel .owl-nav .owl-next {
  display: none;
}
.imgcorona {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.contenedorcifras {
  background-color: #060C30;
  min-height: 77px !important;
  font-family: 'Roboto', sans-serif;
}
.item {
  text-align: center;
  font-family: 'Roboto', sans-serif;
}
.item h5 {
  color: white;
  padding-top: 11px;
}
.item p {
  color: #f904e5;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 3px;
  margin-top: -9px;
}
.lineaderecha {
  border-right: 1px solid #242a4c;
}
.pais h4 {
  color: #f904e5;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
}
.pais img {
  top: 9px;
  position: relative;
}
.itemsTwo {
  margin-right: 0px !important;
  margin-left: 0px !important;
  background-color: #060c30;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  border-top: 1px solid #1c2766;
}
.itemsTwo i {
  font-size: 16px;
  margin-right: 7px;
}
.btnrecur {
  background-color: #060c30;
  border-bottom: 2px solid #060c30;
  color: #f904e5;
  width: 20% !important;
  min-height: 55px !important;
  padding-top: 1px;
  transition: all 0.3s ease;
}
.btnrecur:hover {
  color: white;
  border-bottom: 2px solid #f904e5;
}
.btnrecur:hover i {
  color: #f904e5;
  ;
}
.btnrecur i {
  color: white;
}
.lineabotonera {
  border-right: 1px solid #1c2766;
}
/*MEDIA*/
@media(max-width: 1366px) {}
@media(max-width: 1024px) {}
@media(max-width: 812px) {
  .btnrecur {
    display: none;
  }
  .lineaderecha {
    border-right: 1px solid #060c30;
  }
  /*.imgcorona {
    display: none;
  }*/
}
@media(max-width: 768px) {
  .btnrecur {
    display: none;
  }
  .lineaderecha {
    border-right: 1px solid #060c30;
  }
  /*.imgcorona {
    display: none;
  }*/
}
@media(max-width: 414px) {
  .btnrecur {
    display: none;
  }
  .lineaderecha {
    border-right: 1px solid #060c30;
  }
  /*.imgcorona {
    display: none;
  }*/
}
@media(max-width: 375px) {
  .btnrecur {
    display: none;
  }
  .lineaderecha {
    border-right: 1px solid #060c30;
  }
  /*.imgcorona {
    display: none;
  }*/
}
@media(max-width: 736px) and (orientation:landscape) {}
@media(max-width: 667px) and (orientation:landscape) {}
/*MEDIA*/