body {
    font-family: 'Poppins', sans-serif;
}

.container {
    max-width: 1140px;
}

img {
    max-width: 100%;
}

.btn.btnSenaliza {}

.section {
    padding: 70px 0;
}

/** BOTON ANIMADO **/

.click-btn {
    display: flex;
    width: 90%;
    max-width: 200px;
    height: 40px;
    justify-content: center;
    align-items: center;
    margin: 0.5rem;
    line-height: 35px;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    transition: all 0.35s;
    box-sizing: border-box;
    font-weight: 500;
}

.btnITshop {
    position: relative;
    background-color: #ff0058;
    border-color: #ff0058;
    color: #fff;
    overflow: hidden;
}

.btnITshop span {
    position: relative;
    left: -0.5em;
    transition: all 0.25s;
}

.btnITshop::before,
.btnITshop::after {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.33);
    transition: all 0.25s;
    color: #fff;
}

.btnITshop::before {
    width: 25px;
    content: "\f054";
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "FontAwesome";
    font-size: 10px;
    font-weight: bold;
    text-indent: 5px;
    border-radius: 50% 0 0 50%;
    z-index: 1;
}

.btnITshop::after {
    width: 100%;
    transform: translate(100%, 0);
    content: attr(data-hover);
    text-align: left;
    text-indent: 8px;
}

.btnITshop:hover {
    border-color: rgba(223, 183, 148, 0.73);
}

.btnITshop:hover span {
    left: -100%;
}

.btnITshop:hover::before {
    right: 70%;
}

.btnITshop:hover::after {
    right: 70%;
}

.btnITshop.btnBlaSenalink {
    background-color: #fff;
    border-color: #fff;
    color: #ff0058;
}

.btnITshop.btnBlaSenalink::before,
.btnITshop.btnBlaSenalink::after {
    background-color: rgba(14, 158, 255, 0.33);
    color: #ff0058;
}

/** FIN BOTON ANIMADO **/


.text_cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 50px 20% 0;
}

header {
    position: absolute;
    width: 100%;
    background: transparent;
    padding: 20px 0;
    border-top: 10px solid #002264;
}

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

.ppal {
    background: linear-gradient(21deg, #00000057 20%, transparent 70%), url(../img/banner-header.jpg) no-repeat center;
    background-size: cover;
    min-height: 90vh;
    display: flex;
    align-items: flex-end;
}

.ppal>.container>.row {
    height: 100%;
}

h1 {
    font-weight: 800;
    font-size: 40px;
    /* text-transform: uppercase; */
    color: #fff;
}

.ppal p {
    color: #fff;
    font-size: 18px;
}

.wrap_form {
    position: relative;
}

.ppal .content_form {
    position: absolute;
    width: 100%;
    left: 0;
    top: -450px;
}

.iconos_init {
    gap: 20px;
}

.iconos_init .icono_init {
    flex-direction: column;
    display: flex;
    align-items: center;
}

.iconos_init .icono_init img {
    width: 50px;
    margin-bottom: 15px;
}

.iconos_init .icono_init h5 {
    color: #fff;
    font-size: 16px;
}


.color_bg {
    background-color: #002157;
    padding: 0;
}

h2 {
    color: #fff;
    /* text-transform: uppercase; */
    font-weight: 700;
}

.content_gif {
    padding: 0 50px;
}

.tit_gif {
    margin-top: 150px;
}

.servicio_tecnico {
    background: linear-gradient(24deg, #000000, transparent), url(../img/partner-tecnologico.jpg) no-repeat center;
    background-size: cover;
    padding: 70px 0;
}

.servicio_tecnico h2 {
    margin-bottom: 35px;
    font-size: 45px;
}

.logo_st {
    max-width: 180px;
    margin-bottom: 50px;
}

.iconos_st {
    gap: 40px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
}

.icono_st {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.icono_st img {
    width: 80px;
    height: auto;
}

.icono_st h3 {
    color: #fff;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 23px;
}

.marcas_flex {
    gap: 10px;
    justify-content: center;
}

.marcas_flex img {
    width: 7.14%;
}

.tit_secciones {
    font-size: 45px;
}

.iconos {
    background-color: #f0f0f0;
    padding: 90px 0;
}

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

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

.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: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

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

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

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

.slide p {
    font-size: 13px;
    line-height: 1.2;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

/** fin logos **/

.servicio_tecnico .click-btn,
.iconos .click-btn {
    max-width: 250px;
}

.form_contacto {
    background: linear-gradient(117deg, #002264f7 15%, transparent 70%), url(../img/bg-contacto-form.jpg) no-repeat center bottom;
    background-size: cover;
}

.form_contacto .txt_footer {
    font-size: 18px;
    padding-right: 80px;
}

.content_form {
    background: #ffffffe6;
    padding: 30px;
    border: 1px solid #cbd6e2;
    border-radius: 10px;
}

.faq {
    background: linear-gradient(to top, #ffffffa6, #000000a6), url(../img/bg-faq.jpg) no-repeat center;
    background-size: cover;
}

.faq .accordion-item {
    background-color: #ffffffcf;
    border-bottom: 1px solid #002264;
}

.faq .accordion-item:last-of-type {
    border-bottom: none;
}

.faq .accordion-button,
.faq .accordion-button:not(.collapsed) {
    color: #002264;
    font-weight: 700;
    background-color: transparent;
    box-shadow: none;
    padding: 25px;
}

.faq .accordion-body {
    padding: 0 25px 35px;
    color: #002264;
}

.img_foot {
    gap: 10px;
}

.img_foot p {
    font-size: 13px;
}

.img_foot img {
    max-width: 250px;
}

.img_foot a {
    color: #fff;
}

.text_cta_movil {
    display: none;
}

.form_contacto .img_foot.footer_mov {
    display: none !important;
}

@media (max-width: 767px) {
    .ppal {
        padding-top: 250px;
        background: linear-gradient(to bottom, #00000061 20%, transparent 70%), #002264 url(../img/banner-header.jpg) no-repeat 36% top;
        background-size: 350%;
        padding-bottom: 0;

    }

    .ppal .content_form {
        position: unset;
    }

    .ppal p {
        font-size: 17px;
        text-align: center;
    }

    .logo {
        text-align: center;
    }

    h1 {
        font-size: 30px;
        text-align: Center;
    }

    .servicio_tecnico {
        background-position: 70% center;
    }

    .marcas_flex {
        gap: 0;
        flex-wrap: wrap;
    }

    .marcas_flex img {
        width: 20%;
    }

    .text_cta_movil {
        display: block;
    }

    .tit_gif {
        margin-top: 20px;
        text-align: center;
    }

    .tit_gif a {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
    }

    .text_cta {
        margin: 50px 5% 0;
    }

    .form_contacto {
        background: linear-gradient(to top, #000000a6 10%, transparent 70%), #002264;
    }

    .form_contacto>.container .img_foot {
        display: none !important;
    }

    .form_contacto .img_foot.footer_mov {
        display: flex !important;
        align-items: center;
        margin-top: 30px;
        text-align: Center;
    }

    .form_contacto .txt_footer {
        padding-right: 0;

    }

}