body {
    background-color: white;
    overflow-y: scroll;
    overflow-x: hidden;
}

#about h1 {
    font-weight: 700;
    padding-bottom: 50px;
    padding-top: 20px;
}

#about {
    height: auto;
    background-color: white;
    margin-bottom: 50PX;
}

.her {
    margin-top: 100px;
    margin-bottom: 50PX;
}
#hero {
    width: 100%;
    height: calc(100vh - 110px);
    background: url("../imagenes/5.jpg") top center;
    background-size: cover;
    position: relative;
  }

#hero::after {
    width: 100%;
    height: 100vh;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10;
}


#hero video {
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    object-fit: cover;
}

#hero .imga {
    height: 100vh;
    width: 100;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    object-fit: cover;
    background-size: cover;
}

#hero img {

    object-fit: cover;

}




#hero .caption {
    position: relative;
    z-index: 20;
    text-align: left;
    color: white;
}

#hero .caption a {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}

#hero .caption h1 {
    text-transform: uppercase;
    font-size: 2em;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    margin-bottom: 0.5rem;
    color: white;
    text-align: left;
}

#hero .caption h2 {
    font-weight: 200;
    font-size: 1rem;
    margin: 0;
    margin-bottom: 30px;
    font-family: "Open Sans", sans-serif;
    text-align: left;
}

#hero a {
    text-decoration: none;
    background-color: #02255C;
    color: white;
    padding: 3px 15px;
    font-size: 12px;
    margin-top: 80px;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    border-radius: 3px;
    border: 2px solid #fff;
    text-align: left;
    transition: 0.5s;
}

#hero a:hover {
    background-color: white;
    color:#02255C;
    border: 1px solid #fff;
}

.capa1 {
    margin-top: 30px;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.1);
    color: black;
}

.Carousel {
    width: 100%;
    height: 122vh;
    margin: 0px 0px;
    margin-bottom: 10%;
}

.about {
    background-color: white;
}

.pr {
    margin-top: 40px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.4);
}

#pt {
    margin-top: 40px;
    width: 100%;
    border: #C8C8C8 1px solid;
    background-color: white;
    display: inline-block;
    border-radius: 8px;
}

#about2 {
    justify-content: center;
    align-items: center;
}

#pt img {
    width: 90%;
    justify-content: center;
    margin-top: 40px;
    padding-left: 11%;
}

.about h2 {
    margin-top: 30px;
    font-size: 36px;
    color: #02255C;
    line-height: 38px;
    padding-bottom: 15px;
    opacity: .9;
    font-weight: bold;
    text-align: center;
}

.about h3 {
    font-size: 14px;
    padding-bottom: 4px;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 15px;
    text-align: justify;
}

#portfolio2 {
    background-color: #fff;
    color: #02255C;

}



#portfolio2 h3 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 4px;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 12px;
    text-align: center;
}

#portfolio2 button {
    text-decoration: none;
    background-color: white;
    color: #02255C;
    padding: 7px 15px;
    font-size: 14px;
    margin-top: 40px;
    margin-bottom: 30px;
    width: 140px;
    height: 40px;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    font-family: "Open Sans", sans-serif;
    font-weight: bolder;
    text-align: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
}

#Port1 {
    margin-bottom: 60px;
}

#pr {
    text-align: left;
    color: #02255C;
}

#pr h2 {
    font-size: 17x;
    padding-bottom: 15px;
    font-weight: 700;
}

#pr li {
    font-size: 13px;
}

#hd {
    font-size: 18px;
    color: #02255C;
    padding-bottom: 30px;
    font-weight: 700;
}

#md {
    font-size: 15px;
    padding-bottom: 30px;
    color: #747474;
}

#primg img {
    height: auto;
}

#portfolio2 button:hover {
    color: white ;
    background-color:#0E3CAA;
    border: 1px solid white;
}

#n2 {
    margin-bottom: 10px;
}

