
/* Hero Image */
.hero__image{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 0;
}

.hero__image:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.4)));
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
}
.hero__image__chaperon{
    border-radius: 1rem;
    overflow: hidden;
}
.hero__image__chaperon .hero__slide__text{
    max-width: 500px;
}
.hero__image__chaperon .hero__slide__text h1{
    font-weight: 600;
    font-size: 2.5rem;
}


.hero__slide__text{
    position: absolute;
    bottom: 8rem;
    color: #fff;
    max-width: 100%;
    right: 0;
    left: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    text-shadow: 0 3px 10px rgba(0,0,0,0.4);
}

.services__promises__item .services__promises__head svg{
    display: inline-block;
    margin-bottom: 6px;
    vertical-align: bottom;
}
.block__cobertura,
.block__clients__reviews,
.block__services__promises{
    padding-left: 2rem;
    padding-right: 2rem;
}
.block__cobertura .container-fluid , 
.block__clients__reviews .container-fluid , 
.block__services__promises .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.author__avatar{
    max-width: 32px;
    border-radius: 50%;
}

.block__cobertura {
    position: relative;
}
.block__cobertura.is__sand{
    background-color: #FFFCF8;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.block__cobertura.is__sand::before{
    content: none;
    display: none;
}
.block__steps h3{
    color: #3E3322;
    font-size: 3rem;
    font-weight: 700;
}
.block__steps .number__step b{
    font-weight: 700;
    font-size: 2.5rem;
}
.block__steps p b{
    font-size: 1.25rem;
}

.block__cobertura:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: -o-linear-gradient(left, #F7B267 -0.01%, #F25C54 99.99%);
    background: -webkit-gradient(linear, left top, right top, color-stop(-0.01%, #F7B267), color-stop(99.99%, #F25C54));
    background: linear-gradient(90deg, #F7B267 -0.01%, #F25C54 99.99%);
    opacity: 0.08;
    z-index: -1;
}
.block__cobertura .block__services__promises,
.block__cobertura .inner__site{
    padding-left: 0;
    padding-right: 0;
}
.block__cobertura.is__sand .inner__site{
    max-width: 960px;
}

.bnnr__cta{
    border-radius: 1rem !important;
    overflow: hidden;
    position: relative;
}
.bnnr__cta .inner__bnnr {
    position: absolute;
    left: 4rem;
    right: 4rem;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.bnnr__cta .title__bnr {
    color: #fff;
    max-width: 500px;
    font-size: 1.25rem;
    text-shadow: 0 3px 10px rgba(0,0,0,0.4);
} 
.bnnr__cta .btn__bnnr {
    width: 100%;
    max-width: 240px;
} 

.slide__review .splide__arrow{
    bottom: -1rem;
    top: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px;
    background-color: transparent;
}
.slide__review .splide__arrow svg {
    display: none;
}
.splide__arrow--prev{
    left: 30%;
    background-image: url('../img/icons/arrow__left.svg');
}
.splide__arrow--next{
    right: 30%;
    background-image: url('../img/icons/arrow__right.svg');
}
.splide__pagination__page{
    background-color: #F27059;
    height: 8px;
    opacity: 1;
    -webkit-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
    transition: all linear 0.25s;
}
.splide__pagination__page.is-active{
    background-color: #F79D65;
    width: 20px; 
    border-radius: 4px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}
.block__clients__reviews .splide__slide p{
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.block__clients__reviews .author__review {
    margin-bottom: 2.5rem;
}
.services__promises__head .icon__services{
    background-color: #fff;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.btn__post__favorit{
    cursor: pointer;
    transition: fill 0.3s;
}

.btn__post__favorit.is__active path {
    fill-rule: evenodd;
    clip-rule: evenodd;
    d: path("M11.275 21.3282C10.325 20.636 2 14.4482 2 9.19194C2 5.82454 4.675 3.08105 7.95833 3.08105C9.49167 3.08105 10.9167 3.66223 12 4.69638C13.0833 3.66223 14.5083 3.08105 16.0417 3.08105C19.325 3.08105 22 5.82454 22 9.20048C22 13.9952 13.7083 20.5761 12.7583 21.3111C12.5333 21.4821 12.2667 21.5675 12 21.5675C11.7417 21.5675 11.4917 21.4821 11.275 21.3282Z");
    fill: #F4845F;
}

.card__grid__preferences {
    border-radius: 1rem;
  }
  .card__grid__preferences {
    border: 1px solid #e7e9ec;
    cursor: pointer;
    color: #3e3322;
    -webkit-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
    transition: all linear 0.25s;
  }
  .card__grid__preferences p {
    text-align: center;
  }
  .card__grid__preferences:hover,
  .card__grid__preferences:active,
  .card__grid__preferences.active {
    border: 1px solid #f27059;
    color: #f27059;
  }
  .title__subsection {
    font-size: 1.25rem;
    color: #3e3322;
    font-weight: 700;
    margin-bottom: 1rem;
  }
  
  .card__grid__preferences svg path,
  .card__grid__preferences svg path,
  .card__grid__preferences svg path {
    -webkit-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
    transition: all linear 0.25s;
  }
  .card__grid__preferences:hover svg path,
  .card__grid__preferences:active svg path,
  .card__grid__preferences.active svg path {
    fill: #f27059;
  }


@media screen and (min-width: 768px){
    .bnnr__cta .title__bnr {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 767px){

    .bnnr__cta .inner__bnnr{
        width: 100%;
        padding-left: 2rem;
        padding-right: 2rem;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        padding-top: 2rem;
        padding-bottom: 2rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -ms-flex-line-pack: center;
            align-content: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }
    .block__cobertura .btn-primary{
        width: 100%;
    }
    .hero__image__chaperon{
        border-radius: 0;
    }
    .block__steps h3{
        font-size: 1.25rem;
        margin-bottom: 2rem;
    }
    .block__steps .number__step b{
        font-size: 2rem;
    }
    .block__steps p b{
        font-size: 1rem;
    }
}