body,
html {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

body {
    background-image: url(../images/fondo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    font-family: 'Righteous', cursive;
}

a {
    text-decoration: none;
    color: inherit;
}

nav {

box-shadow: 0px 0px 10px 0px;

display: flex;

justify-content: space-between;

align-items: center;

height: 10vh;

position: fixed;

width: 100%;

z-index: 100;

background-color: white;
}

nav > div:nth-child(1) {}

nav > div:nth-child(1)  a > img {

    width: 17em;

    margin: 0.25em;
}

nav > div:nth-child(2) {

    display: flex;

    margin: 1em;

    align-items: center;

    width: auto;

    justify-content: space-between;
}

nav .menu-hamburgesa {

    display: flex;

    width: 3em;

    height: 1.75em;

    align-items: center;

    justify-content: center;

    flex-wrap: wrap;

    cursor: pointer;

    position: relative;

    z-index: 999999;
}

nav .menu-hamburgesa > div {

    display: block;

    width: 70%;

    background-color: black;

    height: 3px;

    position: relative;
}

nav .menu-hamburgesa > div:nth-child(1) {
    right: -15%;
    transition: all 1s;
}

nav .menu-hamburgesa > div:nth-child(2) {

    right: 0;

    transition: all 1s;
}

nav .menu-hamburgesa > div:nth-child(3) {

    left: -15%;

    transition: all 1s;
}

.menu-nav {
    transition: all 1s;
    position: absolute;
    top: 0;
    right: -100vw;
    height: 100vh;
    background-color: #ff9947;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 35vw;
    box-shadow: 0px 0px 10px 0px black;
}

.menu-nav.desplegado::after {
    bottom: -100px;
}

.menu-nav > ul {

    padding: 0;

    margin: 2.5%;

    height: 90%;

    list-style: none;

    padding-top: 10%;

    margin-top: 1.5%;
}

.menu-nav::after {
    content: "";
    display: block;
    width: 125%;
    height: 250px;
    background-color: black;
    position: absolute;
    bottom: -1000px;
    transform: rotate(-20deg);
    transition: all 1s;
}

.menu-nav > ul > li {

    padding: 0.5em;

    width: 90%;

    margin: auto;
    display: flex;
    align-items: center;
}

.menu-nav > ul > li::before {
    content: "";
    display: block;
    background-color: black;
    width: 15px;
    height: 5px;
    margin-right: 5px;
}

.menu-nav > ul > li > ul {

    list-style: none;
    transition: all 1s;
    overflow: hidden;
}

.menu-nav > ul > li > ul > li {

    margin: 0.25em;
}

.menu-nav a {

    display: block;

    height: 100%;

    width: 100%;

    color: black;

    text-decoration: none;

    text-transform: uppercase;

    font-weight: 800;

    padding: 0.25em;

    font-family: 'Righteous';

    font-size: 1.5em;
}

.menu-nav > ul > li > ul > li > a {
    text-transform: unset;
}

.menu-nav.desplegado {
    right: 0 !important;
}

.menu-hamburgesa.desplegado {}

.menu-hamburgesa.desplegado > div:nth-child(1) {

    right: 0;

    transform: rotate(45deg);

    top: 10px;
}

.menu-hamburgesa.desplegado > div:nth-child(2) {
    right: -15em;
    transition: all 1s;
}

.menu-hamburgesa.desplegado > div:nth-child(3) {

    left: 0;

    transform: rotate(-45deg);

    top: -9px;
}





.presentacion {

height: 80vh;

border-bottom: 1px solid white;

display: flex;

left: 0;

position: relative;

transition: all 1s;

margin-top: 5vh;
}

.presentacion > section {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-size: 100% 100%;
    transition: all 1.5s;
    position: relative;
    right: 100%;
    width: 0%;
    min-width: 100%;
    overflow: hidden;
    background-position-x: right;
    background-position-y: top;
}

.presentacion > section.img1 {
    right: 0;
    background-image: url('../images/logo.jpg');
    background-size: auto 150%;
    background-repeat: no-repeat;
    background-position: right;
    background-color: #f6821f;
    background-position-y: 75%;
}

.presentacion > section.img2 {
    width: 100%;
    right: 0;
    background-image: url('../images/control-2.jpg');
}

.presentacion > section.img3 {
    width: 100%;
    right: 0;
    background-image: url('../images/control-acceso.jpg');

}

.presentacion > section.img4 {
    width: 100%;
    right: 0;
    background-image: url('../images/camaras-de-seguridad.webp');
}

.presentacion > section > div {
    position: absolute;
    margin: auto;
    width: 42%;
    left: 5%;
    color: #e57716;
    z-index: 99;
    font-family: 'Righteous', cursive;
    text-shadow: -1px 1px 1px black;
    transition: all 1.5s;
}

.presentacion.sombra > section > div {
    width: 0;
    left: -100%;
}

.presentacion.sombra > section::after {
    width: 0;
}

.presentacion > section::after {
    content: "";
    display: block;
    height: 200%;
    background-color: #00000061;
    width: 50%;
    transform: rotate(20deg);
    position: relative;
    left: -15%;
    top: -35%;
    z-index: 2;
    transition: all 1s;
}

.presentacion > section > div > a > h3 {

    margin: auto;

    font-size: 3em;

    font-weight: 100;

    transition: all 0.25s;
}

.presentacion > section > div > p {
    transition: all 0.25s;
}


article.presentacion {

height: auto;

width: auto;

display: flex;

justify-content: flex-end;

align-items: center;

left: 0;

position: relative;

top: -2.5em;

color: white;

text-shadow: 1px 1px 2px black;

font-family: 'Righteous';

animation-name: aparecer;

animation-direction: normal;

animation-fill-mode: forwards;

animation-iteration-count: 1;

animation-duration: 1.5s;
}

article.presentacion > div {

    height: 1em;

    padding: 0.5em;

    border: 1px solid white;

    background-color: #e67817;

    position: relative;

    display: flex;

    justify-content: center;

    align-items: center;

    cursor: pointer;
    transition: all 0.5s;
}


.presentacion > section.aparecer::after {
    left: -15%;
}

.presentacion > section.desaparecer::after {
    left: -105%;
}

.presentacion > section > div.aparecer {
    left: 5%;
}

.presentacion > section > div.desaparecer {
    left: -105%;
}

.presentacion > section > div.desaparecer > h3,
.presentacion > section > div.desaparecer > p {
    opacity: 0;
}


.informacion {
}

.informacion::before {
    content: "";
    height: 2px;
    width: 80%;
    background-color: orange;
    display: block;
    margin: auto;
    margin-bottom: 2em;
}

.informacion > .tarjetas::after {
    content: "";
    height: 2px;
    width: 95%;
    background-color: gray;
    display: block;
    margin: auto;
    margin-top: 2em;
}

.informacion > .tarjetas {

display: flex;

flex-wrap: wrap;

justify-content: space-around;

padding: 1em 2em;
}

.informacion > .tarjetas > div {

transform: inherit;

cursor: pointer;

width: 275px;

border: 2px solid #e67817;

transform: skewX(-20deg);

height: 175px;

overflow: hidden;

background-color: white;

margin-bottom: 50px;
}

.informacion > .tarjetas >  div:hover a > img {
    opacity: 0;
}

.informacion > .tarjetas > div a > div > h4 {

    margin: 0;

    transform: skewX(10deg);

    font-size: 1.2em;
}

.informacion > .tarjetas > div a > div > p {
    transform: skewX(10deg);
    margin: 0.25em;
}

.informacion > .tarjetas > div a > img {
    transition: all 1s;
    width: 130%;
    position: relative;
    height: 100%;
    z-index: 10;
    transform: skewX(20deg);
    margin: auto;
    display: flex;
    margin-left: -15%;
    justify-content: center;
    align-items: center;
}

.informacion > .tarjetas > div a > div {

position: relative;

top: -11em;

margin: 1em;

transform: skewX(-10deg);

font-family: 'Righteous';

color: #e67817;

text-shadow: 1px 1px 1px black;
}

.informacion > .tarjetas > div > a {
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: block;
}

.informacion .about {
    background-image: url('../images/circuito.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    font-family: 'Righteous';
    display: flex;
    height: 19em;
    box-shadow: 0px 0px 10px 2px black;
    justify-content: space-between;
}

.informacion .about > div:nth-child(1) {
    position: relative;
    background-color: #000000b8;
    left: -100%;
    padding: 1em;
    transition: all 1.5s;
    width: 75%;
    transform: skewX(20deg);
    margin-left: -5%;
}

.informacion .about > div:nth-child(1) > p {

    transform: skewX(-20deg);

    margin: auto;

    margin-left: 10%;

    font-size: 1.75em;

    width: 85%;

    display: flex;

    align-items: center;

    height: 100%;
    font-style: italic;
}

.informacion .about > div:nth-child(2) {
    transition: all 1.75s;
    width: 35%;
    position: relative;
    overflow: hidden;
    right: -100%;
    margin-right: -5%;
    transform: skewX(20deg);
}

.informacion .about > div:nth-child(2) > img {

    width: 110%;

    height: 100%;

    transform: skewX(-20deg);

    margin-left: -15%;
}

.about.mostrar > div:nth-child(1) {
    left: 0%;
}

.about.mostrar > div:nth-child(2) {
    right: 0%;
}



footer {

    display: flex;

    justify-content: space-around;

    background-color: white;

    box-shadow: 0px 0px 10px 0px;

    font-family: 'Righteous';

    height: 22em;

    overflow: hidden;

    border-bottom: 2px solid black;

    position: relative;

    z-index: 9;

    margin-bottom: 4em;
}

footer div:nth-child(1) {

    width: 45%;

    position: relative;

    z-index: 9;

    color: white;
}

footer div:nth-child(1) > p {

    font-family: Righteous;

    font-size: 2em;

    margin: 0.25em;
    transform: skewX(-25deg);
    text-indent: 25%;
}

footer div:nth-child(1) > form {
    position: relative;
    transform: skewX(-25deg);
    margin-left: 10%;
    left: -150%;
    transition: all 1.25s;
}

footer.mostrar div:nth-child(1) > form {
    left: 0;
}

footer div:nth-child(1) > form > div:nth-child(1) {

    width: 100% !important;

    display: flex;

    margin-bottom: 1em;

    justify-content: space-between;
}

footer div:nth-child(1) > form > div:nth-child(1) > input {

    border: 2px solid #f6821f;

    height: 1.75em;

    width: 48%;
    text-indent: 0.5em;
}

footer div:nth-child(1) > form > div:nth-child(2) {}

footer input[type="submit"] {
    background-color: #f6821f;
    margin: 0.5em 0;
    border: 0;
    padding: 0.5em;
    color: white;
    font-family: 'Righteous';
    border: 1px solid white;
    cursor: pointer;
    transition: all 1s;
}

footer input[type="submit"]:hover {
    background-color: white;
    color: #f6821f;
    border: 1px solid #f6821f;
}

footer div:nth-child(1) > form > div:nth-child(2) > textarea {

    width: 95% !important;

    border: 2px solid #f6821f;

    display: block;


    padding: 2.5%;
    margin: auto;
}

footer div:nth-child(2) {}

footer div:nth-child(2) > ul {

    list-style: none;

    height: 100%;
}

footer div:nth-child(2) > ul > li {

height: 50%;

display: flex;

justify-content: center;

align-items: center;

text-decoration: underline;
}

footer div:nth-child(2) > ul > li:nth-child(1) {

    position: relative;

}

footer div:nth-child(2) > ul > li:nth-child(2) {}

footer div:nth-child(2) > ul > li:nth-child(3) {


    position: relative;
}

footer div:nth-child(3) {
    transform: skewX(-25deg);

    margin: 0;
    padding: 0;
    display: block;
    width: 29%;
}

footer div:nth-child(3) > ul {

    list-style: none;
    padding: 0;
    height: 100%;
    margin: 0;
}

footer div:nth-child(3) > ul li {

    height: 33%;
    display: flex;
    align-items: center;
    transform: skewX(25deg);
    width: 90%;
    margin: auto;
    text-decoration: underline;
}

footer div:nth-child(4) {
    transition: all 2s;
    position: absolute;

    z-index: 0;

    height: 22em;

    transform: skewX(-25deg);

    width: 90%;

    left: -110%;

    overflow: hidden;

    box-shadow: 0px 0px 10px 2px;

    filter: brightness(0.5);
}

footer div:nth-child(4) img {

    height: 100%;

    width: 120%;

    transform: skewX(25deg);
}

footer.mostrar > div:nth-child(4) {
    left: -35%;
}

footer > div:nth-child(2) {

    transform: skewX(-25deg);
    padding: 0 1%;
    margin: 0;
    border-right: 1px solid black;

    box-shadow: 0px 0px 10px 2px;
    left: -105%;
    position: relative;
    transition: all 2.25s;
    background-color: white;
}

footer.mostrar > div:nth-child(2) {
    left: 0;
}

footer > div:nth-child(2) ul {

padding: 0;

margin: 0;
}

footer > div:nth-child(2) ul li {}

footer > div:nth-child(2) ul li img {

    width: 3em;
    height: 3em;
    transform: skewX(25deg);
}

.creador {
    height: 6em;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 10px 0px black;
    padding-bottom: 2.5em;
}

.creador a {
    height: 85%;
}

.creador a img {
    height: 100%;
}



@media(max-width:1000px) and (min-width:765px) {
    nav .menu-nav {
        width: 100vw !important;
    }

    nav .menu-nav ul {

        border: 0;
    }

    .informacion .tarjetas {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .informacion > .tarjetas > div {
        width: 15em !important;
        margin-bottom: 2em;
    }

    .informacion > .tarjetas > div > a > div > h4 {
        font-size: 1em;
        height: 20%;
    }

    .informacion > .tarjetas > div > a > div > p {
        font-size: 0.90em;
        display: flex;
        align-items: center;
        height: 80%;
    }

    .informacion .about p {
        font-size: 1.5em !important;
        ;
    }

    .informacion .about div img {
        width: 130% !important;
        margin-left: -20% !important;
    }

    .informacion .about div:nth-child(2) {

        margin-right: -10% !important;
        width: 40% !important;
    }

    footer div:nth-child(3) > ul {
        margin-right: 1.5em;
    }
}

@media(max-width:765px) {
    .informacion > .tarjetas > div a > img{
        filter:brightness(0.2);
    }
    .cliente-descripcion > div > div > h1{
        font-size:1.5em;
        left:-1em !important;
    }
    .clientes > div{
        display:block !important;
    }
    .clientes > div > div{
        width:90% !important;
        margin: auto !important;
        margin-bottom: 2em !important;
    }
    #ventajas{
        position:fixed;
        bottom:0;
        left:0;
        transform: none !important;
        width:100% !important;
        max-width: 100% !important;
        box-shadow: 0px 0px 10px 0px black !important;
        font-size: 1.25em;
    }
    #identificador_textos {
        transform: none !important;
    }

    #identificador_textos > p {
        transform: none !important;
    }

    .ventajas > ul > li {
        width: 100%;
        transform: none !important;
    }

    .ventajas > h4 {
        transform: none !important;
    }

    #beneficios {
        position: fixed;
        bottom: 0;
        left: 0;
        max-width: 100% !important;
        width: 100%;
        transform: none !important;
    }

    #beneficios > p {
        transform: none !important;
    }

    footer {

        display: block;
        height: unset;
    }

    footer > div {

        border-bottom: 1px solid black;
        width: 100% !important;
        transform: skewX(0) !important;
    }

    footer > div:nth-child(1) {

        height: 25em;
    }

    footer > div:nth-child(1) > p {

        transform: skewX(0);
        text-indent: 0;
        text-align: center;
    }

    footer > div:nth-child(1) > form {

        transform: skewX(0);
        margin: 0;
        padding: 0 1em;
    }

    footer > div:nth-child(1) > form > div:nth-child(1) {

        display: block;
    }

    footer input[type="submit"] {

        width: 95%;
        margin: 2.5% auto;
        display: block;
    }

    footer > div:nth-child(1) > form > div:nth-child(1) > input {

        width: 95%;
        margin: 2.5% auto;
        display: block;
    }

    footer > div:nth-child(1) > form > div:nth-child(2) {

        width: 100%;
        margin: auto;
    }

    footer > div:nth-child(2) {}

    footer > div:nth-child(2) > ul {

        display: flex;
        justify-content: space-evenly;
    }

    footer > div:nth-child(2) > ul > li {}

    footer > div:nth-child(2) > ul > li > a {}

    footer > div:nth-child(2) > ul > li > a > img {

        transform: skewX(0);
    }

    footer > div:nth-child(3) {}

    footer > div:nth-child(3) > ul {}

    footer > div:nth-child(3) > ul > li {

        transform: skewX(0) !important;
        margin: 2.5%;
        text-align: center;
        width: 95%;
        display: block;
    }

    footer.mostrar > div:nth-child(4) {
        left: 0;
    }

    footer > div:nth-child(4) {

        top: 0;
        width: 100% !important;
        height: 25.5em;
        margin: 0;
        padding: 0;
    }

    footer > div:nth-child(4) > img {

        width: unset;
        transform: skewX(0) !important;
    }

    .about {

        display: block !important;
        width: 100% !important;
        height: auto !important;
    }

    .about > div:nth-child(1) {

        transform: skewX(0) !important;
        width: 100% !important;
        margin-left: 0 !important;
        height: ;
    }

    .about > div:nth-child(1) > p {

        transform: skewX(0) !important;
        font-size: 1.25em !important;
        margin: 0 !important;
        padding: 0 !important;
        justify-content: center;
        width: 90% !important;
    }

    .about > div:nth-child(2) {

        width: 100% !important;

        height: 5em !important;

        transform: skewX(0) !important;

        margin: 0 !important;

    }

    .about > div:nth-child(2) > img {

        margin: 0 !important;

        transform: skewX(0) !important;

        width: 100% !important;

        height: 100% !important;

        background-color: #f8fdfa;

    }

    .tarjetas img {}

    .tarjetas > div {
        max-width: 90% !important;
        margin: auto;
        margin-bottom: 1.25em;
        min-width: 14em;
    }

    .tarjetas > div h4 {

        font-size: 1em !important;
    }

    .tarjetas > div p {

        font-size: 0.86em;
    }
    .tarjetas div div{
        z-index:99;
        font-size: 1.1em !important;
        margin-top: 40px !important;
    }
    div.presentacion {

        height: 65vh;
    }

    div.presentacion > section {background-position: right;background-size: auto 100%;}

    div.presentacion > section::after {

        width: 100% !important;
        left: 0 !important;
        transform: skewX(0);
        height: 100% !important;
        top: 0;
        background-color: #000000b0;
    }

    div.presentacion > section > div {
        min-width: 95%;
        left: 0 !important;
        margin: 2.5% !important;
        text-shadow: 1px 1px 0px white;
        transition: all 0.5s;
    }

    div.presentacion > section > div > a > h3 {

        font-size: 2.25em;
    }

    div.presentacion > section > div > p {
        font-size: 1.25em;
    }

    div.presentacion > section.desaparecer > div {
        opacity: 0;
    }

    div.presentacion > section.aparecer > div {
        opacity: 1;
    }

    article.presentacion {

width: 100%;

height: unset;

top: 0;

align-items: inherit;

flex-wrap: wrap;

margin-top: auto;

justify-content: center;

}

    article.presentacion > div {

height: auto;

width: 45%;

text-align: center;

}

    .menu-nav {
        width: 100% !important;
    }

    .menu-nav > ul {
        border: 0 !important;
    }

    nav > div:nth-child(1) {

        width: 50%;
    }

    nav > div:nth-child(1) > img {

        width: 100%;
    }

    nav > div:nth-child(2) {}

    nav > div:nth-child(2) .menu-hamburgesa {

        height: 1.25em;
        width: 2.25em;
    }

    nav > div:nth-child(2) .menu-hamburgesa > div {}

    nav > div:nth-child(2) .menu-hamburgesa.desplegado > div:nth-child(1) {

        top: 5px;
    }

    .menu-nav > ul > li {
        font-size: 0.9em;
    }

}






