* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Lato, Arial, sans-serif
}

.hiddenDesktop {
    display: none;
}

.dark {
    background-color: #353536;
    color: white;
    transition: all 1s ease;
}




#toggle {
    display: none
}

.list__menu:hover {
    border-radius: 30%;
    box-shadow: 1px 1px 10px 5px #9c9898
}

input:hover {
    border-color: #9c9898;
    transition: .5s
}

.list__link {
    background-color: transparent;
    color: #fff;
    text-decoration: none;
    margin: 0 2.5em
}

.list__link--active {
    background-color: red;
    width: 8em;
    height: 2.5em;
    text-align: center;
    padding: .6em;
    margin-right: .5em
}

.list__link:hover {
    color: #9c9898;
    transition: .5
}

.list__menu {
    height: 3em;
    margin-left: 1em;
    margin-right: 3em;
    transition: .5s;
    position: relative;
    z-index: 10
}

.img__logo {
    display: inline-block;
    width: 14em;
    margin-right: 32em;
    padding: 2em
}

.main {
    position: relative;
    background-color: #000;
    display: flex;
    width: 100%;
    height: 120vh;
    align-items: end;
    justify-content: center;
    z-index: 1
}

.icon {
    width: 4.5em;
    height: 6em;
    margin: 0 3.5em;
    object-fit: cover;
    position: relative;
    top: .8em
}

.icon--apple {
    width: 6em;
    margin-left: 3em
}

.icon--google {
    width: 6em;
    margin-left: 3em;
    margin-bottom: 2em
}

.container__main {
    position: relative;
    display: inline-grid;
    justify-content: center;
    align-content: center
}

.text-icon {
    color: #fff;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    margin-bottom: 2em
}

.text-icon:hover {
    color: #9c9898;
    transition: .5
}



.video {
    width: 4em;
    margin-right: 1em;
    margin-left: 1em
}

span {
    font-weight: 700;
    font-size: 1.1em
}

.padding {
    background-color: #201919;
    height: 30em;
    width: 100%
}

.padding__container {
    width: 100%;
    height: 100%
}

.dir {
    margin-top: 2em;
    float: left;
    width: 50%;
    height: 25em;
    display: block;
    padding: 2em
}

.logo2 {
    margin-top: .5em;
    margin-left: 10em;
    height: 14em
}

.padding__text {
    padding-top: 1em;
    font-size: 2em;
    color: #fff
}

.padding__p {
    color: #fff;
    font-size: 1.2em;
    text-align: left;
    padding: 1em
}

.img__logo--2 {
    width: 15em;
    margin: -1.6em 7em
}

.container--info {
    width: 100%;
    height: 20em;
    background-color: #241e1e
}




.line--info {
    border: 1px solid red;
    width: 5em;
    margin-left: 6.5em
}

.text-info {
    color: #fff;
    font-size: 1.2em;
    display: inline;
    margin-top: .5em;
    margin-right: 1em;
    text-align: center;
}

.map__container {
    width: 100%;
    height: 100vh;
    background-color: transparent;
    display: flex;
    flex-direction: column;
 }

.map__title {
    margin-top: 2em;
    color: red;
    font-size: 2em;
    margin-left: 4em
}

.map__p {
    margin-left: 8em
}

.map__scale {
    margin-top: 1em;
    background-color: #f5f5f5;
    height: 100%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../assets/img/mapa.png);
    position: relative;
}

.contact--form__container {
    display: flex;
    width: 100%;
    height: 35em;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    row-gap: 1em;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden
}

.contact--form__container::before {
    content: "";
    position: absolute;
    left: -10%;
    right: -10%;
    width: 110%;
    height: 110%;
   /* background-image: linear-gradient(#000000cd, transparent 20%), url(../assets/img/electronica.jpg);
    background-size: cover;
    filter: blur(10px);
    background-position: center;*/
    z-index: -1
}

.contact-from__h3 {
    text-align: center;
    color: #fff;
    font-size: 2em
}

.contact-from__p {
    text-align: center;
    color: #fff
}

.submit {
    font-size: 1em;
    width: 6em;
    height: 2em;
    border-radius: 20em;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff
}

.input__form {
    width: 23em;
    height: 3em;
    border-radius: 1em;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding-left: 2.9em
}

.contact--form__container::before {
    width: 120%;
    height: 120%;
}

.input__form::placeholder {
    color: #fff
}

.icon__form {
    width: 2em;
    position: relative;
    right: 19em;
    top: .6em
}

