/*******************Tipografia*******************/
@font-face {
    font-family:'Gabarito-Regular', sans-serif;
    src: url(https://pixtor.mx/logos24/assets/tipografia/Gabarito-Regular.woff2);
}
@font-face {
    font-family:'Gabarito-Bold', sans-serif;
    src: url(https://pixtor.mx/logos24/assets/tipografia/Gabarito-Bold.ttf);
}
h1,h2,h3,h4,h5,h6{
    font-family:'Gabarito-Bold', sans-serif !important;
}
p,span,a,button,input,ul,ol,li,optgroup, select, textarea,div,text{
    font-family:'Gabarito-Regular', sans-serif !important;
    font-weight: 400;
}
body, body * {
    font-family: 'Gabarito', sans-serif !important;
    }
/*******************Tipografia*******************/
body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Gabarito';
}

/*--------------------------------------------------------------
# scroll bar
--------------------------------------------------------------*/


/*definimos el ancho del scroll */

::-webkit-scrollbar {
    width: auto;
}


/*definimos el color de fondo de de la barra de scroll */

::-webkit-scrollbar-track {
    background: #ffffff;
}


/*personalizamos el scroll*/

::-webkit-scrollbar-thumb {
    border-radius: auto;
    background: linear-gradient(180deg, rgba(57, 100, 229, 1) 0%, rgba(57, 100, 229, 1) 35%, rgba(57, 100, 229, 1) 100%);
}

.desliza {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgb(255 255 255 / 79%);
    width: 80px;
    border-radius: 10px;
    height: 100px;
    margin: 0 auto;
    color: black;
    font-size: 16px;
    position: absolute;
    bottom: 30px;
}

.desliza img {
    width: 18px !important;
    transform: rotate(90deg);
    filter: brightness(0);
    margin-top: 15px;
    margin-bottom: 10px;
    animation: bounce 1.5s infinite;
}

@keyframes bounce {
    0%, 100% {
      transform: translateY(0) rotate(90deg);
    }
    50% {
      transform: translateY(-10px) rotate(90deg);
    }
  }

#hero {
    display: flex;
    align-items: center;
    flex-direction: column;
}

#hero .manejo{
    position: absolute;
    margin: 0 auto;
    width: 100%;
}
#hero h1{
    text-align: center;
}
#hero img{
    width: 100%;
    max-width: 100%;
}
#hero .desktop{
    display: block;
}
#hero .movil{
    display: none;
}

.background {
    position: relative;
    min-height: 100vh;
    display: flex;
    justify-content: flex-start;
    background-image: url('../img/landredes/manejo-de-redes-sociales-para-industrias.webp');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 15px;
    background-position: center;
    flex-direction: column;
    align-items: center;
}

.manejo h1 {
    color: white;
    font-size: 41px;
    margin-top: 100px;
    font-weight: bold;
}

.blanco {
    margin-left: 230px;
    margin-right: 230px;
    background-color: white;
}

#creamos {
    color: black;
    font-size: 33px;
    font-weight: normal;
    text-align: center;
}

#ayudamos {
    color: black;
    font-size: 25px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 15px;
}

.redes-sociales {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
}
.redes-sociales img {
    width: 45px;
    margin: 0 10px;
}

.redes-sociales #tiktok {
    width: 40px;
}

.background2 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.clientes {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.clientes h1 {
    color: black;
    font-size: 41px;
    font-weight: bold;
    margin-bottom: -20px;
    z-index: 2;
}
.clientes img{
    width: 100%;
    max-width: 100%;
}
.clientes .desktop{
    display: block;
}
.clientes .movil{
    display: none;
}

.imagenes-clientes {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
}

.imagenes-clientes img {
    width: 36%;
}
.carousel-indicators .active {
    background-color: #0562e8 !important;
}
.carousel-indicators li {
    background-color: #9d9d9d !important;
    border: #9d9d9d !important;
}
.carousel-indicators {
    column-gap: 6px;
}
#myCarousel h2{
    position: absolute;
    z-index: 2;
    text-align: center;
    width: 100%;
    font-weight: 700;
    padding: 0 14%;
    color: #000000;
    top: 20px;
    font-size: 41px;
}
#myCarousel .desktop{
    display: block;
}
#myCarousel img.movil{
    display: none;
}

