body {
    font-family: 'Raleway', sans-serif;
    /* font-family: 'Caviar Dreams', sans-serif;
    font-weight:normal; */
}

img {
    max-width: 100%;
}

h2 {
    font-size: 35px;
    line-height: 1.2;
    font-weight: 300;
    color: #17171b;
    font-family: 'Raleway', sans-serif;
}

h3 {
    font-size: 25px;
    line-height: 1.2;
    font-weight: 300;
    color: #17171b;
    font-family: 'Raleway', sans-serif;
}

.section {
    padding: 70px 0;
}

.btnAsencob {
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #e8e8e8;
    border: 1px solid #ef8d2d;
    border-radius: 10px;
    outline: none;
    background: linear-gradient(45deg, #17171b, #17171b, #17171b);
    background-size: 200% 200%;
    box-shadow: 5px 5px 0 #ef8d2d;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 10px 30px;
    font-family: 'Caviar Dreams', sans-serif;
    font-weight: bold;
}

.btnAsencob i {
    opacity: 0;
    font-size: 0px;
    transition: all .4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.btnAsencob:hover {
    animation: gradient 10s ease infinite;
    font-size: 14px;
    color: #fff;
    box-shadow: 2px 2px 0 #fec200;
}

.btnAsencob:hover i {
    opacity: 1;
    font-size: 14px;
    margin-left: 10px;
}

.btnAsencob a {
    color: #fff;
    text-decoration: none;
    position: relative;
}


@keyframes gradient {
    50% {
        background-position: 100% 0;
    }
}

.ppal {
    /* background: url(../img/bg-telefono.png) no-repeat right bottom, #fff url(../img/shape-1.png) no-repeat center; */
    background: linear-gradient(to right, #000000b3, transparent 85%), #fff url(../img/bg-asencob-nuevo.jpg) no-repeat center;
    background-size: cover;
    height: 105vh;
    position: relative;
    overflow: hidden;
    z-index: 1;
    align-items:center
}

.ppal::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/shape-banner1.png) no-repeat left top;
    background-size: auto;
    z-indeX: -1;
}

/* SEPARADOR SHAPE */
.custom-shape-divider-bottom-1731337167 {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom-1731337167 svg {
    position: relative;
    display: block;
    width: calc(182% + 1.3px);
    height: 90px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1731337167 .shape-fill {
    fill: #FFFFFF;
}
/* FIN SEPARADOR SHAPE */

.bg_asencob .content_video {
    width: 100%;
}


header {
    padding: 20px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.logo img {
    max-width: 200px;
}

h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 45px;
    line-height: 1;
    color: #fff;
    /* margin-top: 250px; */
}

.ppal p {
    font-size: 22px;
    color: #ffff;
}

.video_asencob {
    background: #f8f8f9;
}

.video_asencob .row>.col-sm:last-of-type {
    padding: 50px;
}

.img_video_asencob {
    padding: 0 50px;
}

.tit_dest {
    color: #17171b;
    font-weight: 800;
}

.tit_dest span {
    font-family: 'Adelia', cursive;
    /* font-size: 90%; */
}

.box_checks {
    gap: 3%;
    margin: 30px 0;
    padding-right: 80px;
}

.item_check {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 48%;
    line-height: 1.2;
    margin-bottom: 20px;
    font-size: 18px;
}

.item_check i {
    color: #d96262;
}

.servicio {
    position: relative;
    z-index: 1;
    padding-top: 0;
}

.servicio .tit_dest {
    font-size: 40px;
}

.forma_separador {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.separador_forma {
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    background: #f4fafb;
    border-radius: 0 0 80% 0;
    z-index: -1;
}

.card_box {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    text-align: center;
    box-shadow: 0 0 10px #5d8aa626;
    height: 100%;
    justify-content: space-around;
    transition: all .4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.icono {
    background-color: #ef8d2d;
    outline: 2px dashed #5d8aa640;
    outline-offset: 7px;
    border-radius: 50%;
    padding: 10px;
    transition: all .4s cubic-bezier(0.075, 0.82, 0.165, 1)
}

.icono img {
    width: 50px;
}

.card_box h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 1.1;
}

.card_box:hover {
    transform: translateY(-7px);
}

.card_box:hover .icono {
    background-color: #17171b;
}

.card_box .btnAsencob {
    /* background: #d96262; */
    font-size: 12px;
    padding: 7px 20px;
}

.impacto {
    position: relative;
    z-index: 1;
    padding-bottom: 200px;
    background-color: #f8f8f9;

}

.impacto h2 {
    margin-bottom: 100px;
}

.impacto .row>.col-sm:last-of-type {
    padding-left: 50px;
}

.boxes_impacto {
    gap: 5%;
}

.boxes_impacto .card_box {
    width: 45%;
    margin-bottom: 30px;
    padding: 30px;
    align-items: flex-start;
    text-align: left;
}

.boxes_impacto .card_box:first-of-type {
    margin-top: -30px;
}

.boxes_impacto .card_box:nth-child(2) {
    margin-top: 30px;
}

.boxes_impacto .card_box:nth-child(3) {
    margin-top: -30px;
}

.img_asencob_servicio {
    border-radius: 10px;
}

.boxes_impacto .icono {
    position: relative;
    padding: 0;
    background-color: transparent;
    /* width:120px;
    height:120px; */
    z-index: 1;
    /* padding-left:10px; */
    padding-top: 10px;
    outline: none;
}

.boxes_impacto .card_box:hover .icono {
    background: none;
}

.boxes_impacto .icono svg:not(.svg_sombra) {
    opacity: .4;
}

.boxes_impacto .icono .svg_sombra {
    position: absolute;
    top: 0;
    left: 0;
    padding-right: 5px;
    /* z-index:-1; */
}

.num {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.separador_felicity {
    position: absolute;
    bottom: 0px;
    z-index: -1;
    width: 100%;
}

.video {
    padding-top: 0;
    background: #04adbf;
    position: relative;
    z-index: 1;
    margin-top: 0;
}

.content_info_video {
    padding-left: 20px;
}

.video h3 {
    font-size: 20px;
    line-height: 1.5;
    /* font-weight:bold; */
}

.video h3 span {
    font-family: 'Adelia', cursive;
}

.implementacion {
    background: url(../img/bg-lineas-felicity.png) no-repeat center;
    background-size: cover;
}

/* .implementacion h2 {
    font-size:30px;
} */

.implementacion p {
    font-size: 20px;
}

/* .clientes {
    background: url(../img/bg-cohete-felicity.png) no-repeat 120% 180%;
    background-size: 50%;
    padding-bottom: 100px;
} */
.clientes .tit_dest {
    padding: 0 10%;
}

.clientes h3 {
    font-weight: 900;
}

/** logos slick **/
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/** fin logos **/

.box_testimonios {
    background: #fff;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
    box-shadow: 0 0 10px #5d8aa626;
}

.img_testimonio {
    padding: 30px 30px 0;
}

.testimonio_info {
    padding: 0 30px 30px;
    background-color: #f4fafb;
    gap: 20px;
}

.testimonio_info h3 {
    font-size: 17px;
    font-weight: bold;
}

.testimonio_info i {
    color: #fec200;
}

.testimonio_info p {
    color: #5d8aa6;
    font-size: 18px;
}

.contacto {
    /* background: linear-gradient(to right, #fff 45%, #04adbf 45%) no-repeat; */
    background-color: #f8f8f9;
    position: relative;
    z-index: 1;
}

.contacto .col-sm {
    padding: 0 30px;
}

/* .path_vert {
    clip-path: polygon(30% 0, 0 0, 0 100%);
    background-color:#fff;
    position:absolute;
    height:100%;
    width: 50%;
    top:0;
    left:44.99%;
    z-index: -1;
} */

/* .flex_contacto {
    flex-direction: row-reverse;
} */

.content_form {
    padding: 50px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #eaeaea;
}

.contacto .accordion-item {
    border: 0;
    margin-bottom: 10px;
}

.contacto .accordion-body {
    background: #f4fafb;
    padding: 30px 20px;
    font-size: 18px;
}

.contacto .accordion-button {
    background-color: #17171b;
    color: #fff;
}

.contacto .accordion-button:not(.collapsed) {
    background-color: #ef8d2d;
}

footer {
    background-color: #f4fafb;
    padding: 0 0 30px;
}

footer img {
    max-width: 200px;
}

footer a {
    color: #d96262;
}

.gracias {
    background: linear-gradient(to bottom, #282828bd, #282828f0), url(../img/bg-asencob-ppal.jpg) no-repeat center center;
    background-size: cover;
    /* height: 100vh; */
}

.texto_gracias_content {
    padding: 0 10%;
}

.gracias h1 {
    font-size: 20px;
}

.gracias h1 span {
    display: block;
    font-size: 40px;
}

.gracias .d-flex img {
    width: 300px;
}

.texto_gracias {
    padding: 0 40px;
}

@media (max-width: 767px) {
    .ppal {
        background: linear-gradient(to bottom, #17171bb5 20%, #17171bb5 80%), #fff url(../img/bg-asencob-ppal2.jpg) no-repeat center;
        background-size: cover;
        height: 120vh;
        align-items: flex-end;
        padding-top: 150px;
        padding-bottom: 150px;
        background-position: 60% center;
    }

    h1 {
        font-size: 40px;
    }

    .ppal .col-sm:first-of-type,
    .video_asencob .col-sm:first-of-type,
    .video .col-sm:first-of-type,
    .contacto .col-sm:first-of-type {
        margin-bottom: 35px;
    }

    .logo {
        display: flex;
        justify-content: center;
    }

    h2.tit_dest {
        font-size: 30px;
    }

    .box_checks {
        padding-right: 0;
    }

    .btn_flex {
        display: flex;
        justify-content: center;
    }

    .servicio .col-sm {
        padding: 0 30px;
        margin-bottom: 30px;
    }

    .impacto .row>.col-sm:last-of-type {
        padding-left: 30px;
        padding-right: 30px;
    }

    .boxes_impacto .card_box {
        width: 100%;
    }
    
    .img_asencob_servicio {
        display:none;
    }

    .boxes_impacto .card_box:first-of-type,
    .boxes_impacto .card_box:nth-child(2),
    .boxes_impacto .card_box:nth-child(3) {
        margin: 0 0 30px;
    }

    .clientes .tit_dest {
        padding: 0;
    }

    .clientes .row:last-of-type .col-sm {
        padding: 0 30px;
    }

    .clientes .row:last-of-type .col-sm {
        margin-bottom: 30px;
    }

    .content_form {
        padding: 20px;
    }

    /* .ppal .col-sm:first-of-type .btnAsencob {
        display:none;
    }

    .ppal .col-sm:last-of-type .btnAsencob {
        display:flex;
    }*/
}