/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background: rgb(255, 255, 255);
    line-height: 1.7;
    color: rgb(133, 133, 133);
}

.section-titulos {
    font-family: 'Raleway', arial, sans-serif;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 3px;
    line-height: 1.3;
    color: #C2091B;
    margin-bottom: 15px;
}

.parrafos {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    margin-bottom: 15px;
}

.p-italic {
    font-family: 'Libre Baskerville', serif;
    font-size: 18px;
    font-style: italic;
    font-weight: normal;
    text-align: center;
    line-height: 2;
    color: rgb(255, 255, 255);
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

li {
    list-style: none;
}

/*--------------------------------------------------------------
# Header BURGUER
--------------------------------------------------------------*/

#header{
    display: flex;
    justify-content: center;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    height: 55px;
}

.navbar ul {
    margin-bottom: 0;
}

.hamburger {
    display: none;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #ffffff;
}

.nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-item {
    margin-left: 16px¿;
}

.nav-link{
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
}

.nav-link:hover{
    color: #ffffff;
    position: relative;
    bottom: 1px;
}

.nav-logo img{
    max-height: 40px;
}

.nav-logo-max img{
    max-height: 24px;
    margin-top: 4px;
}

@media only screen and (max-width: 768px) {

    .nav-menu {
        position: fixed;
        left: -100%;
        top: 3rem;
        flex-direction: column;
        background-color: #C2091B;
        width: 100%;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
    }

    .navbar ul {
        padding-left: 0;
    }

    .nav-menu.active {
        left: 0;
    }

    .nav-item {
        margin: 16px 0;
    }

    .hamburger {
        display: block;
        cursor: pointer;
    }

    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

}

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/

#hero {
    background: url(/imagenes/fachadared1.jpg) fixed center center;
    background-size: cover; 
    height: 100vh;
}

.hero-text {
    text-align: center;
}

#hero h3 {
    position: relative;
    font-size: 48px;
    bottom: 15px;
}

#hero h4 {
    color: #ffffff;
    font-weight: 800;
    font-size: 52px;
    margin-bottom: 0px;
}

#hero p {
    color: #ffffff;
    font-size: 16px;
}  

.arrow-hero {
    position: absolute;
    bottom: 20px;
    left: 47%;
}

.bi {
    font-size: 40px;
    color: white;
}

.redes-hero {
    position: fixed;
    left: 96%;
}

.redes-hero a {
    font-size: 18px;
    display: inline-block;
    color: #FFFFFF;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.7s;
    background: #C2091B;
}

.redes-hero a:hover {
    background: #262626;
    color: #FFFFFF;
    text-decoration: none;
}


@media (max-width: 990px) {

    #hero h3 {
        font-size: 30px;
    }

    #hero h4 {
        font-size: 38px;
        bottom: 15px; 
    }

    #hero p {
        font-size: 16px;
    }  
    
  }


@media (max-width: 770px) {

    .hero {
        text-align: left;
    }

    #hero h3 {
        font-size: 44px;
    }

    #hero h4 {
        font-size: 42px;
        bottom: 25px; 
    }

    .redes-hero {
        display: none !important;
    } 

 }

 @media (max-width: 580px) {

    #hero h3 {
        font-size: 29px;
    }

    #hero h4 {
        font-size: 27px;
        margin-bottom: 10px; 
    }

 }

 @media (max-width: 375px) {

    #hero h3 {
        font-size: 24px;
    }

    #hero h4 {
        font-size: 22px;
        margin-bottom: 10px; 
    }

    #hero p {
        margin-bottom: 8%;
        margin-top: 8%;
    }

 }


/*--------------------------------------------------------------
# Nosotros
--------------------------------------------------------------*/

    #nosotros .container {
        max-width: 100%;
        padding-top: 8%;
        padding-bottom: 8%;
    }

    .carousel-inner {
        border-radius: 2px;
        box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    }

     #nosotros h3 {
        font-size: 35px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 5px;
        line-height: 0.7;
    }

    #nosotros h4 {
        font-size: 52px;
        font-weight: 800;
        text-transform: uppercase;
        text-align: left;
        letter-spacing: 5px;
        line-height: 0.7;
    }

    #nosotros p {
        font-size: 17px;
        font-weight: 300;
        text-align: left;
        color: #888;
        line-height: 1.8;
    }

    @media (max-width: 990px) {

        #nosotros {
            padding-top: 6%;
            padding-bottom: 6%;
        }

        .nosotros {
            margin-bottom: 4%;
            order: 1;
        }

        .carrusel {
            order: 2;
        }

    }

    @media (max-width: 775px) {

        #nosotros {
            padding-top: 6%;
            padding-bottom: 6%;
        }

        .nosotros {
            margin-bottom: 4%;
            order: 1;
        }

        .carrusel {
            order: 2;
        }

    }

    @media (max-width: 375px) {

        
        #nosotros {
            padding-top: 10%;
            padding-bottom: 10%;
        }

        #nosotros h3 {
            font-size: 25px;
        }

        #nosotros h4 {
            font-size: 32px;
        }

        #nosotros p {
            font-size: 15px;
        }

    }


