.block-texto-azul .image,
.block-texto-azul .image-right{
    bottom: auto;
    /*position: fixed;*/
    top: 0;
    height:700px
}
/*.site-inner{
    margin-top: 0 !important
}*/

.block-texto-azul{
    padding-top: 80px;
    position: relative;
}
.logos-patrocinadores{
    position: relative;
    z-index: 1001
}
.block-texto-azul .button-arrow{
    background-color: transparent;
    padding: 0;
    color: white;
    text-transform: none;
}
.block-texto-azul .tipo-marato{
    line-height: 1;
    margin-bottom: 0;
}
.entrenamiento_1,
.entrenamiento_3{
    border-right: 1px solid white;
}
.single-entrenamiento{
    margin-bottom: 40px;
}
.entrenamiento_1 .control,
.entrenamiento_3 .control{
    padding-right: 10px;
}
.entrenamiento_2 .control,
.entrenamiento_4 .control{
    padding-left: 10px;
}
.control-image{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 45%;
    background-size: cover;
    background-position: center top;
}
.carousel-cell{
    width: 100%
}
.flickity-button {
    background: transparent;
    color: white;
}
.flickity-button:hover {
    background: transparent;
    cursor: pointer;
}
.carousel-cell .image img{
    width: 100%
}

.coach-section h2{
    margin-bottom: 45px;
}
.coach-section .image img{
    margin-bottom: 20px;
}
.coach-section .image p{
    font-size: 12px;
}
.coach-section .text {
    padding-left: 10px;
}
.coach-section .text .first{
    border-bottom: 1px solid #009DE0;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.coach-section .text .first a{
    color: #0496FF;
}
.coach-section .text .first li{
    padding-left: 15px;
    position: relative;
    font-family: 'Sohne Breit';
}
.coach-section .text .first li:before{
    content: '';
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 3px;
    width: 3px;
    height: 3px;
    border-radius: 999em;
    background-color: #009DE0;
}

.button-arrow.boton-azul{
    padding: 18px 48px;
    font-size: 14px;
    background-color: #009DE0;
    color: white !important;
}

.entrenamiento-section .bloque{
    border-bottom: 1px solid #009DE0;
    padding-top: 30px;
}

.entrenamiento-section .control-1 {
    margin-top: 35px;
    margin-bottom: 35px;
}

.coach-section{
    padding-bottom:0px;
}
.entrenamiento-section{
    padding-top: 0px;
    padding-bottom: 0px;
}

.entrenamiento-section .bloque:nth-child(odd){
    background-color: #009DE0;
    border-bottom-color: #ffffff;
}

.entrenamiento-section .bloque:nth-child(odd) .title-secondary,
.entrenamiento-section .bloque:nth-child(odd) .first{
    color:#ffffff;
}
.entrenamiento-section .bloque:nth-child(odd) .button-arrow.boton-azul{

    background-color: #ffffff;
    color: #009DE0 !important;
}
@media only screen and (max-width:991px) {
    .entrenamiento-section .image{
       margin-bottom:50px;
    }
    .block-texto-azul .image-right,
    .block-texto-azul .image,
    .control-image{
        position: relative;
        display: block;
        height: 295px;
        bottom: auto;
        width: 100%;
        background-position: center;
    }
    .block-texto-azul .image,
    .block-texto-azul .image-right{
        background-position: center top;
        /*margin-top: 70px;*/
        position: relative !important;
    }
}


@media only screen and (max-width:767px) {
    .entrenamiento_1,
    .entrenamiento_3{
        border: 0;
    }
    .entrenamiento_1 .control,
    .entrenamiento_3 .control{
        padding-right: 0;
    }
    .entrenamiento_2 .control,
    .entrenamiento_4 .control{
        padding-left: 0;
    }
}
@media only screen and (max-width:575px) {

    .coach-section .text {
        padding-left: 10px;
    }

}