.producto-descripcion {

padding: 1em;

border: 2px solid orange;

margin: auto;

display: block;

width: auto;

margin: 2em;

margin-top: 15vh !important;

box-shadow: 0px 0px 10px 0px;

background-color: white;
}

.producto-descripcion img {

    display: block;
    width: 40%;
    height: inherit;
    border: 1px solid orange;
}
.producto-descripcion > div > div{
    display:block;
    width: 55%;
    min-width: 15em;
}
.producto-descripcion h1 {

display: block;

font-size: 2.85em;

margin: auto;
}
.producto-descripcion h1::after{
    content:"";
    display:block;
    width:50px;
    height:2px;
    background-color:#f6821f;
}
.producto-descripcion h2 {

font-size: 1.75em;

margin: 0.5em 0em 0em 0em;
}

.producto-descripcion p {

font-size: 1.75em;

white-space: pre-line;

margin: 15px;
}

.producto-descripcion > ul {
    font-size: 1.5em;
    list-style: none;
}

.producto-descripcion > ul > li {
    display: flex;
}

.producto-descripcion > ul > li > strong {
    margin-right: 5px;
}

.producto-descripcion > ol {
    font-size: 1.5em;
}

.producto-descripcion > ul > li::before {
    content: "";
    display: block;
    min-width: 15px;
    height: 2px;
    background-color: orange;
    margin-right: 10px;
    margin-top: 15px;
}

