p {
     word-break: break-word !important;
}
.post-content a {
    word-break: break-word !important;
}

#features-list .small {
     text-align: justify;
}

.widget-title {
     color: #db2723 !important;
}

nav {
     margin: 10px 0 10px 0;
}
.s-dropdown-menu {
     z-index: 1;
}
.main-menu ul li {
     z-index: unset;
}
.header-right-bar ul li {
    margin: 20px 0 !important;
}
header .logo {
    padding: 15px 0;
}

#footer-widgets {
    padding: 30px 0; 
    margin-top: 30px;
}
.footer-sidebar .widget-title {
     padding: 0 0 30px 0 !important;
     text-align: center;
     font-size: 24px !important;
}
.footer-sidebar a {
     color: #FFFFFF;
}
.footer-sidebar a:hover {
     color: #db2723;
}

.bwg_close_btn {
    opacity: 0.95;
    color: #FFF;
    font-size: 20px;
}

.everest-forms label {
    color: #FFF;
    line-height: .7;
}
.evf-field-label abbr, tla, acronym{
    text-decoration: none !important;
}
.everest-forms .everest-forms-part-button, .everest-forms button, .everest-forms button[type="submit"], .everest-forms input[type="submit"] {
    border: none;
    color: #FFF;
}

a.book-now {
    background-color: #666;
    color: #fff;
}

/* Sección Header Top */
@media (max-width: 992px) {
    #header-top {   
        height: 5px;        
    }
    .startkit-top-left, .startkit-top-right {
        display: none;
    }
}

/* Sección Padding */
.section-padding-80,  #blog-content{ 
    padding: 0px;
}
#site-kit {
    padding-top: 140px;
}
#blog-content {
    padding-top: 140px;
}
@media (max-width: 992px) {
    #site-kit {
        padding-top: 35px;
    }  
    #blog-content {
        padding-top: 35px;
    }
    .sidebar {
        padding-top: 35px;
    }
}

/* Sección Call */
.call-out{
     margin-right: 0px;
     margin-left: 0px; 
}

/* Sección Testimonial */
.single-testimonial img {
     background-color: #FFFFFF;
     width: 110px;
     height: 110px;
}

/* Sección Revistas */
.services-item .service-icon img, .services-item .service-icon i{
     width: 103px;
     height: 133px;
}

/* Sección Sitios de Interés */
.team-member img {
     min-height: 375px;
}
.team-member .member-social a {
     font-size: 30px;
}

/* Sección Blog */
.blog-post .meta-info {
    display: none !important;
}
.author-details {
    display: none !important;
}

/* Iconos Redes Sociales */
.sidebar .widget_social_widget ul {
    padding: 20px 20px 10px;
}
.sidebar .header-social li a i {
    color: #999;    
    font-size: 30px;
    margin: 8px 0;
}
.sidebar .header-social li a:hover i {
    color: #fff; 
}
.sidebar .header-social li a {    
    width: 50px;
    height: 50px;    
    border: 2px solid #999;
}

.grecaptcha-badge { 
    visibility: hidden;
}
.divGoogle {
    text-align: center;
    font-size: 10px;
    margin-top: 5px;
}
.divGoogle a {
    font-size: 10px;
}
.divGoogle a, a:hover, a:focus, a:active {
    text-decoration: underline !important;
}

/* Ajuste para la sección de Entérate */
.portfolio-item .content h4 {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    width: 100%;
}