/*
Theme Name: Smartics Child
Theme URI: http://www.smartics.ec
Description: This is a child theme for smartics Theme.
Author: Novaworks
Author URI: http: //www.robeto.com
Template: smartics
Version: 1.0
*/

/****************************************************************/
/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
/****************************************************************/


.h2,
h2 {
    font-family: inherit;
    font-style: normal;
    font-size: 20px;
    font-weight: 800;
    color: var(--site-accent-color);
    text-rendering: optimizeLegibility
}

.h3,
h3 {
    font-size: 18px;
    line-height: 1.0rem;
    margin-top: 0;
    margin-bottom: 1.25rem;
    color: var(--site-header-text-color);

}




.main-navigation .nav-menu>li {
    height: 0px;
}

.nova-container {
    padding-left: 0px;
    padding-right: 0px;
}

.header-type-default .nova-container {
    min-width: 100%;
    min-height: auto;
    /*background-image: var(--imagen-header-backgroud);*/
    background-size: cover;
    /* Ajusta el tamaño de la imagen para cubrir completamente el contenedor */
    background-position: center;
    /* Centra la imagen */
    background-repeat: no-repeat;
    /* Evita que la imagen se repita */
    justify-content: center;
}

.header-type-default {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    font-size: var(--site-header-font-size);
    height: var(--site-header-height);
    z-index: 10000;
}

.header-background-image {
	display: grid;
    align-content: center;
    text-align: center;
    min-width: 100%;
    min-height: 700px;
    background-image: var(--imagen-header-backgroud);
    background-size: cover;
    /* Ajusta el tamaño de la imagen para cubrir completamente el contenedor */
    background-position: center;
    /* Centra la imagen */
    background-repeat: no-repeat;
    /* Evita que la imagen se repita */
}

.header-background-image-lang {
    align-content: center;
    text-align: center;
    min-width: 100%;
    min-height: 550px;
    background-image: var(--imagen-header-backgroud);
    background-size: cover;
    /* Ajusta el tamaño de la imagen para cubrir completamente el contenedor */
    background-position: center;
    /* Centra la imagen */
    background-repeat: no-repeat;
    /* Evita que la imagen se repita */
}

.header-background-image-lang-cart {
    align-content: center;
    text-align: center;
    min-width: 100%;
    min-height: 300px;
    background-image: var(--imagen-header-backgroud-dafault);
    background-size: cover;

    /* Centra la imagen */
    background-repeat: no-repeat;
    /* Evita que la imagen se repita */
}

.header-text-white {
    position: relative;
    top: 90px;
    font-size: 70px;
    font-weight: 600;
    color: var(--site-header-text-color);
}

.header-container-menu {
    display: flex;
    height: 50%;
    width: var(--site-width);
    position: absolute;
    top: 0
}

.site-wrapper .site-content-wrapper .site-content {
    padding: 0%;
}

.separador_header {
    border: 1.5px solid;
    top: 140px;
    box-shadow: 0 16px 16px black;
    position: relative;
    width: 90%;
    height: 0px;
    top: 14px;
    margin-right: 11px;
    margin-bottom: 0px;

}

.linea-avion-header {
    position: relative;
    top: -15px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    width: 100%;

}

.header-type-default .header-left-items {
    width: 30%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: center;
}

.site-footer {
    min-height: 500px;
    position: relative;
    color: var(--site-header-text-color);
    font-size: var(--site-header-font-size);
    background-size: cover;
    /* Ajusta el tamaño de la imagen para cubrir completamente el contenedor */
    background-position: center;
    /* Centra la imagen */
    background-repeat: no-repeat;
    /* Evita que la imagen se repita */
    display: grid;
    /* Utiliza flexbox para alinear elementos */
    justify-content: center;
    /* Centra horizontalmente el contenido */
    align-items: center;
    /* Centra verticalmente el contenido */
}


.footer-container {
    min-width: 100%;
    height: auto;
    display: flex;
    position: relative;
}


.logo-footer {
    display: inline-block;
    vertical-align: middle;
    max-width: 50%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}

.site-logo-footer {
    text-align: center;
    width: 50%;
    padding: 20px;
}

.footer-contacts {
    width: 50%;
    align-items: center;

}


.contact-list {
    list-style: none;
    padding: 0;
}

.contact-list-page {
    list-style: none;
    padding: 0;
}

.contact-list li {
    margin-bottom: 10px;
    /* Espacio entre cada elemento de la lista */
    display: flex;
    /* Utiliza flexbox para alinear elementos */
    align-items: center;
    /* Alinea verticalmente los elementos */
}