.producto-descripcion > div {

    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.producto-descripcion > div::after {
    content: "";
    display: block;
    height: 2px;
    width: 85%;
    background-color: orange;
    margin: auto;
    margin-top: 1em;
}


@media(max-width:930px) {
    .producto-descripcion {

        margin: 0.5em;
    }

    .producto-descripcion img {


        width: 100%;
    }

    .producto-descripcion h1 {

font-size: 2em;

width: 100% !important;

margin: 0.5em 0;

}

    .producto-descripcion h2 {


        font-size: 1.75em;
        text-indent: 0;
        text-align: center;
    }

    .producto-descripcion p {}

    .producto-descripcion > div {}

    .producto-descripcion > div::after {}
}

#beneficios {

    background-color: #ff9d46;

    transform: skewX(-30deg);

    box-shadow: 0px 0px 5px 0px orange;

    margin-right: 1em;

    transition: all 0.5s;

    overflow: hidden;

    height: 2.5em;

    display: flex;

    align-items: center;
}

#beneficios > p {

    margin: 0;

    transform: skewx(10deg);

    padding: 0.5em 1em;

    padding-right: 5em;
}

.whatsapp {
    width: 2em;
    height: 2em;
    position: fixed;
    right: 1em;
    bottom: 1em;
    z-index: 999;
    border-radius: 50%;
    background-color: #ff9d46;
    padding: 1em;
    box-shadow: 0px 0px 10px 0px black;
}

