* {
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
    padding: 0;
    margin: 0;

}

.mass {
    margin-top: 35px;
}

.sxxx {
    margin-bottom: 35px;
}

main {
    padding-top: 490px;

    font-family: arial;
    background: white;
    min-height: 100%;
}

.app-header {
    display: block;
    background: #3f51b5;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;

    color: #fff;
    height: 580px;
    /* Aumenta la altura aquí */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0);

    z-index: 1000;
    /* Ajusta este valor según sea necesario para asegurar que esté sobre otros elementos */
}


.header-content {
    position: relative;
    height: 100%;
    width: 100%;
}

.app-toolbar {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    height: 64px;
    padding: 0 16px;

    font-size: 20px;
}

#large-toolbar {
    position: relative;
    /* Cambiado a relativo */
    bottom: 0;
    transform-origin: left top;
    margin-bottom: 24px;
    margin-bottom: 16px;
    width: 100%;
    margin-top: 290PX;
}

.large-title {
    transform-origin: left top;
    white-space: nowrap;
    flex: 1;
    flex-basis: 1e-9px;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    position: relative;
    font-size: 56px;
    font-size: 2em;
    margin-left: 64px;
}

.additional-text {
    position: absolute;
    /* Cambiado a absoluto */
    top: 100%;
    /* Se coloca debajo de large-title */
    left: 83px;
    /* Alineado a la izquierda */
    font-size: 20px;
    /* Tamaño de fuente ajustado */
    margin-top: 8px;
    /* Espacio adicional */
}


.small-title,
.large-title {
    transform-origin: left top;
    white-space: nowrap;
    flex: 1;
    flex-basis: 1e-9px;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    position: relative;
}

.small-title {
    margin-left: 14px;
    opacity: 0;
}

.large-title {
    will-change: transform, opacity;
    font-size: 56px;
    font-size: 2em;
    margin-left: 64px;
}

.icon-button {
    display: inline-block;
    position: relative;
    padding: 6px;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 0;
    line-height: 1;
    width: 40px;
    height: 40px;
    box-sizing: border-box !important;
}

.icon-button .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    vertical-align: middle;
    fill: currentcolor;
    stroke: none;
    width: 100%;
    height: 100%;
}

.background-container {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.background {
    pointer-events: none;
    position: absolute;
    background-size: cover;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    will-change: transform, opacity;
}

#background-back {
    background: #22282e;
    background-position: left center;
    opacity: 0;
}

#background-front {
    background-image: url('../img/Diplomado-en-corte-y-confeccion.jpg');


}

#background-front::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Ajusta el valor alfa (0.5 en este caso) para la opacidad */
}












