body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    /* font-family: 'Oswald', sans-serif; */
}
.carousel-inner{
    max-width: 100% !important;
}
.content-page {
    margin-top: -92px;
}

section {
    padding: 50px 0 0;
}
 
.bg-transp {
    background-color: rgba(255, 255, 255, 0.9);
}

.bg-gris {
    background-color: #F7F7F7;
}

.bg-azul {
    background-color: #0D1D30;
}

/* Scrool To top */
/* Image style */
#scrollUp {
    /* background-image: url("../images/top.png"); */
    background-image: url("../images/top.svg");
    bottom: 20px;
    right: 20px;
    width: 40px;
    /* Width of image */
    height: 40px;
    /* Height of image */
}

#scrollUp:hover {
    opacity: 0.8;
}

/* Navbar */
.secondary-bar {
    background-color: #162027;
    padding: 0px 0;
    text-align: center;
}

.secondary-bar a {
    color: #fff;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    padding: 0 5px;
    margin: 0 10px;
    letter-spacing: 0.09em;
    line-height: 40px;
    text-decoration: none;
    transition: all ease 0.3s;
}

.secondary-bar a:hover {
    color: #5E9817;
    transition: all ease 0.3s;
}

.secondary-bar svg {
    width: 19px;
    margin-right: 5px;
}

.secondary-bar span {
    color: #fff;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    padding: 0 5px;
    margin: 0 10px;
    letter-spacing: 0.09em;
    line-height: 40px;
    text-decoration: none;
    transition: all ease 0.3s;
}

#navbar {
    overflow: hidden;
    z-index: 999;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

.r-logo {
    height: auto;
    width: 238px;
    padding: 15px 10px;
}

.link-menu a {
    color: #142333;
    border-bottom: 2px solid transparent;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-decoration: none;
    transition: all ease 0.3s;
    text-transform: uppercase;
    margin: 0 10px;
}

.link-menu a:hover {
    border-bottom: 2px solid #A3001A;
    transition: all ease-in 0.3s;
}

/* Carousel */

.carousel {
    background-color: #0D1D30;
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .8s;
    transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}

.carousel-caption {
    top: 60%;
    width: 35%;
}

.carousel-caption p {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 20px;
    text-shadow: 0px 6px 20px rgba(0, 0, 0, 0.75);
}

/* intro */
#intro {
    background-color: #0D1D30;
    padding: 3em;
}

#intro p {
    color: #fff;
    font-size: 16px;
}


/* Servicios */
h1.title-h1 {
    font-family: "Oswald", sans-serif;
    font-size: 50px;
    font-weight: 300;
}

hr.hr-title {
    border: 0;
    background-color: #A3001A;
    height: 1px;
    display: block;
    margin: 15px auto;
    width: 100px;
}

.text-gral {
    color: #1F2F3A;
    font-size: 16px;
}

.i-serv h3 {
    font-family: "Oswald", sans-serif;
    color: #1F2F3A;
    font-size: 30px;
    font-weight: 400;
    display: inline-block;
}

.i-serv p {
    font-family: "Poppins", sans-serif;
    color: #3D3D3D;
    font-size: 14px;
    font-weight: 400;
}

.i-serv span {
    color: #5E9817;
    padding: 0 5px;
}

.img-serv {
    height: auto;
    position: relative;
    margin: 0 auto 0;
    top: 110px;
    left: -25px;
    width: 250px;
    z-index: 0;
}

/* Clientes */
ul.lista-clientes {
    margin: 30px auto;
}

ul.lista-clientes li {
    display: inline-block;
    padding: 0 15px;
    margin: 15px 10px;
}

ul.lista-clientes li img {
    display: block;
    height: auto;
    max-width: 100%;
}

/* Compromiso */
.bx-content-wh {
    background-color: rgba(255, 255, 255, 0.85);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
    left: 25%;
    margin-top: 7%;
    padding: 3% 3% 2% 1%;
    width: 65%;
    position: absolute;
    z-index: 2;
}

/* Proyectos */
.content-obras {
    min-height: 500px;
    margin-bottom: 50px;
}

/* .proyecto {
    display: inline-block;
    width: 180px;
    transform: translateY(160px);
} */

.proy-pos .title-proy {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    transform: rotate(-90deg);
    display: block;
}

.proy-pos .title-proy p {
    height: 200px;
    width: 360px;
    display: block;
    text-align: left;
    padding: 0;
    padding-left: 20px;
    margin: 0;
}

.proy-pos .img-proy {
    display: block;
}

.proy-pos .num-proy {
    font-size: 46px;
    font-family: "Oswald", sans-serif;
    text-align: right;
    display: block;
}

.color-1 {
    color: #85A722;
}

.color-2 {
    color: #A18956;
}

.color-3 {
    color: #9748B8;
}

.color-4 {
    color: #D9B25A;
}

.color-5 {
    color: #CB623F;
}

.color-6 {
    color: #818D41;
}

.color-7 {
    color: #738ED1;
}