.whatsapp > a > img {
    width: 2em;
    height: 2em;
    filter: grayscale(1);
}

#identificador_textos.premium > p {
    width: 300px;
    padding: 5px;
    color: white;
    display: flex;
    align-items: center;
    font-size: 1.25em;
    margin: 10px;
    transform: skewX(22deg);
}

#identificador_textos.premium > p > strong {
    margin-right: 10px;
    color: #e67817;
    border-radius: 50%;
    width: 55px;
    background-color: white;
    text-align: center;
    height: 55px;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: centeR;
    border: 3px solid #e67817;
    font-size: 1.25em;
    box-shadow: -5px 5px 5px 0px black;
}

#identificador_textos.premium {
    transform: skewX(-22deg);
}

#identificador_textos {
    position: relative;
}

.ventajas {
    width: 100%;
    background-color: #eeeeee;
    box-shadow: 0px 0px 10px 0px black;
    padding: 2em 0;
    margin: 5em 0;
}

.ventajas > h4 {
    font-size: 1.75em;
    margin: 0;
    display: flex;
    align-items: center;
    color: #eeeeee;
    text-shadow: -2px 2px 0px #000000;
    background-color: #f6821f;
    width: fit-content;
    padding: 10px;
    transform: skewX(-20deg);
    padding-left: 2em;
    position: relative;
    left: -2em;
    box-shadow: 5px 5px 0px 0px black;
}