.ayudarte{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    flex-direction: row;
    justify-content: center;
    column-gap: 20px;
    padding: 50px 50px 0px;
}
.ayudarte h2{
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    font-size: 41px;
    font-weight:700;
}
div.ayuda-servicio{
    width: 30%;
    border: 1px solid #353535;
    border-radius: 8px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
div.ayuda-servicio li{
    list-style-type: '-';
    padding-inline-start: 1ch;
}
div.ayuda-servicio h3{
    font-size: 36px;
    font-weight: 700;
}
div.ayuda-servicio h4{
    font-size: 32px;
    font-weight: 400;
}
div.ayuda-servicio p, div.ayuda-servicio li, div.ayuda-servicio a{
    font-size: 18px;
}
div.ayuda-servicio:hover{
    background-color:#002164;
}
div.ayuda-servicio:hover h3, div.ayuda-servicio:hover h4, div.ayuda-servicio:hover li, div.ayuda-servicio:hover p{
    color: #fff;
}
.ayuda-servicio a{
    background-color: #dcdcdc;
    padding: 10px 45px;
    color:#000000;
    border-radius: 5px;
    border: none;
    margin: 0 auto;
    width: fit-content;
    display: flex;
    justify-content: center;
    text-decoration: none;
    font-size: 16px !important;
}
.ayuda-servicio a:hover{
    text-decoration: none;
    color: #000000;
}
div.ayuda-servicio:hover a{
    background-color:#d5b21c;
    border: none;
}
div.flecha-interna{
    background-color: #002164;
    padding: 10px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.carousel-control-next, .carousel-control-prev{
    opacity:1 !important;
}
.carousel-control-next {
    right: 0 !important;
    left: auto !important;
}
.carousel-control-prev{
    right: auto !important;
    left: 0 !important;
}
/*seccion formulario*/
#form-container a{
    color: #007bff;
}

#form-container a:hover{
    color: #0056b3;
}

#form-container{
    padding-bottom: 90px;
    padding-top: 90px;
    text-align: center;
    margin: 0;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

.form-input, .form-textarea {
    width: 30%;
    padding: 15px;
    border: 1px solid #9c9c9c;
    border-radius: 5px;
    font-size: 16px;
    outline: none;
}

input[type=checkbox], input[type=radio] {
    margin: 0 !important;
    line-height: normal;
}

.checkbox-container {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

.submit-btn {
    background-color: #e4c11c;
    color: #002164;
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

form {
    font-family: gabarito;
}

label {
    display: inline-block;
    margin-bottom: 0 !important;
    font-weight: normal !important;
}

/*Preguntas*/
#preguntas{
    padding: 40px 12%;
    background-color: #f1f1f1;
    text-align: center;
}
#preguntas p{
    font-size: 16px;
}

#preguntas button.accordion-button.collapsed{
    background-color: #f1f1f1;
    color: #000000;
    display: flex;
    justify-content: space-between;
    text-align: left;
    font-size: 16px;
    padding: 16px 20px;
}
#preguntas button.accordion-button{
    background-color: #444444;
    color: #fff;
    display: flex;
    justify-content: space-between;
    text-align: left;
    font-size: 16px;
    padding: 16px 20px;
}
#preguntas button.accordion-button.collapsed:focus, #preguntas button.accordion-button:focus{
    border: none !important;
    box-shadow:none !important;
}
.accordion-button:focus{
    border-color: transparent;
    box-shadow: none;
}
.accordion-button{
    border-color: transparent;
}
.accordion-button::after{
    margin: 0 !important;
    transform: rotate(-90deg) !important;
}
.accordion-button:not(.collapsed)::after{
    transform: rotate(0deg) !important;
    filter: invert(1) grayscale(1) !important;
}
.accordion-item{
    border: transparent !important;
}
.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
    text-align: left;
    font-size: 16px;
}
.accordion{
    --bs-accordion-btn-icon-width: 2rem !important;
}


#preguntas button.accordion-button:focus-visible{
    border: transparent;
}

@media(max-width:1124px){
    #myCarousel h2{
        padding: 0 8%;
    }
    form {
        padding: 0 20%;
    }
    .manejo h1 {
        margin-top: 80px;
    }

    .form-input, .form-textarea {
        width: 70%;
    }
}
/*--------------------------------------------------------------
# Tablet 1024PX
--------------------------------------------------------------*/
@media(max-width:1024px){
    .background{
        min-height: 100vh;
    }
    .manejo h1 {
        color: white;
        font-size: 35px;
    }

    #creamos {
        color: black;
        font-size: 28px;
        font-weight: normal;
        text-align: center;
    }
    
    #ayudamos {
        color: black;
        font-size: 21px;
        font-weight: normal;
        text-align: center;
        margin-bottom: 15px;
    }

    .clientes h1 {
        color: black;
        font-size: 35px;
        font-weight: bold;
    }

    .blanco {
        margin-left: 60px;
        margin-right: 60px;
        background-color: white;
    }
    .imagenes-clientes {
        padding: 40px;
    }
    #myCarousel h2{
        padding: 0;
        margin: 0;
    }
    .ayudarte {
        padding: 40px 40px 0px;
    }
    div.ayuda-servicio {
        width: 30%;
    }
    #contacto {
        padding: 80px 40px 40px;
    }
    #preguntas {
        padding: 40px;
    }
    .ayudarte h2, #myCarousel h2{
        font-size: 35px;
    }
}