/******************/
/* Estilos para laptops y PCs */
@media only screen and (min-width: 769px) {
    ul>li {
        width: 25%;
        list-style-type: none;
        position: absolute;
        top: 0;
        padding: 20px;
        height: 200px;
        opacity: 0;
        padding-top: 70px;
        text-align: center;
        transition: 1s opacity;
    }

    .he2 {
        display: none;
    }



    .main-menu,
    .ul {
        display: flex;
        flex-direction: row;
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .main-menu,
    .li {
        margin-left: 20px;
    }

    .main-menu a {
        color: #fff;
        text-decoration: none;
        font-size: 18px;
    }



}


.centr {

    text-align: center;

}

.priim1 {
    display: flex;
    justify-content: space-between;
    margin-top: 55px;
    
    background-color: #ffffff;
    /* Fondo blanco */
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    /* Sombreado suave */
    border-radius: 10px;
    /* Esquinas redondeadas */

}

.priim1222 {
    display: flex;
    justify-content: space-between;
    margin-top: 55px;

    background-color: #ffffff;
    /* Fondo blanco */
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    /* Sombreado suave */
    border-radius: 10px;
    /* Esquinas redondeadas */
    height: 410px;
}

.image1 {
    background-image: url('../img/costura.jpg');
    background-size: cover;

    background-repeat: no-repeat;
    width: 800px;
    height: 350px;

    cursor: pointer;


}

.info1 {
    width: 80%;


}


.pas {


    margin-top: 88px;

    font-size: 1.1rem;

}

.pas23 {


    margin-top: 108px;

    font-size: 1.1rem;

}

.pas232 {


    margin-top: 50px;

    font-size: 1.1rem;


}

.pas232w {


    margin-top: 28px;

    font-size: 1.1rem;

}

.primi2 {
    display: flex;
    justify-content: space-between;
    margin-top: 55px;
 
    background-color: #ffffff;
    /* Fondo blanco */
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    /* Sombreado suave */
    border-radius: 10px;
    /* Esquinas redondeadas */

}

.info2 {

    width: 80%;


}

.info222 {
    margin-top: 9px;
    width: 80%;
    margin-left: 15px;
    margin-right: 15px;
    text-align: left;

}

.imagen2 {
    background-image: url('../img/Apparel-Manufacturer.jpg');
    background-size: cover;

    background-repeat: no-repeat;
    width: 900px;
    height: 350px;

    cursor: pointer;


}


@media (min-width: 1025px) {

    .elementor-6 .elementor-element.elementor-element-2cb73aa5:not(.elementor-motion-effects-element-type-background),
    .elementor-6 .elementor-element.elementor-element-2cb73aa5>.elementor-motion-effects-container>.elementor-motion-effects-layer {

        background-attachment: fixed;
    }

    .elementor-7 .elementor-element.elementor-element-2cb73aa5:not(.elementor-motion-effects-element-type-background),
    .elementor-6 .elementor-element.elementor-element-2cb73aa5>.elementor-motion-effects-container>.elementor-motion-effects-layer {

        background-attachment: fixed;
    }
}

.elementor-6 .elementor-element.elementor-element-2cb73aa5:not(.elementor-motion-effects-element-type-background),
.elementor-6 .elementor-element.elementor-element-2cb73aa5>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    position: relative;
    background-color: #000000;
    background-image: url('../img/d.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.elementor-6 .elementor-element.elementor-element-2cb73aa5::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Ajusta el valor alfa (0.5 en este caso) para la opacidad */
}

.elementor-7 .elementor-element.elementor-element-2cb73aa5:not(.elementor-motion-effects-element-type-background),
.elementor-6 .elementor-element.elementor-element-2cb73aa5>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    position: relative;
    background-color: #000000;
    background-image: url('../img/external-content.duckduckgo.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.elementor-7 .elementor-element.elementor-element-2cb73aa5::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Ajusta el valor alfa (0.5 en este caso) para la opacidad */
}



.elementor-6 .elementor-element.elementor-element-2cb73aa5 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 125px 0px 100px 0px;
}

.elementor-7 .elementor-element.elementor-element-2cb73aa5 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 125px 0px 100px 0px;
}

@media (min-width: 768px) {
    .elementor-section.elementor-section-height-full {
        height: 100vh;
        width: 100%;
    }
}




.elementor *,
.elementor :after,
.elementor :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.elementor-6 .elementor-element.elementor-element-2cb73aa5 {
    background-color: #FF0000;
    width: 100%;
    height: 95vh;
}

.elementor-7 .elementor-element.elementor-element-2cb73aa5 {
    background-color: #FF0000;
    width: 100%;
    height: 95vh;
}


.ti {
    text-align: center;
    text-justify: inter-word;
    font-weight: bold;

    color: white;
    position: relative;
    font-size: 1.5rem;
}

.cen {

    width: 100%;
    margin: 0 auto;
    padding: 50px;


}

.contenedorprin {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;


}


.contenedor1,
.contenedor2,
.contenedor3 {

    width: 30%;

}

.qi {
    color: #333333;
    /* Color del título */
    font-size: 24px;
    /* Tamaño del título */
    margin-bottom: 10px;
    /* Espaciado inferior */
    text-align: center;
}


.fa-solid {
    font-size: 4.5rem;
}

