

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto');
html{
    scroll-behavior: smooth;
}
*{
    padding: 0;
    margin: 0;
}
p{
    text-align: left;
    font-family: 'Montserrat', sans-serif;
}
ul{
    font-weight: 900;
    color: #4d4d4d;
}
/*************************************/
/************** LOADER CSS ***********/
/*************************************/
.loader{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 100vh;
    z-index: 9999999999999;
    overflow: hidden;
    background-color:#fff;
}

.box {
    display: inline-block;
    width: auto;
    height: auto;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.loader-08 {
    border: 0 solid transparent;
    border-radius: 50%;
    position: relative;
    font-size: 220px;
}
.loader-08:before, .loader-08:after {
    content: '';
    border: .2em solid #e31c93;
    border-radius: 50%;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: loader-08 1s linear infinite;
    animation: loader-08 1s linear infinite;
    opacity: 0;
}
.loader-08:before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.loader-08:after {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

h1.heading-2 {
    padding: 20px;
    color: #fff;
    font-size: 35px;
    text-align: center;
}
h2.heading-2 {
    color: #fff;
    text-align: left;
}
.title-torneo{
    font-size: 30px;
}
.descripcion-torneo{
    font-size: 20px;
}
.hashtag{
    color: #b6108c;
}
.content-logo{
    width: 100%;
}
@-webkit-keyframes loader-07 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes loader-07 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
@-webkit-keyframes loader-08 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes loader-08 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
/* ===================================
    Background images
====================================== */

.bg-img1{
    background-image: url("https://ufidelitas.ac.cr/wp-content/uploads/2020/10/experience-banner.jpg");
}

[class*=bg-img]{
    position: relative;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}


@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/*===================================
            banner area
=====================================*/
.banner-sec{
    padding: 60px 0 25px 0;
}

.banner-sec .banner-details{
    font-family: 'Montserrat', sans-serif;
    color: #141414;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-sec .banner-details .banner-inner-content .banner-heading{
    font-size: 45px;
    margin-bottom: 25px;
    font-weight: 500;
}
.banner-sec .banner-img{
    /*padding-right: 50px;*/
    padding-top: 30px;
    text-align: center;
}
.banner-sec .banner-img img{
    max-width: 100%;
}
.banner-sec{
    min-height: 500px;
    background-image: url("https://image.email.ufidelitas.com/lib/fe3411717164057d731d71/m/1/46da5fa5-7a68-4848-b862-425922f8e961.png"); 
    background-repeat: no-repeat; 
    background-size: cover; 
}
.banner-sec-two{
    padding: 20px 0 25px 0;
}
.banner-sec-two .banner-details{
    font-family: 'Montserrat', sans-serif;
    color: #141414;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-sec-two .banner-details .banner-inner-content .banner-heading{
    font-size: 45px;
    margin-bottom: 25px;
    font-weight: 500;
}
.banner-sec-two .banner-img{
    padding-left: 50px;
    padding-top: 30px;
    text-align: center;
}
.banner-sec-two.banner-img img{
    max-width: 100%;
}
.banner-sec-two{
    min-height: 500px;
    background-color: #500d76;
    border-bottom-left-radius: 15%;
    padding: 20px 0 25px 0;
}
.img-desc{
    margin-bottom: auto;
    margin-top: auto;
}

@-webkit-keyframes instaRound {
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
@keyframes instaRound {
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

@-webkit-keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
.intro-banner-vdo-play-btn .ripple:nth-child(2){
    animation-delay:.3s;
    -webkit-animation-delay:.3s
}
.intro-banner-vdo-play-btn .ripple:nth-child(3){
    animation-delay:.6s;
    -webkit-animation-delay:.6s
}

/*************************************/
/************* Broad nav *************/
/*************************************/


@-webkit-keyframes display-hid {
    from{
        opacity: 1;
        transform: translateX(0%);
    }
    to{
        opacity: 0;
        transform: translateX(100%);
    }
}
@keyframes display-hid {
    from{
        opacity: 1;
        transform: translateX(0%);
    }
    to{
        opacity: 0;
        transform: translateX(100%);
    }
}

@-webkit-keyframes display-ctrl {
    from{
        opacity: 0;
        transform: translateX(100%);
    }
    to{
        opacity: 1;
        transform: translateX(0%);
    }
}
@keyframes display-ctrl {
    from{
        opacity: 0;
        transform: translateX(100%);
    }
    to{
        opacity: 1;
        transform: translateX(0%);
    }
}


/*===================================
           Media Query
=====================================*/
@media only screen and (min-width: 992px) {
        .form-container {
            padding: 60px;
            max-height: 550px;
            background-image: linear-gradient(60deg, #ff7a89 0, #ff6e91 10%, #ff619a 20%, #ff54a2 30%, #ff48ac 40%, #f23cb5 50%, #e034bf 60%, #cb33ca 70%, #b137d5 80%, #923edf 90%, #6a46e9 100%);
            border-radius: 60px;
        }
        .form-container-ferias {
            padding: 60px;
            max-height: 890px;
            background-image: linear-gradient(60deg, #ff7a89 0, #ff6e91 10%, #ff619a 20%, #ff54a2 30%, #ff48ac 40%, #f23cb5 50%, #e034bf 60%, #cb33ca 70%, #b137d5 80%, #923edf 90%, #6a46e9 100%);
            border-radius: 60px;
        }
   .form-container-fun-day {
            padding: 60px;
            max-height: 750px;
            background-image: linear-gradient(
        60deg
        , #ff7a89 0, #ff6e91 10%, #ff619a 20%, #ff54a2 30%, #ff48ac 40%, #f23cb5 50%, #e034bf 60%, #cb33ca 70%, #b137d5 80%, #923edf 90%, #6a46e9 100%);
            border-radius: 60px;
        }
        .form-container-dementes {
            padding: 60px;
            max-height: 660px;
            background-image: linear-gradient(
        60deg
        , #ff7a89 0, #ff6e91 10%, #ff619a 20%, #ff54a2 30%, #ff48ac 40%, #f23cb5 50%, #e034bf 60%, #cb33ca 70%, #b137d5 80%, #923edf 90%, #6a46e9 100%);
            border-radius: 60px;
        }
        .form-wrapper.w-form {
            padding: 20px;
        }
        .img-medalla{
            float: right;
          }
          .img-copa{
            float: right;
          }
}

@media (max-width: 575.98px) {

    /*banner sec*/
    .banner-sec {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .banner-sec .banner-details .banner-inner-content .banner-heading {
        font-size: 40px;
    }
    .banner-sec-two {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .banner-sec-two .banner-details .banner-inner-content .banner-heading {
        font-size: 40px;
    }
 .program-name {
     display: none;
 }
    .icon-bar {
        display: none;
    }
    .center-movil{
        text-align: center;
    }
    input.button.bg-primary-1.w-button.submit_button {
        background-color: #ff8085;
    }
    .logo-torneo{
        width: 100px;
    }
    .logo{
        width: 125px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {

    /*banner sec*/
    .banner-sec {
        padding-top: 150px;
        padding-bottom: 40px;
    }
    .banner-sec .banner-details .banner-inner-content .banner-heading {
        font-size: 40px;
    }
    .banner-sec-two {
        padding-top: 150px;
        padding-bottom: 40px;
    }
    .banner-sec-two .banner-details .banner-inner-content .banner-heading {
        font-size: 40px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
 
    .banner-sec {
        padding-top: 180px;
        padding-bottom: 30px;
    }
    .banner-sec-two {
        padding-top: 180px;
        padding-bottom: 30px;
    }
}
@media (min-width: 991.99px) and (max-width: 1200px) {
    .get-app-sec .get-app-details .get-app-btn {
        padding: 20px 30px;
    }

}
.center{
    text-align: center;
}
.main-color{color: #fac81c;}

.color-white{
    color: #ffff;
}

img.logo {
    width: 150px;
    float: right;
}

.form-grid-halves {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.form-input {
    display: block;
    height: 48px;
    margin-bottom: 0px;
    padding: 10px 20px;
    border: 1px solid #ecebea;
    border-radius: 5px;
    -webkit-transition: border-color 200ms ease;
    transition: border-color 200ms ease;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
}

.form-group {
    margin-bottom: 12px;
 text-align: left !important;
}
.description{
    padding-top: 25px;
}
    .submit_button{
    background-color: #500d76;
    border: #500d76;
    color: #fff;
    color: #fff;
    border-radius: 5px;
    width: 100%;
    }
@import url('https://fonts.googleapis.com/css?family=Roboto');
/* offset-x > | offset-y ^| blur-radius | spread-radius | color */
 @keyframes pulse {
  0% {
   transform: scale(1, 1);
 }
  50% {
   opacity: 0.3;
 }
  100% {
   transform: scale(1.45);
   opacity: 0;
 }
}
 .pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

.program-name {
font-size: 30px;
color: #2b338c;
margin-top: 15px;
font-weight: bold;
}

.description-info{
    margin-top: 15px;
}
td, th {
    padding: 0px !important;
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #ffff;
  border-bottom: none;
  border-top: none;
  z-index: 1;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #bcbcbc;
  border-bottom: 1px solid #ffff;
  color: #fff;
  font-weight: bold;
}
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}
.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
    background: #ba108d;
  }
  .icon-bar a:hover {
    background-color: #f26ba3;
  }
  .title-sec-3{
      font-size: 25px;
      color: #500d76;
      font-weight: bold;
      line-height: 1.5;
  }
  .sub-title-sec-3{
    font-size: 20px;
    color: #e31d93;
    font-weight: bold;
  }
  .title-rondas{
    font-size: 20px;
    font-weight: bolder;
    color: #e31d93;
  }
  .footer-clean {
    padding:25px 0;
    background-color:#510c76;
    color:#4b4c4d;
  }
  .footer-clean h3 {
    margin-top:0;
    margin-bottom:12px;
    font-weight:bold;
    font-size:16px;
  }
  .footer-clean ul {
    padding:0;
    list-style:none;
    line-height:1.6;
    font-size:14px;
    margin-bottom:0;
  }
  .footer-clean ul a {
    color:inherit;
    text-decoration:none;
    opacity:0.8;
  }
  .footer-clean ul a:hover {
    opacity:1;
  }
  .footer-clean .item.social {
    text-align:center;
  }
  @media (max-width:767px) {
    .footer-clean .item {
      text-align:center;
      padding-bottom:20px;
    }
  }
  
  @media (max-width: 768px) {
    .footer-clean .item.social {
      text-align:center;
    }
  }
  .footer-clean .item.social > a {
    font-size:24px;
    width:40px;
    height:40px;
    line-height:40px;
    display:inline-block;
    text-align:center;
    border-radius:50%;
    border:1px solid #ffff;
    margin-left:10px;
    margin-top:22px;
    color:inherit;
    opacity:0.75;
  }
  .footer-clean .item.social > a:hover {
    opacity:0.9;
  }
  i.icon {
    color: #ffff;
}
  @media (max-width:991px) {
    .footer-clean .item.social > a {
      margin-top:40px;
    }
  }
  
  @media (max-width:767px) {
    .footer-clean .item.social > a {
      margin-top:10px;
    }
  }
  .logo-torneo-footer{
      width: 100px;
  }
  .logo-footer{
    width: 100px;
}

.card-body {
    background-image: linear-gradient( 
60deg
 , #ff7a89 0, #ff6e91 10%, #ff619a 20%, #ff54a2 30%, #ff48ac 40%, #f23cb5 50%, #e034bf 60%, #cb33ca 70%, #b137d5 80%, #923edf 90%, #6a46e9 100%);
    color: #fff;
    font-weight: bold;
}
p.card-text {
    text-align: center;
}
.card {
    border: none !important;
}
span.milmentes {
    font-size: 20px !important;
    font-weight: bold !important;
}

.banner-sec-two-demente {
    min-height: 335px;
    background-color: #500d76;
    border-bottom-left-radius: 15%;
    padding: 20px 0 25px 0;
}
label {
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px #858585;
}
p.desc-sec-3 {
    font-size: 10px;
    margin-bottom: 0px;
    font-style: italic;
}
h1.heading-form {
    font-size: 25px;
    color: #fff;
    text-align: center;
}