/* INICIO: ETIQUETAS FUNCIONALES */
@font-face {
    font-family: 'Poppins';
    src: url('ruta-a-la-fuente/Poppins-Regular.ttf') format('truetype');
}

html{
    height: 100%;
}
body{
    margin: 0;
    height: 100%;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}
header{
    width: 100%;
    min-height: 25rem;
    overflow-y: hidden;
    overflow-x: hidden;
    display: grid;
    justify-items: center;
    margin: 0;
}

nav {
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3rem;
    margin-top: 1rem;
    height: fit-content;
}
nav .logo {
    display: flex;
    align-items: center;
}
nav img {
    width: 250px;
    height: auto;
    margin-left: 5rem;
}
nav ul {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0;
    display: flex;
}
nav li {
    margin: 0 2rem;
}
nav a {
    text-decoration: none;
    color: #000;
    font-weight: 600;
    font-size: 1.5rem;
}
nav a:hover,
nav a:active {
    color: #019DD8;
}
h1{
    font-size: 4rem;
    font-weight: 600;
}
h2{
    font-size: 2.5rem;
    font-weight: 400;
}

h2.subtitle{
    text-transform: uppercase;
}

.hidden{
    display: none;
}

#key-word {
    transition: .5s ease; /* Transición de opacidad */
}
/* FIN: ETIQUETAS FUNCIONALES */


/* INICIO: ETIQUETAS CLASES */
.marked{
    color:#019DD8;
}

.whiteBg{
    background-color: #fff;
    text-align: center;
    padding-bottom: 1.5rem;
}
.whiteBg h1{
    height: fit-content;
    margin: 0;
}

/*  INICIO: INDEX  */
    header.vidBg{
        position: relative;
        overflow: hidden;
        height: 55rem;
        background: rgb(0,0,0);
        background: -moz-radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
        background: -webkit-radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
        background: radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    }
    header.vidBg h1{
        color: #ffffff;
    }
    header.vidBg video{
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        transform: translate(-50%, -50%); /* Centrar el video */
        z-index: -1;
    }
    nav.navbar-index{
        background-color: transparent;
    }
    .vidBg nav.navbar-index a{
        color: #ffffff;
    }
    nav.navbar-index a:hover,
    nav.navbar-index a:active {
        color: #019DD8;
    }
    
    .hero-content{
        position: absolute;
        bottom: 10%;
        left: 5%;
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .history{
        width: 100%;
        height: fit-content;
        padding: 2.5rem 0;
    }
    .history .logo{
        width: 50%;
    }

    .short-history-container{
        display: grid;
        grid-auto-flow: column;
        align-items: center;
        justify-items: center;
    }
    .short-history-container{
        grid-template-columns: 50% 50%;
        padding: 2.5rem 0;
        margin: 0 5rem;
    }
    .short-history-container p{
        font-size: 2rem;
        text-align: center;
        font-weight: 300;
    }
    .description{
        display: grid;
        align-items: center;
        justify-items: center;
        row-gap: 1.5rem;
    }
    

    .products{
        background-image: url("../images/general/elements/Fondo de engranajes.svg");
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        box-shadow: inset 0 -10px 10px 0 rgba(0,0,0,0.1), inset 0 10px 10px 0 rgba(0,0,0,0.1);
        display: grid;
        min-height: 100%;
        place-items: center;
        padding: 2.5rem;
    }
    .product-container-index{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        min-height: 100%;
        place-items: center;
    }
    
    .clients{
        width: 100%;
        height: fit-content;
        padding: 5rem 0;
    }
    .map-container{
        height: fit-content;
        overflow: hidden;
        position: relative;
    }
    .clients-map{
        width: 60%;
        transform-origin: center;
        object-fit: cover;
    }
    #zoomInButton, #zoomOutButton {
        position: absolute;
        top: 90%;
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 100%;
        border: none;
        cursor: pointer;
        background-color: #000;
        color: #ffffff;
        font-weight: 500;
    }
    #zoomInButton {
        right: 46%;
    }
    #zoomOutButton {
        left: 46%;
    }


    .right-arrow{
        height: 1.5rem;
        animation: arrow-side .7s infinite alternate;
    }
/* FIN: INDEX */

