/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
/*==== TEEM ====*/
/* Menu */

header#top .row {
    background-color: #ffffff;
    margin-top: 2%;
    padding: 0% 2%;
    border-radius: 10px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}

#menu-item-6004 a::before,
#menu-item-6215 a::before {
    background: linear-gradient(125deg, #27a8de, #2ab287);
}


/* HomePage */

.esconder {
    display: none !important;
}

.ModuloEmpresas .flip-box-front {
    border-radius: 15px;
    max-height: 400px !important;
}

.ModuloEmpresas .flip-box-back {
    border-radius: 15px 10px 10px 15px; 
    overflow-y: scroll;
    max-height: 400px !important;
}

.ModuloEmpresas .flip-box-back::-webkit-scrollbar-track {
  background: #001F2C;
  border-radius: 0px 15px 15px 0px;
}

.ModuloEmpresas .flip-box-back::-webkit-scrollbar {
  width: 8px;
}

.ModuloEmpresas .flip-box-back::-webkit-scrollbar-thumb {
  background-color: #2AB287;
  border-radius: 0px 45px 45px 0px;
}


.ModuloEmpresas .nectar-flip-box .flip-box-back[data-bg-overlay=true]:after {
    border-radius: 15px 15px 15px 15px; 
}

.bannerHpDesktop{
    display: block !important;
}

.bannerHpMobile{
    display: none !important;
}

@media (max-width: 600px) {
    .bannerHpDesktop{
        display: none !important;
    }
    .bannerHpMobile{
        display: block !important;
    }
}

/* Footer */
body #footer-outer[data-cols="1"][data-disable-copyright="false"][data-copyright-line="false"][data-matching-section-color="true"] #copyright {
    padding-top: 0px;
}

#footer-outer[data-cols="1"][data-disable-copyright="false"] #copyright {
    padding-bottom: 0px;
}

.textoPoliticas {
    font-size: 14px;
}

body .milestoneCards .nectar-milestone .subject {
    font-size: 25px;
}


@media only screen and (max-width: 999px) {
    header#top .row {
    background-color: transparent;
}
}

/* Contactos */

.ContactsSocialButton span {
    display: none;
}

a.powered-by {
    display: none !important;
}

.extra-color-gradient-1.has-icon.ContactsSocialButton {
    padding-top: 20px !important;
    padding-left: 20px !important;
    padding-bottom: 20px !important;
    padding-right: 20px !important;
}

body.material:not([data-button-style^=rounded]) .nectar-button.has-icon.small.ContactsSocialButton {
    padding-right: 5px !important;
    padding-top: 20px !important;
}

/* Media */

.nectar-post-grid-filters.animated-in a {
    border: solid 1px #000000;
    padding: 10px;
    border-radius: 6px;
}

.nectar-post-grid-filters.animated-in a.active {
    background: linear-gradient(125deg, #27a8de, #2ab287);
    color: #ffffff;
    border-radius: 6px;
    border: none;
}

.page-id-5949 .nectar-post-grid-filters a:after {
    height: 0px !important;
}

body[data-ext-responsive=true].single-post .container-wrap.no-sidebar .post-area {
    max-width: 100% !important;
}

div#single-below-header {
    display: none;
}

.post .content-inner {
    padding-bottom: 0px;
}

.blog-title a {
    display: none !important;
}

.single .fullscreen-header .blog-title, .single.single-post .fullscreen-header .blog-title {
    text-align: left;
}

body[data-ext-responsive=true].single-post.material #page-header-bg.fullscreen-header h1 {
        margin: 0 !important;
}

#cmplz-document {
    max-width: 1366px;
}

.page-id-6098 h2 {
    font-size: 22px;
    text-align: left;
    margin-top: 15px;
    text-transform: initial;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.page-id-6098 h1 {
    font-family: Open Sans;
    text-transform: none;
    letter-spacing: 0;
    font-size: 50px;
    line-height: 60px;
    font-weight: 400;
}

@media only screen and (min-width: 1000px) {
    .nectar-post-grid-filters[data-align=left] a {
        margin: 0 15px 0 0;
    }
}