/*******************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;
    left: 47.5%;
    right: 47.5%;
}

.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{
    position: relative;
    background-color: #001942;
}

@media (orientation: landscape) and (hover: none) and (pointer: coarse) {
    #hero {
        position: unset;
    }
}

#hero .manejo{
    position: absolute;
    margin: 0 auto;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#hero h1,#hero h2{
    text-align: center;
    color: #fff;
}
#hero img{
    width: 100%;
    max-width: 100%;
}
#hero .desktop{
    display: block;
}
#hero .movil{
    display: none;
}
#hero video{
    width: 100%;
    max-width: 100%;
}

.background {
    background-image: url('../img/Pixtor-24-PresentacionesCorporativasLanding-BannerPrincipalV2.webp');
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 115vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    background-repeat: no-repeat;
}

.manejo h1 {
    color: white;
    font-size: 41px;
    font-weight: bold;
    padding: 0 200px;
}

.blanco {
    margin-left: 230px;
    margin-right: 230px;
    background-color: white;
}
/*Gif*/
#gif{
    background: rgb(0,25,66);
    background: linear-gradient(180deg, rgba(0,25,66,1) 30%, rgba(0,18,66,1) 70%);
    padding: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    row-gap: 20px;
    margin-top: -10px;
    align-content: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: stretch;
}
#gif h2, #elegir h2{
    color: #fff;
    text-align: center;
    font-size: 42px;
    width: 100%;
    margin-top: 120px;
}
#gif h3{
    color: #fff;
    text-align: left;
}
#gif ul{
    justify-content: center;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    align-items: left;
    flex-direction: column;
}
#gif li{
    color: #fff;
    text-align: left;
    font-size: 18px;
}
#gif video{
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
}
#gif .audiovisuales{
    width: 23%;
}
#gif .audiovisuales img{
    width: 100%;
    border-radius: 10px;
}
#gif .audiovisuales li.teleprompter:hover:before{
content: 'Es un aparato que refleja el texto, frente a una cámara. Ayuda a la persona a leer con ritmo y comodidad.';
padding: 10px;
font-size: 0.7em;
position: absolute;
width: 150px;
background: #ffffff;
padding: 5px 12px;
text-align: center;
color: #000000;
margin-left: 110px;
border-radius: 10px;
}
#gif .audiovisuales li.teleprompter:hover{
    color: #befdfd;
}


/*servicio*/
#servicio{
    padding: 100px 150px;
    background-image: url(../img/Pixtor-24-VideoLanding-ServicioVideoFondo.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 105vh;
    background-color: #001242;
}
#fotos{
    padding: 100px 150px;
    background-image: url(../img/Pixtor-24-VideoLanding-ServicioFotoFondo.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; 
    min-height: 105vh; 
    background-color: #001242; 
}
.fade{
    opacity: 1 !important;
}
.nav:before,.nav:after{
    display: none !important;
}
.nav-pills .nav-link{
    background-color:#aae1f9;
    color:#000123;
    font-size: 18px;
    padding: 10px 26px;
    column-gap: 10px;
    border-radius: 6px !important;
}
.nav-pills .nav-link:hover{
    background-color:#002164 !important;
    color:#ffffff;
}
.nav-pills .nav-link.active{
    background-color:#002164 !important;
}
.nav {
    column-gap: 10px;
    row-gap: 10px;
}
#servicio .tab-content img, #fotos .tab-content img{
    border-radius: 10px;
    height: 100%;
    width: 49%;
    object-fit: cover;
}
#servicio .tab-content video, #fotos .tab-content video{
    width:50%;
    border-radius: 15px;
}
#servicio h2, #fotos h2{
    font-size: 41px;
    color:#ffffff;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 0px;
}
.serv-principal{
margin-bottom: 0%;
}
#servicio h2.serv-principal, #fotos h2.serv-principal{
    text-align: left;
}
.serv-sec{
    margin-top: 0%;
    margin-bottom: 20px;
}
#servicio h3, #fotos h3{
    font-size: 30px;
    color: #ffffff;
    line-height: 36px;
}
#servicio h3.diseno-fil, #fotos h3.diseno-fil{
    margin-bottom: -20px;
}
.presentacion-t{
 margin-bottom: 2px;
}
.presentacion-red{
    margin-top: 0%;
    margin-bottom: 20px;
    width: fit-content;
    border-radius: 4px;
    padding: 6px 4px;
}
#servicio p, #fotos p{
    font-size: 18px;
    color: #ffffff;
    margin-bottom: -5px;
    margin-left: -5px;
}
#servicio .tab-content ul, #fotos .tab-content ul{
    padding: 10px;
}
#servicio .tab-content li, #fotos .tab-content li{
    list-style-type: '-';
    padding-inline-start: 1ch;
    font-size: 18px;
    color: #ffffff;
}

