
@import url('https://fonts.googleapis.com/css2?family=Crete+Round&display=swap');
body{
    font-family: 'Crete Round', serif;
}
.navbar{
    background-color:#fff;
    transition: all .5s;
    height:70px;
}
.navbar-brand{
    padding:10px 0 0 10px;
}
.icon-bar{
    background-color:#444;
}
#logoSmall{
    width: 120px;
    display: none;
}
#logoFull {
    width:150px;
}
.navbar-go-small{
    position:fixed;
    top:0;
    background-color:#fff;
    width:100%;
    height:60px;
}
.navbar-go-small #logoFull{
    display: none;
}

.navbar-go-small #logoSmall{
    display: inline;
}
.navbar-nav a{
    color:#444;
}
.navbar-nav > li > a:hover{
    background-color:#fff;
    color:#ff0000;
}

.mt-hero{
    background-image:url(../img/background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-top:10px solid #ff0000;
    border-bottom:10px solid #ff0000;
    min-height: 400px;
    background-position:center;
    margin-top: 80px;
}
.ct-hero-indumentaria{
    background-image: url(../img/seccion-indumentaria-back.jpg);
    min-height: 500px;
}
.mt-hero h1{
    color:#fff;
}
.ct-hero-home h1{
    font-size:50px;
    padding-top:70px;
}
.ct-hero-indumentaria h1
{
    padding-top: 100px;
}
.ct-hero-descartables img{
    padding-top:60px;
}
.ct-hero-descartables h1{
    font-size:35px;
}
.ct-hero-descartables h4{
    color:#fff;
    font-size:16px;
}
.ct-hero-cuchilleria{
    background-color:#fff;
    background-image:none;
}
.ct-hero-cuchilleria h1{
    color:#000;
    font-size:48px;
    padding-top:48px;
}
.ct-hero-descartables{
    background-image: none;
    background-color: #000;
}

@media(max-width:768px){
    .mt-hero{
        min-height: 300px;
    }
}
@media(max-width:664px){
    .mt-hero{
        /* min-height: 230px; */
    }
    .ct-hero-home h1{
        padding-top:20px;
        font-size:40px;
    }
    .navbar-nav{
        background-color:#fff;
    }
    .navbar-nav > li > a{
        text-align: right;
    }
}

.ct-categorias ul {
    height: 150px;
    margin: 0;
    padding: 0;
  }

/* .ct-categoria-item{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: silver;
    width: 18%;
    height: 150px;
    text-align: center;
    
} */
section{
    padding-top:40px;
    padding-bottom:40px;
}
.ct-categoria-item a{
    display: flex;
    justify-content: center;
    align-items: center;
    background: silver;
    height: 150px;
    text-align: center;
    color:#fff;
    transition:all .5s;
    
}
.ct-categoria-item a.item-cuchilleria{
    background-image: url(../img/seccion-cuchilleria.png);
    background-size: cover;
}
.ct-categoria-item a.item-indumentaria{
    background-image: url(../img/seccion-indumentaria.png);
    background-size: cover;
}

.ct-categoria-item a.item-maquinaria{
    background-image: url(../img/seccion-maquinaria.png);
    background-size: cover;
}
.ct-categoria-item a.item-epp{
    background-image: url(../img/seccion-epp.png);
    background-size: cover;
}
.ct-categoria-item a.item-descartables{
    background-image: url(../img/seccion-descartables.png);
    background-size: cover;
}



@media(max-width:664px){
    .ct-categoria-item{
        margin-top:10px;
    }
    .ct-categoria-item a{
        margin-top:10px;
    }
}
.ct-whoweare p{
    font-size: 16px;
}
.ct-categoria-item a:hover{
    background-color:#ff0000;
    color:#fff;
    text-decoration:none;
}
footer{
    background-color: #222;
    color:#fff;
    padding-top:40px;
    padding-bottom:40px;
}

.ct-footer-logo{
    text-align: left;
}
.ct-footer-logo a{
    color:#fff;
}
.ct-footer-contacto{
    text-align: right;
    font-size:16px;
}

@media(max-width:664px){
    .ct-footer-logo{
        text-align: center;
    }
    .ct-footer-contacto{
        text-align: center;
        margin-top:30px;
    }
}
.ct-datos-contacto{
    font-size: 16px;
}
.ct-datos-contacto h4{
    font-size:24px;
    margin-top:20px;
    margin-bottom:20px;
}
.ct-datos-contacto ul{
    padding-left:0;
    margin-left:0;
}
.ct-datos-contacto ul li{
    list-style-type: none;
}
.ct-datos-contacto ul li i{
    font-size:24px;
    color:#ff0000;
    margin-right:20px;

}
.ct-datos-contacto a i{
    font-size:36px;
    color:#ccc;
}
.ct-nosotros h4{
    font-size:22px;
    border-bottom: 1px solid #ccc;
    padding-bottom:15px;
    margin-bottom:30px;
}

.ct-nosotros p{
    font-size:16px;
    color:#666;

}
.ct-institucional h6{
    font-size:20px;
    font-weight: 700;
}

.ct-institucional p{
    font-size: 12px;
    color:#666;
}
.product-element img{
    height:180px;
}