.n {
    cursor: pointer;
    height: 100%;
    margin-bottom: 20px;
}

.l {
    width: 100%;
    height: 100%;
}

.card-body {
    height: 100%;
}

.l :hover {
    background-color: #02255C;
    color: white;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.n h5 {
    font-family: "Open Sans", sans-serif;
    font-weight: bolder;
    font-size: 16px;
    padding-top: 10px;
    text-align: justify;
}

.n img {
    width: 100%;
    height: 44%;
}

.capa2 {
    width: 100%;
    height: 44%;
    position: absolute;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.2);
    color: black;
}

.slick-list {
    width: 100%;
    height: 100%;
    padding: 10px 0px;
    margin: 0px auto;
    max-width: 76vw;
    overflow: hidden;
}

.slide {
    width: 100%;
    height: 300px;
    padding: 30px 0px;
    margin: 0px auto;
    max-width: 76vw;
    overflow: hidden;
    z-index: 0;
}

.slide img {
    margin-top: 30px;
    margin-bottom: 40px;
    width: 100%;
    height: 300px;
    z-index: 0;
}

#proyectos {
    background-color: white;
    border-bottom: 0px;
}

#portfolio {
    width: 100%;
    height: auto;
    background-color: #F3F3F3;
}

#portfolio h2 {
    color: #02255C;
    margin-top: 20px;
    font-size: 34px;
    line-height: 38px;
    padding-bottom: 15px;
    opacity: .9;
    font-weight: bold;
    text-align: center;
}

.portfolio h3 {
    font-weight: 700;
}

.mo {
    background-color: rgba(7, 58, 137, 0.2);
}

#clients {
    background-color: white;
}


#clients img {
    margin-bottom: 50px;
}



#clients2 {
    background-color: #02255C;
}

.pruebati2 h2 {
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: white;
    position: relative;
    z-index: 2;
}

.pruebati2 {
    text-align: center;
    padding: 30px 0;
    position: relative;
  }

.pruebati2 span {
    position: absolute;
    top: 30px;
    color: rgba(228, 228, 228,0.2);
    left: 0;
    right: 0;
    z-index: 1;
    font-weight: 700;
    font-size: 52px;
    text-transform: uppercase;
    line-height: 0; 
  }

.pruebati h2 {
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #02255C;
    position: relative;
    z-index: 2;
}

.pruebati {
    text-align: center;
    padding: 30px 0;
    position: relative;
  }

.pruebati span {
    position: absolute;
    top: 30px;
    color: rgba(11, 49, 126,0.1);
    left: 0;
    right: 0;
    z-index: 1;
    font-weight: 700;
    font-size: 52px;
    text-transform: uppercase;
    line-height: 0;
  }

  .q{
padding-top: 50px;

  }


  .cta {
    background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("../imagenes/construccion.jpg") fixed center center;
    background-size: cover;
    padding: 120px 0;
  }
  
  .cta h3 {
    color: #fff;
    font-size: 45px;
    padding-bottom: 20px;
    font-weight: 700;
  }
  
  .cta p {
    color: #fff;
    font-size: 20px;
  }
  
  .cta .cta-btn {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px;
    transition: 0.5s;
    margin-top: 10px;
    border: 2px solid #fff;
    color: #fff;
  }
  
  .cta .cta-btn:hover {
    background: #02255C;
    border: 2px solid #02255C;
  }  

#clients2 img {
    margin-bottom: 50px;
}



.producto {
    width: 40px;
    height: 600px;
}

.sub {
    width: 100%;
    height: 100%;
    border: #1D1B1B 1px solid;
}

.producto img {
    width: 100%;
    height: 50%;
}

.card {
    height: 530PX;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
    transition: all 400ms ease;
}

.card:hover {
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.4);
    transform: translateY(-3%);
}

#texto {
    padding-top: 10px;
    text-align: start;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
    color: #02255C;
    font-weight: 600;
}
#texto1 {
    padding-top: 10px;
    text-align: start;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    color: #02255C;
    font-weight: 600;
}

