 @font-face {
    font-family: 'arial black';
    src: url('../fonts/arialblack_allfont_es.eot');
    src: url('../fonts/arialblack_allfont_es.eot') format('embedded-opentype'),
         url('../fonts/arialblack_allfont_es.woff2') format('woff2'),
         url('../fonts/arialblack_allfont_es.woff') format('woff'),
         url('../fonts/arialblack_allfont_es.ttf') format('truetype'),
         url('../fonts/arialblack_allfont_es.svg#arialblack_allfont_es') format('svg');
}

 * {
     box-sizing: border-box;
}
 body {
     background-color: white;
     min-height: 100vh;
     margin-bottom: 0;
}
 h3{
     letter-spacing: 8px;
     font-family: arial black;
     font-size: 25px;
     color: black;
}

.padding0{
    padding: 0 !important;
}
/*HEADER*/

.navbar-default {
    background-color: #222020;
    margin-bottom: 0;
    border-radius: 0;
    border: none;
    padding-left: 10%;
    position: fixed;
    z-index: 999;
    width: 100%;
    padding-bottom: 8px;
    top: 0;
}

.navbar li {
    margin-left: 50px;
    padding: 5px 0 5px 0;
}
.navbar li a {
     color: white;
     text-decoration: none;
     font-family: arial black;
     letter-spacing: 2px;
     font-size: 12px;
}
.navbar li a img {
     width: 50px;
}

.navbar-brand>img {
    width: 45px;
}

.navbar-nav {
    padding-top: 7px;
}

.navbar-default .navbar-nav>li>a {
    color: white;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #FAB32E;
}
 .navbar-default .navbar-nav li a.active {
     color: #FAB32E;
}

.carousel-caption img {
    width: 15%;
}

.carousel-caption{
    vertical-align: middle;
    top: 32%;
}

.carousel-caption_2 {
    left: 0;
    background: rgba(250, 179, 46,0.6);
    padding-left: 140px;
    bottom: 62px;
    padding-bottom: 18px;
    width: 77%;
    padding-right: 64px;
}

.carousel-caption_2 h4 {
    text-align: left;
    font-family: arial black;
    letter-spacing: 2px;
    font-size: 18px;
    color: white;
    line-height: 28px;
}

.carousel-caption_2 p {
    text-align: left;
    font-family: arial black;
    letter-spacing: 2px;
    font-size: 15px;
    color: white;
    line-height: 26px;
}


.carousel {
    position: relative;
}

.carousel-indicators {
    bottom: 8px;
}


