@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap");

/* ROOT MOBILE */
:root {
    --color-first: #59A644;
    --color-second: #000000;
    --color-third: #77A649;
    --color-fourth: #5b5b5b;
    --color-base: #F2F2F2;
    --color-text-primary: #3b3b3b;
    --color-text-secondary: #1F92BF;

    --font-size-xsmall: 0.625rem;
    --font-size-small: 0.813rem;
    --font-size-regular: 1rem;
    --font-size-large: 1.25rem;
    --font-size-xlarge: 1.875rem;
    --font-w-light: 300;
    --font-w-normal: 400;
    --font-w-semibold: 600;
    --font-w-bold: 800;

    --bx-shdw: rgba(0, 0, 0, 0.35) 0px 5px 15px;

    --padd: 15px;
    --header: 65px;
    --footer: 160px;

    --z-index-maximun: 1000;
    --z-index-top: 100;
    --z-index-medium: 10;
    --z-index-below: 1;
}

/* PAGE BASE STYLE */

body {
    background-color: #fff;
    color: #3b3b3b;
    font-family: "Poppins" !important;
    font-size: 1rem;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

html {
    scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6, p, ul {
    margin: 0 !important;
    padding: 0 !important;
}

a {
    text-decoration: none !important;
    color: var(--color-text-primary);
}

li {
    list-style: none;
}

.paragraph {
    margin: 1rem 0;
}

.section {
    padding: 4rem var(--padd) var(--padd) var(--padd);
}

.section_header {
    padding: var(--padd);
}

.section_marcas, .section_telefonias, .section_pines, .section_servicios, .section_download-app, .section_video_tutorial_app {
    margin-bottom: 1rem;
    padding: 2rem 0 0rem 0;
}

.hidde {
    display: none;
}

.button {
    cursor: pointer;
    width: 200px;
    height: 35px;
    border: none;
    border-radius: 5px;
}

main {
    flex: 1;
}

.btn-regular {
    background-color: var(--color-text-secondary);
    color: var(--color-base) !important;
    height: 50px;
    padding: 1rem;
    font-size: medium;
}

.b-small {
    height: 40px !important;
    padding: 0;
    width: 130px;
}

.btn-main {
    background-color: var(--color-text-secondary);
    color: var(--color-base) !important;
    height: 50px;
}

.btn-main:hover {
    color: var(--color-first);
    transform: rotate(360deg);
    box-shadow: var(--bx-shdw);
}

.btn-link {
    padding: .8rem 2rem;
    font-size: small;
}

.section__head {
    text-align: center;
    margin: 1rem 0;
}

.title {
    color: var(--color-second);
    font-size: var(--font-size-large);
}

.title-x {
    font-size: xx-large;
    font-weight: 500;
}

.title-highlight {
    font-weight: 700;
    color: var(--color-text-secondary);
}

.subtitle {
    color: var(--color-text-secondary);
    font-size: small;
}

.image {
    width: 250px;
}

.background_image {
    width: 100%;
}

.container-img {
    position: absolute;
    bottom: 0;
    width: auto;
}

.download_app {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: left;
    overflow: hidden;
}

.icon_store {
    max-width: 150px;
}

.imge__download_app {
    justify-self: center;
    width: 190px;
}

/* MARCAS */
.marcas, .servicios, .download_app {
    padding: 1rem;
    text-align: -webkit-center;
}

.telefonias {
    overflow: hidden;
}

.logo_marcas {
    width: 100px;
}

.logo_marcas-sm {
    width: 80px;
}

.marcas__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    justify-content: center;
    align-items: center;
    width: max-content;
}

/* >>>>> LAYOUT <<<<< */
/* HEADER */
.header {
    z-index: calc(var(--z-index-maximun) + 10);
    position: fixed;
    width: 100%;
}

.header_change_styles {
    background-color: #fff;
    box-shadow: var(--bx-shdw);
}

.header__container-logo-toggle {
    display: grid;
    grid-template-columns: max-content max-content;
    justify-content: space-between;
    align-items: center;
}

.header__links {
    margin-top: 2rem;
}

.header__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
}

.header__links-item {
    font-size: var(--font-size-large);
}

.header__icon-menu {
    font-size: x-large;
}

.action-toggle {
    display: none;
}

/* FOOTER */
.footer {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    padding: 10px;
    bottom: 0;
    background-color: var(--color-second);
    height: auto;
    color: var(--color-base) !important;
}

.footer__description {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
}

.footer__container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.footer__description {
    text-align: center;
}

.footer__logo, .header__logo {
    width: 100px;
}