#texto2 {
    padding-top: 10px;
    text-align: start;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    font-size: 13.5px;
    color: #02255C;
    font-weight: 600;
}
#texto3 {
    padding-top: 10px;
    text-align: start;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    font-size: 13.5px;
    color: #02255C;
    font-weight: 600;
}

.card a {
    text-decoration: none;
    display: inline-block;
    padding: 10px;
    margin-top: 20px;
    color: #02255C;
    border: 1px solid #02255C;
    border-radius: 4px;
    transition: all 400ms ease;
}

.card a:hover {
    background-color: #02255C;
    color: white;
}

#service{

padding-top: 130px;
padding-bottom: 100px;

}
.services .card {
    border: 1px solid rgba(14, 29, 52, 0.15);
    background: #02255C;
    position: relative;
    border-radius: 0;
    height: 100%;
    color:white;
  }

  .services  :hover {

    background: white;

    color:#02255C;
  }
  
  .services .card .card-img {
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 0;
  }
  
  .services .card .card-img img {
    transition: 0.3s ease-in-out;
  }
  
  .services .card h3 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 5px;
    padding: 10px 30px;
    text-transform: uppercase;
  }
  
  .services .card a {
    color: white;

    border: #02255C 0px;

  }
  
  .services .card  :hover {
    background: white;

    color:#02255C;
  }
  
  .services .card p {
    padding: 0 30px;
    margin-bottom: 30px;
    color: var(--color-secondary);
    font-size: 15px;
  }
  
  .services .card:hover .card-img img {
    transform: scale(1.1);
  }

  .service-details .services-list {
    padding: 10px 30px;
    border: 1px solid #d3dff3;
    margin-bottom: 20px;
  }
  
  .service-details .services-list a {
    display: block;
    line-height: 1;
    padding: 8px 0 8px 15px;
    border-left: 3px solid #c2cbdf;
    margin: 20px 0;
    color: var(--color-secondary);
    transition: 0.3s;
  }
  
  .service-details .services-list a.active {
    font-weight: 700;
    border-color: var(--color-primary);
  }
  
  .service-details .services-list a:hover {
    border-color: var(--color-primary);
  }
  
  .service-details .services-img {
    margin-bottom: 20px;
  }
  
  .service-details h3 {
    font-size: 28px;
    font-weight: 700;
    color: var(--color-secondary);
  }
  
  .service-details h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-secondary);
  }
  
  .service-details p {
    font-size: 15px;
  }
  
  .service-details ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
  }
  
  .service-details ul li {
    padding: 5px 0;
    display: flex;
    align-items: center;
  }
  
  .service-details ul i {
    font-size: 20px;
    margin-right: 8px;
    color: var(--color-primary);
  }
  
@media screen and (max-width: 300px) {
    .capa2 {
        width: 100%;
        height: 31%;
        position: absolute;
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.2);
        color: black;
    }
}

@media screen and (min-width: 320px) {
    .capa2 {
        width: 100%;
        height: 38%;
        position: absolute;
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.2);
        color: black;
    }
}

@media screen and (min-width: 340px) {
    .capa2 {
        width: 100%;
        height: 43%;
        position: absolute;
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.2);
        color: black;
    }
}