.contact-list-page li {
    margin-bottom: 10px;
    /* Espacio entre cada elemento de la lista */
    display: flex;
    /* Utiliza flexbox para alinear elementos */
    align-items: center;
    /* Alinea verticalmente los elementos */
}

.contact-list li i {
    margin-right: 20px;
    /* Espacio entre el icono y el texto */
}

.contact-list-page li i {
    margin-right: 20px;
    /* Espacio entre el icono y el texto */
}

.title-contact {
    font-size: 20px;
    font-weight: 600;
    color: var(--site-accent-color);
    line-height: 3rem;
}


/* Estilos para los iconos */
.contact-list li .fas.fa-phone {
    font-size: 40px;
    /* Tamaño del icono */
    color: var(--site-heading-color);
}

.contact-list li .fas.fa-map-marker-alt {
    font-size: 40px;
    /* Tamaño del icono */
    color: var(--site-heading-color);
}

/* Estilos para los iconos */
.contact-list-page li .fas.fa-phone {
    font-size: 30px;
    /* Tamaño del icono */
    color: var(--site-heading-color);
}

.contact-list-page li .fas.fa-map-marker-alt {
    font-size: 30px;
    /* Tamaño del icono */
    color: var(--site-heading-color);
}

.contact-list-page li .fas.fa-envelope {
    font-size: 30px;
    /* Tamaño del icono */
    color: var(--site-heading-color);
}

.container-header-content {
    position: relative;
    margin-left: 100px;
    top: 80px;
}

.text-header-dinamico,
.h2 {
    font-size: 32px;
    padding-right: 60px;
}

.button-primary {
    border-radius: 4px;
    background-color: var(--site-primary-button-color);
    color: var(--site-header-font-size);
    padding: 10px 20px 10px 20px;

}

.text-button,
a {
    font-weight: 500;
    color: var(--site-header-text-color);
}

.site-wrapper .site-content-wrapper {
    position: relative;
    z-index: 1;
}

.container-body {
    padding: 0px 100px 0px 100px;

}

.imagen_avion img {
    position: relative;
    left: 120px;
    max-width: 75%;
}

.row-3 {
    justify-content: center;
    display: grid !important;
    grid-template-columns: repeat(auto-fit, 301px);
    flex-wrap: nowrap;
    gap: 21px;
    padding: 10px 0px 0px 0px;
}

.row-3-slider {
    display: flex;
    padding: 10px 0px 0px 0px;
}

.h1,
h1 {
    font-size: 2.5rem;
    line-height: 0.8;
    margin-top: 0;
    margin-bottom: 1.25rem;
    color: var(--site-accent-color);
    font-weight: 600;
}

.is-style-wide {
    position: relative;
    border: 1.6px solid;
    color: var(--site-accent-color);
    width: 40%;
    height: 0px;
    top: 17px;
    margin-right: 20px;
    margin-bottom: 0px;
}

.is-style-wide-left-90 {
    position: relative;
    border: 1.6px solid;
    color: var(--site-accent-color);
    width: 85%;
    height: 0px;
    top: 17px;
    margin-left: 20px;
    margin-bottom: 0px;
}

.linea-avion {
    justify-content: left;
    display: flex;
    flex-wrap: wrap;
}

.linea-avion-right {
    justify-content: right;
    display: flex !important;
    flex-wrap: wrap;
}