.img__logo--3 {
    margin-top: 5em;
    width: 19em;
    height: 12em;
    padding: 1em;
    border-right: 2px solid #fff;
    margin-right: 6em
}

.contact__container {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 15em;
    justify-content: space-evenly;
    align-content: center;
    margin-left: 1em
}

.footer__container {
    width: 100%;
    height: 25em;
    background-color: #535050;
    display: flex;
    justify-content: center
}

.footer__h3 {
    margin-left: 2.5em;
    margin-top: 7em;
    color: #8ed426;
    width: 100%;
    height: 100%
}

.footer__p {
    position: relative;
    bottom: 1em;
    color: #fff;
    margin-bottom: 10em;
    margin-top: .2em;
    margin-left: 3.6em;
    font-size: .8em;
    line-height: 2em
}

.footer__p--active {
    position: relative;
    bottom: 3em;
    right: -.2em
}

.footer__p--contact {
    position: relative;
    top: -.2em;
    right: -0.em;
    line-height: 1em;
    font-size: .8em
}

a {
    text-decoration: none;
    color: #fff
}

a:hover {
    color: #9c9898;
    transition: .5s
}

.video__container {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, transparent 70%, #000);
    background-size: contain;
}

.landing__video {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover ;
    z-index: -1;
    bottom: 1em;
}

.opiniones-panel {
    background-color: var(--caja-oscura);
    color: #000;
    padding: 3em
}

.opiniones-panel h1 {
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 1.5em
}

.opiniones-panel h2 {
    color: #fff;
    margin-bottom: 2em;
    text-align: center;
    font-weight: 100;
    font-size: 1.5em
}

.opiniones-cards {
    display: none;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-template-rows: 1fr 0 0 0 0 0 0 0;
    column-gap: 5vmin;
    overflow: hidden
}

.opiniones-slider {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    overflow: hidden;
    font-size: 1.3em;
    align-items: center;
    justify-content: center
}

.opiniones-slider>div {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none
}

.opiniones-slider>div::-webkit-scrollbar {
    display: none
}

.opiniones-slider>div::-webkit-scrollbar-thumb {
    background: 0 0
}

.opiniones-slider>div::-webkit-scrollbar-track {
    background: 0 0
}

.opiniones-slider>div>.card-opiniones {
    margin-right: 100px;
    margin-left: 100px
}

.opiniones-slider>a {
    display: inline-flex;
    width: 1.5rem;
    height: 1.5rem;
    background: 0 0;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.card-opiniones {
    scroll-snap-align: center;
    flex-shrink: 0;
    max-width: 300px;
    width: 80%;
    height: 90%;
    padding: 20px;
    margin: 20px;
    background: #fff;
    transform-origin: center center;
    transform: scale(1);
    transition: transform .5s;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: auto auto 1fr auto;
    grid-template-areas: 'profile name' 'profile date' 'comment comment' 'rating rating';
    gap: 1rem;
    text-align: left;
    box-shadow: .5em .5em .5em #ffffff4b
}

.card-opiniones>img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    grid-area: profile
}

.card-opiniones>h3 {
    color: #e20505;
    display: inline;
    grid-area: name
}

.card-opiniones>p.fecha {
    color: #9c9898;
    display: inline;
    grid-area: date
}

.card-opiniones>p:not(.fecha) {
    grid-area: comment
}

.card-opiniones>div {
    display: flex;
    flex-direction: row;
    grid-area: rating
}

.card-opiniones>div>img {
    max-width: 20px;
    max-height: 20px
}

.opiniones-slider>a {
    display: inline-flex;
    background: 0 0;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 10px;
    color: #fff
}

.opiniones-slider a:hover {
    color: #9c9898;
    transition: .5s
}

.clientes-contenedor {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1
}

.clientes-contenedor h1 {
    color: red;
}

.clientes-contenedor section {
    display: grid;
    grid-template-columns: repeat(5, minmax(min-content, 1fr));
    margin: 1em
}

.clientes-contenedor img {
    width: 10em;
    height: 5em;
    object-fit: contain;
    margin-left: 5em;
    filter: grayscale(1)
}

.h1__clientes {
    margin-top: 1.5em;
    padding-top: .2em;
    margin-left: 3.5em
}

.panel-footer {
    width: 100%;
    height: 100%;
    min-height: 25%;
    padding: 5%;
    background-color: #535050;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.panel-footer>* {
    display: flex;
    flex-direction: column
}

.panel-footer img {
    display: flex;
    align-items: center;
    max-height: 10em;
    border-right: 2px solid #fff;
    padding-right: 1em;
}