/* Nosotros */

.bg-nosotros {
    background: url("../images/bg-plaano-min.webp") no-repeat top center;
    background-size: cover;
}

.equipo-realce {
    margin-top: 1em;
}

.equipo-realce img {
    height: 270px;
}

.equipo-realce h5 {
    color: #002A56;
    font-family: "Oswald"sans-serif;
    font-size: 20px;
    margin-bottom: 1em;
}

.equipo-realce p {
    color: #1F2F3A;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 0 10px;
    text-align: left;
}

.toggle-content-1,
.toggle-content-2 {
    display: none;
}

.toggle-content-1.show,
.toggle-content-2.show {
    display: block;
    /* P.S: Use `!important` if missing `#content` (selector specificity). */
}

.toggle-more-1,
.toggle-more-2 {
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #eee;
    color: #85A722;
    font-size: 12px;
    padding: 5px 10px;
    vertical-align: top;
    transition: all ease 0.3s;
}

.toggle-more-1:hover,
.toggle-more-2:hover {
    color: #85A722;
    border: 0;
    border-bottom: 1px solid #85A722;
    background-color: #eee;
    transition: all ease 0.3s;
}



.toggle-more-1:focus,
.toggle-more-2:focus {
    border: 0;
    box-shadow: 0;
}

/* footer */
.parallax-window {
    /* The image used */
    background-image: url("../images/contacto-realce.webp");

    /* Set a specific height */
    min-height: 600px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.contacto h4 {
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 36px;
}


.contacto .form-contact .form-control {
    border: 1px solid #fff;
    background-color: rgba(0, 42, 86, 0.15);
    border-radius: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    height: 40px;
}

.contacto .form-contact input.form-control:focus,
.contacto .form-contact textarea.form-control:focus {
    box-shadow: none;
    outline: none;
    background-color: rgba(0, 42, 86, 0.95);
}

.contacto .form-contact input.form-control:hover,
.contacto .form-contact textarea.form-control:hover {
    background-color: rgba(0, 42, 86, 0.65);
    box-shadow: none;
}

.contacto .form-contact input.form-control::placeholder {
    color: #fff;
}

.contacto .form-contact textarea.form-control {
    height: 133px;
}

.contacto .form-contact .btn-send {
    border: 1px solid #fff;
    background-color: rgba(0, 42, 86, 0.15);
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    height: 40px;
    width: 135px;
}

.contacto .form-contact .btn-send:hover {
    background-color: rgba(0, 42, 86, 0.95);
}

.contacto .adress p {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.25;
}

.contacto .contact-link p {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0.5em;
}

.contacto .contact-link p a {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.contacto .social {
    margin-top: 30px;
    padding: 0;
}

.contacto .social li {
    display: inline-block;
    margin: 0 5px;
}

.contacto .social li a {
    color: #fff;
    transition: all ease 0.3s;
}

.contacto .social li a:hover {
    opacity: 0.75;
    transition: all ease 0.3s;
}

.copyright {
    height: 40px;
}

.copyright small {
    color: #0a0a0a;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 2.9em;
}

.developby small {
    color: #0a0a0a;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 0.05em;
}

.developby small a.logoFai svg {
    height: auto;
    width: 100px;
}

.developby small a {
    color: #0a0a0a;
}

/*******/
/*** RESPONSIVE ****/

@media screen and (min-width: 1281px) {
    .proyecto {
        display: inline-block;
        width: 170px;
        margin: 0px 3px;
        transform: translateY(160px);
    }
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .content-obras {
        min-height: 450px;
        margin-bottom: 0;
    }

    .proyecto {
        display: inline-block;
        width: 160px;
        margin: 0px 4px;
        transform: translateY(120px);
    }

    .proy-pos .title-proy p {
        width: 300px;
        height: 160px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .img-serv {
        top: 240px;
        left: -15px;
        width: 170px;
    }

    .i-serv h3 {
        font-size: 28px;
    }

    .bx-content-wh {
        left: 20%;
        margin-top: 4%;
        padding: 3% 2% 1% 2%;
        width: 75%;
    }

    .equipo-realce img {
        height: 190px;
    }

    .proy-pos .title-proy p {
        width: 240px;
    }

    .proyecto {
        display: inline-block;
        transform: translateY(60px);
        margin: 0 10px 60px;
        width: 200px;
    }

    .parallax-window {
        min-height: 600px;
    }
}

@media screen and (width: 768px) {
    .content-page {
        margin-top: -80px;
    }

    .r-logo {
        width: 200px;
    }

    .link-menu a {
        font-size: 14px;
        margin: 0 5px;
        padding: 0 3px !important;
    }

    .carousel-caption {
        top: 40%;
        width: 45%;
    }

    .carousel-caption p {
        font-size: 16px;
    }

    #intro {
        padding: 0em;
    }

    .img-serv {
        margin: 30px auto 30px;
        top: 0;
        left: 0;
    }

    ul.lista-clientes li {
        margin-bottom: 14px;
    }

    .bx-content-wh {
        left: 5%;
        margin-top: 5%;
        padding: 3% 3% 2%;
        width: 89%;
    }

    .bx-content-wh p {
        font-size: 14px;
    }

    h1.title-h1 {
        font-size: 44px;
    }

    .text-gral p {
        font-size: 15px;
    }

    .proyecto {
        display: inline-block;
        transform: translateY(30px);
        margin-bottom: 30px;
        width: 250px;
    }

    .proy-pos .title-proy {
        transform: rotate(0deg);
    }

    .proy-pos .title-proy p {
        height: 50px;
        width: 200px;
        display: block;
        text-align: center;
        padding-left: 0;
        margin-bottom: 10px;
        font-size: 16px;
    }

    .proy-pos .num-proy {
        text-align: center;
    }

    .parallax-window {
        min-height: 900px;
    }
}

@media screen and (min-width:481px) and (max-width: 767px) {
    .content-page {
        margin-top: 0;
    }

    .proyecto {
        display: inline-block;
        transform: translateY(30px);
        margin: 0 5px 30px;
        width: 200px;
    }

    .proy-pos .title-proy {
        transform: rotate(0deg);
    }

    .proy-pos .title-proy p {
        height: 50px;
        width: 200px;
        display: block;
        text-align: center;
        padding-left: 0;
        margin-bottom: 10px;
        font-size: 16px;
    }

    .proy-pos .num-proy {
        text-align: center;
    }

    .parallax-window {
        min-height: 900px;
    }

}

@media screen and (max-width: 480px) {
    .content-page {
        margin-top: 0;
    }

    #intro {
        padding: 0em;
    }

    #intro p {
        color: #fff;
        font-size: 14px;
        font-weight: 300;
    }

    .secondary-bar span {
        padding: 0;
    }

    .r-logo {
        width: 200px;
    }

    .link-menu a {
        font-size: 14px;
        margin: 0;
        padding: 0 3px !important;
    }

    .carousel-caption {
        top: 10%;
        width: 50%;
    }

    .carousel-caption p {
        color: #fff;
        font-family: "Poppins", sans-serif;
        font-weight: 300;
        font-size: 13px;
        text-shadow: 0px 6px 20px rgba(0, 0, 0, 0.75);
    }

    h1.title-h1 {
        font-size: 40px;
        text-align: center;
    }

    .text-gral {
        font-size: 14px;
    }

    .i-serv h3 {
        font-size: 24px;
    }

    .img-serv {
        margin: 20px auto 30px;
        top: 0;
        left: 0;
        width: 200px;
    }

    ul.lista-clientes {
        margin: 5px auto;
        padding: 0;
    }

    ul.lista-clientes li {
        display: inline-block;
        padding: 0;
        margin: 15px 10px;
    }

    ul.lista-clientes li img {
        display: block;
        max-width: 100%;
    }

    .bx-content-wh {
        left: 5%;
        margin-top: 20%;
        padding: 8%;
        width: 90%;
    }

    .content-obras {
        margin-bottom: 0;
    }

    .proyecto {
        display: inline-block;
        width: 45%;
        transform: translateY(0px);
        margin: 30px 7px 0;
    }

    .proy-pos .title-proy {
        transform: rotate(0deg);
        font-size: 14px;
    }
    

    .proy-pos .title-proy p {
        height: auto;
        width: 100%;
        display: block;
        text-align: center;
        padding: 0;
        padding-left: 0;
        margin: 0 0 1em;
    }

    .proy-pos .num-proy {
        text-align: center;
        font-size: 38px;
    }

    .equipo-realce img {
        height: 200px !important;
    }

    .parallax-window {
        min-height: 900px;
    }
}

@media screen and (max-width: 320px) {
    .link-menu a {
        font-size: 12px;
        padding: 0 2px !important;
    }

    .r-logo {
        width: 180px;
    }

    .secondary-bar span svg {
        padding: 0;
        display: none;
    }

    .secondary-bar span {
        font-size: 10px;
    }
}

.prefix__st0 {
    enable-background: new;
  }

  .prefix__st3 {
    fill: #8a9d20;
  }

  .prefix__st10 {
    fill: #0b76b2;
  }

  .prefix__st11 {
    fill: #acc12a;
  }

  .prefix__st12 {
    fill: #6d7f16;
  }

  .prefix__st13 {
    fill: #004c78;
  }

  .prefix__st15 {
    fill: #004d7e;
  }

  .prefix__st16 {
    fill: #145f8d;
  }

  .prefix__st17 {
    fill: #828789;
  }

  .h3TittleBottom{
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 36px;
  }
  .h4TittleBottom{
  font-family: "Oswald", sans-serif;
    color: #1F2F3A;
    font-size: 30px;
    font-weight: 400;
    display: inline-block;
}
.containerClientes{
    max-width: 1401px;
}
 
@media (max-width: 767px){
    .responsive{
        width: 20% !important;
        height: 20% !important;
    }
}