#servicio .nav, #fotos .nav{
    justify-content: center;
    align-items: center;
    margin-bottom: 30px !important;
}
.servicios-videos{
    width: 49%;
}
.servicios-videos .btn.btn-primary{
    background-color: #fff;
    border: none;
    color:#000123;
    padding: 10px 45px;
    font-size: 16px;
}
.servicios-tab{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
}
.modal-dialog {
    width: 65% !important;
    margin: auto !important;
}
/*paquetes*/
.paquetes{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: stretch;
}
.paquetes h3{
    width: 100%;
}
.paquetes li{
    list-style-type: '-';
    padding-inline-start: 1ch;
    font-size: 18px;
}
.paquetes .diapositivas{
    border: 1px solid #353535;
    border-radius: 15px;
    width: 24%;
    padding: 20px;
}
.diapositivas ul{
    padding: 0;
}
#myCarousel{
    width:38%;
}
.carousel-indicators {
    bottom: -20px !important;
    position: relative !important;
}


#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;
    background: rgb(0,0,37);
    background: linear-gradient(180deg, rgba(0,0,37,1) 30%, rgba(0,26,101,1) 70%);
    padding:20px 0;
}

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

.clientes h2 {
    color: rgb(255, 255, 255);
    font-size: 30px;
    font-weight: 400;
    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%;
}
.clientes ul{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
}
.clientes li{
    color: #fff;
    list-style-type: '-';
    padding-inline-start: 1ch;
    font-size: 18px;
}


.imagenes-clientes img {
    width: 36%;
}
.carousel-indicators .active {
    background-color: #0562e8 !important;
}
.carousel-indicators li {
    background-color: #9d9d9d !important;
    border: #9d9d9d !important;
    height: 12px !important;
    width: 12px !important;
    margin: 0 !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: 30px;
    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:5px 40px;
    color:#000000;
    border-radius: 6px;
    border: 1px solid #353535;
    margin: 0 auto;
    width: fit-content;
    display: flex;
    justify-content: center;
    text-decoration: none;
}
.ayuda-servicio a:hover{
    text-decoration: none;
    color: #000000;
}
div.ayuda-servicio:hover a{
    background-color:#d5b21c;
    border: 1px solid #d5b21c;
}
div.flecha-interna{
    background-color: #002164;
    padding: 10px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-backdrop.in {
    background-color: #000000d8;
}
.modal{
    --bs-modal-width: 100% !important;
}
.carousel-control-next, .carousel-control-prev {
    top: auto !important;
    width:50% !important;
    bottom: -40px !important;
    opacity: 1 !important;
}
.carousel-control-prev {
    display: flex !important;
    justify-content: flex-start !important;
    padding-left: 10px !important;
}
.carousel-control-next {
    display: flex !important;
    justify-content: flex-end !important;
    padding-right: 10px !important;
}
.modal-body{
    padding: 0% !important;
    border-radius: 20px;
}
.modal-header {
    padding: 0px !important;
    border-bottom: 0px solid #e5e5e5 !important;
}
.modal-header{
    position: absolute;
    z-index: 2;
    right: 10px;
    top: 10px;
}
.modal-header .close span{
    font-size: 30px;
    color: #000000;
}
.close {
    opacity: 1 !important;
}
.carousel,.carousel-inner>.active,.carousel-inner,.modal-body, .carousel-item img,.modal-content{
    background-color: #ffffff00 !important;
}
/*
.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;
}*/
/*elegir*/
#elegir{
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: #001242;
    padding: 0px 100px 100px;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    row-gap: 25px;
    align-items: stretch;
    column-gap: 30px;
}
#elegir img{
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}
#elegir div{
    padding: 50px 30px;
    border: solid 1px #fff;
    border-radius: 10px;
    width: 20%;
}
#elegir p{
    color: #fff;
    font-size: 18px;
}

