﻿body {
}


.bordeFotos {
    border: 0.3rem solid;
    border-radius: 2px;
}

.bordes-sup-redondeados {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.bordes-inf-redondeados {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.footer-hover {
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.footer-hover:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.img-redonda {
    height: 60px;
    width: 60px;
    max-width: none;
}



.text-black-40 {
    color: rgba(0, 0, 0, 0.4);
}

.seba-hover {
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: rgba(186, 232, 2, 0.7);
    padding: 40% 30px !important;
}

.lightboxSeba {
    position: fixed;
    vertical-align: middle;
    left: 50%;
    top: 50%;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}




/*--------------------------------------*/