/*EMPRESA*/
 .texto_empresa{
    padding-top: 30px;
    padding-bottom: 30px;
}
 .textoempresa {
     font-family: 'Open Sans', sans-serif;
     font-size: 12px;
}
 .textoempresa p{
     font-family: 'Open Sans', sans-serif;
     font-size: 13px;
     margin-top: 10px;
     width: 95%;
     line-height: 20px;
     text-align: justify;
}
 .textoempresa h1{
    font-family: arial black;
     height: auto;
     color: black;
     font-size: 13px;
     margin-bottom: 20px;
}
 .textoempresa img {
     justify-content: center;
     height: auto;
     width: 50%;
     margin-bottom: 0px;
     margin-left: 45%;
}
 .fotoempresa {
     margin-top: 2%;
}
 .fotoempresa img {
     margin-top: 2%;
}
 .header_empresa {
    background-image: url(../img/fotoempresa.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 0;
    margin-top: 74px;
}

 .valores{
     background-image: url("../img/fotovalores.jpg");
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
     padding: 100px 0;
}
 .valores h1 {
     font-family: arial black;
     height: auto;
     margin-top: 7px;
     color: white;
     font-size: 13px;
     margin-bottom: 20px;
}
 .valores p {
     font-family: 'Open Sans', sans-serif;
     font-size: 13px;
     margin-top: 10px;
     color: white;
     line-height: 20px;
}
 .valores img {
     justify-content: center;
     width: 15%;
     height: auto;
     margin-bottom: 5px;
     margin-top: 15px;
}
 .clientes {
     width: 100%;
     flex-wrap: wrap;
     justify-content: center;
     margin-top: 3%;
     margin-bottom: 3%;
}
 .clientes img {
     margin-top: 20px;
}
.clientes h2 {
    font-family: arial black;
    /* height: auto; */
    /* margin-top: 7px; */
    color: black;
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}
.textoempresa h1:first-child{
    margin-top: 0px;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    font-size: 50px;
    line-height: 40px;
}

.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover, .owl-carousel button.owl-dot {
    background: none;
    color: black;
}

.owl-carousel .owl-nav button.owl-prev:focus, .owl-carousel .owl-nav button.owl-next:focus, .owl-carousel button.owl-dot {
    outline: none !important;
}



/*PROYECTOS*/
 .header_proyectos {
    background-image: url(../img/fotoproyectos.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 0;
    margin-top: 74px;
}

 .texto_proyecto{
    padding: 30px 0;
    text-align: justify;
}
    
 .texto_proyecto img {
     width: 50px;
     margin-top: 30px;
     margin-bottom: 30px;
}
 .foto_proyecto{
     position: relative;
     margin-bottom: 25px;
}
 .image img{
     width: 33%;
}
 .overlay {
     position: absolute;
     top: 0;
     bottom: 0;
     left: 4%;
     right: 0;
     height: 100%;
     width: 92%;
     opacity: 0;
     transition: .5s ease;
     background-color: #222020;
}

.foto_proyecto:hover .overlay {
     opacity: 0.8;
}
/*
.foto_proyecto:active .overlay {
     opacity: 0.8;
}

 .foto_proyecto:focus .overlay {
     opacity: 0.8;
}*/
 .text {
     width: 70%;
     font-family: 'Open Sans', sans-serif;
     color: white;
     font-size: 15px;
     position: absolute;
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     text-align: center;
}
 .text h1{
     font-family: arial black;
     height: auto;
     margin-top: 7px;
     color: white;
     font-size: 13px;
     margin-bottom: 20px;

}
/*CONTÁCTO*/
 .header_contacto {
    background-image: url(../img/fotocontacto.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 0;
    margin-top: 74px;
}

.contacto h1 {
    font-family: arial black;
     height: auto;
     margin-top: 7px;
     color: black;
     font-size: 13px;
     margin-bottom: 20px;
}

.contacto p {
font-family: 'Open Sans', sans-serif;
     font-size: 13px;
     margin-top: 10px;
     line-height: 12px;
     color: black;
}

.contacto a[href^="tel:"] {
    font-family: 'Open Sans', sans-serif;
     font-size: 13px;
     margin-top: 10px;
     line-height: 12px;
     color: black;
}

.contacto {
        padding: 50px 0;
}
textarea {
     resize: none;
}
 .form-label {
     font-size: 12px;
     color: #5e9bfc;
     margin: 0;
     display: block;
     opacity: 1;
     -webkit-transition: .333s ease top, .333s ease opacity;
     transition: .333s ease top, .333s ease opacity;
}
 .form-control {
    border-color: #222020;
    border-width: 0 0 1px 0;
    box-shadow: none;
    width: 80%;
    margin-top: 3%;
    font-size: 13px;
    font-family: arial;
    border-radius: 1px;
}
 .form-control:focus {
     box-shadow: none;
     border-color: #FAB32E;
}
 .js-hide-label {
     opacity: 0;
}
 .js-unhighlight-label {
     color: #999 
}
 .btn-start-order {
    background: 0 0 #ffffff;
    border: 1px solid #222020;
    border-radius: 3px;
    color: #222020;
    font-family: arial black;
    font-size: 12px;
    line-height: inherit;
    margin: 0px 0;
    padding: 10px 50px;
}
 .btn-start-order:hover,.btn-start-order:active, .btn-start-order:focus {
     border-color: #FAB32E;
     color: #FAB32E;
}
 .formulario {
     margin-top: 6%;
}

.text-center {
    text-align: right;
    margin-right: 20%;
    margin-top: 20px;
}

.margen50 {
    margin-top: 50px
}


/*FOOTER*/
footer {
    background-color: #222020;
    width: 100%;
    text-align: center;
    padding-top: 30px;
    font-size: 18px;
    padding-bottom: 28px;
}
 footer p {
     font-family: arial;
     font-size: 15px;
     color: white;
     margin-bottom: 0;
}
footer a[href^="tel:"] {
    font-family: arial;
     font-size: 15px;
     color: white;
     margin-bottom: 0;
}



/*=================== MEDIA QUERIES =================*/
@media only screen and (max-width: 812px)  { 
    .formulario {
    margin-top: 6%;
    margin-bottom: 15%;
}

    .carousel-inner {
        height: 100vh;
    }

    .carousel-inner>.item>a>img, .carousel-inner>.item>img {
    max-width: none;
    height: auto;
}

footer p {
    margin-bottom: 0;
}
.carousel-caption img {
    width: 30%;
}

.valores img {
    justify-content: center;
    width: 10%;
    height: auto;
    margin-bottom: 5px;
    margin-top: 15px;
}



.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2%;
    right: 0;
    height: 100%;
    width: 96%;
    opacity: 0;
    transition: .5s ease;
    background-color: #222020;
}
.overlay.click {
     opacity: 0.8;
}

/*
.foto_proyecto:active .overlay {
     opacity: 0.8;
}

 .foto_proyecto:focus .overlay {
     opacity: 0.8;
}
*/
.header_proyectos {
    margin-top: 58px;
}

.header_empresa {
    margin-top: 58px;
}

.header_contacto {
    margin-top: 58px;
}

.carousel {
    position: relative;
    margin-top: 57px;
}

.navbar-brand>img {
    width: 45px;
    margin-top: -8px;
}
.carousel-caption {
    top: 22%;
}

.carousel-caption_2 {
    left: 10px;
    background: rgba(250, 179, 46,0.6);
    padding-left: 13px;
    bottom: 78px;
    padding-bottom: 7px;
    width: 94%;
    padding-right: 10px;
    padding-top: 2px;
    right: 10px;
}

.carousel-caption_2 h4 {
    text-align: left;
    font-family: arial black;
    letter-spacing: 2px;
    font-size: 14px;
    color: white;
    line-height: 20px;
}

.carousel-caption_2 p {
    text-align: left;
    font-family: arial black;
    letter-spacing: 2px;
    font-size: 14px;
    color: white;
    line-height: 18px;
}

}