@media screen and (min-width: 365px) {
    .Carousel {
        width: 100%;
        height: 93Vh;
        margin: 0px 0px;
        background-color: white;
    }
    .about h2 {
        margin-top: 20px;
        font-size: 36px;
        ;
        line-height: 38px;
        padding-bottom: 20px;
        opacity: .9;
        font-weight: bold;
        text-align: center;
    }
    .about h3 {
        font-size: 16px;
        padding-bottom: 4px;
        padding-top: 15px;
        text-align: justify;
    }
    .slick-list {
        width: 100%;
        height: 100%;
        padding: 10px 0px;
        margin: 0px auto;
        max-width: 76vw;
        overflow: hidden;
    }
    .slide {
        width: 100%;
        height: 280px;
        padding: 10px 0px;
        margin: 0px auto;
        max-width: 76vw;
        overflow: hidden;
    }
    .capa1 {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.1);
        color: black;
    }
    .slide img {
        margin-bottom: 35px;
        width: 100%;
        height: 270px;
    }
    .slick h4 {
        position: absolute;
        z-index: 1;
        font-size: 35px;
        font-weight: bolder;
        line-height: 23px;
        color: #F8F9F9;
        padding: 15px;
    }
    .portfolio {
        width: 100%;
        height: auto;
        background-color: #F3F3F3;
    }
    .capa2 {
        width: 100%;
        height: 44%;
        position: absolute;
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.2);
        color: black;
    }
}

@media screen and (min-width: 390PX) {
    .Carousel {
        width: 100%;
        height: 600PX;
        margin: 0px 0px;
        background-color: white;
    }
    .about h2 {
        margin-top: 20px;
        font-size: 36px;
        ;
        line-height: 38px;
        padding-bottom: 15px;
        opacity: .9;
        font-weight: bold;
        text-align: center;
    }
    .about h3 {
        font-size: 16px;
        padding-bottom: 4px;
        padding-top: 15px;
        text-align: justify;
    }
    .slick-list {
        width: 100%;
        height: 100%;
        padding: 10px 0px;
        margin: 0px auto;
        max-width: 76vw;
        overflow: hidden;
    }
    .slide {
        width: 100%;
        height: 280px;
        padding: 10px 0px;
        margin: 0px auto;
        max-width: 76vw;
        overflow: hidden;
    }
    .capa1 {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.1);
        color: black;
    }
    .slide img {
        margin-bottom: 35px;
        width: 100%;
        height: 270px;
    }
    .slick h4 {
        position: absolute;
        z-index: 1;
        font-size: 35px;
        font-weight: bolder;
        line-height: 23px;
        color: #F8F9F9;
        padding: 15px;
    }
    #portfolio {
        width: 100%;
        height: auto;
        background-color: #F3F3F3;
    }
    .capa2 {
        width: 100%;
        height: 44%;
        position: absolute;
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.2);
        color: black;
    }
}

