/* CSS Document */
body {font-family: 'Raleway', sans-serif; }
html {scroll-behavior: smooth;}

#pre-header { background: #fbb90c; height: 50px; color: #fff; padding-top: 12px}
#header {height: 90px; padding-top: 12px}
.logo-activa { width: 300px; padding-top: 18px}
.logo-activa-mb { width: 300px; padding-top: 30px}

.mini-menu-top {}
.mini-menu-top ul { list-style: none; float: right; margin-top: 20px}
.mini-menu-top li { display: block; float: left}
.mini-menu-top li a { text-decoration: none; padding: 10px 0 10px 10px; color: #555555; cursor: pointer; font-size: 14px; font-weight: 600}
.mini-menu-top li a:hover { color: #c14b95}
.rrss-icon { width: 27px; height: 27px; }
.canjea-aj {line-height: 30px}

/*RRSS en footer*/
.rrss-footer ul { list-style: none; margin: 0; padding: 0}
.rrss-footer li { display: block; float: left}
.rrss-footer li a { text-decoration: none; padding: 10px 10px 10px 0; color: #555555; cursor: pointer; font-size: 14px; font-weight: 600}
.rrss-footer li a:hover { color: #c14b95}


/*Slider principal*/

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 17px;
    height: 17px;
    padding: 0;
    margin-right: 6px;
    margin-left: 6px;
    text-indent: -999px;
    cursor: pointer;
    background: none;
    background-clip: padding-box;    
    border: #ffffff solid 2px;
    transition: opacity .6s ease;
    border-radius: 50%;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: left;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 2rem;
    margin-left: 7%;
    list-style: none;
}

.carousel-indicators .active {
     border: #e91388 solid 2px;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 5rem;
    left: 7%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
}

.carousel-caption h5 { font-weight: 900; color: #fff; font-size: 60px; line-height: 58px } /*font-size: 60px5*/
.carousel-caption p { font-weight: 600; color: #fff; font-size: 27px; line-height: 25px; margin-top: 2% } 

.naranja {background: #f37042}
.amarillo { background: #fbb90c}
.rojo { background: #f04f5b}
.violeta { background: #d13d98}

.t-naranja {color: #f37042}
.t-amarillo { color: #fbb90c}
.t-rojo { color: #f04f5b}
.t-violeta { color: #d13d98}

.bold { font-weight: 700}
.black { font-weight: 800}

#accesos-activa { margin-top: 30px; margin-bottom: 30px }

.acceso {-webkit-border-radius: 0px 0px 20px 20px; -moz-border-radius: 0px 0px 20px 20px; border-radius: 0px 0px 20px 20px; padding: 30px 30px 30px 30px}
.acceso h1 { color: #fff; font-size: 33px; line-height: 33px; font-weight: 300; padding-bottom: 80px}
.pad-acceso {padding: 0 16px}

.btn-ingresar-naranja {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    padding: 4px 0 0 0;
    font-size: 18px;
    color: #f37042;
    background: #FFFFFF;
    height: 40px;
    width: 90%;
    margin-right: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-weight: bold;
    text-decoration: none
}

.btn-ingresar-naranja:hover { background: #bf5834; text-decoration: none; color: #ffffff; border: #505B6A}

.btn-ingresar-amarillo {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    padding: 4px 0 0 0;
    font-size: 18px;
    color: #edad0d;
    background: #FFFFFF;
    height: 40px;
    width: 90%;
    margin-right: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-weight: bold;
    text-decoration: none
}

.btn-ingresar-amarillo:hover { background: #c6900b; text-decoration: none; color: #ffffff; border: #505B6A}

.btn-ingresar-rojo {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    padding: 4px 0 0 0;
    font-size: 18px;
    color: #f04f5b;
    background: #FFFFFF;
    height: 40px;
    width: 90%;
    margin-right: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-weight: bold;
    text-decoration: none
}

.btn-ingresar-rojo:hover { background: #cb434d; text-decoration: none; color: #ffffff; border: #505B6A}

.btn-ingresar-violeta {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    padding: 4px 0 0 0;
    font-size: 18px;
    color: #d13d98;
    background: #FFFFFF;
    height: 40px;
    width: 90%;
    margin-right: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-weight: bold;
    text-decoration: none
}

.btn-ingresar-violeta:hover { background: #ac327d; text-decoration: none; color: #ffffff; border: #505B6A}

.fondo-banners { background: #cccccc}
.banner { padding: 10px 10px}


/*Footer*/
#footer {background: rgb(242,106,115);background: linear-gradient(72deg, rgba(242,106,115,1) 9%, rgba(252,193,51,1) 95%); padding-top: 20px; padding-bottom: 60px}
#footer a { text-decoration: none; color: #ffffff; cursor: pointer; font-size: 14px}
#footer a:hover {color: #81442c}
.logo-footer { width: 200px}
.espacio-footer { padding: 20px 0 20px 15px}
.titulos-footer { text-transform: uppercase; font-weight: bold; color: #fff; margin-bottom: 0}
.legales { margin-top: 10px; text-align: center;}
.legales p { margin: 0 auto; font-size: 12px; color: #fff; }

#form-ok { padding-top: 30px; padding-bottom: 100px}
#form-ok label,#captcha label { font-size: 18px; color: #343434; font-weight: 600 }
#form-ok .form-control,#captcha .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #343434;
    background: rgb(247,168,172);
    background: linear-gradient(72deg, rgba(247,168,172,1) 9%, rgba(253,218,135,1) 95%);
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: none;
    height: 40px;
}

.button-form {
  background-color: #d21789;
  border: none;
  color: #ffffff;
  padding: 15px 60px;
  text-align: center;
  line-height: 21px;	
  text-decoration: none;
  display: inline-block;
  font-size: 21px;
  font-weight: 900;
  border-radius: 50px;
  width: 100%; 
  margin-top: 20px
}

.button-form:hover {color: #fbb90c; background: #a41f8b}

#central h2 { font-size: 40px; color: #d13d98; font-weight: 400; margin-top: 40px}

.mensaje { padding-bottom: 120px}

.select-atc {
    background-image: url(../img/flechas.svg);
    background-repeat: no-repeat;
    background-position: right;
}

.terminos { margin-bottom: 50px}
.terminos h3 {font-size: 18px; font-weight: bold; margin-top: 15px}

.asterisco { font-size: 12px; color: #2A2A2A}


/*##############################################################################################*/
/*##############################################################################################*/
/*##############################################################################################*/
/*##############################################################################################*/
/*##############################################################################################*/
/*##############################################################################################*/
@media (max-width: 1024px){
.carousel-caption {position: absolute; right: 15%; bottom: 5rem; left: 7%; padding-bottom: 1.25rem;color: #fff;text-align: left;}
.carousel-control-next-icon {display: none}

}


/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 768px) {
.carousel-caption h5 { font-weight: 900; color: #ffffff; font-size: 30px; line-height: 30px; padding-left: 15px } /*font-size: 60px5*/
.carousel-caption {position: absolute; right: 20px; bottom: 0.30rem; color: #fff; text-align: left;}
.carousel-indicators {display: none}
#header {height: 100px; padding-top: 5px; position: relative}
.espacio-footer { padding: 20px 0 20px 10px}
.legales { text-align: left; margin-top: 20px}
.legales p {width: 100%; font-size: 11px}
.btn-ingresar-naranja { width: 100%}
.btn-ingresar-amarillo { width: 100%}
.btn-ingresar-rojo { width: 100%}
.btn-ingresar-violeta { width: 100%}
}

// X-Small devices (portrait phones, less than 576px)
@media (max-width: 575.98px) {
}

//*Medium devices (tablets, 768px and up)*/
@media (max-width: 992px) {
.espacio-footer { padding: 20px 0 20px 15px}
.legales { text-align: left; margin-top: 20px}

}

/*@media (max-width: 1024px){
     h1 {font-size: 64px; line-height: 64px;}
}*/


//*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

}

//*X-Large devices (large desktops, 1200px and up)
*//
@media (min-width: 1200px) { }

//*XX-Large devices (larger desktops, 1400px and up)
*/
@media (min-width: 1400px) {  }



