/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

ol.breadcrumb > :nth-child(n+2)::before{
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
}

ol.breadcrumb > :nth-child(n+2) {
    padding-left: 0.5rem;

}

.headerResena {
    width:100%;
    padding-bottom: 10px;
    margin: 0 auto;
    display: flex;
}

.twitter-blue {
    color: #00ACEE;
}

.facebook-blue {
    color: #3B5998;
}

.instagram-pink {
    color: #df2d6e;
}

.si-instagram:hover, .si-colored.si-instagram {
    background-color: #df2d6e !important;
    border-color: #df2d6e !important;
}

.youtube-red {
    color: #C4302B;
}

.flickr-pink {
    color: #FF0084;
}

.snapchat-yellow {
    color: #FCD20B;
}

.logo-white:hover i{
    color: white;
}

.dark .footer-big-contacts {
    color: rgba(255,255,255,0.8);
}
.footer-big-contacts {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
}

.footer-big-contacts span {
    display: block;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    color: #888;
    letter-spacing: 2px;
}


.textoEncuentro {
    text-align: justify;
}

.textoEncuentro p{
    margin-bottom: 10px;
}

.textoEncuentro h3{
    margin-top: 30px;
}

.textoEncuentro h1{
    text-align: left;
}

.imageBar {
    margin: 3%;
    display: block;
    position: relative;
    text-align: center;
}

.mt-2 {
    margin-left: 0.5%;
    margin-top: 0.25%;
    margin-bottom: 0.5%;
}

.mailbox {
    color: white;
}

.flexParent {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.overlay-text{
    font-size: 14px;
}

@media screen and (max-width: 1100px){
    .overlay-text{
        font-size: 14px;
    }
}

.overlayCustom{
    text-align: center;
    background-color:rgba(5,5,5,0.95);
    top: 25%;
    left: 20%;
    position: fixed;
    width: 60%;
    height: 50%;
    z-index: 15;
    cursor: default
}

@media screen and (max-width:  480px){
    .overlayCustom{
        text-align: center;
        background-color:rgba(5,5,5,0.95);
        position: fixed;
        width: 100%;
        height: 50%;
        z-index: 15;
        cursor: default;
        left: 0;
    }
}

#header-wrap{
    z-index: 3;
}

@media only screen and (min-width : 150px) and (max-width : 780px) {
    .wrap-helper {
        white-space: break-spaces;
        height: auto
    }
}