.containerPort {
    background: white;
    padding: 10px 0 10px 0;

}

.servicios {
    background: white;
    padding: 5px 0 10px 0;
}

#portofolio {
    padding: 10px 0 10px 0;
    -webkit-box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
}

.thumbnail {
     padding: 0 0 15px 0;
     border: none;
     border-radius: 0;
}
/* ------------------fondos--------------------- */

.bg-service {
    margin-top: 5%;
    padding: 4%;
    background-color: rgba(141, 133, 88, 0.25);
    -webkit-box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
}

.bg-install {
    margin-top: 3%;
    padding: 4%;
    background-color: rgba(129, 110, 110, 0.25);
    -webkit-box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
}

.bg-grey {
    padding: 4%;
    background-color: #77aabe52;
    -webkit-box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
}

.bg-grey .imagenValores {
    width: 300px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
}
 /*-------------/* fas fas icons ------------*/
.fa-power-off {
    font-size: 40px;
    color: green;
    padding: 5px;
}

.fa-handshake {
    font-size: 40px;
    color: rgb(255, 95, 47);
    padding: 5px;
}

.fa-praying-hands {
    font-size: 40px;
    color: indianred;
    padding: 5px;
}

.fa-recycle {
    font-size: 40px;
    color: rgb(0, 209, 0);
    padding: 5px;
}

.fa-certificate {
    font-size: 40px;
    color: maroon;
    padding: 5px;
}

.fa-tools {
    font-size: 40px;
    color: midnightblue;
    padding: 5px;
}

.thumbnail img {
    width: 90%;

}

/* .thumbnail:hover {
    -webkit-box-shadow: 2px 5px 5px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 5px 5px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 5px 5px 1px rgba(0, 0, 0, 0.75);
    transition: all 0.5s;
} */

.servicios {
    margin-top: 5%;
}
/*--------------efecto slide ----------------------------*/
.slideanim {
    visibility: hidden;
}

.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 4s;
    -webkit-animation-duration: 4s;
    visibility: visible;
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(70%);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}
/*-----------------efecto slide JQuery scroll---------------------------*/

/*--------------------------video presentacion--------------------------*/

.presentacion {
    position: relative;
    background-color: black;
    height: 75vh;
    min-height: 45rem;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
}

.presentation .w-100 {
    font-family: 'Fredoka One',
    cursive,
    Arial;
}

.presentacion video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.presentacion .container {
    position: relative;
    z-index: 2;
}

.presentacion .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.2;
    z-index: 1;
}

@media screen and (max-width: 500px) {
    .display-3 {
        font-size: 9vw;
    }

    .presentation .w-100 h1 {
        font-family: 'Fredoka One',
            cursive,
            Arial;
    }
}