#primericono {
    text-align: center;

    font-weight: bold;
    margin-bottom: 38px;
    color: #333333;
    /* Color del título */
    font-size: 55px;
    /* Tamaño del título */
}

.cla {

    text-align: center;
    font-weight: bold;
    font-size: 1.3rem;
}

.fa-regular {
    font-size: 4.5rem;
}

.priw {
    text-align: center;


}


.con {
    padding-top: 115px;
    /*background-color: #FF0000;*/
    width: 75%;
    margin: 0 auto;




}

.centr {

    text-align: center;
}

.image2 {
    background-image: url('../img/Elaboracion\ y\ confeccion.jpg');
    background-size: cover;

    background-repeat: no-repeat;
    width: 800px;
    height: 350px;

    cursor: pointer;


}

.imagen23 {
    background-image: url('../img/Estampado.jpg');
    background-size: cover;

    background-repeat: no-repeat;
    width: 1000px;
    height: 350px;
    cursor: pointer;


}

.info13 {
    width: 100%;
    /*background-color:blanchedalmond ;*/
    text-align: center;
    text-align: left;

    margin-top: 75px;


}

.image256 {
    background-image: url('../img/corte\ de\ tela.jpg');
    background-size: cover;

    background-repeat: no-repeat;
    width: 800px;
    height: 350px;
    cursor: pointer;


}


.imagen23333 {
    background-image: url('../img/planchado.jpg');
    background-size: cover;

    background-repeat: no-repeat;
    width: 800px;
    height: 350px;

    cursor: pointer;


}

.imagen23333nuevo {
    background-image: url('../img/pois.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 800px;
    height: 410px;

    cursor: pointer;


}

.imagen2333332 {
    background-image: url('../img/embolsar.jpg');
    background-size: cover;

    background-repeat: no-repeat;
    width: 800px;
    height: 350px;
    cursor: pointer;


}

.cponr {
    margin: 0 auto;


    background-color: rgba(0, 0, 0, 0.6);

    width: 60%;
}

.info2 {
    width: 100%;
    /*background-color:blanchedalmond ;*/
    text-align: center;


    margin-top: 75px;

}

.info13 {
    width: 80%;
}

/**/
.csul {


    position: relative;
}

.ul>.li {
    width: 20%;
    list-style-type: none;
    position: relative;
    top: 0;
    padding: 20px;
    height: 200px;
    opacity: 1;
    padding-top: 90px;
    text-align: center;
    transition: 1s opacity;
}



.active {
    opacity: 1;
}

.p {
    font-family: sans-serif;
    font-size: 13px;
    color: white;
    line-height: 1.5em;
}

strong {
    color: #fff;
    font-weight: 700;
    font-size: 60px;
    line-height: 100px;
}

/**/
.card-body {
    margin-top: 55px;
}

.card {
    background-color: #ffffff;
    /* Fondo blanco */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    /* Sombreado suave */
    border-radius: 10px;
    /* Esquinas redondeadas */
    padding: 20px;
    /* Espaciado interno */
    transition: transform 0.3s ease;
    /* Transición suave */
    position: relative;
    height: 380px;
    cursor: pointer;
}

.card:hover {
    transform: translateY(-5px);
    /* Efecto de elevación al pasar el cursor */
}

.card-title {
    color: #333333;
    /* Color del título */
    font-size: 5px;
    /* Tamaño del título */
}

.cla {
    color: #666666;
    /* Color del subtítulo */
    font-size: 16px;
    /* Tamaño del subtítulo */
    margin-bottom: 8px;
}

.card-text {
    color: #888888;
    /* Color del texto */
    font-size: 14px;
    /* Tamaño del texto */
    line-height: 1.6;
}



.logoim {
    width: 80px;
    padding: 15px;
}

.titulo {
    color: white;

}

.somoss {
    font-size: 1.1rem;
}

.acercanosotros {
    font-size: 1.6rem;
}

.acercanosotros2 {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 20PX;
}

.nuestramision {
    color: #666666;
    /* Color del texto */
    font-size: 16px;
    /* Tamaño del texto */
    line-height: 1.6;
    padding: 15px;
}



.nuestross {
    font-size: 2.5rem;
    font-weight: bold;
}

.elaboracion_con {
    font-size: 1.3rem;
    margin-bottom: 14px;
    font-weight: bold;

}

.pas13,
.par2 {
    margin-top: 88px;

    font-size: 1.1rem;
}

.quienesseomos {
    font-size: 1.2rem;
}

.elaboracion_con2 {
    font-size: 1.4rem;
    margin-bottom: 14px;
    font-weight: bold;

}


.nuestro {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 23px;
}

.cs {
    align-items: center;

    display: flex;

    justify-content: center;

   
}

@-webkit-keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7));
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7));
    }
}