/* INICIO: PRODUCTOS */
    .product-container{
        background-image: url("../images/general/elements/Fondo de engranajes.svg");
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        box-shadow: 1px 10px 10px 0px rgba(0,0,0,0.1) inset;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        min-height: 100%;
        place-items: center;
    }
    .product-card {
        background-color: #235987;
        border-radius: 0; 
        margin: 60px;
        display: inline-grid;
        place-content: center;
        place-items: center;
        max-width: 477px;
        overflow-y: hidden;
    }
    .product-card img.img-product{
        width: 24vw;
        height: 29vh;
    }
    .product-card .productInfo{
        max-height: 80px;
        z-index: 0;
    }
    .product-card .productInfo{
        display: inline-grid;
        place-items: center;
        align-items: center;
        padding: 20px;
        color: white;
    }
    .product-card .productInfo h3{
        font-weight: 500;
    }
    .product-card .productInfo .product-description{
        visibility: hidden;
        max-height: 250px;
        width: 100%;
        transform: translateY(210px);
    }
    .arrow-icon{
        display: grid;
        justify-items: center;
        width: 100%;
    }
    .arrow-icon img{
        width: 28px;
        height: 12px;
        animation: arrow-up .7s infinite alternate;
    }
    .product-card:hover img.img-product,
    .product-card:hover .productInfo h2{
        transform: translateY(-250px);
        transition: ease 200ms;
    }
    .product-card:hover .productInfo .arrow-icon{
        transition: ease 200ms;
        transform: translateY(-250px) rotate(180deg);
    }
    .product-card:hover .product-description{
        visibility: visible;
        overflow-y:scroll;
        scrollbar-width: none;
        color: white;
        transform: translateY(-250px);
        transition: transform 0.3s ease;
        text-align: center;
    }
    .product-card a{
        width: 80%;
        margin-bottom: 25px;
        margin-top: 1rem;
        z-index: 1;
    }

    .product-container-empty{
        background-image: url("../images/general/elements/Fondo de engranajes.svg");
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        box-shadow: 1px 10px 10px 0px rgba(0,0,0,0.1) inset;
        display: grid;
        padding: 1rem 2.5rem;
    }
    .no-results{
        display: grid;
        grid-template-columns: 25% 65%;
        place-items: center;
    }
    .no-results img{
        width: 50%;
    }
    .mainBadFilter{
        font-size: 4rem;
        color: #1a1a1a;
    }
    .subBadFilter{
        font-size: 1.8rem;
        font-weight: 200;
    }

    /* INICIO: FUNCIONALIDADES PRODUCTOS */
        .search{
            width: 50%;
            height: 50px;
            display: grid;
            grid-template-columns: 5% 95%;
            position: sticky;
            background-color: #f9f9f9;
            border: 1px solid #8b8b8b;
            border-radius: 10px;
            padding: .1rem .5rem;
        }
        .search input{
            border: none;
            background-color: transparent;
            padding-left: 1rem;
            padding-right: 1rem;
            font-size: 1.2rem;
            outline: none;
        }
        .search input::placeholder{
            font-family: 'Poppins';
            font-weight: 200;
            color: #c1c1c1;
        }
        .search button{
            border: none;
            background-color: transparent;
        }
        .search button:hover{
            cursor: pointer;
        }
        .filters{
            display: grid;
            grid-auto-flow: column;
            place-items: center;
            width: 50%;
            height: 50px;
        }
        .filterButtons{
            height: 100%;
            width: 100%;
            display: grid;
            grid-auto-flow: column dense;
            overflow-x:scroll;
            -ms-overflow-style: none;
            scrollbar-width: none;
            scroll-behavior: smooth;
        }
        .btn-filters{
            border-radius: 50px;
            background-color: #fff;
            border: 1px solid #235987;
            color: #235987;
            font-weight: 600;
            font-size: 1.2rem;
            height: 50px;
            width: fit-content;
            padding: 0 2rem;
            margin: 0 .5rem;
            cursor: pointer;
            transition:ease-in .1s;
        }
        .btn-filters:hover{
            border-radius: 50px;
            background-color: #235987;
            color: #fff;
        }
        .btn-filters.active{
            border-radius: 50px;
            background-color: #235987;
            color: #fff;
        }
        .filters .arrows{
            width: 50px;
            height: 50px;
            cursor: pointer;
            transition:ease-in .1s;
        }
        .filters .arrows:hover{
            filter:brightness(.9);
        }
        .side-arrows{
            border: none;
            background-color: transparent;
            border-radius: 100%;
        }
    /* FIN: FUNCIONALIDADES PRODUCTOS */


    @keyframes arrow-up{
        0% {
            transform: translateY(3px);
        }
        100% {
            transform: translateY(-3px);
        }
    }

    @keyframes arrow-side{
        0% {
            transform: translateX(3px);
        }
        100% {
            transform: translateX(-3px);
        }
    }
    @media (max-width: 480px) { 
        .btn-contact {
            text-align: center;
        }
    }
    .category-container {
        display: grid;
    }
    
    .product-scroll-container {
        display: grid;
        grid-auto-flow: column;
        overflow-x:scroll;
        -webkit-overflow-scrolling: touch; /* Mejora el scroll en dispositivos táctiles */
        padding-left: .5rem;
        gap: .8rem;
    }
    @media (hover: none) { 
        .product-card:hover img.img-product,
        .product-card:hover .productInfo h2,
        .product-card:hover .productInfo .arrow-icon,
        .product-card:hover .product-description {
            transform: none!important;
            visibility: visible!important;
            color: inherit!important;
            text-align: inherit!important;
        }
    }
    @media (max-width: 769px) { /*Teléfonos*/
        .products{
            width: 100%;
            padding-left: 0;
            padding-right: 0;
            overflow-x: hidden;
        }
        .products .subtitle{
            text-align: center;
        }
        .product-container {
            display: grid;
            grid-template-columns:none;
            place-items:initial;
            padding-left: 2.5rem;
        }
        .product-container-index {
            grid-auto-flow: column;
            overflow-x: scroll;
            width: 100%;
            margin-left: 0;
            padding-left: 1.5rem;
            column-gap: 1rem;
        }
        .product-card{
            width: 20rem;
            background-color: transparent;
            color: #000;
            display: grid;
            place-items: start;
            place-content: start;
            padding-right: 1rem;
            height: 30rem;
            margin:0;
        }
        .product-card h3,
        .product-card p{
            width: 300px;
            white-space: normal;
            word-wrap: break-word; 
            hyphens: auto;
        }
        .product-card img.img-product{
            border-radius: 12px;
            width: 300px;
            height: 300px;
            object-fit: cover;
        }
        .product-card .arrow-icon{
            display: none;
        }
        .product-card .productInfo{
            padding-top: 0;
            color: #000;
            padding: 0;
            width: max-content;
        }
        .product-card .productInfo h3{
            font-weight: 500;
            text-decoration: underline;
            white-space: nowrap;
            overflow: hidden;
            white-space: normal;
            word-wrap: break-word; 
            hyphens: auto; 
        }
        .product-card .product-description{
            display: none;
        }
        .product-card .btn-contact{
            padding-top: 0;
            margin-top: 0;
            width: min-content;
            font-size: 1rem;
            column-gap: 0;
            padding: 0;
            width: 100%;
            max-width: 100%;
        }
        .btn-contact img{
            width: 2rem!important;
            height: 2rem!important;
        }
        .btn-contact p{
            width: max-content!important;
        }
        .products .btn-no-bg{
            padding-top: 1.5rem;
            font-size: 1rem;
        }
        .no-results{
            display: grid;
            grid-template-columns: 100%;
            place-items: center;
        }
        .no-results img{
            display: none;
        }
        .mainBadFilter{
            font-size:2rem;
        }
        .filters{
            display: none; 
        }
        
        nav{
            display: grid;
            grid-template-columns: 50% 50%;
        }
        nav div:nth-child(1){
            align-self: start;
            margin-left: 1rem;
        }
        nav div:nth-child(2){
            justify-self: end;
            margin-right: 2rem;
        }
        nav img{
            margin: 0;
            width: 100%;
        }
        .nav-tabs{
            display: block;
            min-width: 3.5rem;
            height: 100%;
            color: #000000;
            line-height: 1.5;
            text-align: center;
        }
        nav.navbar-index{
            background-color: #fff;
            margin-top: 0;
            padding-top: 2rem;
            padding-bottom: 1rem;
        }
        nav.navbar-index a,
        .vidBg nav.navbar-index a{
            color: #000;
            font-size: 2.5rem;
            font-weight: 300;
            text-transform: uppercase;
        }
        .nav-tabs input[type="checkbox"], .nav-tabs .fa-bars, .nav-tabs .fa-times {
            position: absolute;
            box-sizing: border-box;
            margin: 0;
            padding: 0;
            right: 0;
            top: 0;
            width: 48px;
            height: 48px;
        }
        .nav-tabs .fa-bars, .nav-tabs .fa-times {
            font-size: 3rem;
            pointer-events: none;
            width: 3.5rem;
            height: 3.5rem;
            border-radius: 12px;
            text-align: center;
        }
        .nav-tabs .fa-bars p, .nav-tabs .fa-times p {
            margin-top: -1.1rem;
            margin-left: .35rem;
            line-height: .3;
        }
        .nav-tabs input[type="checkbox"] {
            opacity: 0;
            width: 3.5rem;
            height: 3.5rem;
        }
        .nav-tabs {
            position: relative;
        }
        .nav-tabs ul {
            display: none;
        }
        .nav-tabs i p{
            font-weight: 300;
        }
        .nav-tabs input:checked ~ ul {
            display: grid;
            margin-top: 5rem;
            text-align: right;
            width: 100%;
        }
          
        .nav-tabs input:checked ~ .fa-bars {
            display: none;
        }
        
        .nav-tabs input:not(:checked) ~ .fa-times {
            display: none;
        }


        .history.whiteBg{
            margin-bottom: 3rem;
        }
        .about-container{
            grid-template-columns: repeat(1, 1fr);
        }
        .short-history-container{
            display: block;
            position: relative;
            height: fit-content;
            margin: 0 .5rem;
        }
        .short-history-container .collage{
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 2;
        }
        .short-history-container .collage img{
            animation: none;
            width: 100%;
            height: 100%;
        }
        .short-history-container .description{
            position: relative;
            z-index: 3;
            background-color: #ffffff;
            box-shadow: 0px 0 10px 10px rgba(255, 255, 255, 1);
        }
        .short-history-container .description img{
            display: none;
        }
        .short-history-container .btn-no-bg{
            display: none;
        }
        .clients{
            height: fit-content;
        }
        .clients img.clients-map{
            width: 90%;
        }
        .clients .map-container{
            margin-bottom: 0;
        }
        .map{
            width: 100%;
        }
        .contact{
            display: grid!important;
            grid-auto-flow: row!important;
            padding: 0 1rem!important;
        }
        .sellers-container{
            padding: 0!important;
            row-gap: 1rem;
        }
        .sellers-number{
            text-align: center;
        }
        .the-representative{
            line-height: 2rem!important;
        }
        .formulary-container {
            padding: 0!important;
        }
        .titleBanner{
            margin: 0 0 2.5rem!important;
        }
        .history-container{
            margin: 0 2rem!important;
        }
        .history-container, .cards-container{
            grid-auto-flow: row!important;
            row-gap: 3rem;
        }
        .card{
            width: 20rem!important;
            height: 20rem!important;
        }
        .history-container img{
            display: none;
        }
        .history-container p{
            font-size: 1.5rem!important;
        }
        .map-container{
            min-height: 20rem;
            height: fit-content;
        }
        #zoomInButton, #zoomOutButton {
            top: 85%;
        }
        #zoomInButton {
            right: 30%;
        }
        #zoomOutButton {
            left: 30%;
        }
    }
    @media (min-width: 769px) and (max-width: 1024px) {/*Tablets*/
        .product-container {
            grid-template-columns: repeat(2, 1fr);
        }
        .product-container-empty{
            grid-template-columns: repeat(1, 1fr);
        }
        .product-container-index {
            grid-template-columns: repeat(2, 1fr);
        }
        .no-results{
            display: grid;
            grid-template-columns: 25% 65%;
            place-items: center;
        }
        .mainBadFilter{
            font-size:2rem;
        }
        .no-results img{
            width: 50%;
        }
        h1{
            font-size: 3rem;
        }
        h2{
            text-transform: uppercase;
        }
    }
    @media (max-width: 768px) {/* Pantallas muy pequeñas */
        h1{
            font-size: 3rem;
        }
        h2{
            text-transform: uppercase;
        }
        nav {
            flex-direction: column;
        }
        nav ul {
            flex-direction: column;
            align-items: center;
            width: 100%;
        }
        nav li {
            margin: 0 0 1.5rem;
        }
        .product-card {
            flex-shrink: 0; /* Evita que las tarjetas se encojan */
            width:300px; /* Ajusta el ancho según tus necesidades */
        }
        .product-card img{
            width: 100%;
            height: auto;
            object-fit: cover;
        }
        .product-card h3,
        .product-card p{
            width: 300px;
            white-space: normal;
            /* Opcional: */
            word-wrap: break-word; 
            hyphens: auto;
        }
        .contact{
            display: grid!important;
            grid-auto-flow: row!important;
        }
    }
    @media only screen and (max-device-width: 1366px) { /*Monitores PC*/
        .parallax {
            background-attachment: scroll;
        }
    }
    @media (min-width: 1024px){
        .nav-tabs input[type="checkbox"], .nav-tabs .fa-bars, .nav-tabs .fa-times {
            display: none;
        }
    }
