/*
Theme Name: Inertes Ambiental
Author: PedroAntDuran
Description: Plantilla Inertes Ambiental para Wordpress
Version: 1.1.0
*/

body{
    margin: 0px;
    padding: 117px 0px 0px 0px;
    font-size: 14px;
    color: #555;
    background: #ffffff;
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
}
a{
    color: #555; 
}
.background-back{
    background: #000;
    color: #fff;
    font-size: 12px;
}
.background-menu-logo{
    background: #f7f7f7;
}
p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
}
.header-top{
    padding: 10px 0px;
}
header{
    position: fixed;
    width: 100%;
    top: 0px;
    background: #f7f7f7;
    overflow: hidden;
    z-index: 999;
}

.navbar-nav {
    float: right;
    margin: 0;
}
.navbar-nav>li {
    float: left;
}
.navbar-nav>li>a {
    padding: 30px 12px;
    font-size: 14px;
    color: #231f20;
    font-weight: 600;
    transition: 0.3s;
}
.navbar-nav>li:hover>a, .navbar-nav li:hover .dropdown-menu, .current_page_item a, .current-page-ancestor a {
    color: #FFF !important;
    background: #fdc236;
}



.slider{
    height: 300px;
}
.backgroud-yellow{
    background: #fdc236;
    padding: 30px 0;
}
.home-bottom-slider {
    color: #fff;
    margin: 0px;
    font-size: 26px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.36);
    padding: 30px 10px;
    text-align: center;
}
.home-inertes{
    padding: 60px 0;
}
.titulo_inerte{
    font-family: 'Oswald', sans-serif;
    font-size: 42px;
    font-weight: bold;
    color: #000;
    margin-bottom: 50px;
    position: relative;
    text-transform: uppercase;
    text-align: center;

}
.titulo_inerte span{
    color: #fdc236;
}

.titulo_inerte:before {
    content: "";
    background: #fdc236;
    width: 80px;
    height: 2px;
    position: absolute;
    bottom: -22px;
    left: 50%;
    margin-left: -40px;
}
.home-inertes .titulo_inerte:before {
    left: 0;
    margin-left: 0;
}
.home-inertes .titulo_inerte {
    text-align: left;
}
.home-inertes h3{
    font-size: 24px;
    font-weight: bold;
    color: #646464;
    padding-top: 13px;
}
.home-inertes p{
    font-size: 14px;
    line-height: 24px;
    color: #878787;
    margin-top: 10px;
}
.about-service {
    list-style: none;
    margin: 10px 0px 18px 0px;
    overflow: hidden;
    padding: 1px;
}
.about-service li {
    float: left;
    width: 50%;
    font-size: 14px;
    font-weight: bold;
    color: #6b6b6b;
    line-height: 30px;
    position: relative;
    padding-left: 25px;
}
.about-service li:before {
    content: "\f058";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 0;
    color: #fdc236;
    font-size: 16px;
}
.readmore a, .carousel-caption a {
    position: relative;
    vertical-align: middle;
    z-index: 90;
    background: #fdc236;
    color: #fff !important;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.36);
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 24px;
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.home-inertes img {
    box-shadow: 9px 9px 0px 0px rgb(253, 194, 54);
}
img {
    max-width: 100%;
}
.home-servicios {
    padding: 40px 0 60px;
    background: #eee;
    text-align: center;
}
.service-image {
    position: relative;
    overflow: hidden;
}
.service-details {
    background: #fff;
    padding: 15px 15px 25px 15px;
}
service-details h3 {
    margin-top: 10px;
}
.home-servicios h3 a {
    font-size: 24px;
    text-decoration: none;
    color: #000;
}
.hoverlink {
    background: rgba(253, 194, 54, 0.42);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.botton_menu{
    display: none;
}
.header_telefonos span, .header_email span{
    color: #fdc236;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{
    width: 100%;
}

.carousel-caption h3{
    color: #fff;
    margin: 0px;
    font-size: 50px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.36);
    padding: 20px 10px;
    text-align: center;
    font-weight: bold;
}
.carousel-caption p{
    font-size: 22px;
    color: #fff;
}

.carousel-caption {
    right: 30%;
    left: 30%;
    padding-bottom: 10%;
}
.carousel-caption a{
    margin-top: 10px;
    font-size: 16px;
    display: inline-block;
}
.serviceList{
    list-style: none;
    padding: 0px;
}

.trabajos-home{
    padding:40px 0px 60px;
}
.home-trabajo a{
    display: inline-block;
}
.home-trabajo{
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 30px;
}
.home-trabajo a:before {
    content: "";
    border: 1px solid #FFF;
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    z-index: 1;
}

.home-trabajo a img{
    -webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
    -o-transition:all 1s ease;
    -ms-transition:all 1s ease;
    width:100%;
}
.home-trabajo a:hover img{
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2);
    transform:scale(1.2);
}