/*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: 18px;
}

#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;
}

#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;
        padding: 0 40px;
    }
    #gif {
        padding: 40px;
    }
    #servicio , #fotos{
        padding: 80px 40px;
    }
    .paquetes .diapositivas {
        padding: 10px;
    }
    .form-input, .form-textarea {
        width: 70%;
    }
}
/*--------------------------------------------------------------
# Tablet 1180PX
--------------------------------------------------------------*/
@media(max-width:1080px){
    #elegir div {
        padding: 50px 30px;
        border: 1px solid rgb(255, 255, 255);
        border-radius: 10px;
        width: 28%;
    }
    .form-input, .form-textarea {
        width: 70%;
    }
}

/*--------------------------------------------------------------
# Tablet 1024PX
--------------------------------------------------------------*/
@media(max-width:1024px){
    .nav-pills .nav-link {
        padding: 8px 12px;
    }
    .nav {
        column-gap: 8px;
        row-gap: 8px;
    }
    #gif h2 {
        font-size: 28px;
    }
    #servicio h2 , #fotos h2,#gif h2, #elegir h2 {
        font-size: 35px;
    }
    

    .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: 40px;
    }
    #preguntas {
        padding: 40px;
    }
    .ayudarte h2, #myCarousel h2{
        font-size: 35px;
    }
    #elegir div {
        padding: 20px;
        width: 28%;
    }
}

/*--------------------------------------------------------------
# TABLET 991PX
--------------------------------------------------------------*/
@media(max-width:991px){
    #servicio, #fotos {
        padding: 40px 30px 70px 30px;
        min-height: 50vh;
    }
    .manejo h1{
        padding: 0 20px;
    }
    #hero .manejo {
        padding: 40px;
    }
    #elegir{
        padding:0px 30px 40px 30px;
    }
    .form-input, .form-textarea {
        width: 70%;
    }
}

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

    #hero .manejo {
        top: 40% !important;
        z-index: 1;
    }

    #servicio h2, #fotos h2,#gif h2, #elegir h2 {
        font-size: 30px;
    }
    .manejo h1 ,.ayudarte h2{
        font-size: 30px;
        margin-top: 60px;
    }
    .manejo h1{
        margin-top: 40px;
        padding: 8px;
    }
    #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: 18px;
        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:30px;
    }
    .redes-sociales {
        margin-bottom: 50px;
    }
    #servicio .nav, #fotos .nav {
        row-gap: 20px;
        column-gap: 20px;
    }
    .nav-pills .nav-link {
        padding: 10px 20px;
        width: 100%;
    }
    .nav-pills>li {
        float: left;
        width: 46%;
    }
    .nav-pills>li+li {
        margin-left: 0px !important;
    }
    .paquetes .diapositivas {
        width: 49%;
    }
    .paquetes {
        justify-content: flex-start;
        row-gap: 10px;
        column-gap: 10px;
    }
    .nav-pills .nav-link {
        padding: 8px;
        width: 100%;
    }
    .nav-pills>li {
        float: left;
        width: auto;
        min-width: 18%;
    }
    .form-input, .form-textarea {
        width: 70%;
    }
}
/*--------------------------------------------------------------
# MOVIL 820PX
--------------------------------------------------------------*/
@media(max-width:820px){
    #servicio .tab-content img, #fotos .tab-content img,.servicios-videos {
        width: 100%;
    }
    .servicios-tab {
        justify-content: center;
    }
    #servicio .tab-content video, #fotos .tab-content video {
        width: 100%;
        border-radius: 15px;
    }
    .servicios-videos {
        width: 100%;
        order: 1;
    }
    #elegir div {
        padding: 15px;
        width: 30%;
    }
    .form-input, .form-textarea {
        width: 70%;
    }
}

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

    .imagenes-clientes img {
        width: 50%;
    }
    .redes-sociales{
        margin-bottom: 40px;
    }
    form {
        padding: 0 10%;
    }
    .paquetes .diapositivas {
        border: 1px solid #353535;
        border-radius: 15px;
        width: 48%;
        padding: 10px;
    }
    .paquetes{
        row-gap: 10px;
        column-gap: 10px;
        justify-content: left;
    }
    #servicio .tab-content video, #fotos .tab-content img{
        width:82%;
    }
    #servicio .nav, #fotos .nav {
        row-gap: 20px;
        column-gap: 20px;
    }
    .nav-pills .nav-link {
        padding: 10px 20px;
        width: 100%;
    }
    .nav-pills>li {
        float: left;
        min-width: 20%;
        width: auto;
    }
    .nav-pills>li+li {
        margin-left: 0px !important;
    }
    #gif .audiovisuales {
        width: 46%;
    }
    #gif {
        justify-content: space-evenly;
        padding: 30px;
    }
    .servicios-videos {
        width: 100%;
        order: 0;
    }
    .manejo h1 {
        margin-top: 60px;
        padding: 8px;
    }
    .form-input, .form-textarea {
        width: 90%;
    }
    
    .checkbox-container {
        padding-right: 30px;
        padding-left: 30px;
    }
    
    .desliza {
        left: 40%;
        right: 40%;
    }
}