/* FIN: PRODUCTOS */


/* INICIO: ACERCA DE */
.titleBanner{
    margin: 12rem 0;
}
.titleBanner img{
    width: 100%;
}
.about-container{
    background-image: url("../images/general/elements/Fondo de engranajes.svg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: grid;
    grid-auto-flow: row;
    min-height: 100%;
    place-items: center;
    row-gap: 1.5rem;
    width: 100%;
    box-shadow: 1px 0 10px 5px rgba(0,0,0,0.1) inset;
}
.history-container,
.cards-container{
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    justify-items: center;
}
.history-container{
    /*grid-template-columns: 50% 50%;*/
    padding: 10rem 0;
    margin: 0 5rem;
}
.history-container h2{
    text-align: center;    
}
.history-container h3{
    text-align: center;
    font-size: 1.8rem;
}
.history-container p{
    font-size: 1.5rem;
    text-align: center;
}
.history-container img{
    width: 20vw;
}

.cards-container{
    padding-top: 1.5rem;
    width: 100%;
    box-shadow: 1px 0 10px 5px rgba(0,0,0,0.1);
    display: grid;
    align-items: center;
    justify-items: center;
}
.card {
    background-color: #ffffff;
    color: #ffffff;
    width: 80%;
    height: 35rem;
    perspective: 600px;
}
  
.card-front, .card-back {
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    border-radius: 25px;
    border: 1px solid #235987;
    display: grid;
    align-items: center;
    justify-items: center;
}

.card-front {
    background-color: #235987;
}
.card-front h2{
    font-size: 4rem;
}

.card-back {
    background-color: rgb(255, 255, 255);
    color: #000;
    transform: rotateY(180deg);
    border: 1px solid #000;
    padding: 0 .5rem;
    font-size: 1.5rem;
    overflow-y: scroll;
    scrollbar-width: none;
}

.card:hover .card-front {
    transform: rotateY(-180deg);
}

.card:hover .card-back {
    transform: rotateY(0deg);
}


.galery-container{
    display: grid;
    grid-auto-flow: row;
    align-items: center;
    justify-items: center;
    width: 100%;
    height: fit-content;
    padding: 1.5rem 0 5rem;
    
}

.images-slider{ /*slider*/
    width: 100%;
    overflow-x: hidden;
}
#images-galery { /*slide-track*/
    display: flex;
    animation: scroll 40s linear infinite;
    width: 100%;
}

