html {
        scroll-behavior: smooth;
}

nav{
        background-color: transparent !important;
}
.partners{
        background-color: black;
        padding: 20px 0 20px 0;
}

#equipo{
        padding-bottom: 0;
}
.partner-logo{
        border-radius: 50%;
}
.partner-logo:hover{
        box-shadow:
        0 0 10px 5px #fff,  /* inner white */
        0 0 15px 5px #f0f, /* middle magenta */
        0 0 20px 10px #0ff; /* outer cyan */
        transition: 0.3s;
}

.section-title{
        font-size:4rem;
}

/* #equipo{
        background-color:black !important;
        color:white !important;
} */

#equipo h4{
        margin-top: 2rem;
}

.nombres{
         margin-bottom: 0;
         padding-bottom: 0;
}

.alert-message{
        margin-left: 20px;
        font-size: 1.4rem;
}


.thankyou-wrapper{
        margin-top: 20px;
}

.footer-text{
        color: white !important;
}

.footer-text a{
        color: white !important;
}

.footer-text li{
        color: white !important;
}

.catpcha{
        margin-bottom: 20px;
}

.card {
        -webkit-box-shadow: 0px 6px 34px -16px rgba(153,153,153,1);
-moz-box-shadow: 0px 6px 34px -16px rgba(153,153,153,1);
box-shadow: 0px 6px 34px -16px rgba(153,153,153,1);
}

a.btn-ver-mas{
        /* line-height: 31px; */
        border: 1px solid #999!important;
}

.blog-post-item img{
        border-radius: 7px;
}

div#progressBar {
        margin-bottom: 10px;
}

.blog-post-item{
        margin-bottom: 0;
        padding: 20px 10px;
        border-bottom: 0;
}
#blog{
        background: #ebebeb;
}

#header.fixed{
        -webkit-box-shadow: 0px 6px 34px -16px rgba(153,153,153,1)!important;
-moz-box-shadow: 0px 6px 34px -16px rgba(153,153,153,1)!important;
box-shadow: 0px 6px 34px -16px rgba(153,153,153,1)!important;
}

a.tag{
      cursor: default;  
}


.blog-post-title{
        text-align: center;
}

body.single-post ul.blog-post-info{
        text-align: center;
}