.section-pidenos-presu{
    text-align: center;
    color: #fff;
    background: url(images/fondo-pi-pre.jpg) repeat;
    padding: 50px 0px;
}
.section-pidenos-presu h3{
    font-size: 32px;
    margin: 0px 0px 20px;
    font-weight: bold;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.36);
}
.section-pidenos-presu a{
    display: inline-block;
    padding: 10px 30px;
    background: #000;
    color: #fff;
}
.section-pidenos-presu a:hover{
    background: #fff;
    color: #000;
    text-decoration: none;
}
.footer-negro h4{
    margin-top: 0;
    color: #fff;
    font-size: 24px;
    margin-bottom: 26px;
    font-family: 'Oswald', sans-serif;
    position: relative;
}
.footer-negro h4:before {
    content: "";
    background: #fdc236;
    height: 2px;
    width: 50px;
    position: absolute;
    bottom: -15px;
    left: 0;
}
.footer-negro{
    padding: 50px 0 40px 0;
}
.footer-links {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.footer-links li {
    line-height: 28px;
}
.footer-links li:before {
    content: "\f0da";
    font-family: 'FontAwesome';
    padding-right: 10px;
    color: #969696;
}
.footer-links li a {
    text-decoration: none;
    color: #a6a6a6;
    font-size: 14px;
}
.footer-address {
    color: #a6a6a6;
    font-size: 14px;
    position: relative;
    padding-left: 22px;
    margin-top: 20px;
}
.footer-address:before {
    content: "\f041";
    font-family: 'FontAwesome';
    color: #a6a6a6;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    font-weight: 400;
}
.call-us {
    margin-top: 5px;
    position: relative;
    padding-left: 18px;
}
.call-us:before {
    content: "\f095";
    font-family: 'FontAwesome';
    font-size: 14px;
    color: #a6a6a6;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 400;
}
.footer-negro p{
    padding-top: 15px;
    font-size: 14px;
    line-height: 18px;
    color: #a6a6a6;
    margin-top: 5px;
}
.footer-negro p a {
    color: #efb935;
    text-decoration: underline;
}
.footer-negro .fa-facebook-square {
    color: #fff;
    font-size: 20px;
}
.call-us a {
    color: #a6a6a6;
    font-size: 14px;
}
.titulo_pagina{
    padding: 70px 0;
    text-align: center;
    color: #fff;
}
.fondo1{
    background: url(images/foto-1.jpg) center center no-repeat;
    background-size: cover;
}
.fondo2{
    background: url(images/foto-2.jpg) center center no-repeat;
    background-size: cover;
}
.fondo3{
    background: url(images/foto-3.jpg) center center no-repeat;
    background-size: cover;
}
.fondo4{
    background: url(images/foto-4.jpg) center center no-repeat;
    background-size: cover;
}
.fondo5{
    background: url(images/foto-5.jpg) center center no-repeat;
    background-size: cover;
}
.fondo6{
    background: url(images/foto-6.jpg) center center no-repeat;
    background-size: cover;
}
.fondo7{
    background: url(images/foto-7.jpg) center center no-repeat;
    background-size: cover;
}
.titulo_pagina h1{
    font-size: 40px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    margin: 0;
}
.inertes-quienes-somos h1 {
    font-size: 42px;
    font-weight: bold;
    color: #000;
    text-align: left;
    margin-bottom: 60px;
    position: relative;
    text-transform: uppercase;
}
.inertes-quienes-somos h1 span{
    color: #fdc236;
}
.inertes-quienes-somos h2 {
    font-size: 30px;
    font-weight: bold;
    color: #646464;
    padding-bottom: 13px;
}
.inertes-quienes-somos h1:before {
    content: "";
    background: #fdc236;
    width: 80px;
    height: 2px;
    position: absolute;
    bottom: -22px;
    left: 0%;
    margin-left: 0px;
}
.qs-galeria{
    margin: 50px 0px;
}
.qs-galeria img {
    box-shadow: 4px 4px 0px 0px #ddd;
}

.contact-now .contact {
    margin-bottom: 10px;    
    padding: 14px 0;
    background: #eee;
    padding-top: 14px;
}
.contact > span {
color: #999999;
    float: left;
    font-size: 60px;
    line-height: 50px;
    margin-right: 0px;
    text-align: center;
    width: 95px;
}
.information {
    overflow: hidden;
    padding-right: 10px;
}
.information > strong {
    color: #000;
    display: table;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.information p{
    line-height: 20px;
}
.contact-form input, .contact-form textarea {
    color: #8c8c8c;
    float: left;
    border: 1px solid #ddd;
    font-size: 12px;
    line-height: 32px;
    margin-bottom: 15px;
    padding: 10px 20px;
    width: 100%;
}
.contact-form textarea {
    height: 210px;
}
input.wpcf7-submit {
    width: 200px;
    color: #fff;
    position: relative;
    vertical-align: middle;
    z-index: 1000;
    font-size: 14px;
    background: #fdc236;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    padding: 10px 40px;
    margin-top: 0px;
    display: block;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.36);
    border: none;
    transition: 0.3s;
    font-size: 16px;
    float: none;
}
input.wpcf7-submit:hover{
    background: #000;
}
div.wpcf7-response-output{
    margin: 0px 0px 30px 0px !important;
}
.inertes-servicio{
    padding: 50px 0px;
}
.inertes-servicio .titulo_inerte{
    text-align: left;
}
.inertes-servicio .titulo_inerte:before {
    left: 0%;
    margin-left: 0px;
}
.galeriaServicio{
    margin-bottom: 30px;
}
.home-trabajo-video{
    position: relative;
    margin-bottom: 20px;
}
.home-trabajo-video span{
    position: absolute;
    color: #fff;
    font-size: 50px;
    top: 50%;
    left: 50%;
    margin: -25px 0px 0px -25px;
}
.modal-content {
    border-radius: 0px;
}
.modal-title{
    color: #000;
}
.contenido_pagina{
    margin: 30px 0px;
}
@media (max-width: 991px) {
    .navbar-nav>li>a {
        padding: 30px 7px;
        font-size: 14px;
        color: #231f20;
        font-weight: 600;
        transition: 0.3s;
    }
    .carousel-caption {
        right: 10%;
        left: 10%;
        padding-bottom: 5%;
    }
    .carousel-caption p {
        font-size: 18px;
        color: #fff;
    }
    .service-details p{
        line-height: 16px;
    }
    .trabajos-home{
        text-align: center;
    }

}
@media (max-width: 767px) {
    .menu-principal {
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 99999999;
        background: #fff;
        border-bottom: 1px solid #eee;
        padding: 10px 0px;
        display: none;
    }
    header{
        overflow: initial;
    }
    .navbar-nav>li{
        width: 100%;
    }
    .navbar-nav>li>a{
        text-align: center;
        padding: 10px 7px;
    }
    .botton_menu {
        display: block;
        float: right;
        display: block;
        padding: 20px;
        font-size: 26px;
        color: #000;
    }
    .header_telefonos, .header_email{
        font-size: 12px;
    }
    .about-image{
        text-align: center;
    }
    .service-details {
        max-width: 360px;
        margin: 0px auto 30px;
    }
    .footer-negro {
        text-align: center;
    }
    .footer-negro h4:before{
        left: 50%;
        margin-left: -25px;
    }
    .footer-negro h4 {
        margin-top: 30px;
    }
    .footer-address:before {
        margin-left: -20px;
        left: auto;
    }
    .call-us:before {
        margin-left: -20px;
        left: auto;
    }
    .carousel-caption h3{
        font-size: 24px;
        padding: 10px 10px;
    }
    .carousel-caption p {
        font-size: 12px;
        line-height: 14px;
    }
    .carousel-caption {
        right: 5%;
        left: 5%;
        padding-bottom: 0%;
    }
    .carousel-indicators{
        display: none;
    }
    .qs-galeria img{
        margin-bottom: 20px;
    }
    .galeriaServicio img{
        margin-bottom: 10px;
    }
}

@media (max-width: 400px) {
    .header_telefonos, .header_email {
        font-size: 11px;
    }
    .home-bottom-slider{
        font-size: 17px;
    }
    .home-inertes {
        padding: 30px 0;
    }
    .titulo_inerte {
        font-size: 36px;
    }
    .inertes-quienes-somos h1{
        font-size: 36px;
    }
}
