body {
    font-family: 'Roboto', sans-serif;
    min-height: 100vh;
}

.pantalla{
    /* background-color: violet; */
    min-height: 93.8vh;
}

.btn {
    z-index: 500;
}

.nav-link:hover {
    color: rgb(192, 210, 62) !important;
    font-weight: 700;
}

.texto-verde {
    color: rgb(192, 210, 62);
}

.indigo-text {
    color: rgb(0, 0, 0) !important
}

.confian {
    position: relative;
    width: 90%;
    margin-top: auto;
    padding-top: auto;
}

.carousel {
    /* position: relative; */
    margin-top: -70px;
}

.navbar-light {
    background-color: rgba(255, 255, 255, .8) !important;
    border-color: transparent;
    z-index: 900;
}

.barra {
    height: 70px;
    width: 100vw;
    background-color: white;
    z-index: 800;
}

.carousel-caption {
    top: 40%;
    text-transform: uppercase;
}

.img-valor-agregado {
    width: 85vw;
}

.trabajo{
    padding-top: 80px;
}
.img-full{
      padding: 0px 100px 20px 100px;  
}

.padding-celu{
    padding-top: 50px;
    padding-bottom: 50px;
}

.valor-agregado {
    position: absolute;
    width: 50vw;
    top: 10%;
    left: 32%;
    font-size: 30px;
    color: white;
    z-index: 1000;
}

.map-container {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.map-container iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

/* BOX QUE HACEMOS */

.box-area {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    display: block;
    overflow: hidden;
    padding: 3px;
    text-align: center;
    margin: 0 5px;
    color: #000;
}

.box-area::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 4px;
    width: 100%;
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
    box-sizing: border-box;
    transform: translateX(100%);
}

.box-area::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 4px;
    width: 100%;
    border-top: 2px solid transparent;
    border-right: 2px solid transparent;
    box-sizing: border-box;
    transform: translateX(-100%);
}

.box-area:hover::before {
    border-color: rgb(107, 107, 107);
    height: 100%;
    transform: translateX(0);
    transition: .3s transform linear, .3s height linear .3s;
}

.box-area:hover::after {
    border-color: rgb(107, 107, 107);
    height: 100%;
    transform: translateX(0);
    transition: .3s transform linear .3s, .3s height linear .5s;
}

/* FIN QUE HACEMOS */

.detalle{
    font-weight: 600;
}

.card {
    border-radius: 0;
}

.redes {
    transition: all 500ms;
}

.redes:hover {
    transform: scale(1.3);
}

.img-insta {
    max-height: 200px;
    min-height: 200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.img-project {
    width: 100%;
    max-height: 150px;
    min-height: 150px;
    margin-left: auto;
    margin-right: auto;
    transition: all .3s;
}

.img-project:hover{
    cursor: pointer;
}

.lg-progress{
    background-color: rgb(192, 210, 62) !important;
}

.light-box {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    transition: transform .3s ease-in-out;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0);
}

.light-box img {
    top: 10;
    max-width: 80vw;
    max-height: 80vh;
}

.light-box:target {
    transform: scale(1);
}

.close2 {
    position: absolute;
    top: 70px;
    right: 100px;
    display: inline-block;
    text-rendering: auto;
    line-height: 2;
    color: #007bff;
    cursor: pointer;
}

/* .carousel {
    width: 100%;
} */

.carousel-inner img {
    animation: animated 20s;
}

/* .carousel-inner img {
    height: 100vh;
    width: 100%;
}

.carousel-inner {
    height: 100vh;
} */

.mask-color {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-attachment: fixed;
    transition: .5s ease-in-out;
    text-align: center;
    /* display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; */
}