.linea-avion-center {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.row-column {
    flex: 1;
    min-width: 30%;
    /* Asegura que las columnas se mantengan en una fila en pantallas grandes */
    height: 390px;
    /* Altura fija para las columnas */
    background-position: center;
    /* Centra la imagen de fondo */
    background-repeat: no-repeat;
    /* Evita que la imagen se repita */
    display: flex;
    /* Para alinear el contenido dentro de la columna */
    align-items: center;
    /* Centra el contenido verticalmente */
    justify-content: center;
    /* Centra el contenido horizontalmente */
    color: white;
    /* Color del texto dentro de las columnas */
    text-align: center;
    /* Alineación del texto */
    padding: 20px;
    /* Espacio dentro de la columna */

}

.text-container-row {

    position: relative;
    justify-content: center;
    padding: 0px 100px 0px 100px;

}

.row-separador {
    width: 100%;
    border-top: 4px solid;
    border-color: var(--site-accent-color);
    text-justify: auto;
}

.container-avion {
    align-self: center;
    flex-basis: 0;
    flex-grow: 1;
}

.parrafo {
    padding: 0px 0px 0px 0px;
    position: relative;
    text-align: justify;
    font-size: 18px;
    font-weight: 400;
    color: var(--site-text-color);
    right: 64px;
}

.parrafo_black {
    text-align: justify;
    padding: 0px 0px 0px 0px;
    font-size: 22px;
    font-weight: 400;
    color: #000 !important;
}

.resaltado,
mark {
    background-color: transparent;
    color: var(--site-accent-color);
    font-size: 22px;
    font-weight: 600;
}

.text {
    font-size: 30px;
    font-weight: 800;
    line-height: 50px;
    margin-top: 0;
    margin-bottom: 1.25rem;
    color: var(--site-header-text-color);

}

.text-par {

    padding: 0px;
    font-size: 18px;
    font-weight: 800;
    text-align-last: center;
    color: var(--site-header-text-color);

}

.subtitulo {
    text-align-last: left;
    position: relative;
    top: -15px;
    font-size: 24px;
    font-weight: 200;
    color: var(--site-text-color);
    letter-spacing: 4px;
}

.row-2 {
    display: flex;
    gap: 10px;
    text-align: center;
    height: 400px;
    border: 2px solid;

}

.pagraph {
    font-size: 12px;
    color: var(--site-text-color);
}

.frase {
    border-left: 3px solid var(--site-text-color);
    text-align: right;
    font-size: 30px;
    font-weight: 800;
    padding: 0px 100px 0px 0px;
    color: var(--site-accent-color);
    font-style: oblique;
}

.mark,
mark {
    font-size: 30px;
    color: #ffff;
    background-color: transparent;
}



/* Agregar estilos adicionales según sea necesario */
.container {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.button {
    display: block;
    margin-left: 0 3%;
    cursor: pointer;
}

.button--inactive {
    opacity: 0.2;
}

.button img {
    width: 60%;
}

.cards-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cards__container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25rem;
}

.box {
    background-position: center center;
    width: 250px;
    height: 200px;
    overflow: hidden;
    position: absolute;
    transition: all 0.5s ease;
    background-size: cover;
}


.box img {
    width: 100%;
    height: 100%;
}

.move-to-position1-from-right {
    transform: translateX(300px);
    z-index: 1;
}

.move-to-position2-from-right {
    transform: translateX(0px) scale(1.5);
    z-index: 2;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.move-to-position3-from-right {
    transform: translateX(-300px);
    z-index: 1;
}


.slider-container {
    position: relative;
    width: 75vw;
    height: auto;
    margin: auto;
    overflow: hidden;
}

.slider {
    position: relative;
}

.slider .slider-track {
    display: flex;
}

.slider .slide {
    flex: 0 0 21%;
    margin-right: -5%;

}

.slider .slide img {
    width: 60%;
}

.prev-button,
.next-button {
    position: absolute;
    top: 16%;
    background: transparent;
    border: none;
    font-size: 66px;
    color: var(--kitify-primary-color);
    cursor: pointer;
    transition: color 0.3s;
}

.prev-button:hover,
.next-button:hover {
    color: #333;
    /* Cambio de color al pasar el ratón sobre los botones */
    background: transparent;
}

.prev-button:focus,
.next-button:focus {
    color: var(--kitify-secondary-color);
    /* Cambio de color al pasar el ratón sobre los botones */
    background: transparent;
}

.prev-button:disabled,
.next-button:disabled {
    color: #ccc;
    /* Color gris claro para el icono cuando está deshabilitado */
    cursor: not-allowed;
    /* Cambiar el cursor a "no permitido" cuando está deshabilitado */
    background: transparent;
}

.prev-button:disabled:hover,
.next-button:disabled:hover {
    color: #ccc;
    /* Mantener el color gris claro cuando está deshabilitado y se pasa el ratón sobre él */
    background: transparent;
}
.title_cart{
    font-size: 47px !important;
}

.prev-button {
    left: 10px;
    background: transparent;
}
.family-text-service{
    color: var(--site-accent-color);
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    padding-top: 10px;
}
.next-button {
    right: 10px;
    background: transparent;
}

.resaltado_2 {
    background-color: transparent;
    text-align: center;
    color: var(--site-accent-color) !important;
    font-size: 22px;
    font-weight: 600;
}

.parrafos_default p {
    padding: 0px 10% 0px 10px;
    line-height: 2.0rem;
    font-size: 18px !important;
    font-weight: 400;
    color: var(--site-text-color);
    text-align: justify;
}

.resaltado_3 {
    background-color: transparent;
    text-align: right;
    color: var(--site-accent-color) !important;
    font-size: 20px;
    font-weight: 600;
}

.contenedor_gris {
    position: relative;
    width: 100%;
    height: 150px;
    right: -280px;
    overflow: hidden;
    background-color: var(--site-text-color);
    transform: skewX(-15deg);
    padding: 0px 70px 0px 0px;
}

.contenedor_gris_right {
    padding: 0px 100px 0px 100px;
    position: relative;
    width: 140%;
    min-height: 200px;
    right: 44%;
    overflow: hidden;
    background-color: var(--site-text-color);
}

.image-lateral {
    position: relative;
    z-index: 10;
    display: inline-block;
    vertical-align: middle;
    max-width: 70%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}

.aling-right {
    text-align: right;
    text-align: -webkit-right;
}

.text-align-left {
    padding: 0px 0px 0px 0px;
    text-align: right;
    color: #fff !important;
    font-size: 18px;

}

.has-black-background-color {
    background-color: transparent !important;
}

.text-align-right {
    padding: 0px 30px 0px 30px;
    text-align: center;
    color: #fff !important;
    transform: skewX(15deg);
    font-size: 18px;

}


.text-align-left {
    padding: 0px 0px 0px 0px;
    text-align: justify;
    color: #fff !important;
    font-size: 14px;
}

.center-container {
    text-align: center;
    align-self: center;

}

.subtitulo-white {
    font-weight: 700;
    font-size: 30px;
    margin-left: 1.25rem;
    
}

.h4,
h4 {
    color: var(--site-text-color);
    ;
    font-weight: 700;
    text-align: center;
    font-size: 31px;
    margin-top: 0;
    margin-bottom: 0;
}

.is-style-wide-90 {
    position: relative;
    border: 1.6px solid;
    color: var(--site-accent-color);
    width: 90%;
    height: 0px;
    top: 18px;
    margin-right: 20px;
    margin-bottom: 0px;
}

.is-style-wide-75 {
    position: relative;
    border: 1.6px solid;
    color: var(--site-accent-color);
    width: 75%;
    height: 0px;
    top: 18px;
    margin-right: 20px;
    margin-bottom: 0px;
}


.sombras-galeria {

    box-shadow: -4px 6px 6px rgba(0, 0, 0, 0.5);
}

.galery-container {
    padding: 70px 100px 0px 100px !important;
    gap: 1.0rem;


}

.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
    width: calc(18% - var(--wp--style--unstable-gallery-gap, 16px)* .75);
}

.h5,
h5 {
    color: #000;
    font-weight: 700;
    text-align: center;
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 0;
}

.row-column-serviceRES {
    min-width: 30%;
    height: auto;
    display: block;
    text-align: center;
}

.row-separador-serviceRES {
    width: 100%;
    border-top: 3px solid;
    border-color: var(--site-accent-color);
}

.title-serviceRES {
    color: #A8A9A9;
    /*cambiar luego estos colores*/
    font-size: 30px;
    font-weight: 800;
}

.text-servicesRES {
    align-content: center;
    height: 350px;
    font-size: 18px;
    color: #A8A9A9;
    padding: 0px 15px 0px 15px;
    text-align: justify;
}


.image-serviceRES {
    min-width: 270px;
    height: 205px;
    background-size: cover;
    background-repeat: no-repeat;
}

.button-serviceRES {
    background-color: #A8A9A9 !important;
    width: 100%;
    border-radius: 0px 0px 35px 35px;
    height: 60px;
    font-size: 25px;
}

.parrafo_inclinado {
    position: relative;
    left: -195px;
    font-size: 23px;
    align-content: center;
    font-weight: 600;
    line-height: 4.8rem;
}

@media (max-width: 1200px) {
    .parrafo_inclinado {
        left: -150px;
        font-size: 20px;
    }
}

@media (max-width: 992px) {
    .parrafo_inclinado {
        left: -90px;
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .parrafo_inclinado {
        left: -50px;
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    .parrafo_inclinado {
        left: 0px;
    }
}

.indent-1 {
    margin-left: 30px;
}

.indent-2 {
    margin-left: 60px;
}

.indent-3 {
    margin-left: 90px;
}

.margin-top-button {
    padding-top: 60px;
    padding-bottom: 20px;
}

.avion-horizontal {
    transform: scaleX(-1);
}

.espacing_text {
    word-spacing: 5px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 30px;
    text-align: left;
    padding-top: 37px;
}

.row-3-space {
    justify-content: center;
    display: grid !important;
    grid-template-columns: repeat(auto-fit, 200px);
    flex-wrap: nowrap;
    gap: 110px;
    padding: 60px 0px 0px 0px;
}

.slider-button {
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent !important;
    color: var(--site-accent-color);
    border: none;
    cursor: pointer;
    z-index: 10;
    font-size: 3.8125rem !important;
}

.slider-button:hover {
    color: #A8A9A9 !important;
}

.slider-button:focus {
    color: #A8A9A9 !important;
}

.parrafo-grey-center {
    font-size: 24px;
    border: 2px solid;
    height: 280px;
    width: 72% !important;
    background-color: #A8A9A9 !important;
    color: white;
    display: grid;
    align-content: center;
    text-align: justify;
    padding: 0px 90px 0px 90px;
}

.fondo-grey {
    background-color: #A8A9A9;
    height: 600px;
    align-content: center;
}

.fondo-grey-2 {
    background-color: #A8A9A9;
    height: auto;
    align-content: center;
}

.bloque-center {
    text-align: -webkit-center !important;
    text-align: -moz-center !important;

}

.container-body-contact {
    width: 70%;
    text-align: left;
}

.container-parrafo {
    padding: 0px 50px 0px 50px
}

.title-contact-2 {
    font-size: 40px;
    font-weight: 600;
    color: var(--site-heading-color);
}

.parraf-contact {
    font-weight: 600;
    font-size: 40px;
    color: var(--site-text-color);
}

.parraf-contact-1 {
    font-style: oblique;
    color: var(--site-text-color);
    font-size: 25px;

}


/* Estilo para cada fila del formulario */
.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

/* Estilo para inputs dentro de una fila */
.form-row .text-form {
    flex: 1;
    margin-right: 10px;
}

/* Asegúrate de que el último elemento de cada fila no tenga margen derecha */
.form-row .text-form:last-child {
    margin-right: 0;
}

/* Estilo para el botón de enviar */
.enviar-form {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #0073e6;
    color: white;
    border: none;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
}

/*WOOCOMERCE*/



ul.products .product .product-item {
    position: relative;
    overflow: hidden;
    height: auto;
    width: 300px;
    text-align: -moz-center;
  text-align: -webkit-center;
}

ul.products .product .product-item .product-item__thumbnail {
    position: relative;
    overflow: hidden;
    height: auto;
    width: auto;
}
.product_type_simple {
    border-radius: 0px 0px 50px 50px;
}

.product-item__thumbnail-placeholder {
    min-height: 100%;
    min-width: 100%;
    border: solid 0px !important;
    overflow: hidden;
}

.posted_in {
    text-align-last: center;
    font-size: 40px;
    font-weight: 700 !important;
}

ul.products .product .product-item .product-item__description {
    position: relative;
    top: -33px;
    margin-top: 0px;
}

ul.products .product .product-item .woocommerce-loop-product__title {
    font-family: var(--site-main-font);
    color: #A8A9A9;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 0px;
    height: 100px;
    text-transform: uppercase;
}

ul.products .product .product-item .product-item__description .product-item__description--info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    flex-direction: column;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    width: auto;
    height: auto;
    padding: 0px;
}
.contact_text_p{
    font-size: 20px;
  font-weight: 500 !important;
  color: var(--dropdown-text-color) !important;

}




ul.products .product .product-item .woocommerce-loop-product__title {
	display: grid;
    align-content: center;
    font-family: var(--site-main-font);
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 0px;
    text-transform: uppercase;
}

ul.products {
    list-style: none;
    padding: 0px 50px 0px 50px;
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 70px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    place-content: center;
}

.site-content a:not(.button) {
    font-weight: 700;
}

.woocommerce-product-details__short-description {
    color: #A8A9A9;
    text-align: justify;
    font-size: 18px;
    min-height: 234px;
}

.featured-product {
    border-radius: 45px 45px 45px 45px;
    position: relative;
    background-color: rgb(156, 156, 156);
    overflow: hidden;
    height: 390px;
    width: 280px;
    text-align: -webkit-center;
    text-align: -moz-center;
}


.featured-product img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.featured-description {
    position: relative;
    text-align: center;
    top: -120px;
    width: 65%;
}

.featured-category {
    font-size: 65px;
    color: white;
    font-weight: 700;
}

.featured-product-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.featured-product-title {
    font-size: 25px !important;
    font-weight: 200;
    margin-bottom: 0px;
    color:white!important

}

.container-title {
    align-content: center;
    height: 81px;
}

ul.products .product .product-item .product-item__description .product-item__description--info .info-left {
    display: block;
    width: 100%;
    text-align: center;
    flex-direction: column;
    margin-bottom: 0px;
}


.footer_copyright_container{
    background-color: black;
  max-width: 100%;
}
.footer-text{
    font-size: 0.8rem;
    text-align-last: center;
    color: white;
}
.footer-text a{
    color: white;
    font-weight: 500;
    font-size: 0.8rem;
}
.footer-text a:hover{
    color: var(--site-accent-color);
    font-weight: 500;
    font-size: 0.8rem;
}



/******************************RESPONSIVES**********************************/

.clas_header_mov{
    max-width: 20%;
    padding: 1% 3% 1% 3%;
}
.header-mobiles-wrapper .header-handheld-header-bar .header-handheld__inner .handheld_component .component-target {
    position: relative;
    display: block;
    text-align: right;
    margin: 0 auto;
    padding: 0px 20px 0px 0px;
}
.header-mobiles-wrapper .header-handheld-header-bar .header-handheld__inner .handheld_component {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 1.2rem 0;
    line-height: 1;
    border-left: 0px;
}

#mobile-menu-items {
    position: fixed;
    /* Fijo en la ventana */
    top: 0;
    right: -100%;
    /* Oculto fuera de la pantalla */
    width: 250px;
    /* Ajusta según necesites */
    height: 100%;
    background-color: #fff;
    /* Ajusta según tu diseño */
    transition: right 0.3s ease-in-out;
    /* Animación suave */
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
    /* Sombra opcional */
    z-index: 1000;
    /* Asegúrate de que esté encima de otros elementos */
}

#mobile-menu-items.active {
    right: 0;
    /* Muestra el menú */
}