.panel-footer h3 {
    margin-bottom: .5em;
    word-break: break-all;
    color: #8ed426;
    width: 100%
}

.panel-footer a,
.panel-footer p {
    color: #fff;
    transition: .5s;
    line-height: 1.4em
}

.panel-footer a:hover {
    color: #9c9898
}

.panel-footer span {
    color: #8ed426;
    font-size: 1em
}

.title-testimonys {
    margin-bottom: .5em
}

.container--info {
    width: 100%;
    height: 20em;
    background-color: #241e1e
}

.container__img_info {
    width: 20em;
    display: inline-grid;
    margin: 0 5em;
    align-items: center;
    position: relative;
    text-align: center;
    left: 1em;
    bottom: 1.5em;
}



.line--info {
    border: 1px solid red;
    width: 5em;
    margin-left: 6.5em
}

.text-info {
    color: #fff;
    font-size: 1.2em;
    display: inline;
    margin-top: .5em;
    margin-right: 1em;
    text-align: center
}

.container--info {
    width: 100%;
    height: 20em;
    background-color: #241e1e
}


.img-info {
    width: 15em;
    position: relative;
    top: 3em;
    left: 1.3em
}

.img-info--active{
    position: relative;
    top: 5em;
}

.line--info {
    border: 1px solid red;
    width: 5em;
    margin-left: 6.5em
}

.text-info {
    color: #fff;
    font-size: 1.2em;
    display: inline;
    margin-top: .5em;
    margin-right: 1em;
    text-align: center
}

@media (max-width:700px) {
    .hiddenDesktop {
        display: block;
    }

    .hiddenMobile {
        display: none;
    }

    .container--info {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
        height: 10em;
        margin: 0;
        position: relative
    }

    .line--info {
        width: 1.5em;
        margin: 0;
        margin-bottom: .5em
    }

    .img-info {
        width: 5em;
        margin: 0;
        position: relative;
        left: 0;
        top: 0.5em;
    }

    .text-info {
        margin: 0
    }

    .container__img_info {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 5em;
        margin-right: 1em;
        position: relative;
        left: 2em;
        bottom: 1em;
    }

    .panel-footer {
        flex-direction: column;
        align-items: center;
        gap: 1em;
        justify-content: center;
        height: 110vh;
        width: 100%;
        padding-top: 4em;
        flex-wrap: nowrap;
        padding-bottom: 20em
    }

    .panel-footer img {
        margin-top: 4em;
        justify-content: center;
        width: 50%;
        background-position: center;
        height: 5em;
        border: 0;
        margin-bottom: 1em;
        border-bottom: 1px solid #fff
    }

    .panel-footer p {
        text-align: center
    }

    .panel-footer a {
        text-align: center
    }

    .panel-footer h3 {
        margin: 0;
        padding: 0;
        text-align: center;
        margin-bottom: .2em
    }

    .contact {
        margin-left: 4em;
    }
}

@media (max-width:880px) {
    .hiddenMobile {
        display: none;
    }


    .clientes-contenedor section {
        grid-template-columns: repeat(3, minmax(min-content, 1fr));
        margin: 2em;
        gap: 1em
    }

    .clientes-contenedor img {
        width: 100%;
        height: 5em;
        margin: 0;
        padding-bottom: 2em
    }

    .clientes-contenedor {
        padding-bottom: 2em;
        padding: 0;
        margin: 0;
        height: 38vh;
        width: 100%;
        position: relative;
        bottom: 1em
    }
}

@media screen and (min-width:1200px) {
    .opiniones-slider {
        display: none
    }

    .opiniones-cards {
        display: grid
    }
}

