

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.div_redes{
    margin: 30px 0px 25px 0px ;
}

#seguinos_redes{
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 23px;
}

a.facebook:hover, a.twitter:hover, a.instagram:hover {
   cursor: pointer; 
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier 71*/   
}

.redes .fa-facebook, .redes .fa-twitter, .redes .fa-instagram{
    width: 42px;
    height: 42px;
    font-size: 28px;
    line-height: 41px;
    outline: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    text-align: center;
    text-decoration: none;
}

.redes .fa-facebook {
    
    background-color:   #3b5998;
    border:1px solid #3b5998;
    color:#fff;
}


.redes .fa-twitter{
    background-color:#00aced;
    border:1px solid #00aced;
    color:#fff;
}

.redes .fa-instagram{
    background-color:#e1306c;
    border:1px solid #e1306c;
    color:#fff;
}

.redes a.facebook, .redes a.twitter{
    margin-right: 20px;
}

.loader,
.loader:before,
.loader:after {

    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}
.loader {
    display:none;
    color: #808080;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader.modal_calendar {
    font-size: 8px;
    margin: 10px auto 40px auto;
}

.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}
.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loader:after {
    left: 3.5em;
}
@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@media (max-width: 991px) {
    .contenido img{
        margin: 0 auto;
        display: block;
        max-width: 100%;
        height: auto !important;
    }
}