@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1400px;
    }
}
body{
    font-family: "Quicksand", sans-serif;
    font-size: 20px;   
    color: #000000;
}
label{
    font-family: "Quicksand", sans-serif;
    font-size: 16px;   
    font-weight: 700;
    
}
form{
    background-color: #FFF;
    border-radius: 17px;
}
#btn_activar{
    width: 100%;
    background-color: #FF4200;
    border-color: #E2E2E2;
    border-radius: 3px;
    border-width: 1px;
}
.politicas{
    font-size: 10px;   
    color: #2D2D2D!important;
}

#check {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 9px;
}

.header-title{
    font-size: 40px;   
    color: #FFF;
}
.text-shadow{text-shadow: 0 0 10px #05B9F0, 0 0 20px #05B9F0;}
.box-shadow{box-shadow: 0 0 10px #05B9F0, 0 0 20px #05B9F0;}
.demibolt{
    font-weight: 600;
    color:#05B9F0;
}
.conte{
    display: flex;
    flex-direction: column-reverse; /* Invierte el orden de los hijos */
}
.acceder-title{
    font-family: "Montserrat", sans-serif;
    font-size: 20px;   
    font-weight: 700;
}

p {
    margin-bottom: 0;
}
#capsulas p{
    font-size: 16px; 
}
.no-se-quede-atras{
    /*background-image: url("../img/no-se-quede-atras.jpg");
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    background-size: cover;
    */
}
#header{
    background-image:url("../img/header-deskop.jpg");
    background-color:#FFF;
    background-position: top left;
    background-repeat:no-repeat;
    background-size:cover;
}
#ponentes{
    background-image:url("../img/Group-48745.svg");
    background-color:#FFF;
    background-position: top left;
    background-repeat:no-repeat;
    background-size:cover;
    
}
#info{
    background-color:#FFF;
}
#capsulas{
    border-color:red;
    box-sizing: border-box;
    border: 1px solid;
    border-radius: 20px;
    border-color:#05B9F0;
    height:unset;
    /*border: 5px solid transparent;*/ /* Asegura el ancho del borde, pero lo hace transparente */
    /*border-image: linear-gradient(to bottom right, #05B9F0, #F1F1F1) 1;*/
    /*border-image-slice: 1;*/
}

.flag-title-3{
    background-color: #05B9F0;
    background-position: center;
    background-repeat:no-repeat;
    background-size:contain;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;   
    font-weight: 700;
    color: #fff;
}
.flag-title-2{
    background-image:url("../img/flag-2.png");
    background-position: center;
    background-repeat:no-repeat;
    background-size:contain;
    width: 500px;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;   
    font-weight: 700;
    color: #fff;
}
.flag-title{
    background-image:url("../img/flag.png");
    background-position: center;
    background-repeat:no-repeat;
    background-size:contain;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;   
    font-weight: 700;
    color: #fff;
    width: 348px;
    /*height: 40px;*/
    /*background: #05B9F0;*/
}
h3{
   text-transform: uppercase;
   font-family: "Quicksand", sans-serif;
   font-weight: 700;
   font-size: 30px;
   color:#7536F0;
}
.no-se-quede-atras p{
    font-family: "Quicksand", sans-serif;
    font-weight: 400;
    font-size: 20;
 }
.ponentes-img{
    height:330px!important
}
#footer{
    font-size: 16px;
    min-height: 80px;
    background-color: #7536F0;
    color: #FFF;
}

#participacion{
    height: 80px;
    background-color: #7536F0;
}
#reserve-su-lugar-ahora{
    border: 0px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    border-radius: 5px;
    border-color: unset;
    background-color: #FF4200;
    height: 60px;
    width: 100%;
}
@media (min-width: 1200px) { /* o el breakpoint que definas como LG */
    #reserve-su-lugar-ahora{
        width: 400px;
    }
    #capsulas{
        height:120px;
    }
  }

#politicas-footer{
    color: aliceblue;
    text-decoration: none;
}

.purple{
    
}
.orange{
    background-color: #FF4200;
}

.form-group {
    margin-bottom: 0.5rem;
  }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #54575e;
    border-color: #54575e;
    background-color: #c545af;
  }
  input.error {
    border-bottom: 2px solid #db0080 !important;
  }
  select.error {
    border-bottom: 2px solid #db0080 !important;
  }
  label.error { 
    display: none !important;
  }
  .demo input[type="checkbox"].error + label span {
    background: url(../img/check.png);
    background-size: cover;
  }
  .checkbox label, .radio label {
    font-size: 12px;
    font-weight: 300;
  }
  .form-control::-moz-placeholder {
    color: #54575e;
  }
  .form-control:-ms-input-placeholder {
    color: #54575e;
  }
  .form-control::-webkit-input-placeholder {
    color: #54575e;
  }
  .loader {
    width: 45px;
    height: 45px;
    border: groove 14px #007bff;
    margin: 0 auto;
    border-radius: 100%;
    animation-name: turn;
    animation-duration: 1.5s;
    animation-play-state: running;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: normal;
  }
  @keyframes turn {
    from {
      transform: rotateZ(0deg);
    }
    to {
      transform: rotateZ(-360deg);
    }
  }
  .sube {
    animation-name: sube;
    animation-duration: 3.6s;
    animation-play-state: running;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
  }
  .baja {
    animation-name: baja;
    animation-duration: 3.6s;
    animation-play-state: running;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
  }
  @keyframes baja {
    from {
      margin-top: -10%;
    }
    to {
      margin-top: 15%;
    }
  }
  @keyframes sube {
    from {
      margin-top: 20%;
    }
    to {
      margin-top: -10%;
    }
  }