/* PROMOTORES */

.thePromotores .como-funciona-lista {
    list-style-type: none;
}

.thePromotores .como-funciona-lista li {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.thePromotores .como-funciona-lista .numeroContainer .numero {
    background-color: #FFFFFF;
    border: 1px solid #93CCC8;
    color: #93CCC8;
    padding: 6px;
    font-size: 24px;
    font-weight: 300;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.thePromotores #numero1,
.thePromotores #numero2 {
    margin: 0 0 4px;
}

.thePromotores #numero3 {
    margin: 0 0 8px;
}

.thePromotores .como-funciona-lista .numeroContainer .numero-lista {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 85%;
    font-size: 18px;
}

.centered-img {
    margin: 0 auto;
}

.thePromotores .light-text {
    font-weight: 100;
}

.thePromotores .saber-mas-wrapper{
    position: relative;
    padding: 20px;
    border: 1px solid #93CCC8;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.thePromotores .saber-mas-wrapper img{
    position: absolute;
}

.thePromotores .saber-mas-img{
    position: absolute;
    left: 50%;
    top: 1%;
    transform: translate(-50%, -50%);
}

.thePromotores .saber-mas-wrapper .normal-text{
    font-size: 18px;
    margin-top: 40px;
}

.thePromotores .saber-mas-wrapper .small-text{
    font-size: 14px;
    margin-top: 20px;
}

.thePromotores .promotor-certificado p {
    font-size: 16px;
}

.thePromotores .promotor-certificado ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    line-height: 40px;
}

.thePromotores .promotor-certificado ul li {
    font-size: 16px;
}

.thePromotores .promotor-certificado ul li i {
    color: #93CCC8;
    font-size: 20px;
    padding-right: 10px;
}

.thePromotores .grey-background {
    background-color: #eee;
}

.thePromotores .parallax-container {
    position: relative;
    overflow: hidden;
}

.thePromotores .parallax {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.thePromotores .parallax img {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.thePromotores #transparenciaVentajas {
    position: absolute;
    padding: 0;
    background-color: rgba(0,0,0,0.3);
}

.thePromotores .white-text {
    color: #fff!important;
}

.thePromotores #animatedCircles {
    display: flex;
    align-items: center;
}

.thePromotores #animatedCircles .white-circle-container {
    display: flex;
    justify-content: center;
}

.thePromotores #slickedCircles .white-circle-container {
    display: flex !important;
    justify-content: center !important;
}

.thePromotores .white-circle {
    background-color: #FFFFFF;
    border: 3px solid #93CCC8;
    border-radius: 50%;
    color: #696975;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center
}

.thePromotores .white-circle-text p {
    font-size: 16px;
}

.thePromotores .white-circle-text i {
    color: #91ccc9;
    font-size: 34px;
    margin-bottom: 10px;
}

.thePromotores .white-circle-text {
    padding: 20px;
}

.thePromotores #slick-slider-bigCircles .slick-dots {
    bottom: -40px;
}

.thePromotores #slick-slider-bigCircles .slick-dots li.slick-active button:before {
    color: #93CCC8;
}

.thePromotores #slick-slider-bigCircles .slick-dots li button:before {
    opacity: 1;
    color: #FFFFFF;
}

/* PARTNERS */

/* PARTNERS */

.thePartners .bloques-blancos-container {
    padding: 46px 15px 80px 15px;
}

.thePartners .bloques-blancos-container .bloque-blanco {
    margin-top: 80px;
}

.thePartners .bloques-blancos-container .bloque-blanco .bloque-blanco-content {
    background-color: #FFF;
    padding: 15px 15px 30px 15px;
    text-align: center;
}

.thePartners .bloques-blancos-container .bloque-blanco .bloque-blanco-content img {
    margin-top: -61px;
    margin-bottom: 30px;
}

.thePartners .bloques-blancos-container .bloque-blanco .bloque-blanco-content h4 {
    margin-bottom: 20px;
    font-weight: 100;
}

.thePartners .bloques-blancos-container .bloque-blanco .bloque-blanco-content p {
    font-size: 16px;
}

.flexible-sm {
    display: flex;
    align-items: center;
}

.thePartners .partners-nav {
    min-height: 0;
    background-color: #EEEEEE;
    /* añadido para forzar mejora visual */
    margin-top: 8px;
}

.thePartners .partners-nav .navbar-toggle.submenu{
    background-color: transparent;
    border-bottom: 1px solid #000;
}

.thePartners .partners-nav .navbar-collapse li a {
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
}

.thePartners .partners-nav .navbar-collapse li.active a {
    color: #91CCCB;
}

.thePartners .partners-nav .navbar-collapse {
    float: right;
}

.thePartners .faqs-partners .panel .panel-heading {
    padding-top: 0;
    padding-bottom: 0;
}

.thePartners .faqs-partners .panel .panel-body,
.thePartners .faqs-partners .panel .panel-body p {
    font-size: 16px;
    color: #666666;
}

.thePartners .faqs-partners .panel .primerafaq {
    border-top: 1px solid #ccc !important;
    padding-top: 5px !important;
}

.thePartners .faqs-partners .no-padding {
    padding: 0;
}

.thePartners .separador-80 {
    padding: 40px;
    width: 10px;
}

.thePartners .linea-separadora {
    border-bottom: 1px solid #CCC;
}

.thePartners .no-margin {
    margin: 0;
}

.thePartners .partnerForm {
    padding: 20px 5px;
}

.thePartners hr {
    border-top: 1px solid #CCC;
}

.thePartners .darkGrey-background {
    background-color: #696975;
    padding: 60px 0 90px 0;
}

.thePartners .darkGrey-background h2 {
    color: #FFFFFF;
}

.thePartners .botonContainer {
    padding: 30px 10px 25px 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.thePartners .biggerButton {
    padding-left: 80px;
    padding-right: 80px;
}

/* GENERALES */

.grey-background {
    background-color: #eee;
}



.parallax-container {
    position: relative;
    overflow: hidden;
}

.parallax {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.parallax img {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* MEDIA QUERIES */

@media (min-width: 1200px){
    .navbar-default .navbar-nav>li>a{ letter-spacing: 0; }
}

@media (min-width: 768px) and (max-width: 991px){

    .thePartners .botonContainer {
        flex-direction: column;
    }
}

@media (max-width: 767px){

    .thePartners .partners-nav {
        /* añadido para forzar mejora visual */
        margin-top: 0;
    }

    .thePartners .partners-nav .navbar-collapse {
        float: none;
    }

    .thePartners .botonContainer {
        flex-direction: column;
    }

    .flexible-sm {
        display: block;
    }
}