.footer__docs ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;

    && li a {
        color: var(--color-base);
    }
}

.footer__social_media {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
}

.footer__social_media-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: max-content;
    gap: 1rem;
}

.phone-number-text {
    color: var(--color-base) !important;
}

.link__item:hover {
    color: var(--color-text-secondary) !important;
}

.social_media-icon {
    padding: .5rem;
}

.social_media-icon:hover {
    background-color: var(--color-text-secondary);
    border-radius: 10px;
}

.copyright {
    font-size: smaller;
    text-align: center;
}

/* >>>>> HOME <<<<< */
.nosotros__home {
    position: relative;
    overflow: hidden;
}

.home__image_presentation {
    position: relative;
    text-align: center;
}

.home__image-link {
    position: absolute;
    width: 300px;
    /* margin-left: -115px; */
    left: 0;
}

.home__image-person {
    margin-top: 150px;
    width: 300px;
}

.home__container-images {
    position: relative;
    display: inline-grid;
}

.initial__title-container {
    justify-self: center;
    max-width: 350px;
    text-align: center;
}

/* >>>>> LAYOUT <<<<< */
.initial__title {
    z-index: var(--z-index-medium);
    position: relative;
    font-size: x-large;
    font-weight: var(--font-w-normal);
}

.home__section {
    display: grid;
    padding: 85px 1rem 0 1rem;
}

.home__wave {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}

.home__wave {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}

.home__wave::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://mayoristasderecarga.mx/img/fondo.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -10;
}

/* >>>>> LAYOUT <<<<< */

.hidde {
    display: none;
}

/* >>>>> 404 <<<<< */
.c404-contenido {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: var(--padd);
    justify-content: center;
    align-items: center;
    text-align: center;
}

.c404-title {
    color: var(--color-third);
    font-weight: 800;
}

.video_tutorial_app {
    min-width: 350px;
}

/* >>>>> 404 <<<<< */

/*  MEDIA QUERIES */
@media screen and (min-width: 448px) {}

@media screen and (min-width: 576px) {}

@media screen and (min-width: 768px) {
    :root {
        --font-size-xsmall: 0.625rem;
        --font-size-small: 0.813rem;
        --font-size-regular: 1rem;
        --font-size-large: 1.25rem;
        --font-size-xlarge: 1.875rem;
        --font-w-light: 300;
        --font-w-normal: 400;
        --font-w-semibold: 600;
        --font-w-bold: 800;
    }

    .header__icon-menu {
        display: none;
    }

    .action-toggle {
        display: block;
    }

    .action-toggle {
        margin: 0;
    }

    .header__list {
        grid-template-columns: repeat(4, max-content);
        width: max-content;
    }

    /* >>>>> LAYOUT <<<<< */
    .initial__title {
        font-size: x-large;
    }

    .initial__title-container {
        text-align: left;
    }

    .home__section {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-content: stretch;
        gap: 1rem;
        align-items: center;
    }

    .header__icon-menu {
        display: none;
    }

    .action-toggle {
        display: block;
    }

    .action-toggle {
        margin: 0;
    }

    .home__image-person {
        margin-top: 180px;
    }

    /* >>>>> LAYOUT <<<<< */
    .marcas__list {
        grid-template-columns: repeat(4, 1fr);
    }

    .download_app {
        grid-template-columns: 3fr 1fr;
        text-align: left;
    }

    .header__links {
        margin-top: 0;
        width: 100%;
    }

    .home__container-images {
        display: grid;
        justify-content: flex-end;
    }
    
    .video_tutorial_app {
        min-width: 750px;
        height: 468px;
    }
}

@media screen and (min-width: 992px) {
    .section, .section_header {
        max-width: 1024px;
        margin-left: auto;
        margin-right: auto;
    }

    .footer__container {
        grid-template-columns: repeat(3, 1fr);
    }

    .footer__own_contact {
        margin: 1rem 0;
    }
    
    .video_tutorial_app {
        max-width: 1024;
        height: 468px;
    }
}

@media screen and (min-width: 1200px) {
    .section {
        margin-left: auto;
        margin-right: auto;
    }

    .marcas__list {
        grid-template-columns: repeat(5, 1fr);
    }

    .home__image-link {
        position: absolute;
        /* margin-left: -115px; */
        left: 0;
        width: 400px;
    }

    .home__image-person {
        margin-top: 250px;
        width: 400px;
    }

    .initial__title-container {
        max-width: 440px;
    }

    .title-x {
        font-size: 2.5rem;
        font-weight: 500;
    }
}

@media screen and (min-width: 2400px) {}