@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css');

:root{
    --colorPrincipal: #09293C;
    --colorSecondary: #D96E30;
   
}

html{
    scroll-behavior: smooth;
    
}

body{
    font-family: 'Poppins', sans-serif;
}

ul li{
    list-style: none;
}


header{
    width: 100%;
    height: auto;
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    border-bottom: 1px solid rgba(128, 128, 128, 0.225);
    
}

.nav-item .nav-link{font-size: 19px;}

.barra{
    width: 100%;
    background-color: var(--colorPrincipal);
    padding: 15px 0px;
}
.translate{display: flex;justify-content: flex-start;align-items: center;cursor: pointer; background-color: #ededed; padding: 10px; border-radius: 20px; color: var(--colorSecondary);}
.translate img{width: 60px;height: 60px;margin-left: 5px;}

.enlace-logo{
    width: 50%;
}

.logo-navbar{
    width: 80%;
    height: auto;
}

.section-intro{
    width: 100%;
    height: 85vh;
    background-image: url('../img/imgServ2.jpeg');
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;

    display: flex;
    justify-content: center;
    align-items: center;
}

.section-intro::after{
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   z-index: 5;
   width: 100%;
   height: 100%;
   background: linear-gradient(to bottom, rgba(0, 0, 0, 0.06), var(--colorPrincipal));
}


.content-intro{
    position: relative;
    z-index: 10;
    width: 95%;
    height: auto;
    padding: 20px;
    color: white;
    transform: translateY(30px);
}


 .content-intro h1{
    /* font-size: 2.4rem; */
    text-transform: uppercase;
 }

 .content-intro p{
    font-size: 19px;
    margin: 15px 0px;
    text-align: justify;
 }

 .button-web{
    display: inline-block;
    padding: 15px 50px;
    color: white;
    background-color: var(--colorSecondary);
    border-radius: 10px;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: bold;
    transition: all .3s ease-in;
 }

 .button-web:hover{
   transition: all .3s ease-in;
   transform:scale(1.1);
 }

 .section-services{
    width: 100%;
    height: auto;
    padding: 100px 0px;
 }

 .title-h2{
    text-align: center;
    font-size: 2.4rem;
    font-weight: 900;
    color: var(--colorPrincipal);
 }

 .line-title{
    width: 100px;
    height: 10px;
    border: 3px solid var(--colorSecondary);
    display: block;
    margin: auto;
    /* border-radius: 10px 0px 0px 0px; */
 }
 
 .card-serv{
    width: 100%;
    height: auto;
    background-color: #ededed;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
 }

 .card-serv p{text-align: justify;}

 .card-servImg{
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
 }

 .item-serv{
    width: 100%;
    height: auto;
    background-color: #ededed;
 }

 .item-serv img{
    width:100%;
 }

 .itemContent-serv{
    width: 100%;
    height: 100%;
    background-color: #ededed;
    padding: 20px;
 }

 .itemContent-serv div p{text-align: justify;}

 .itemContent-serv ul li{
    list-style-type: none;
    font-weight: 500;
 }

 .itemContent-serv span{
    display: block;
    margin-bottom: 10px;
 }

.itemContent-serv ul li i{
color: var(--colorSecondary);
 }

 .card-border{
    height: 100%;
 }

 .section-banner{
    width: 100%;
    height: auto;
    padding: 50px 0px;
    background-image: url("../img/banner-medium.jpg");
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
 }

 .section-banner::after{
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   z-index: 5;
   width: 100%;
   height: 100%;
   background: #09293cbd;
}

.content-banner{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
    color: white;
}

.divi{
    width: 95%;
    height: auto;
}

.divi h2{
    font-weight: 900;
    font-size: 2.4rem;
    color: var(--colorSecondary);
}

.section-workdone{
    width: 100%;
    height: auto;
    padding: 100px 0px;
}

.masonry-gallery {
    columns: 1;
    column-gap: 1rem;
}

.gallery-item {
    margin-bottom: 1rem; 
    width: 100%;
    overflow: hidden;
    cursor: pointer;
}

.gallery-item img {
    max-width: 100%;
    height: auto;
    display: block;
    transition: all .7s ease-in;
}

.gallery-item img:hover {
    transition: all .7s ease-in;
    transform: scale(1.1);
}

.videoSlider{
    width: 100%;
    height: auto;
    padding-right: 10px;
}

.controls .progress {
    background-color: var(--colorSecondary);
}

.bar-videos{
    width: 100%;
    height: auto;
    padding: 15px 0px;
    background-color: var(--colorPrincipal);
    color: white;
    text-align: center;
    border-radius: 20px 20px 0px 0px;
}

button[data-action="stop"],button[data-action="start"]{
    display:none;
}
#custom-control{
    width: 100%;
    height: auto;
    display: flex;
}

