@import url('https://fonts.googleapis.com/css?family=Oxygen:700');
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@import url(css/owl.carousel.css);

html, body {
  font-size: 62.5%;
  height: 100%;
}

body {
    line-height: 1.6;
    font-family: 'Oxygen', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.5;
}

/******************************************
la cabez
******************************************/
.header {
    position: absolute;
    z-index: 1001;
    left: 0;
    top: 0;
    right: 0;
    padding: 0;
    background-color: transparent;
    text-decoration: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-family: 'Roboto', sans-serif;
}

.header.without-topbar {
    padding: 30px 0;
}

.header-normal {
    position: relative;
    padding: 0 0 24px;
    background-color: #fff;
}

.header-normal .navbar-default .nav>li>a {
    color: #848484 !important;
}

.header.affix {
    position: fixed;
    top: 0;
    z-index: 100;
    background-color: #000;
    left: 0;
    padding: 15px 0;
    right: 0,
}

.header.header-normal.affix {
    background-color: #ffffff;
}

.navbar-default {
    margin: 0;
    background-color: transparent;
    border: 0;
}

.navbar-default .nav>li>a {
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
    outline: none;
}

.navbar-default .fa-angle-right {
    position: absolute;
    right: 30px;
}

.navbar-brand img {
    margin: 0;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color:black;
    background-color: #E7EBDA;
    transition-duration: 1s, 1s, 1s, 1s;
}

.serv {
    min-height: 350px;
    padding: 25px 25px;
    position: relative;
    font-family: 'Roboto', sans-serif;
}


.serv-blog {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 35px;
    position: relative;
    z-index: 1;
}
.serv-blog img {
    width: 90px;
}
.serv-blog-cont {
    float: left;
    width: 100%;
    height: 300px;
    text-align: center;
    margin-top: 0;
    position: relative;
    z-index: 1;
}

.serv-blog-cont h3 {
    margin: 25px 0 0 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 600;
}

.serv-blog-cont p {
    float: left;
    width: 80%;
    line-height: 20px;
    font-size: 16px;
    margin-top: 10px;
    letter-spacing: 0;
    margin-left: 10%;
    text-align: justify;
}

.serv::after {
    background: rgba(0, 0, 0, 0.8);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    transition: ease all 0.5s;
    height: 100%;
}

.serv:hover::after,
.serv:focus::after {
    width: 100%;
}
.no-padding-bottom {
    padding-bottom: 0;
}
.serv:hover div.serv-blog-cont,
.serv:focus div.serv-blog-cont {
    transform: scale(1.05);
    color: white;
}
.serv:hover div.serv-blog,
.serv:focus div.serv-blog {
    transform: scale(1.05);
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 0.5px 5px;
    font-size: 18px;
    line-height: 20px;
}

#aq{
    padding: 40px 0px;
}


.serv2 {
    min-height: 150px;
    padding: 20px 25px;
    position: relative;
    font-family: 'Roboto', sans-serif;
}

.serv2:after {
    background: rgba(0, 0, 0, 0.8);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    transition: ease all 0.5s;
    height: 100%;
}

.serv2:hover::after,
.serv2:focus::after {
    width: 100%;
}


.serv-blog2 {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 35px;
    position: relative;
    z-index: 1;
}
.serv-blog2 img {
    width: 90px;
}

.serv-blog-cont2 {
    float: left;
    width: 100%;
    height: 100px;
    text-align: center;
    margin-top: 0;
    position: relative;
    z-index: 1;
}

.serv-blog-cont2 h3 {
    margin: 25px 0 0 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 600;
}

.serv2:hover div.serv-blog-cont2,
.serv2:focus div.serv-blog-cont2 {
    transform: scale(1.05);
    color: white;
}

.serv2:hover div.serv-blog2,
.serv2:focus div.serv-blog2 {
    transform: scale(1.05);
}


/******************************************
responsivoo
******************************************/

@media (max-width: 992px) {
    
    .container {
        min-width: 100%;
    }

    .serv-blog-cont {
    height: 300px;
}

.serv::after {
   display: none;
}
.serv:hover::after,
.serv:focus::after {
    display: none;
}

.serv:hover div.serv-blog-cont,
.serv:focus div.serv-blog-cont {
    transform: scale(1.05);
    color: black;
}

}

@media (max-width: 468px) {
.yamm .nav,
.yamm .collapse {
    position: static;
    background-color: black;
}

}

@media (max-width: 1200px) {
    .nav>li>a {
        padding: 1em 0.7em;

    }
}