.slider {
    background: white;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
    height: 150px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 1250px;
}

.slider::before,
.slider::after {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 220px;
    position: absolute;
    width: 200px;
    z-index: 2;
}

.slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.slider::before {
    left: 0;
    top: 0;
}

.slider .slide-track {
    -webkit-animation: scroll 40s linear infinite;
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 14);
    margin-top: 15px;
}

.slider .slide {
    height: 100px;
    width: 250px;
}

.im1 {
    width: 325px;
    height: 350px;
}

.formulario {
    width: 78%;

    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    /* Distribuye los elementos al inicio y al final del contenedor */
    align-items: center;
    /* Centra verticalmente los elementos */
    margin-bottom: 50px;
}

.imageness {
    background-image: url('../img/Contactenos.png');
    border-radius: 10px;
    /* Agrega bordes redondeados */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* Agrega sombra */
    background-size: cover;
    background-color: #FF0000;
    background-repeat: no-repeat;
    width: 45%;
    /* Cambia el ancho según sea necesario */
    height: 339px;
    margin-right: 10px;
    /* Añade margen derecho para separar la imagen del formulario */
}


#wrapper {
    width: 50%;
    /* Cambia el ancho del formulario según sea necesario */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* Agrega sombra */
    padding: 15px;
    /* Agrega espacio interno al formulario */
}

#form {
    text-align: center;
    font-size: 15px;

}

.nombresa {
    width: 550px;
    padding: 5px;
    border: none;
    border-radius: 5px;
    background-color: orange;


}

.nombresa:hover {
    background-color: white;
    border: 1px solid black;
}

.nombresa2 {
    width: 550px;
    margin-left: 75px;
    padding: 5px;
    border-radius: 5px;


}

.field {
    margin-bottom: 15px;
}


.form .button,
.form .label,
.form .textarea,
.form .text-input {
    padding: 1em 1.5em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    line-height: normal;
    border: 1px solid transparent;
    border-radius: 0;
}

.form .textarea,
.form .text-input {
    font: inherit;
    line-height: normal;
    width: 100%;
    box-sizing: border-box;
    display: block;
    padding-left: 0;
    border-bottom-color: rgba(0, 0, 0, 0.3);
    background: transparent;
    outline: none;
    color: black;
}

.form .textarea:placeholder,
.form .text-input:placeholder {
    color: rgba(0, 0, 0, 0.7);
}

.form .textarea:-webkit-autofill,
.form .text-input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px white inset;
    border-top-color: white;
    border-left-color: white;
    border-right-color: white;
}

.form .error.textarea,
.form .error.text-input,
.error .form .textarea,
.form .error .textarea,
.error .form .text-input,
.form .error .text-input {
    border-color: transparent transparent red transparent;
}

.form:not(.has-floated-label) .textarea:active,
.form:not(.has-floated-label) .text-input:active,
.form:not(.has-floated-label) .textarea:focus,
.form:not(.has-floated-label) .text-input:focus {
    border-color: transparent transparent black transparent;
}

.form .label {
    position: absolute;
    z-index: 10;
    pointer-events: none;
    padding-left: 0;
}

.form .label {
    top: 0;
    left: 0;
    color: rgba(0, 0, 0, 0.7);
    transition: color 0.3s;
}