.slide { /*slide-track*/
    width: 100%;
}

.images-slider img{ /*slide-track*/
    height: 70vh;
    margin: 3rem 1rem;
    box-shadow: 2px 16px 20px -1px rgba(0,0,0,0.75);
    -webkit-box-shadow: 2px 16px 20px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 16px 20px -1px rgba(0,0,0,0.75);
}

@keyframes scroll{
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(calc(-200px * 7));
    }
}

/* FIN: ACERCA DE */



/* FIN: ETIQUETAS FUNCIONALES */





footer{
    display: grid;
    grid-auto-rows: max-content;
    justify-items: center;
    align-items: center;
    text-align: center;
    background-color: #000;
    color: #ffffff;
    padding: 2.5rem;
    row-gap: 2rem;
    width:auto;
}
footer img{
    width: 50%;
}
footer p{
    font-size: 1.3rem;
}



/*botones*/
.btn-contact {
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    justify-items: center;
    justify-content: space-evenly;
    font-size: 1.25rem;
    text-decoration: none;
    background-color: rgb(0, 0, 0, 0.85);
    color: #ffffff;
    border: none;
    border-radius: 10px;
    max-width: 90%;
    width: fit-content;
    height: 80px;
    transition: ease-in .15s;
    column-gap: 1rem;
    padding: 0 1.5rem;
}
.btn-contact img {
    width: 4rem;
    height: 4rem;
}
.btn-contact p {
    margin: 0;
}
.btn-contact:hover{
    filter: invert();
    cursor: pointer;
    border: 2px solid #fff; /*Borde blanco debido al filtro de inversión de color*/
}
  