.responsive-only {
    display: none;
}

.responsive-none {
    display: grid;
}

.text-medium {
    font-size: 20px;
}

.products-category {
    width: 100%;
    align-items: center;
    color: var(--site-accent-color);
}
.button, button, input[type=submit] {
    background-color: var(--site-text-color);
}
.posted_in_cart{
    text-align-last: center;
  font-size: 54px;
  font-weight: 800 !important;
}


@media (max-width: 768px) {
    .responsive-none {
        display: none;
    }

    .responsive-only {
        display: block;
    }

    .text-button,
    a {
        font-size: 14px;
        font-weight: 800;
        color: var(--site-heading-color);
    }

    ul {
        list-style-type: none;
        padding-left: 0;
        /* Opcional: para eliminar el padding izquierdo */
        line-height: 2.5rem;
    }

    .container-header-content {
        position: relative;
        margin-left: 0px;
        top: 40px;
    }

    .text-header-dinamico,
    .h2 {
        position: relative;
        text-align: center;
        font-size: 32px;
        left: 23px;
    }

    .wp-block-buttons {
        text-align: center;
    }

    .container-body {
        width: 100%;
        padding: 0px 10px 0px 10px;
    }

    .h1,
    h1 {
        font-size: 1.6rem;
        line-height: 0.8;
        margin-top: 0;
        margin-bottom: 1.25rem;
        color: var(--site-accent-color) !important;
        font-weight: 600;
    }

    .subtitulo {
        text-align: -webkit-center;
        position: relative;
        top: -9px;
        font-size: 16px;
        font-weight: 200;
        color: var(--site-text-color);
        text-align-last: center;
        letter-spacing: 0px;
    }

    .linea-avion {
        position: relative;
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
        top: -17px;
    }

    .img-avion {
        height: 70% !important;
    }

    .row-3 {
        justify-items: center;
        grid-template-columns: repeat(auto-fit, 350px);
        flex-wrap: nowrap;
        gap: 15px;
        padding: 10px 0px 0px 0px;
    }

    .wp-block-buttons.is-content-justification-left {
        justify-content: center;
    }

    .h1,
    h1 {
        font-size: 2.0rem;
        line-height: 0.8;
        margin-top: 0;
        text-align: center;
        margin-bottom: 1.25rem;
        color: var(--site-accent-color) !important;
        font-weight: 600;
    }

    .box {
        background-position: center center;
        width: 194px;
        height: 160px;
        overflow: hidden;
        position: absolute;
        transition: all 0.5s ease;
        background-size: cover;
    }

    .move-to-position1-from-right {
        transform: translateX(180px);
        z-index: 1;
        height: 130px;
        width: 155px;
    }

    .move-to-position2-from-right {
        transform: translateX(0px) scale(1.5);
        z-index: 2;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        width: 45%;
        height: 130px;
    }

    .move-to-position3-from-right {
        transform: translateX(-180px);
        z-index: 1;
        height: 130px;
        width: 45%;
    }

    .cards__container {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 15rem;
    }

    .parrafo,
    p {
        text-align: center;
        padding: 0px 20px 0px 20px;
        font-size: 16px;
        font-weight: 400;
        color: var(--site-text-color);
    }


    .is-style-wide {
        position: relative;
        border: 1.6px solid;
        color: var(--site-accent-color);
        width: 85%;
        height: 0px;
        top: 12px;
        margin-right: 9px;
        margin-bottom: 0px;
    }

    .linea-avion-right {
        justify-content: right;
        display: flex !important;
        flex-wrap: wrap;
    }

    .is-style-wide-left-90 {
        position: relative;
        border: 1.6px solid;
        color: var(--site-accent-color);
        width: 85%;
        height: 0px;
        top: 12px;
        margin-left: 0px;
        margin-bottom: 0px;
    }

    .wp-block-columns-frase {
        width: 60%;
        align-items: normal !important;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap !important;
    }
    .posted_in_cart {
        text-align-last: center;
        font-size: 54px;
        font-weight: 800 !important;
        color: var(--site-bg-color) ;
      }
    .posted_in_cart:hover {
        text-align-last: center;
        font-size: 54px;
        font-weight: 800 !important;
        color: var(--site-accent-color) ;
        transition-duration: 0.5s;
      }

    .frase {
        border-left: 0px;
        text-align: center;
        font-size: 30px;
        font-weight: 800;
        color: var(--site-accent-color);
        font-style: oblique;
        padding: 0px 0px 0px 0px;
    }

    .resaltado_2 {
        padding: 0px 0px 20px 0px !important;
        font-size: 14px;
        font-weight: 600;
    }

    .text-medium {
        padding: 0px;
        text-align: justify;
        font-size: 12px;
    }

    .slider .slide {
        flex: 0 0 55%;
        margin-right: -20%;
      }

    .h3,
    h3 {
        line-height: 30px;
        font-size: 13px;
        margin-top: -14px;
        margin-bottom: -2px;
        color: var(--site-header-text-color);
    }

    .h2,
    h2 {
        line-height: 1.8rem !important;
        font-family: inherit;
        font-style: normal;
        font-size: 20px;
        font-weight: 800;
        text-rendering: optimizeLegibility;
    }

    .footer-container {
        display: block;
    }

    .site-logo-footer {
        text-align: center;
        width: 100%;
    }

    .footer-contacts {
        width: 100%;
        align-items: center;
    }

    .site-footer {
        min-height: 400px;
    }

    .logo-footer {
        max-width: 39% !important;
    }
    .text-button, a {
        font-size: 14px;
        font-weight: 800;
        color: var(--site-heading-color) !important;
      }
    .contact-list li .fas.fa-phone {
        font-size: 20px;
        color: var(--site-heading-color);
    }

    .contact-list li .fas.fa-map-marker-alt {
        font-size: 20px;
        color: var(--site-heading-color);
    }

    .parrafos_default p {
        padding: 0px 20px 18px 30px;
        line-height: 1.5rem;
        font-size: 14px !important;
        font-weight: 400;
        color: var(--site-text-color);
        padding-left: 10px;
        text-align: center;
    }

    .contenedor_gris {
        position: relative;
        right: 20px;
        height: 110px;
        transform: skewX(15deg);

    }

    .text-align-right {
        padding: 0px 30px 0px 30px;
        text-align: center;
        color: #fff !important;
        transform: skewX(-15deg);
        font-size: 14px;
    }

    .featured-product {
        border-radius: 45px 45px 45px 45px;
        position: relative;
        background-color: rgb(156, 156, 156);
        overflow: hidden;
        height: 300px;
        width: 200px;
        text-align: -webkit-center;
    }

    .featured-category {
        font-size: 45px;
        color: white;
        font-weight: 700;
    }

    .featured-description {
        top: -120px;
        width: 83%;
    }

    .container-title {
        align-content: center;
        height: 50px;
    }

    .featured-product-title {
        font-size: 19px !important;
    }

    .container-avion {
        align-self: auto;
        flex-basis: 45%;

    }

    .parrafo-responsive {
        text-align: justify;
        font-size: 12px !important;
        padding: 0px 10px 0px 10px !important;
    }

    .imagen_avion img {
        position: relative;
        left: 5px;
        max-width: 120%;
    }

    .mark,
    mark {
        font-size: 23px;
        color: #ffff;
        background-color: transparent;
    }

    .prev-button,
    .next-button {
        position: absolute;
        top: 16%;
        background: transparent;
        border: none;
        font-size: 50px;
        cursor: pointer;
        transition: color 0.3s;
    }

    .header-background-image-lang-responsive {
        align-content: center;
        text-align: center;
        min-width: 100%;
        min-height: 200px;
        background-image: var(--imagen-header-backgroud);
        background-size: cover;
        /* Ajusta el tamaño de la imagen para cubrir completamente el contenedor */
        background-position: left;
        /* Centra la imagen */
        background-repeat: no-repeat;
        /* Evita que la imagen se repita */
    }

    ul.products {
        list-style: none;
        padding: 0px 50px 0px 50px;
        margin: 0px;
        gap: 10px;
    }

    ul.products .product .product-item {
        height: auto;
        width: 200px;
    }

    .posted_in {
        font-size: 30px;
    }

    ul.products .product .product-item .product-item__description .product-item__description--info {
        height: auto;

    }

    ul.products .product .product-item .woocommerce-loop-product__title {
        font-size: 23px;
    }

    .woocommerce-product-details__short-description {
        line-height: 26px;
        color: #A8A9A9;
        font-size: 16px;
    }

    .text {
        font-size: 22px;
        font-weight: 800;
        line-height: 10px;
        margin-top: 0;
        margin-bottom: 0px;
        color: var(--site-header-text-color);
    }

    .parrafo_inclinado {
        position: relative;
        left: 0px;
        align-content: center;
        font-weight: 600;
        line-height: 1.8rem;
    }

    .indent-1 {
        margin-left: 0px;
    }

    .indent-2 {
        margin-left: 0px;
    }

    .indent-3 {
        margin-left: 0px;
    }

    .margin-top-button {
        padding-top: 0px;
        padding-bottom: 20px;
    }

    .espacing_text {
        word-spacing: 0px;
        font-weight: 600;
        font-size: 17px;
        text-align: center;
    }

    .espacing_text {
        padding-top: 0px;
        word-spacing: 0px;
        font-weight: 600;
        font-size: 17px;
        text-align: center;
    }

    .parrafo-grey-center {
        font-size: 14px;
        height: 230px;
        width: 100% !important;
        text-align: center;
        padding: 0px 30px 0px 30px;
    }

    .galery-container {
        padding: 0px 20px 0px 20px !important;
    }
    .h5, h5 {
        font-size: 19px;
    }
    .container-parrafo {
        padding: 30px 20px 0px 20px;
    }
    .parrafo_black {
        text-align: justify;
        padding: 0px 0px 0px 0px;
        font-size: 15px;
        font-weight: 400;
        color: #000 !important;
    }
    .parrafo_black {
    text-align: justify;
    padding: 0px 0px 0px 0px;
    font-size: 13px;
    font-weight: 400;
    color: #000 !important;
}
.header-text-white {
    position: relative;
    top: 0px;
    font-size: 40px;
    font-weight: 600;
    color: var(--site-header-text-color);
}
.linea-avion-center{
 display: flex!important ;
}
.subtitulo-white {
    font-weight: 700;
    font-size: 20px;
    text-align: -webkit-center;
    text-align: -moz-center;

}
.parraf-contact {
    font-weight: 600;
    font-size: 17px;
    color: white;
}
.single-product .product .cart .woocommerce-product-details__add-to-cart {
    display: block;
    text-align: -webkit-center;

}
.contenedor_gris_right {
    padding: 0px 15px 0px 15px;
    position: relative;
    width: 100%;
    right: 0%;
    overflow: hidden;
    background-color: var(--site-text-color);
}
.contact-center{
    text-align: -moz-center;
    text-align: -webkit-center;
}
.wp-block-image img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
    position: relative;
  }

  .contact_text_p {
    font-size: 15px;
    font-weight: 500 !important;
    color: var(--dropdown-text-color) !important;
    text-align: left !important;
  }
  .contact-list-page li .fas.fa-phone {
    font-size: 18px;
    color: var(--site-heading-color);
  }
  .contact-list-page li .fas.fa-map-marker-alt {
    font-size: 18px;
    color: var(--site-heading-color);
  }

}

/****************************************************************/
/****************************************************************/