.ventajas > h4::before {
    content: "";
    display: block;
    width: 15px;
    height: 2px;
    background-color: #f6821f;
    margin-right: 0.5em;
}

.ventajas > ul {

    padding: 2em 2em;

    display: flex;

    list-style: none;

    justify-content: space-around;

    flex-wrap: wrap;
}

.ventajas > ul > li {

    font-size: 1.25em;

    padding: 5px 10px;

    background-color: #f6821f;

    transform: skewX(-20deg);

    color: white;

    border: 1px solid black;

    box-shadow: -3px 3px 0px 0px black;

    margin-bottom: 1em;
}
#ventajas{
    
background-color: #f6821f;
    
margin-right: 20px;
    
color: black;
    
transform: skewX(-25deg);
    
text-align: center;
    
width: auto;
    
overflow:hidden;
    
box-shadow: -4px 4px;
    
transition: all 0.25s;
    
height:40px;
    
display:flex;
    
align-items:center;
}
#ventajas > p{
    margin:0 10px;
    padding:10px;
    height:20px;
    word-break: keep-all;
    display: flex;
}
.clientes{

padding: 1em;

background-color: #0000008a;
}
.clientes > h4{

font-size: 2.75em;

color: white;

font-weight: 100;
}
.clientes > h4::after{
    content:"";
    display:block;
    width:50px;
    height:5px;
    background-color:#f6821f;
}
.clientes > div{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-around;
}
.clientes > div > div{
    width:18em;
    height:16em;
    margin:2em;
    border: 2px solid #f6821f;
}
.clientes > div > div > a > img{
    display:block;
    width: 100%;
    height: 100%;
}
.clientes > div > div > a > img::before{
    content:"";
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    background-image:url('../default.png');
    background-size:100% 100%;
}
.clientes > div > div > a{
    position:relative;
    width: 100%;
    display: block;
    height: 100%;
}
.clientes > div > div > a > h4{
    position:absolute;
    bottom: 0;
    width: calc(100% - 20px);
    margin: 0;
    padding: 10px 10px;
    background-color: white;
    border-top: 2px solid #f6821f;
    transition:all 0.5s;
}
.clientes > div > div:hover > a > h4{
    background-color:#f6821f;
    color:black;
    box-shadow:0px 0px 10px 0px black;
}
.cliente-descripcion{
    margin:1em;
    margin-top:5em;
    box-shadow:0px 0px 10px 0px black;
    min-height: 35em;
}
.cliente-descripcion::before{
    content:"";
    width: 100%;
    height:100%;
    position:absolute;
    background-color:white;
    z-index:-5;
    left: 0;
    top: 0;
}
.cliente-descripcion > div > div{
    height:12em;
    overflow:hidden;
    box-shadow:0px 0px 10px 0px black;
    position:relative;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position-y: center;
}
.cliente-descripcion > div > div::before{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    background-color:black;
    background-image:url('../default.png');
    background-size:auto 250%;
    background-position:center;
    z-index: -1;
}
.cliente-descripcion > div > div > img{
    width:100%;
    position:relative;
    bottom: 65vh;
}
.cliente-descripcion > div > div > h1{
    position:absolute;
    z-index:10;
    bottom: 0;
    margin: 0;
    padding: 10px;
    background-color: #ffffffa3;
    transform: skewX(-25deg);
    padding-left: 2em;
    left: -1.65em;
}
.cliente-descripcion > div > ul{
    list-style:none;
    padding:10px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.cliente-descripcion > div > ul > li{
    background-color:#f6821f;
    max-width: 16em;
    padding:5px 10px;
    min-width: 12em;
    margin-bottom: 1.25em;
}
.cliente-descripcion > div > ul > li > p{
    margin:0;
}
.cliente-descripcion > div > ul > li > p:nth-child(1){
    font-size:1.5em;
}
.cliente-descripcion > div > ul > li > p:nth-child(2){
    margin:0;
}
/*SACAR DESPUES DE LA FINALIZACION DEL PANEL Y VERIFICAR CORRECTO FUNCIONAMIENTO*/
.clientes-por-ahora{
    background-color:#00000085;
}
.clientes-por-ahora > div{
    width: 95%;
    display:flex;
    justify-content:space-around;
    flex-wrap:wrap;
    margin: auto;
}
.clientes-por-ahora > div::after{
    content:"";
    width:90%;
    display:block;
    height:2px;
    background-color:#f6821f;
    margin:2em auto;
}
.clientes-por-ahora > h4{
    margin:10px;
    font-size: 2.5em;
    margin-bottom: 1em;
    margin-top: 0em;
    padding-top: 1em;
    color:white;
}
.clientes-por-ahora > h4::after{
    content:"";
    display:block;
    width:25px;
    height:2px;
    background-color:#f6821f;
}
.clientes-por-ahora > div > div{
   width:33%;
   min-width:15em
}
.clientes-por-ahora > div > div:nth-child(2){
    transform:scale(1.1);
    box-shadow:0px 0px 10px 0px black;
    background-color:#dedede;
}
.clientes-por-ahora > div > div > img{
    width:100%;
    height:100%;
    display:block;
}