.btn-no-bg{
    background-color: transparent;
    color: #000;
    font-size: 1vw;
    border: none;
    width: fit-content;
    height: fit-content;
    cursor: pointer;
    transition: ease .15s;
    display: grid;
    align-items: center;
    justify-items: center;
    grid-auto-flow: column;
    gap: 1rem;
}
.btn-no-bg:hover{
    color: #019DD8;
}

/*nav{
    display: flex;
    height: 10vh;
    background-color:black;
}

nav img{
    height: 5vw;
}*/
/*==========================

INICIO: index.html

==========================*/


#generalInfo{
    box-shadow: 1px 8px 9px 0px rgba(0,0,0,0.75);
        -webkit-box-shadow: 1px 8px 9px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 1px 8px 9px 0px rgba(0,0,0,0.75);
    margin: 0;
}
#generalInfo p{
    margin: 0;
}

.collage img{
    animation: collage-up 1s infinite alternate;
    width: 75%;
}

@keyframes collage-up {
    0%{
        transform: translateY(15px);
    }
    100%{
        transform: translateY(-15px);
    }
}





.drop-shadow {
    width: 100%;
    box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.3);
}
.start-content{
    width: 100%;
}
.contact-container{
    width: 100%;
}
.contact{
    display: grid;
    grid-auto-flow: column;
    padding: 3rem;
    column-gap: 5%;
}
.sellers-container{
    width: 100%;
    padding: 20px;
    display: grid;
    justify-items: center;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
}
.sellers-container h2{
    text-align: center;
}
.sellers-container h4{
    font-weight: 400;
}
.sellers-number {
    display: grid;
    justify-items: center;
    align-items: center;
    width: 100%;
    padding: 30px 20px;
    margin: 0;
    box-sizing: border-box;
    font-size: 1.5rem;
    font-family: 'Poppins', sans-serif;
    background-color: rgba(35, 89, 135, 1);
    color: #ffffff;
    border: none;
    border-radius: 12px;
    cursor: pointer;
}
.sellers-number:hover {
    background-color: rgb(20, 67, 108);
}

.the-representative{
    line-height: 2.5;
    font-weight: 600;
}

.formulary-container {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    vertical-align: top;
    padding: 20px;
}
form{
    background-color: #fff;
    width: 95%;
    border: 2px solid black;
    border-radius: 12px;
    padding: 2.5% 2.5% 5%;
}
#content-btn-formulary{
    margin-top: 5%;
}
form .fields{
    width: 100%;
}
input,
select{
    width: 97.5%;
    height: 50px;
    border-radius: 12px;
    border: 1px solid #000;
    padding-left: 2.5%;
    font-size: 1.5rem;
}
select{
    width: 100%;
}
textarea{
    width: 97.5%;
    padding-left: 2.5%;
    border-radius: 12px;
    border: 1px solid #000;
    padding-top: 1rem;
    font-size: 1.5rem;
    font-family: Poppins;
    resize: none;
}
.gearsBg{
    background-image: url("../images/general/elements/Fondo de engranajes.svg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 0 -10px 10px 0 rgba(0,0,0,0.1), inset 0 10px 10px 0 rgba(0,0,0,0.1);
}
#send-form-contact{
    max-width: 100%;
    width: 100%;
}