html, body{
    font-size: 100%;
    font-family: 'Roboto', sans-serif;
    scroll-behavior: smooth;
    background-color: #f8f5f4;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*Estilos de fuentes*/
h1 {font-family: 'Roboto', sans-serif; font-size: 70px; font-weight: 900; line-height: 75px; color: var(--blanco);}
h2 {font-family: 'Roboto', sans-serif; font-size: 30px; font-weight: 900; line-height: 25px;}
h3 {font-family: 'Roboto', sans-serif; font-size: 25px; font-weight: 700; line-height: 25px;}
p {font-family: 'Roboto', sans-serif; font-size: 15px; font-weight: 500; line-height: normal; color: var(--Azulf);}
a {font-family: 'Roboto', sans-serif; font-size: 12px; font-weight: 300; line-height: 30px;}
span {font-family: 'Roboto', sans-serif; color: var(--rojo);}
/*Cierra estilos de fuentes*/


/*ScrollBar*/
::-webkit-scrollbar {
    width: 10px;
    background-color: var(--blanco);
}

::-webkit-scrollbar-thumb {
    background-color: var(--naranja);
    border-radius: 0px;
    border-right: 1px solid var(--blanco);
    border-left: 1px solid var(--blanco);
}
/*Cierra ScrollBar*/


:root {
    --blanco: #fff;
    --negro: #1a1a1a;
    --naranja: #f29c1c;
    --rojo: #ea1525;
  }

/*Inicia Barra de navegación*/
.container{
    max-width: 1240px;
}
.navbar{
    background-color: var(--blanco);
    opacity: 100%;
    box-shadow: none;
    min-height: 85px;
    text-align: center;
}
.navbar{
    transition: all 0.5s ease;
    padding: 0 2% 0 2%;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding-left: 1rem;
    padding-right: 1rem;
}
.nav-link{
  transition: all 0.3s ease;
  color: var(--negro);
}
.nav-link:hover{
  color: var(--naranja);
}
.navbar-toggler{
  font-size: 40px;
}
.navbar-toggler:focus{
  outline: none;
}
.navbar a{
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
.navbar-brand img{
  height: 60px;
  width: auto;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after{
    background-color: var(--rojo)!important;
}

/*.main{
    max-width: 1240px;
}*/

.back-inicio{
    background-image: url("/assets/Sumaco_Web_Header_inicio_2024.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 95vh;
    overflow: hidden;
}
.inicio-txt{
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: auto;
    height: 100%;
    padding: 15%;
    float: right;

    &.inicio-txt strong {color: var(--negro)}
}
.inicio-txt p{
    font-size: 16px;
    font-weight: 700;
    margin: 15px 0 35px 0;
}

a.btn-principal{
    max-width: 235px;
    font-size: 16px;
    font-weight: 700;
    color: var(--blanco);
    background-color: var(--rojo);
    padding: 10px 45px 10px 45px;
    text-decoration: none;
    border-radius: 25px;
    transition: 0.3s;
    letter-spacing: 0.1rem;
}
a.btn-principal:hover{
    background-color: var(--naranja);
}
.inicio-img{
    padding: 0%;
}
.inicio-img img{
    margin-top: 25%;
    width: 70%;
    height: auto;
}

.nosotros-img{
    padding: 0%;
}
.nosotros-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.nosotros-txt{
    color: var(--negro);
    padding: 15%;

    & h2{
        color: var(--naranja);
        margin-bottom: 20px;
    }
    & strong{
        color: var(--rojo);
    }
    & p{
        margin-bottom: 40px;
    }
}
.bg-mision{
    background-image: url("/assets/Sumaco_Web_Mision-Vision_Back_2024.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0 100px 0;
}
.mision-vision{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;

    & h3{
        color: var(--negro);
        margin: 25px 0 10px 0;
    }
    & p{
        width: 50%;
        margin: auto;
        color: var(--blanco);
        font-weight: 300;
    }
    & img{
        width: 200px;
        height: auto;
        margin-top: 50px;
    }
}
.productos{
    margin: 120px 0 120px 0;
}
.cabeza-productos{
    text-align: center;
    color: var(--negro);
    margin: 0 0 50px 0;

    & h2{
        margin-bottom: 10px;
    }
    & p{
        margin: auto;
        width: 40%;
        color: var(--naranja);
    }
    & strong{
        color: var(--rojo);
    }
}

.productos-img{
    padding: 15px;

    & a{
        color: #575757;
        transition: 0.3s ease-in-out;
    }
    & a:hover{
        color: var(--rojo);
        width: 80px;
    }
    & span{
        font-size: 16px;
        font-weight: 700;
        line-height: normal;
        display: block;
        color: var(--negro);
    }

}
.miniatura{
    background-color: var(--blanco);

    & img{
        display: block;
        width: auto;
        height: 250px;
        margin: auto;
        padding: 15px;
    }
}

.descanso{
    padding: 50px 0 50px 0;
    background-image: url("/assets/Sumaco_Web_Header_inicio_2024.webp");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.puntos{
    padding: 5%;

    & h3{
        color: var(--blanco);
        text-shadow: 0px 0px 4px var(--negro);
    }
}
.img-puntos{
    position: absolute;

    & img{
        width: 740px;
        top: 50%;
        left: 50%;
        transform: translate(70%, -25.5%);
        pointer-events: none;

    }
}

.proveedores{
    margin: 100px 0 100px 0;
    text-align: center;
}
.proveedores-section{
    text-align: center;

    & img{
        height: auto;
        width: 90px;
        margin: 0px 20px 10px 20px;
        transition: 0.3s scale ease-in-out;
    }
    & img:hover{
        scale: 1.3;
    }
    & h2{
        margin: 80px 0 5px 0;
    }
}
.linea-proveedores{
    background-color: var(--rojo);
    min-height: 3px;
    width: 250px;
    text-align: center;
    margin: auto;
    bottom: 50px;
}
.separador-2{
    height: 30px;
}

.formulario{
    background-image: url("/assets/Sumaco_Web_Contacto_2024.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 100px 0;
}
form{
    width: 100%;
    margin: auto;
    & input{
        width: 100%;
        height: 50px;
        margin: 15px 0 15px 0;
        padding: 1%;
        border: none;
        outline: none;
    }
    &:focus{
        outline: none;
        border: none;
        box-shadow: none;
    }
    & textarea{
        width: 100%;
    }

}
.form-control:focus {
    box-shadow: none;
}
button.form-btn{
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--blanco);
    background-color: var(--naranja);
    border: none;
    outline: none;
    padding: 1em 2em 1em 2em;
    border-radius: 100px;
    margin-top: 20px;
}

footer{
    background-color: #fff;
    padding: 100px 0 100px 0;

    & h3{
        font-size: 24px;
        font-weight: 700;
    }
    & p{
        font-size: 15px;
        font-weight: 400;
        margin-top: 25px;
    }
    & img{
        width: 290px;
    }
    & a, span{
        text-align: right;
        font-size: 12px;
        font-weight: 400;
        display: block;
        color: var(--negro);
    }
}
.iconos-footer{
    text-align: right;
    margin: 15px 0 15px 0;
}
.iconos-footer a{
    margin: 5px;
    font-size: 15px;
    color: var(--naranja);
    text-align: right;
    display: inline;

    & :hover{
        color: var(--negro);
    }
}
.separador{
    background-color: var(--naranja);
    height: 2px;
}








































/* Extra large devices (large desktops, 1400px and up) */
@media (max-width: 1400px) {
    /*Estilos de fuentes*/
h1 {font-family: 'Roboto', sans-serif; font-size: 30px; font-weight: 900; line-height: 35px; color: var(--blanco);}
/*Cierra estilos de fuentes*/

.back-inicio{
    background-image: url("/assets/Sumaco_Web_Header_inicio_2024.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    overflow: hidden;
}
.inicio-img img{
    margin-top: 15%;
    width: 70%;
    height: auto;
}
.img-puntos{
    position: absolute;

    & img{
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(90%, -15.5%);

    }
}
}
/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
    /*Estilos de fuentes*/
h1 {font-family: 'Roboto', sans-serif; font-size: 30px; font-weight: 900; line-height: 35px; color: var(--blanco);}
/*Cierra estilos de fuentes*/

.back-inicio{
    background-image: url("/assets/Sumaco_Web_Header_inicio_2024.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    overflow: hidden;
}
.inicio-img img{
    margin-top: 22%;
    width: 70%;
    height: auto;
}
.img-puntos{
    position: absolute;

    & img{
        width: 100%;
        top: 0%;
        left: 10%;
        transform: translate(100%, 4.5%);
    }
}
.descanso{
    padding: 0%;
}

}

@media (max-width: 991.98px) { 
        /*Estilos de fuentes*/
h1 {font-family: 'Roboto', sans-serif; font-size: 30px; font-weight: 900; line-height: normal; color: var(--blanco);}
/*Cierra estilos de fuentes*/

.inicio-img img{
    margin-top: 40%;
    width: 90%;
    height: auto;
}
.inicio-txt p{
    font-size: 10px;
    font-weight: 700;
    margin: 15px 0 35px 0;
}
 }

@media (max-width: 767.98px) {
    .back-inicio{
        background-image: url("/assets/Sumaco_Web_Header_inicio_2024.webp");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 90vh;
        overflow: hidden;
    }
    .inicio-txt{
        margin-top: 50px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: auto;
        height: 100%;
        padding: 15%;
    
        &.inicio-txt strong {color: var(--negro)}
    }
    .inicio-img img{
        margin-top: 25%;
        width: 90%;
        height: auto;
    }
    .cabeza-productos p{
        margin: auto;
        width: auto;
    }
    .descanso{
        padding: 0%;
    }
    .img-puntos{
        position: relative;
    
        & img{
            width: 100%;
            top: auto;
            left: auto;
            transform: translate(0%, 0%);
    
        }
    }
    form{
        width: 90%;
    }
    footer{
        background-color: #fff;
        padding: 100px 0 100px 0;
        text-align: center;
    
        & h3{
            font-size: 24px;
            font-weight: 700;
        }
        & p{
            font-size: 15px;
            font-weight: 400;
            margin-top: 25px;
        }
        & img{
            width: 290px;
            margin-bottom: 50px;
        }
        & a, span{
            text-align: center;
            font-size: 12px;
            font-weight: 400;
            display: block;
            color: var(--negro);
        }
    }
    .iconos-footer{
        text-align: center;
        margin: 15px 0 15px 0;
    }
    .iconos-footer a{
        margin: 5px;
        font-size: 15px;
        color: var(--naranja);
        text-align: center;
        display: inline;
    }
}