.active .form .label,
.form .active .label {
    font-size: 0.75em;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
    color: rgba(0, 0, 0, 0.7);
    background: white;
}

.focus .form .label,
.form .focus .label {
    color: black;
}

.form.has-floated-label .field:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    border-bottom: 1px solid black;
    transition: width 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.form.has-floated-label .field.focus:after {
    width: 100%;
}

.form .button {
    font: inherit;
    line-height: normal;
    cursor: pointer;
    background-color: black;
    color: white;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.1428571429em;
}

.form .button:hover,
.form .button:focus,
.form .button:active {
    color: white;
    background: black;
}

.form .button:active {
    position: relative;
    top: 1px;
    left: 1px;
}

.form {
    max-width: 50em;
    margin: 0 auto;
    padding: 1em 2em;
    box-sizing: border-box;
    overflow: hidden;
}

.form .field {
    position: relative;
    width: 100%;
    margin-bottom: 1.5em;
    float: left;
}

@media screen and (min-width: 40em) {
    .form .field.half {
        width: calc(50% - 2em);
        margin-right: 2em;
    }

    .form .field.half+.half {
        margin-left: 2em;
        margin-right: 0;
    }
}

.form .field:last-child {
    float: right;
    width: auto;
}

.form .textarea {
    max-width: 100%;
}

footer {
    width: 100%;
    background: #202020;
    color: white;

}

.container-footer-all {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 40px;
}

.container-body {
    display: flex;
    justify-content: space-between;
}

.colum1 {
    max-width: 400px;
}

.colum1 h1 {
    font-size: 20px;
}

.colum1 p {
    font-size: 14px;
    color: #c7c7c7;
    margin-top: 20px;
}

.colum2 {
    max-width: 400px;
}

.colum2 h1 {
    font-size: 22px;

}

.colum2 .row {
    margin-top: 20px;
    display: flex;
}

.row .fa-brands {
    width: 35px;
    height: 36px;
}

.row label {
    margin-top: 10px;
    margin-left: 10px;
    color: #c7c7c7;
}

.colum3 {
    max-width: 400px;
}

.colum3 h1 {
    font-size: 22px;
}

.row2 {
    margin-top: 20px;
    display: flex;
}

.row2 #s #s1 {
    width: 36px;
    height: 36px;
}

.row2 label {
    margin-top: 10px;
    margin-left: 20px;
    max-width: 140px;

}

.container-footer {
    width: 100%;
    background: #101010;
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.copyright {
    color: #c7c7c7;

}

.copyright a {
    text-decoration: none;
    color: white;
    font-weight: bold;
}

.footer {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.information a {
    text-decoration: none;
    color: #c7c7c7;
}

@media screen and (max-width:1100px) {
    .container-body {
        flex-wrap: wrap;
    }

    .colum1 {
        max-width: 100%;
    }

    .colum2,
    .colum3 {
        margin-top: 40px;
    }

}

#button-up {
    width: 40px;
    height: 38px;
    background-color: #000000;
    display: flex;
    color: white;
    justify-content: center;
    border-radius: 80%;

    position: fixed;
    bottom: 50px;
    right: 50px;
    cursor: pointer;
    border: 4px solid transparent;
    transition: all 300ms ease;
    transform: scale(0);
    display: none;

}

.fa-angle-up {
    font-size: 30px;
}

#button-up:hover {
    transform: scale(1.1);
    border: color(0, 0, 0, 0.1);
}

#btn-mas {
    display: none;
}

.cotn {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.redes a,
.btn-mas label {
    display: block;
    text-decoration: none;
    background: black;
    color: #fff;
    width: 38px;
    height: 38px;

    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
    transition: all 500ms ease;
}

.redes a:hover {
    background: #fff;
    color: black;
}

.s {
    font-size: 25px;
    margin-top: 6px;
    margin-left: 1.5px;


}

.as {
    text-decoration: none;
    color: white;

}

.pro {
    text-align: center;
    color: white;
    font-size: 1.8rem;
    font-weight: 800;

}

.redes a {
    margin-bottom: -15px;
    opacity: 0;
    visibility: hidden;
}

#btn-mas:checked~.redes a {
    margin-bottom: 10px;
    opacity: 1;
    visibility: visible;
}