/*--------------------------------------------------------------
# Servicios
--------------------------------------------------------------*/

    #servicios {
        background-color: #f3f5fa;
        padding-top: 8%;
        padding-bottom: 8%;
    }

    #servicios .container {
        max-width: 90%;
        justify-content: space-between;
    }

    #servicios .titulo {
        text-align: left;
    }

    #servicios .nav-item {
        margin: 0 0 22px 0;
    }

    #servicios .nav-link {
        cursor: pointer;
        display: inline-block;
        margin: 10px 5px;
        font-size: 13px;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 2px;
        transition: 0.3s;
        padding: 8px 20px;
        border-radius: 50px;
        font-family: "Poppins", sans-serif;
        color: rgb(133, 133, 133);
        border: 1px solid #a09c9d;
    }

    #servicios .nav-link:hover {
        border: 1px solid #a09c9d;
    }

    #servicios .nav-link.active {
        background-color: #C2091B;
        border: 1px solid #C2091B;
        color: #ffffff;
    }

    #servicios .nav {
        justify-content: center;
    }

    .titulo h4 {
        font-size: 32px;
        color: #C2091B;
        margin-bottom: 2%;
    }
  
    .titulo p {
        padding-bottom: 10px;
        font-size: 16px;
        margin-top: 16px;
    }

    #servicios p {
        font-size: 16px;
    }

    .imgProductos {
        display: flex;
        justify-content: end;
        align-items: center;
    }

    .imgProductos .img-fluid {
        max-width: 90%;
    }

    @media (max-width: 998px) {

        #servicios .servicio-box {
            margin-bottom: 20px;
        }
        
    }

    @media (max-width: 638px) {

        #servicios {
            padding-top: 20%;
            padding-bottom: 20%;
        }

        #servicios .titulo h4 {
            font-size: 25px;
        }

        #servicios h5 {
            font-size: 20px;
        }

        #servicios p {
            font-size: 15px;
        }

        #servicios .nav-item {
            margin:0;
        }

        #servicios ul {
            margin-bottom: 28px;
        }

        .servicio-img {
            order: 2;
        }

        .servicio-serv {
            order: 1;
            margin-bottom: 42px;
        }

        #nosotros h4 .section-titulos {
            font-size: 16px;
        }

    }

    @media (max-width: 480px) {
        .servicio-serv {
            margin-bottom: 28px;
        }

    }


/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/

#cta-first {
    background: url(/imagenes/oficina.jpg) fixed center;
    background-size: cover; 
    height: 75vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;  
}

#cta-sitmy {
    background: url(/imagenes/fondo_sitmy.jpg) fixed center;
    background-size: cover; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;  
}

#cta {
    background: url(/imagenes/Meteor.svg) fixed center center;
    background-size: cover; 
    background-size: cover;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;  
}

.cta h4 {
    font-size: 30px;
    color: #ffffff;
}

.cta h3 {
    font-size: 24px;
    color: #ffffff;
}

.btn-cta {
    margin-top: 20px;
}


.cta .bx {
    font-size: 24px;
    position: relative;
    top: 3px;
} 

.material-icons {
    color: white !important;
    font-size: 48px !important;
}

.titulo-cta {
    margin-bottom: 8px;
    font-family: 'Raleway', arial, sans-serif;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 3px;
    line-height: 1.3;
    color: #ffffff;
}

.logo-cta {
    max-width: 40%;
    margin-bottom: 18px;
}

.logo-cta-max {
    max-width: 40%;
    margin-bottom: -1px;
}

.logo-sitmy {
    width: 40%;
}

.img-sitmy {
    width: 60%;
}

.btn-rounded {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px 0;
    border: 2px solid #fff;
    color: #fff;
}

.btn-rounded span{
    position: relative;
    bottom: 2px;
    margin-left: 5px;


}

.btn-rounded:hover{
    color: #fff;
    background: #01e675;
    border: 2px solid #01e675;
}

@media (max-width: 998px) {

    .section-logos {
        display: flex;
        flex-direction: column;
    }

}


@media (max-width: 768px) {
    .p-italic {
        font-size: 18px;
    }
    .section-logos {
        display: flex;
        flex-direction: column;
    }
    .section-dot {
        display: none;
    }

    .logo-sitmy {
        width: 70%;
    }
}

@media (max-width: 480px) {
    .cta h4 {
        font-size: 24px;
        color: #ffffff;
    }
    
    .cta h3 {
        font-size: 18px;
        color: #ffffff;
    }

    .p-italic {
        line-height: 1.5;
    }

    .logo-cta {
        max-width: 60%;
        margin-bottom: 9px;
    }
    
    .logo-cta-max {
        max-width: 60%;
        margin-bottom: 18px;
    }

    .img-sitmy {
        width: 90%;
    }
    
}

