body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: var(--blanco);
    font-family: Roboto;
    position: relative;
}

/* Generales */
.max-container {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
}

.d-flex {
    display: flex;
}

.space-between {
    justify-content: space-between;
}

.align-center {
    align-items: center;
}

.bg-gray {
    background: #FFFFFF;
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(219, 219, 219, 1) 100%);
    background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(219, 219, 219, 1) 100%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(219, 219, 219, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#DBDBDB", GradientType=0);
}

/* Hero */
.section-hero {
    width: 100%;
    padding: 10rem 5rem;
    margin: 0 auto;
    height: auto;
    position: relative;
}

.hero-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.hero-info {
    flex: 1;
    max-width: 50%;
    color: #ffffff;
}

.hero-info__title {
    font-size: 4rem;
}

.hero-info__subtitle {
    margin-top: 3rem;
    font-size: 1.8rem;
    font-weight: 100;
}

.btn__red {
    display: inline-block;
    margin-top: 3rem;
    background-color: #ffffff;
    color: #e2211d;
    border: 1px solid #e2211d;
    padding: 12px 50px;
    border-radius: 30px;
    cursor: pointer;
    font-size: 1.5em;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn__red--flex {
    display: inline-block;
    background-color: #ffffff;
    color: #e2211d;
    border: 1px solid #e2211d;
    padding: 12px 50px;
    border-radius: 30px;
    cursor: pointer;
    font-size: 1.5em;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn__red:hover,
.btn__red--flex:hover {
    background-color: #e2211d;
    color: #ffffff;
}

.btn__red-hero:hover {
    background-color: #e2211d;
    color: #ffffff;
}

/* Call to action 1 */

.section-call {
    padding: 5rem 0rem;
    width: 100%;
    background: #e2211d;
    border-bottom: 1px solid #ccc;
}

.cal-action__main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 3rem;
}

.call-info {
    color: #ffffff;
    font-size: 1.8rem;
}

/* Main */
.section-main {
    width: 100%;
    position: relative;
    padding: 10rem 0;
}

.main-info__right,
.main-info__left {
    margin: 3rem auto;
    display: flex;
    flex-wrap: wrap;
    gap: 5rem;
    align-items: center;
}

.main-info__text {
    flex: 2;
    font-size: 1.8rem;
    font-weight: 400;
}

.main-img {
    flex: 1;
    border-radius: 25px;
}

/* Banner tres soluciones */
.section-solutions {
    width: 100%;
    padding: 5rem 0;
    background: #7D1210;
    background: -webkit-linear-gradient(90deg, rgba(125, 18, 16, 1) 0%, rgba(226, 33, 29, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(125, 18, 16, 1) 0%, rgba(226, 33, 29, 1) 100%);
    background: linear-gradient(90deg, rgba(125, 18, 16, 1) 0%, rgba(226, 33, 29, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7D1210", endColorstr="#E2211D", GradientType=1);
    text-align: center;
}

.solutions-title {
    font-size: 3rem;
    color: #ffffff;
}

.solutions-info {
    font-size: 2rem;
    color: #ffffff;
}

.solutions-logos {
    margin-top: 3rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 3rem;
}

/* Sección de novedades */

.section-news {
    width: 100%;
    margin-top: 10rem;
}

news-title .news-grid {
    display: grid;
    grid-template-columns: 2;
    grid-template-rows: 2;
}

.news-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 5rem;
}

.news-grid {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    gap: 2rem;
}

.news-info {
    flex: 1;
}

.news-grid__img {
    border-radius: 25px;
}

.news-title {
    font-size: 1.8rem;
}

.news-text {
    font-size: 1.5rem;
}

/* Sección productos */
.section-productos {
    width: 100%;
    padding-top: 10rem;
    margin-top: 10rem;
}

.productos-title {
    font-size: 4rem;
    text-align: center;
}

.productos-subtitle {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 5rem;
}

/* Call action de productos */
.call-action {
    width: 100%;
    margin-top: 5rem;
    padding: 1rem 5rem;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #7D1210;
    background: -webkit-linear-gradient(90deg, rgba(125, 18, 16, 1) 0%, rgba(226, 33, 29, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(125, 18, 16, 1) 0%, rgba(226, 33, 29, 1) 100%);
    background: linear-gradient(90deg, rgba(125, 18, 16, 1) 0%, rgba(226, 33, 29, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7D1210", endColorstr="#E2211D", GradientType=1);
    color: #ffffff;
}

.call-action__info {
    flex: 3;
}

.call-action__info-title {
    font-size: 2.5rem;
}

.call-action__img-cont {
    flex: 1;
    display: flex;
    justify-content: end;
}

.call-action__img {
    border-radius: 50%;
}

/* Sección distribuidores */
.section-distribuidores {
    width: 100%;
    padding: 10rem 0 5rem 0;
    margin-top: 10rem;
    background-color: #2D3931;
    color: #ffffff;
    font-weight: 400;
}

.distribuidores-head{
    width: 100%;
}

.distribuidores-head__title{
    font-size: 3rem;
}

.distribuidores-head__subtitle{
    font-size: 1.8rem;
}

.distribuidores-head__text{
    margin-top: 3rem;
    font-size: 1.8rem;
}

.distribuidores__title{
    display: inline-block;
    width: 100%;
    font-size: 3rem;
    margin: 10rem auto 5rem auto;
    text-align: center;
}

.distribuidores__title::after{
    content: "";
    display: block;
    margin: 2rem auto;
    width: 30%;
    height: .5rem;
    background-color: #E3211E;
}

.distribuidores-head__title::after{
    content: "";
    display: block;
    margin: 1rem 0;
    width: 30%;
    height: .5rem;
    background-color: #E3211E;
}

/* Section contacto*/
.section-contacto{
    width: 100%;
    padding: 10rem 0;
}

.home-contacto__info{
    width: 100%;
    margin-bottom: 10rem;
}

.home-contacto__title{
    font-size: 3.5rem;
}

.home-contacto__title::after{
    content: "";
    display: block;
    margin: 0.5rem 0;
    width: 30%;
    height: .5rem;
    background: #7D1210;
    background: -webkit-linear-gradient(90deg, rgba(125, 18, 16, 1) 0%, rgba(226, 33, 29, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(125, 18, 16, 1) 0%, rgba(226, 33, 29, 1) 100%);
    background: linear-gradient(90deg, rgba(125, 18, 16, 1) 0%, rgba(226, 33, 29, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7D1210", endColorstr="#E2211D", GradientType=1);
}

.home-contacto__subtitle{
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 3rem;
}

.home-contacto__text{
    font-size: 1.7rem;
    font-weight: 400;
}
/* ------------------------
-
----

-

-
-
*/
.form__container {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    margin: 0 auto;
}

.form__left {
    flex-grow: 1;
    max-height: 100%;
}

.form__group {
    position: relative;
    margin-bottom: 2.5rem;
}

.form__input,
.form__input--textarea {
    position: relative;
    width: 100%;
    height: 6rem;
    display: block;
    font-size: 1.8rem;
    padding: 1rem 1.2rem;
    border: 0.2rem solid #ffffff;
    border-radius: 1.5rem;
    outline: none;
    box-shadow: 0 1rem 1rem -0.8rem rgba(0, 0, 0, 0.10);
    background: 0 0;
    background-color: transparent;
    color: #000000;
}

.form__input {
    background-color: #fff;
    color: #000;
    appearance: none;
    /* elimina estilos nativos en algunos navegadores */
    -webkit-appearance: none;
    -moz-appearance: none;
}

.form__input {
    background-color: rgba(255, 255, 255, 0.1);
    /* leve transparencia */
    color: #000000;
    font-weight: 400;
}

.form__input option {
    background-color: #222;
    color: #fff;
}

.form__input:focus {
    border: 0.2rem solid #e3211e;
}

.form__input-contact,
.form__input--textarea-contact {
    position: relative;
    width: 100%;
    height: 6rem;
    display: block;
    font-size: 1.8rem;
    padding: 1rem 1.2rem;
    border: 0.2rem solid #ffffff;
    border-radius: 1.5rem;
    outline: none;
    box-shadow: 0 1rem 1rem -0.8rem rgba(0, 0, 0, 0.10);
    background: 0 0;
    background-color: transparent;
    color: #000000;
}

.form__input-contact:focus {
    border: 0.2rem solid #e3211e;
}

.form__label {
    position: absolute;
    top: 1rem;
    left: 1.5rem;
    color: #000000;
    transition: all 300ms ease-in-out;
    pointer-events: none;
    font-size: 1.5rem;
}

.form__input:focus~label,
.form__input:not(:placeholder-shown)~label {
    top: -2.5rem;
    left: 0;
    z-index: 1;
    font-size: 1.8rem;
    color: #e3211e;
}

.form__input-contact:focus~label,
.form__input-contact:not(:placeholder-shown)~label {
    top: -2rem;
    left: 0;
    z-index: 1;
    font-size: 1.5rem;
    color: #e3211e;
}

.form__input::-webkit-input-placeholder {
    color: transparent;
}

.form__input::-moz-placeholder {
    color: transparent;
}

.form__input-contact::-webkit-input-placeholder {
    color: transparent;
}

.form__input-contact::-moz-placeholder {
    color: transparent;
}

.form__right {
    flex-grow: 1;
    max-height: 100%;
}

.form__group--textarea {
    height: 100%;
}

.form__input--textarea {
    display: block;
    resize: none;
    height: calc(100% - 10.5rem);
}

.form__input--textarea-contact {
    display: block;
    resize: none;
    height: calc(100% - 10.5rem);
}

.form__button {
    position: relative;
    margin: 5rem auto;
    padding: 2rem 4rem;
    font-size: 2rem;
    border: 0.2rem solid #ffffff;
    color: #E3211E;
    background-color: transparent;
    border-radius: 5rem;
    box-shadow: 0 1rem 1rem -.8rem rgba(0, 0, 0, 0.22);
    cursor: pointer;
    transition: all 300ms ease-in-out;
}

.form__button:hover {
    background-color: #e3211e;
    color: #ffffff;
}

.form__button-contact {
    position: relative;
    margin: 5rem auto;
    padding: 2rem 4rem;
    font-size: 2rem;
    border: 0.2rem solid #ffffff;
    color: #ffffff;
    background-color: transparent;
    border-radius: 5rem;
    box-shadow: 0 1rem 1rem -.8rem rgba(0, 0, 0, 0.22);
    cursor: pointer;
    transition: all 300ms ease-in-out;
    background-color: #e3211e;
}

.form__button-contact:hover {
    background-color: #e3211e;
    color: #ffffff;
}