.btn-mas label {
    cursor: pointer;
    background: black;
    font-size: 23px;
}

#btn-mas:checked~.btn-mas label {
    transform: rotate(135deg);
    font-size: 25px;
}

.un {
    color: white;
}

.parrafo1 {
    color: #666666;
    /* Color del texto */
    font-size: 16px;
    /* Tamaño del texto */
    line-height: 1.6;
    /* Espaciado entre líneas */
    margin-left: 15px;
    margin-right: 15px;
}

.parrafo12 {
    color: #666666;
    /* Color del texto */
    font-size: 16px;
    /* Tamaño del texto */
    line-height: 1.6;
    /* Espaciado entre líneas */
    margin-left: 15px;
    margin-right: 15px;
}

.parrafo122 {
    color: #666666;
    /* Color del texto */
    font-size: 16px;
    /* Tamaño del texto */
    line-height: 1.6;
    /* Espaciado entre líneas */

    text-align: center;
    margin-left: 15px;
    margin-right: 15px;


}


.parrafo1222 {
    color: #666666;
    /* Color del texto */
    font-size: 16px;
    /* Tamaño del texto */
    line-height: 1.6;
    /* Espaciado entre líneas */
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
}

.parrafo12224 {
    color: #666666;
    /* Color del texto */
    font-size: 16px;
    /* Tamaño del texto */
    line-height: 1.6;
    /* Espaciado entre líneas */
    text-align: center;

}

.parrafo122222 {
    color: #666666;
    /* Color del texto */
    font-size: 16px;
    /* Tamaño del texto */
    line-height: 1.6;
    /* Espaciado entre líneas */
    margin-left: 20px;
    margin-right: 20px;
}






.mostraanimado {
    animation: mostrararrriba 1s;
}

@keyframes mostrararrriba {
    0% {
        transform: translateY(100px);
    }

    100% {
        transform: translateY(0);
    }
}

.reveal {
    position: relative;
    transform: translateX(-800px);
    opacity: 0;
    transition: 2.2s all ease-in-out;
}

.active {
    transform: translateX(0px);
}

/*efecto scroool*/
.animado {
    opacity: 0;

    transition: 2.2s all ease-in-out;
}

.mostraanimado {
    animation: mostrararrriba 1s;
}

@keyframes mostrararrriba {
    0% {
        transform: translateY(100px);
    }

    100% {
        transform: translateY(0);
    }
}

#animado {
    opacity: 1;
}

.animado {
    opacity: 1;
}


.las {
    font-size: 15px;
    display: block;
    margin-bottom: 20px;
}

.sadsad {

    padding-top: 15px;
}


.imss {
    width: 170px;

    margin-bottom: 30px;
    margin-top: 130PX;
    margin-left: 64PX;


}

