@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,700;1,400&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
    color: #444444;
}

@media (max-width: 420px){
    #topbar{
        font-size: 11px;
        line-height: 17px;
    }

    #topbar .contact-info i{
        font-size: 17px;
    }
}

#hero{
    background: url("../img/hero-bg-3.jpg") top center;
    background-size: cover;
}

.social-links{
    display: none !important;
}

#header{
    height: 90px;
}

#header .logo img {
    max-height: 50px;
}

.navbar a, .navbar a:focus{
    padding: 35px 15px 34px 15px;
}

@media (max-width: 991px){
    .navbar a, .navbar a:focus{
        padding: 15px 15px 15px 15px;
        border-bottom: 1px solid #f2f0f0;
    }

    .navbar-mobile .active{
        color: #fff;
        background-color: #cc1616;
    }
}

.scrolled-offset {
    margin-top: 90px;
  }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}

.breadcrumbs ol{
    padding: 0px;
}

a:not([href]):not([class]){
    color: #fff;
    text-decoration: none;
}

 a:not([href]):hover {
    color: blue;
    text-decoration: none;
}

@media (max-width: 991px){
    a:not([href]):not([class]){
        color: #191919;
    }
}

.navbar-mobile .dropdown ul{
    background-color: #cc1616;
    color: #fff;
}

@media (max-width: 991px){
    .navbar .dropdown ul a{
        color: #fff;
    }

    .navbar .dropdown-active li a{
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }

    .navbar .dropdown-active li:last-child a{
        border-bottom: none;
    }
}

.contact .info-box a{
    color: #444;
}

.services{
    background-color: #fafafa;
}

#footer .footer-info a{
    color: #fff;
    transition: color (0.3s);
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
}

#footer .footer-info a:hover{
    color: #eb4444;
}

#footer .credits{
    text-align: left;
}

#footer .copyright{
    border-top: none;
    border-left: 1px solid #262626;
    padding-top: 0px;
    text-align: left;
}

@media (max-width: 991px){
    #footer .copyright{
        border-left: none;
    }
}

.about .content ul{
    margin-bottom: 0px;
}

.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}

.contact .php-email-form input{
    padding: 10px 25px;
}

.btn-success{
    font-size: 16px;
    background-color: #cc1616;
    border: none;
}

.btn-success:hover{
    background-color: #e82d2d;
    border: none;
}

.back-to-top{
    bottom: 95px;
}

.services .icon-box{
    width: 100%;
}

.services .icon-box h4{
    margin-bottom: 0px;
}

.services .icon-box p{
    display: none;
}

.clients img{
    width: 80%;
}

.testimonials{
    display: none;
}

.envio-success h3{
    color: #cc1616;
    text-transform: uppercase;
}