body {
  font-size: 14px;
  color: #333;
  /*background: #56ccff;*/
  background-color: #022d7b;
}

.bg-custom-theme {
  /*background-color: #123a54;
  background-color: #135480;*/
  background-color: #123a54;
  /*background-color: #504a4a;*/
}
.bg-light-white {
  background-color: #f4f4f4;
}
.bg-custom-white {
  /*background-color: #1055e1;*/
  background-color: #022d7b;
}
.bg-custom-new-white {
  background-color: #f4f4f4;
}
.pato-30 {
  padding-top: 30px;
}
.fs-20 {
  font-size: 20px;
}
.mt-20 {
  margin-top: 20px;
}
.pt-20 {
  padding-top: 20px;
}
.pb-20 {
  padding-bottom: 20px;
}
.f-team {
  color: #fff;
  font-size: 26px;
}
.w-45 {
  width: 45%;
}
.tx-sh {
  text-shadow: 2px 2px 2px #000;
}
.rancho {
  font-family: "Rancho", sans-serif;
  font-style: italic;
}
.lt-sp {
  letter-spacing: 2px;
}
.pshDwn40 {
  margin-top: 40px;
}

.text-custom-theme {
  color: #fff;
}
.centra {
  margin: 0 auto;
}
.justify {
  text-align: justify;
}
.imp-form {
  background-color: #fff;
  outline: 1px solid #bebebe;
}
.corona-sy-grid .cargo_centrado {
  color: #333;
  font-size: 1.25em;
  padding: 0;
  text-align: center;
}

.corona-sy-grid .img-wrap {
  text-align: center;
  width: 250px;
  height: 250px;
}
.corona-sy-grid .img-wrap img {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  -o-object-position: top;
  object-position: top;
}
.bord-top-wht-20 {
  border: 1px solid #fff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.team-bg-white {
  background-color: #ffffff;
}
.ml-20 {
  margin-left: 20px;
}
.bd-2px {
  border: 2px solid #fff;
}
.teaMailTo {
  border-radius: 50%;
  border: 1px solid #999;
  margin-top: 15px;
  margin-bottom: 20px;
  width: 100px;
  height: 100px;
}
.teaMailTo:hover {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
  -webkit-filter: contrast() 0.5;
  filter: contrast() 0.5;
}
.textInTeam {
  color: #666;
  font-weight: 400;
  font-size: 1.25em;
  margin-top: 15px;
  position: relative;
}

.modal-body .myTeamForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-body .myTeamForm .tm_imp {
  border: 0;
  padding: 8px;
  font-size: 1.1rem;
  margin-bottom: 5px;
  outline: 1px solid #c7c7c7;
}
.modal-body .myTeamForm .tm_imp:focus {
  outline: 1px solid #0244be;
}
.modal-body .myTeamForm .tm_imp::-webkit-input-placeholder {
  font-style: italic;
}
.modal-body .myTeamForm .tm_imp::-moz-placeholder {
  font-style: italic;
}
.modal-body .myTeamForm .tm_imp:-ms-input-placeholder {
  font-style: italic;
}
.modal-body .myTeamForm .tm_imp::-ms-input-placeholder {
  font-style: italic;
}
.modal-body .myTeamForm .tm_imp::placeholder {
  font-style: italic;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.stl-add {
  position: relative;
  top: 52px;
  /*top: 0;*/
  /*width: 60px;*/
}
/*subheader-ev*/
.subheader-ev {
  /* background-image: url("../images/banner/bg-evento.jpg"); */
  padding-top: 170px;
}
/* .bg-evento{
  background-image: url('../images/banner/banner-evento.jpg');
} */
.subheader-ev .breadcrumb-text {
  padding: 40px 0 20px;
}
.subheader-ev .breadcrumb-text ul li {
  margin-right: 20px;
  color: #ffffff;
  position: relative;
  font-size: 16px;
  font-weight: 500;
}
.subheader-ev .breadcrumb-text ul li:after {
  content: "";
  position: absolute;
  right: -12px;
  top: 8px;
  width: 1px;
  height: 15px;
  background-color: #ffffff;
}
.subheader-ev .breadcrumb-text ul li.active:after {
  display: none;
}
.overlay-bg-theme-abo {
  /*background: #123a54;*/
  background-image: url("../images/banner/banner-abo.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.overlay-bg-theme-eve {
  background: #1055e1;
  background-image: url("../images/banner/banner-eve.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.overlay-bg-theme-con {
  background: #1055e1;
  background-image: url("../images/banner/banner-con.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}

.va-paypa {
  align-items: center;
  display: flex;
  height: 300px;
  justify-content: center;
  vertical-align: middle;
  text-align: center;
  width: 100%;
}

.va-paypa a {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.va-paypa a img {
  cursor: pointer;
  width: 200px;
  margin: 0 auto;
}
.m-flag {margin-left: -10px;
  padding: 15px;
  text-align: center;
}

.m-flag a img {
  width: 70%;
}
img {
  width: 90%;
}

@media (max-width: 992px) {
  .header .navigation-wrapper nav > .main-navigation .main-menu > ul > .m-flag {
    transform: translateX(100%);
    width: 35%;
  }
}
.pointer {
  cursor: pointer;
}
.got_subs {
  cursor: pointer;
}

.got_subs:hover {
  background-color: yellow;
  cursor: pointer;
}
.ev_link{
  color: blue;margin-top: -15px;
  margin: 0;
  maring-left: 20px;
  
}
.enlace_link{
  color: #59cded !important;
}