/*movil y tablet */
@media (max-width: 767px) {

    .con {
        padding-top: 115px;
        /*background-color: #FF0000;*/
        width: 90%;
        margin: 0 auto;
    
    
    
    
    }

    .app-header {
        display: none;
    }

    .he2 {
        display: block;
    }

    .he2 {
        background: #22282e;
        height: 60px;
        position: relative;
        width: 100%;
    }

    #logo {
        float: left;
        padding: 6px 20px;
        width: auto;
        height: 60px;

        a {
            display: block;
            text-decoration: none;
            text-align: center;
            color: #fff;
            font-weight: bold;
            line-height: 44px;
            text-transform: uppercase;
        }
    }

    #menu {
        position: absolute;
        top: 60px;
        width: 100%;

        ul {
            max-height: 0;
            overflow: hidden;
            margin: 0;
            padding: 0;
            list-style: none;
            font-size: 14px;
        }

        li {
            display: block;
            background: #33363b;
            text-transform: uppercase;
            text-align: center;
            border-bottom: 1px solid #282b30;


            a {
                display: block;
                color: #fff;
                text-decoration: none;
                line-height: 60px;
                padding: 0 26px;

                &:active,
                &:focus {
                    color: #ffc700;
                }
            }
        }


        .open-menu {
            box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
            max-height: 400px;
            transition: max-height .4s ease;
        }

    }

    #nav-mobile {
        background: transparent;
        border: 0;
        cursor: pointer;
        float: right;
        width: 60px;
        height: 60px;
        position: absolute;
        right: 0;
        top: -60px;
        opacity: 0.6;

        &.nav-open {
            opacity: 1;
        }

        span {
            display: block;
            width: 60%;
            margin: 4px auto;
            height: 4px;
            background: #fff
        }
    }



    main {
        margin: 0;
        padding: 0;


    }

    .centr {

        padding: 0;
        margin: 0;

        margin-top: -95px;

    }
    .priim1 {

       margin: 0;
       padding: 0;
       margin-top: 20px;
       flex-wrap: wrap;

      
    
    }
    .primi2{
        flex-wrap: wrap-reverse;
    }
    .image1 {
    
        width: 400px;
        height: 240px;
    
    
    }
    .info1 {
        width: 100%;
        padding: 20px;
    
    }
    .pas {

        margin: 0;
        padding: 0;

      
    
    }
.acercanosotros{
    font-size: 18px;
}
    .qi {
    
        margin: 0;
        padding: 0;
        margin-bottom: 5px;
        font-size: 18px;
    }
    .parrafo1 {
       margin: 0;
       padding: 0;
        font-size: 12px;
        /* Tamaño del texto */
        line-height: 1.6;
        /* Espaciado entre líneas */
       
    }
    .info2{
        margin: 0;
        padding: 0;
       
    }

    
   .imagen2{
    width: 340px;
    height: 250px;
    margin-bottom: 15px;
   }
  
   .nuestramision{
    margin: 0;
    padding: 0;
    padding: 10px;
    font-size: 12px;
    margin-top: -7px;
   }


   .elementor-6 .elementor-element.elementor-element-2cb73aa5:not(.elementor-motion-effects-element-type-background), .elementor-6 .elementor-element.elementor-element-2cb73aa5>.elementor-motion-effects-container>.elementor-motion-effects-layer{
    display: none;
   }
}




/* Estilos para dispositivos móviles */
@media (min-width: 412px) and (max-width: 914px) {

    main {
        margin: 0;
        padding: 0;
    }

    .app-header {
        display: none;
    }

    .he2 {
        display: block;
    }

    .he2 {
        background: #22282e;
        height: 60px;
        position: relative;
        width: 100%;
    }

    #logo {
        float: left;
        padding: 6px 20px;
        width: auto;
        height: 60px;

        a {
            display: block;
            text-decoration: none;
            text-align: center;
            color: #fff;
            font-weight: bold;
            line-height: 44px;
            text-transform: uppercase;
        }
    }

    #menu {
        position: absolute;
        top: 60px;
        width: 100%;

        ul {
            max-height: 0;
            overflow: hidden;
            margin: 0;
            padding: 0;
            list-style: none;
            font-size: 14px;
        }

        li {
            display: block;
            background: #33363b;
            text-transform: uppercase;
            text-align: center;
            border-bottom: 1px solid #282b30;


            a {
                display: block;
                color: #fff;
                text-decoration: none;
                line-height: 60px;
                padding: 0 26px;

                &:active,
                &:focus {
                    color: #ffc700;
                }
            }
        }


        .open-menu {
            box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
            max-height: 400px;
            transition: max-height .4s ease;
        }

    }

    #nav-mobile {
        background: transparent;
        border: 0;
        cursor: pointer;
        float: right;
        width: 60px;
        height: 60px;
        position: absolute;
        right: 0;
        top: -60px;
        opacity: 0.6;

        &.nav-open {
            opacity: 1;
        }

        span {
            display: block;
            width: 60%;
            margin: 4px auto;
            height: 4px;
            background: #fff
        }
    }





}