@media (max-width:1118px) {

    .hiddenMobile {
        display: none;
    }


    .landing__video {
        position: relative;
        height: 100%;
        width: 100%;
        object-fit: cover;
        z-index: -1;
    }

    .h1__clientes {
        margin-left: 1.5em
    }

    .video__container {
        object-fit: contain;
        background-size: contain
    }

    .whassap{
        position: absolute;
        display: flex;
        top: 25em;
        right: 0;
        width: 5em;
        margin: 0;
        transform: rotateX(20deg);
    }

    .label__toggle {
        width: 1000px
    }

    .list__link {
        display: none
    }

    .main {
        width: 100%;
        height: 80vh
    }

    .list__link--active {
        margin: 0
    }

    .header__navbar {
        position: fixed;
        width: 100vw
    }

    .input {
        width: 6em;
        padding: 0;
        margin: 0;
        margin-left: 1em
    }

    .container__main {
        width: 100vw;
        position: relative
    }

    .icon {
        margin: .5em;
        margin-bottom: 0;
        width: 5em
    }

    .container__img_info {
        padding: 0;
        margin: 2em;
        margin-left: 0
    }

    .text-info {
        padding: 0
    }

    .text-icon {
        font-size: .5em
    }

    .form {
        padding: 0;
        margin: 0
    }

    .list__menu {
        margin: 1em;
        margin-left: 1em
    }

    .img__logo {
        padding: 0;
        position: relative;
        width: 6em;
        margin: 0
    }

    .icon--apple {
        position: absolute;
        bottom: 7.8em;
        width: 5em;
        right: 2em
    }

    .icon--google {
        width: 5em;
        position: absolute;
        bottom: 4.9em;
        right: 2em
    }



    .slider__container {
        width: 100vw
    }

    .container--info {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        width: 110.2vw;
        right: 2.5em;
        overflow: hidden;
        margin: 5em
    }

    .container__about-us {
        display: flex;
        flex-direction: column;
        margin: 0;
        width: 100vw;
        height: 100vh;
        align-items: center;
        justify-content: center
    }

    .square__about-us {
        width: 90%;
        margin: 1em;
        margin: 0
    }

    .square__form__about-us {
        width: 100%
    }

    .square_p__about-us {
        font-size: .9em
    }

    .img__logo--2 {
        position: relative;
        width: 10em;
        margin: 0;
        left: 4em;
        bottom: 1em
    }

    .square__mision {
        width: 90%;
        margin: 1em
    }

    .square__form__mision {
        width: 100%
    }

    .square_p__mision {
        font-size: .9em
    }

    .hiddenMobile {
        display: none
    }

    .padding {
        display: flex;
        flex-direction: column-reverse;
        height: 100vh;
        justify-content: center;
        align-items: center
    }

    .padding__text {
        font-size: 2.5em;
        margin-left: .5em
    }

    .padding__p {
        font-size: 1em
    }

    .logo2 {
        width: 18em;
        margin: 0;
        padding: 2em;
        margin-left: 4em;
        top: 22em;
        right: 1.5em;
        position: relative
    }

    .dir {
        width: 100%;
        height: 100%;
        position: relative;
        bottom: 16em
    }

    .container__values {
        display: flex;
        flex-direction: column;
        margin: 0;
        width: 100vw;
        height: 100vh;
        align-items: center;
        justify-content: center
    }

    .square__values {
        width: 90%;
        height: 60%;
        margin: 1em
    }

    .square__form__values {
        width: 100%;
        height: 22em
    }

    .square_p__values {
        font-size: .9em
    }

    .map__container {
        height: 33vh;
        width: 100vw
    }

    .map__title {
        margin-top: 10em;
        font-size: 1.6em;
        margin: 0;
        margin-top: 1em;
        margin-left: .5em
    }

    .map__p {
        margin: 0;
        padding: 0;
        margin-left: 1em
    }

    .map__scale {
        width: 100%;
        height: 66%;
        background-size: cover;
        background-position: center
    }

    .cards {
        width: 100%;
        height: 230vh
    }

    .cards__container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .card {
        margin: 10em;
        margin-top: 1em;
        margin-bottom: 1em;
        box-shadow: none
    }

    .img__container {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-content: center
    }

    .container--info {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        height: 100%;
        margin: 0;
        position: relative
    }

    .line--info {
        width: 1.5em;
        margin: 0;
        margin-bottom: .5em
    }

    .text-info {
        margin: 0;
        font-size: .8em
    }

    .contact-from__h3 {
        font-size: 1.5em
    }

    .input__form {
        height: 2.5em;
        padding-left: 3.2em;
    }

    .footer__container {
        display: flex;
        flex-direction: column;
        margin: 0;
        height: 100vh;
        justify-content: center
    }

    .footer__h3 {
        font-size: 1em;
        margin: 0;
        padding: 0;
        text-align: center
    }

    .contact__container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        margin: 1em;
        margin-left: 4em
    }

    .footer__p {
        margin: 0;
        text-align: center;
        padding: 0
    }

    .img__logo--3 {
        position: relative;
        height: 8em;
        width: 15em;
        margin: 0;
        padding: 0;
        margin-left: 5em;
        border-right: none;
        margin-top: 1em;
        margin-bottom: 1em;
        border-bottom: 1px solid #fff
    }

    .footer__about--us {
        margin-top: 1em;
        padding: 0;
        margin: 0
    }

    #menu:checked~.hamburger {
        padding-top: 6em;
        width: 12em;
        height: 100vh;
        gap: 2em;
        font-size: 1em
    }
}