/*--------------------------------------------------------------
# MOVIL 666PX
--------------------------------------------------------------*/
@media(max-width:666px){
    .manejo h1 {
        margin-top: 0px;
        padding: 0px;
    }
    #gif {
        padding: 30px 0px;
    }
    #gif h2 {
        padding: 0 20px;
    }
    #gif video {
        width: 100%;
        max-width: 100%;
    }
    #servicio h2,#fotos h2,#gif h2, #elegir h2{
        font-size: 28px;
    }
    .clientes h2, #servicio h3, #fotos h3{
        font-size: 20px;
    }
    .clientes h2{
        padding: 0 20px;
        margin-top: 0;
        margin-bottom: -70px;
    }
    #servicio h3, #fotos h3 {
        line-height: 22px;
    }
    #gif li,#gif a, .nav-pills .nav-link, #servicio p, #servicio .tab-content li, #servicio .tab-content li, .clientes li, form label, #fotos p, #fotos .tab-content li, #fotos .tab-content li {
        font-size: 14px;
    }
    #servicio, #fotos {
        padding:15px;
        min-height: 80vh;
    }
    #elegir{
        padding: 40px 15px;
    }
    .nav-pills .nav-link {
        padding: 6px;
        width: 100%;
    }
    .nav-pills>li {
        float: left;
        width: auto;
        min-width: 20%;
    }
    li {
        padding-inline-start: 0.5ch !important;
        font-size: 14px;
    }
    .paquetes {
        row-gap: 6px;
        column-gap: 6px;
        justify-content: space-around;
        margin-top: 20px;
    }
    #servicio p, #fotos p{
        margin-bottom: 0px;
    }
    #servicio .tab-content ul, #fotos .tab-content ul {
        padding:0px;
        margin: 0;
    }
    #myCarousel {
        width: 86%;
    }
    .diapositivas h3{
        margin-top: 0%;
    }
    .paquetes .diapositivas {
        width: 48.6%;
        padding: 10px;
    }
    #servicio .tab-content video, #fotos .tab-content video {
        width: 100%;
    }
    #servicio .nav,#fotos .nav {
        row-gap: 8px;
        column-gap: 5px;
    }
    #servicio .tab-content img, #fotos .tab-content img {
        border-radius: 10px;
        height: 100%;
        object-fit: contain;
        width:100%;
    }

    #hero .desktop{
        display: none;
    }
    #hero .movil{
        display: block;
    }
    .redes-sociales img {
        width: 35px;
        margin: 0 10px;
    }
    .blanco{
        margin: 0;
    }

    .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;
    }

    .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;
    }
    #hero video {
        width: 100%;
        max-width: 100%;
        height: 79vh;
        object-fit: cover;
    }
    #hero .manejo{
        padding: 30px;
        bottom: 0px;
    }
    .servicios-videos {
        width: 100%;
        order: 1;
    }
    #elegir div {
        padding: 0px;
        width: 100%;
        border: solid 0px !important;
        margin: -5px 0;
    }
    #elegir img {
        border-radius: 10px;
    }
    .modal-dialog {
        width: 95% !important;
        margin: auto !important;
    }
    .servicios-videos .btn.btn-primary {
        margin-top: 15px;
    }
    #gif .audiovisuales li.teleprompter:hover:before{
        content: 'Es un aparato que refleja el texto, frente a una cámara. Ayuda a la persona a leer con ritmo y comodidad.';
        padding: 5px;
        font-size: 0.7em;
        position: absolute;
        width: 120px;
        background: #ffffff;
        padding: 5px 12px;
        text-align:left;
        color: #000000;
        margin-left: 0px;
        margin-top: 20px;
        border-radius: 10px;
        }

}

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