
.feature-box .feature-box-info {
    padding-left: 0px !important; 
}

@media(max-width:536px){
#conditions p, #policy p{
    text-align: left !important;
}
}

.p-reto{
    color: white;
    font-size: 1.5rem;
    line-height: 2.2rem;
  }

  .img-reto{
    width: 100%;
    object-fit: cover;
  
    margin-bottom: 2rem;
    cursor: pointer;
  }


#conditions p, #policy p{
    text-align: justify;
    }

/* Style the video: 100% width and height to cover the entire window */
#myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
  }
  
  /* Add some content at the bottom of the video/page */
  .content {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
   height: 100%;
   left: 0;
   top:0
  }

  html .text-color-light, html .text-light{
      text-align: center;
          font-weight: 600 !important;
  }
.img-fluid{
    max-width: 100%;
    height: auto;
    display: block;
   margin-left: auto !important;
   margin-right: auto !important;
    object-fit: cover;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

p{
    font-size: 17px;
}


@media (max-width: 575px){
    p{
        font-size: 14px;
    }
}

.title-h1{
    color: #FFFF00 !important;
}

.p-reto-info{
    color: white;
    font-size: 1.2rem;
    text-align: left;
}

.bg-color-primary, .bg-primary, .btn-primary {
    background: linear-gradient(45deg, rgb(1, 108, 247) 0%, rgba(35,81,237,1) 100%) !important;
}

.bg-primary-bg{
background: linear-gradient(96deg, #01AAFF 0%, #2351ED 93% 45%) !important;
}

.btn-yellow{
    background: linear-gradient(45deg, rgb(1, 108, 247) 0%, rgba(35,81,237,1) 100%) !important;
    color: rgb(255, 255, 255);
    font-weight: 900;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.05)!important;
    border: 1px solid hsla(0,0%,100%,.125)!important;
}

.btn .btn-yellow:hover {
    color: #ffffff;
}

.overlay:before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: #111111;
    opacity: 0;
    pointer-events: none;
    transition: ease opacity 300ms 100ms;
}


.quadrado {
    animation: crescendo 2.5s alternate infinite ease-in;
  }
  
  @keyframes crescendo {
    0%   {transform: scale(.98);}
    100% {transform: scale(1.2);}
  }

 #btn-shoping:hover {
    color: #FFEB3B !important;
}

#btn-shoping {
    font-size: 1.1rem !important;
    transition: all .5s ease;
}