*, *::before, *::after{
    padding: 0%;
    margin: 0;
    outline: 0;
    box-sizing: border-box;
}

.sub-navbar .navbar-brand {
    text-transform: none !important;
}

.img-h{
    padding: 0px 5px !important;
}


.navbar-nav>li>a {
    padding: 10px 10px;
    margin-top: 10px;
}
/*
a:link, a:visited, a:active {
    text-decoration:none !important;
    color: #404041; 
}
a:hover {
    text-decoration:none !important;
    color: #707071;
}
*/

.banner{
    margin-top: 40px !important;
    width: 100%;
    margin-bottom: 60px;
}



.text-in-est{
    font-style: italic;
    font-size: 30px;
    font-weight: 800;
}

.txt-h2{
    margin: 0px 0px 20px 0px;
}

.user-img{
    margin-top: 0px !important;
    width: 100%;
    margin-bottom: 30px;
}

.user-img-1{
    margin-top: 0px !important;
    width: 300px;
    margin-bottom: 30px;
}

.user-img-2{
    margin-top: 0px !important;
    width: 100%;
    margin-bottom: 30px;
}

.text-foot-est{
    font-size: 40px;
    font-weight: 800;
}

.centrar-div{
    display:block;
    margin-left: auto;
    margin-right: auto;
}

/*blog*/
.div-blog{
    background-color: #eee;
    padding-top: 15px;
    padding-bottom: 5px;
    border-radius: 10px;
}

.titulo-blog{
    font-size: 24px;
    margin-bottom: 12px;
    color: #404041;
}

.est-not:hover {
    background-color: #ece1cd;
    cursor: pointer;
}

/*paginado*/

.txt-dot2-exp p {
    margin: 6px 0px 0px 0px;
}
.est-not p, .est-not h3, .est-not h4 {
    text-decoration: none !important;
    color: #404041;
}

.dot1:hover {
    background-color: #D4C19C;
}

.dot1 {
    cursor: pointer;
    height: 35px;
    width: 35px;
    margin-left: -4px;
    background-color: #bc955c;
    border-radius: none;
    display: inline-block;
    transition: background-color .2s ease;
    color: #ffffff;
}

.noSiguiente{
    background-color: #eee;
}

.noSiguiente:hover{
    background-color: #eee;
}

.txt-mem {
    color: #bc955c !important;
    margin: 0px;
}

.activo{
    background-color: #D4C19C;
}


@media (max-width: 600px) {
    .text-foot-est{
        font-size: 20px;
        font-weight: 800;
    }
}



@media (max-width: 993px) and (min-width: 769px) {

    .banner{
        margin-top: 200px !important;
    }
} 
