.mask-destacados {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-attachment: fixed;
    transition: .5s ease-in-out;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mask-destacados:hover {
    bottom: 50%;
}

.info-proyectos {
    position: absolute;
    bottom: 5%;
    transition: all 500ms;
}

.mask-proyectos {
    transition: all 1s;
    background-color: transparent;
    color: transparent;
}

.mask-proyectos:hover {
    background-color: rgba(0, 0, 0, .8);
    color: white;
}

.mask-sin{
    transition: all 1s;
    background-color: transparent;
    color: transparent;
}

.mask-color:hover .info-proyectos {
    bottom: 50%;
}

.mask-none:hover {
    background-color: transparent;
}

.mask-Blanco:hover {
    background-color: rgba(255, 255, 255, 0.8);
    color: rgb(46, 46, 46);
}

.mask-Gris:hover {
    background-color: rgba(167, 160, 148, 0.8);
    color: white;
}

.mask-Naranjo:hover {
    background-color: rgba(255, 139, 0, 0.8);
    color: white;
}

.mask-Rojo:hover {
    background-color: rgba(255, 54, 0, 0.8);
    color: white;
}

.mask-Amarillo:hover {
    background-color: rgba(255, 255, 0, 0.8);
    color: white;
}

.mask-Verde:hover {
    background-color: rgba(137, 216, 6, 0.8);
    color: white;
}

.mask-Celeste:hover {
    background-color: rgba(3, 155, 242, 0.8);
    color: white;
}

.mask-Azul:hover {
    background-color: rgba(4, 42, 232, 0.8);
    color: white;
}

.mask-Morado:hover {
    background-color: rgba(156, 4, 232, 0.8);
    color: white;
}

.mask-Cafe:hover {
    background-color: rgba(193, 122, 5, 0.8);
    color: white;
}

.mask-Negro:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
}

.mask-blue {
    background-color: rgba(0, 0, 255, 0.3);
}

.mask-navy {
    background-color: rgba(0, 0, 128, 0.3);
}

.mask-fuchsia {
    background-color: rgba(255, 0, 255, 0.3);
}

.mask-purple {
    background-color: rgba(128, 0, 128, 0.3);
}

.mask-white {
    background-color: rgba(255, 255, 255, 0.3);
}

.mask-1 {
    background-color: rgba(249, 231, 159, .3);
}

.mask-2 {
    background-color: rgba(247, 220, 111, .3);
}

.mask-3 {
    background-color: rgba(244, 208, 63, .3);
}

.mask-4 {
    background-color: rgba(241, 196, 15, .3);
}

.mask-5 {
    background-color: rgba(249, 231, 159, .3);
}

@keyframes animated {
    from {
        transform: scale(1, 1);
    }
    to {
        transform: scale(1.4, 1.4);
    }
}

footer{
    position: relative;
    bottom: 0;
    width: 100%;
    /* padding: 5px 0 5px 0; */
    background-color: rgba(192, 210, 62,.9);
    display: none;
}


/* 
.demo-gallery > ul {
    margin-bottom: 0;
}
.demo-gallery > ul > li {
    float: left;
    margin-bottom: 0px;
    margin-right: 0px;
    width: 200px;
    height: 200px;
}
.demo-gallery > ul > li a {
    border: 3px solid #FFF;
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
}
.demo-gallery > ul > li a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}
.demo-gallery > ul > li a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
    opacity: 1;
}
.demo-gallery > ul > li a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}
.demo-gallery > ul > li a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.demo-gallery > ul > li a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .justified-gallery > a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}
.demo-gallery .justified-gallery > a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
    opacity: 1;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}
.demo-gallery.dark > ul > li a {
    border: 3px solid #04070a;
}
.home .demo-gallery {
    padding-bottom: 80px;
}

.lg-backdrop{
    background-color: rgba(0, 0, 0, .95) !important;
}
 */



@media (max-width: 740px) {
    .carousel {
        /* position: relative; */
        margin-top: 70px;
    }
    .info-circle {
        height: 350px;
        width: 350px;
    }
    h1 {
        font-size: 24px;
    }
    .ocultar {
        display: none;
    }
    .img-valor-agregado {
        width: 99vw;
    }
    .valor-agregado {
        position: absolute;
        width: 55vw;
        top: 10%;
        left: 30%;
        font-size: 15px;
        font-weight: 900;
        color: white;
        z-index: 1000;
    }

    .trabajo{
        padding-top: 0;
    }
    .padding-celu{
        padding-top: 10px;
        padding-bottom: 5px;
    }
    .img-full{
        padding: 0px 5px 20px 5px;  
  }

  .img-project {
    max-height: 210px;
    min-height: 210px;
}

}