#custom-control .prev, .next{
    font-size: 2rem;
    list-style-type: none;
    cursor: pointer;
    line-height: 100px;
}

.section_aboutus{
    width: 100%;
    height: auto;
    padding: 100px 0px;
}

.div-box{
    width: 100%;
    height: auto;
}

.div-box img{
    width: 100%;
    height: auto;
}

.div-box-contenido{
    width: 100%;
    height: 100%;
    padding: 20px;
    background-color: var(--colorSecondary);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.div-box-contenido article h3{
    font-weight: 900;
    color: var(--colorPrincipal);
}

.div-box-contenido article p {text-align: justify;}

.section_contact{
    width: 100%;
    height: auto;
    padding: 100px 0px;
}

.div-contact{
    width: 100%;
    height: auto;
    padding: 20px;
    background-color: var(--colorPrincipal);
}

.div-contact span{
    color: white;
    display: block;
    font-size: 1.5rem;
}

.subtitle-contact{
    color: white;
    font-weight: 700;
    font-size: 1.5rem;
}

.div-form{
    width: 100%;
    height: 100%;
    padding: 20px;
    background-color: #f2f2f2;
}

.iframeMap{
    width: 100%;
    height: 300px;
    border-radius: 10px;
}

footer{
    width: 100%;
    height: auto;
    padding: 10px 0px;
    text-align: center;
    background-color: #f2f2f2;
    font-size: 1.5rem;
    border-top: 1px solid rgba(128, 128, 128, 0.195);
}

footer img{
    width: 20%;
    height: auto;
    display: block;
    margin: auto;
}

@media screen and (min-width:576px) {
    .logo-navbar{
    width: 35%;
    height: auto;
   }

   .content-intro h1{
    font-size: 2.4rem;
    text-transform: uppercase;
 }
}
@media screen and (min-width:768px) {
   
    /* p{
        text-align: justify;
    } */
    
    .enlace-logo{
        width: 40%;
    }

    .section-intro{
        height: 100vh;
        justify-content: flex-start;
    }

    .logo-navbar{width: 60%;}

    .content-intro{
        width: 60%;
        padding: 35px;
    }

    .content-intro h1{
    font-size: 2.9rem;
    text-transform: uppercase;
    font-weight: 600;
 }

    .content-intro p{text-align: justify;}

    .card-servImg{
        width: 100%;
        height: 100%;
    }

    .section-banner{
        width: 100%;
        height: auto;
        padding: 100px 0px;
    }

    .masonry-gallery {
        columns: 3;
        column-gap: 1rem;
    }

        #custom-control{
        width: 101%;
        position: absolute;
        z-index: 5;
        top: 40%;
        justify-content: space-between;
    }

    #custom-control .prev{
        transform: translateX(-42px);
    }

    #custom-control .next{
        transform: translateX(20px);
    }
}
@media screen and (min-width:992px) {}
@media screen and (min-width:1200px) {}
@media screen and (min-width:1400px) {}
@media screen and (min-width:1900px) {.logo-navbar{width: 70%;}}