/*--------------------------------------------------------------
# Productos
--------------------------------------------------------------*/

    #productos {
        padding: 60px 0px 80px 0px;
        overflow: hidden;
        min-height: 693px;
        margin-top: 8%;
        margin-bottom: 8%;
    }


    #productos .container {
        max-width: 85%;
    }


    .productos-container {
        margin-top: 15px;
    }


    .row-producto {
        display: flex;
        justify-content: space-between;
        margin-bottom: 16px;
    }


    .producto-titulo {
        color: #C2091B;
        font-size: 32px;
        font-weight: 800;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 5px;
        line-height: 1.3;
    }


    .filtro-container {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

      
    #productos-filtros li {
        cursor: pointer;
        display: inline-block;
        margin: 10px 5px;
        font-size: 13px;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 2px;
        transition: all .5s ease-in-out;
        padding: 8px 20px;
        border-radius: 50px;
        font-family: "Poppins", sans-serif;
        border: 1px solid #a09c9d;
        transition: all 0.5s ease-in-out;
    }


    #productos ul {
        padding-left: 0;
    }


    #productos-filtros li:hover {
        position: relative;
        bottom: 1px;   
    }


    #productos-filtros .filtro:hover {
        border: 1px solid #C2091B;
    }

  
    #productos-filtros .filtro {
        background: #C2091B;
        border: 1px solid #C2091B;
        color: #fff;
        font-weight: 500;
    }

  
    #productos .owl-item {
        background-color: #ffffff;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
        border-radius: 2px;
    }


    #productos .owl-stage {
        padding-bottom: 5px;
        padding-top: 5px;
        display: flex;
        flex-wrap: wrap;
    }


    .owl-stage-outer {
        position: relative;
    }


    .owl-nav span {
        font-size: 40px;
    }


    #productos .owl-theme .owl-nav {
        margin-top: 0px !important;
    }


    .producto-info {
        padding: 10px;
        text-align: center; 
    }


    .producto-quimicos {
        padding: 15px;
        text-align: center;
    }


    .producto-quimicos h4 {
        font-family: 'Raleway', arial, sans-serif;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 2px;
        line-height: 1.1;
        color:#262626;
    }

    
    .producto-quimicos p {
        font-family: 'Raleway', sans-serif;
        font-size: 16px;
    }
  

    .producto-info h4 {
        font-family: 'Raleway', arial, sans-serif;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 2px;
        line-height: 1.1;
        color:#262626;
    }

    
    .producto-info p {
        font-family: 'Raleway', sans-serif;
        font-size: 16px;
    }


    #productos .owl-theme .owl-nav {
        margin-top: -30px; 
    }


    .owl-carousel {
        transition: all 2s ease-out;
    }


        @media (max-width: 998px) {

            .filtro-container {
                display: inline;
                text-align: center;
            }

            #productos .text-left {
                text-align: center;
            }

            #productos .producto-item {
                margin-bottom: 20px;
                max-width: 25%;
            }
        
        }


        @media (max-width: 775px) {

            #productos .producto-item {  
                margin-bottom: 20px;     
                max-width: 33%;
            }

            .producto-titulo {
                text-align: center;
            }

        }


        @media (max-width: 575px) {

            #productos-filtros {
                padding: 0px;
                text-align: center;
            }

            #productos-filtros li {
                margin: 5px;
            }

            #productos .producto-item {
                margin-bottom: 20px;
                max-width: 100%;
            }

            .producto-info h4 {
                font-size: 16px;
            }

        }


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

    #footer {
        background: #0c0c0c;
        color: #FFFFFF;
        font-size: 14px;
    }

    .footer-top {
        padding: 60px 0 30px 0;
    }
  
    .footer-info {
        background: #191919;
        border-top: 4px solid #C2091B;
        color: #FFFFFF;
        text-align: center;
        padding: 20px;
    }
  
    .footer-info p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 0;
    }
  
    .redes-sociales a {
        font-size: 18px;
        display: inline-block;
        background: #262626;
        color: #FFFFFF;
        line-height: 1;
        padding: 8px 0;
        margin-right: 4px;
        border-radius: 50%;
        text-align: center;
        width: 36px;
        height: 36px;
        transition: 0.3s;
    }
  
    .redes-sociales a:hover {
        background: #C2091B;
        color: #FFFFFF;
        text-decoration: none;
    }
    
    #footer .copyright {
        border-top: 1px solid #262626;
        text-align: center;
        padding-top: 30px;
    }
    
    #footer .credits {
        padding-top: 5px;
        text-align: center;
        font-size: 13px;
        color: #FFFFFF;
        padding-bottom: 20px;
    }
  
    #footer .credits a {
        color: #C2091B;
    }
  
        @media (max-width: 990px) {
            #footer .footer-info {
            margin-bottom: 0px;
            }
        }
        
        @media (max-width: 767px) {
            #footer .footer-top .footer-info {
            margin-bottom: 20px;
            }
        }