/*--------------------------------------------------------------
# TABLET 991PX
--------------------------------------------------------------*/
@media(max-width:991px){
    .form-input, .form-textarea {
        width: 70%;
    }
}


/*--------------------------------------------------------------
# MOVIL 767PX
--------------------------------------------------------------*/
@media(max-width:767px){

    #hero {
        min-height: 640px;
        position: relative;
    }

    .imagenes-clientes img {
        width: 50%;
    }
    .redes-sociales{
        margin-bottom: 40px;
    }
    form {
        padding: 0 10%;
    }
    .redes-sociales img {
        width: 35px;
        margin: 0 10px;
    }
    .blanco{
        margin: 0;
    }
}


/*--------------------------------------------------------------
# MOVIL 880PX
--------------------------------------------------------------*/
@media(max-width:880px){
    .manejo h1 ,.ayudarte h2{
        font-size: 30px;
        margin-top: 60px;
    }
    #myCarousel h2{
        font-size: 30px;
        margin-top: 0px;
    }

    #creamos {
        color: black;
        font-size: 26px;
        font-weight: normal;
        text-align: center;
    }
    
    #ayudamos {
        color: black;
        font-size: 20px;
        font-weight: normal;
        text-align: center;
        margin-bottom: 15px;
    }

    .blanco {
        margin-left: 30px;
        margin-right: 30px;
        background-color: white;
    }

    .imagenes-clientes {
        padding: 30px;
    }
    .ayudarte {
        padding: 35px 30px 0px;
        row-gap: 20px;
    }
    div.ayuda-servicio {
        width: 100%;
    }
    #contacto {
        padding: 70px 30px 30px;
    }
    .redes-sociales {
        margin-bottom: 50px;
    }

    .form-input, .form-textarea {
        width: 70%;
    }

    #hero {
        min-height: 380px;
        position: relative;
    }
}
/*--------------------------------------------------------------
# MOVIL 666PX
--------------------------------------------------------------*/
@media(max-width:666px){
    #hero {
        min-height: 640px;
        position: relative;
    }

    #hero .desktop{
        display: none;
    }
    #hero .movil{
        display: block;
        min-height: 640px;
    }

    .checkbox-container {
        padding-right: 30px;
        padding-left: 30px;
    }
    
    .desliza {
        left: 40%;
        right: 40%;
    }

    .form-input, .form-textarea {
        width: 90%;
    }

    .background{
        background-image: url('../img/landredes/Pixtor-24-RedesSocialesWeb-BannerMovil.webp');   
    }

    #creamos {
        color: black;
        font-size: 24px;
        font-weight: normal;
        text-align: center;
    }
    
    #ayudamos {
        color: black;
        font-size: 18px;
        font-weight: normal;
        text-align: center;
        margin-bottom: 15px;
    }

    .background2 h1{
        margin-top: 0px;
        font-size: 28px;
        margin-bottom: -30px;
        z-index: 2;
    }
    .carousel-indicators {
        bottom: 5px !important;
        margin-bottom: 0 !important;
    }
    .clientes .desktop{
        display: none;
    }
    .clientes .movil{
        display: block;
    }
    .ayudarte h2, #myCarousel h2,.manejo h1{
        font-size: 28px;
    }
    #myCarousel .desktop{
        display: none;
    }
    #myCarousel img.movil{
        display: block;
        mask-image: linear-gradient(transparent, #fff 2%);
    }
    #myCarousel h2{
        position: relative;
        padding:  30px 30px 40px 30px ;
        margin-top: 0;
    }
    div.ayuda-servicio h3{
        font-size: 24px;
    }
    div.ayuda-servicio h4{
        font-size: 22px;
    }
    div.ayuda-servicio p, div.ayuda-servicio li, div.ayuda-servicio a {
        font-size: 16px;
    }
    #contacto h2, #preguntas h2{
        font-size: 26px;
    }
    form {
        padding: 0 0%;
    }
    .ayudarte {
        padding: 0px 30px 0px;
        row-gap: 20px;
    }
}

img.whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    right: 40px;
    margin-bottom: 40px !important;
    z-index: 99;
}