@media screen and (min-width: 768px) {
    #hero .caption h1 {
        font-size: 2.5rem;
    }
    #hero .caption h2 {
        font-size: 1.2rem;
    }
    #hero a {
        text-decoration: none;
        background-color: #02255C;
        color: white;
        padding: 7px 15px;
        font-size: 12px;
        margin-top: 80px;
        text-transform: uppercase;
        transition: all .3s ease-in-out;
        font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    }
    .about h2 {
        font-size: 36px;
        ;
        padding-bottom: 15px;
    }
    .about h3 {
        font-size: 18px;
        padding-bottom: 4px;
        text-align: justify;
        padding-top: 15px;
    }
    .Carousel {
        width: 100%;
        height: 600px;
        margin: 0px 0px;
        margin-bottom: 10%;
        background-color: white;
    }
    .slick-list {
        width: 100%;
        height: 700px;
        padding: 10px 0px;
        margin: 0px auto;
        max-width: 76vw;
        overflow: hidden;
    }
    .slide {
        width: 100%;
        height: 300px;
        padding: 10px 0px;
        margin: 0px auto;
        max-width: 76vw;
        overflow: hidden;
    }
    .capa1 {
        margin-top: 35px;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.1);
        color: black;
    }
    .slide img {
        margin-top: 35px;
        width: 100%;
        height: 280px;
    }
    #portfolio {
        width: 100%;
        height: auto;
        margin-top: 20px;
        background-color: #F3F3F3;
    }
    .capa2 {
        width: 100%;
        height: 42.5%;
        position: absolute;
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.2);
        color: black;
    }
    #modals {
        border-radius: 8px;
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 992px) {
    #hero .caption h1 {
        font-size: 3rem;
    }
    #hero .caption h2 {
        font-size: 1.5rem;
    }
    .about h2 {
        margin-top: 10PX;
        padding-bottom: 15px;
        font-size: 36px;
        ;
    }
    .about h3 {
        font-size: 18px;
        padding-bottom: 4px;
        text-align: justify;
        padding-top: 15px;
    }
    .Carousel {
        width: 100%;
        height: 850px;
        margin: 0px 0px;
        background-color: white;
    }
    .slick-list {
        width: 100%;
        height: 700px;
        padding: 10px 0px;
        margin: 0px auto;
        max-width: 76vw;
        overflow: hidden;
    }
    .slide {
        width: 100%;
        height: 450px;
        padding: 10px 0px;
        margin: 0px auto;
        max-width: 76vw;
        overflow: hidden;
    }
    .capa1 {
        margin-top: 30px;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.21);
        color: black;
    }
    .slide img {
        margin-top: 30px;
        width: 100%;
        height: 410px;
    }
    #portfolio {
        width: 100%;
        height: auto;
        margin-top: 20px;
        background-color: #F3F3F3;
    }
    #pt {
        margin-top: 40px;
        margin-left: 3.8%;
        width: 300px;
        border: #EAEAEA 1px solid;
        background-color: white;
        display: inline-block;
    }
    .capa2 {
        width: 100%;
        height: 38%;
        position: absolute;
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.2);
        color: black;
    }
    #modals {
        border-radius: 8px;
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 1200px) {
    #hero .caption h1 {
        font-size: 3.5rem;
    }
    #hero .caption h2 {
        font-size: 1.5rem;
    }
    #hero a {
        text-decoration: none;
        background-color: #02255C;
        color: white;
        padding: 9px 20px;
        font-size: 15px;
        margin-top: 80px;
        text-transform: uppercase;
        transition: all .3s ease-in-out;
        font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    }
    .pr {
        margin-top: 40px;
        margin-bottom: 50px;
        height: 370px;
        background-color: white;
    }
    .about h2 {
        margin-top: 40px;
        padding-bottom: 15px;
        font-size: 36px;
        ;
    }
    .about h3 {
        font-size: 18px;
        line-height: 50px;
        padding-bottom: 4px;
        padding-top: 50px;
        margin-bottom: 10px;
        text-align: justify;
        line-height: 22px;
    }
    .Carousel {
        margin-top: 10px;
        width: 100%;
        height: 750px;
        margin: 0px 0px;
        margin-bottom: 10%;
        background-color: white;
    }
    .slick-list {
        width: 100%;
        height: 700px;
        padding: 10px 0px;
        margin: 0px auto;
        max-width: 76vw;
        overflow: hidden;
    }
    .slide {
        width: 85%;
        height: 330px;
        padding: 10px 0px;
        margin: 0px auto;
        max-width: 76vw;
        overflow: hidden;
        z-index: 0;
    }
    .slide img {
        margin-bottom: 35px;
        width: 100%;
        height: 290px;
    }
    #portfolio h2 {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    #portfolio {
        width: 100%;
        height: auto;
        margin-top: 20px;
        background-color: #F3F3F3;
    }
    #pt {
        margin-top: 40px;
        margin-left: 4.1%;
        width: 28%;
        border: #C8C8C8 1px solid;
        background-color: white;
        display: inline-block;
    }
    #pt h2 {
        font-size: 25px;
    }
    #pt h3 {
        padding-top: 10px;
    }
    .n {
        cursor: pointer;
        height: 100%;
        margin-bottom: 20px;
    }
    .l {
        width: 100%;
        height: 100%;
    }
    .card-body {
        height: 100%;
    }
    #n2 {
        margin-bottom: 0px;
    }
    .capa2 {
        width: 100%;
        height: 44%;
        position: absolute;
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.2);
        color: black;
    }
    #modals {
        border-radius: 8px;
        width: 55%;
        margin-left: auto;
        margin-right: auto;
    }
}

