/*
 Theme Name:     SC
 Theme URI:      https://www.sc.gob.sv
 Description:    Divi Child Theme
 Author:         Share Group
 Author URI:     https://www.share.sv
 Template:       Divi
 Version:        1.0.0
*/
import('fonts/stylesheet.css');

/* Color de fondo */
#footer-info {
    padding-bottom: 0;
    float: none;
}
/* Main Navigation */
@media only screen and (min-width: 981px) {
.logo_container #logo {
    max-height: 175%;
}
}
.et_header_style_left #et-top-navigation {
    width: 100%;
}
.ubermenu .ubermenu-tab-layout-left > .ubermenu-tabs-group {
    border-width: 0 !important;
}
.ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target {
    padding-right: 50px !important;
}
.ubermenu-sub-indicators.ubermenu-sub-indicators-align-text .ubermenu-has-submenu-drop > .ubermenu-target::after {
    right: 12px;
}
.main-menu-padding ul, .ubermenu .ubermenu-tab-layout-left > .ubermenu-tabs-group {
	padding: 14px 0;
}
.ubermenu-sub-indicators .ubermenu-tabs.ubermenu-tab-layout-left > .ubermenu-tabs-group > .ubermenu-has-submenu-drop > .ubermenu-target::after {
    right: 14px;
}
.ubermenu .ubermenu-target {
	padding: 10px 20px;
}

/* Search Bar */
input.et-search-field::-webkit-input-placeholder  { /* Chrome */
  color: white;
  font-size: 18px;
}
input.et-search-field:-ms-input-placeholder { /* IE 10+ */
  color: white;
  font-size: 18px;
}
input.et-search-field::-moz-placeholder { /* Firefox 19+ */
  color: white;
  opacity: 1;
  font-size: 18px;
}
input.et-search-field:-moz-placeholder { /* Firefox 4 - 18 */
  color: white;
  opacity: 1;
  font-size: 18px;
}
.et-search-form {
    max-width: 100% !important;
}
#et_search_icon::before {
    content: url(/wp-content/uploads/2017/07/search_small.png);
}

/* Default post */
.et_pb_post.format-standard .padding_inside .entry-content .et_pb_section {
    padding: 25px;
}
.et_pb_post.format-standard .padding_inside .entry-content {
    padding: 0;
}
.et_pb_post.format-standard .padding_inside .entry-content .et_pb_section h2 {
    margin-top: 0;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.1em;
}
.post_box_read_mode span {
    color: white;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.54);
}
.post_box_meta {
    padding-top: 15px;
}
.post_box_meta span {
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.54);
}
.post_box_meta span::first-letter {
    text-transform: uppercase;
}
.post_box_title {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.54);
    color: white;
    line-height: 1.2em;
    font-family: 'Domine', serif !important;
    font-size: 40px;
    font-weight: bold;
}
.relatedthumb_title {
    padding: 16px 5px;
    font-weight: 300;
    padding-top: 16px;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-size: 20px;
}
#myBtn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding-left: 0;
}
.disqus_comment_number {
    color: #787a7f;
    font-family: 'Domine', serif !important;
    font-size: 18px;
    font-style: italic;
    text-transform: inherit;
}
.disqus_comments {
    text-align: center;
    position: relative;
    padding: 15px;
    margin: 1em 0 3em;
    border: 1px solid rgba(110, 115, 128, 0.36);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.disqus_comments:before {
    top: -20px;
    bottom: auto;
    left: 70px;
    right: auto;
    border-width: 0 20px 20px;
    content: "";
    position: absolute;
    border-style: solid;
    border-color: rgba(110, 115, 128, 0.36) transparent;
    display: block;
    width: 0;
}
.disqus_comments:after {
    top: -18px;
    bottom: auto;
    left: 69px;
    right: auto;
    border-style: solid;
    border-width: 0px 21px 21px;
    content: "";
    border-color: #fff transparent;
    position: absolute;
    display: block;
    width: 0;
}

/* Responsive */
@media (max-width: 480px) {
    .post_box_title {
        color: #6d727f;
        font-size: 26px;
    }
    .post_box_meta span, .post_box_title {
        text-shadow: none;
    }
    .post_box_meta span:nth-child(2) {
        padding-right: 12px;
    }
    .et_pb_post.format-standard .padding_inside .entry-content .et_pb_section {
        padding: 0;
    }
}

/* Pager search page */
.facetwp-pager-label {
    padding-bottom: 20px;
}

/* Mega-menu */
.ubermenu-responsive-toggle.ubermenu-responsive-toggle-main {
    border: none !important;
    box-shadow: none !important;
}
.tranparency_gob {
    padding: 0 20px 15px 20px;
}
.ubermenu-wpml-ls-current-language a {
    padding: 30px 12px 18px 20px!important;
}
.ubermenu-wpml-ls-current-language a:hover {
    background-color: transparent !important;
}
.container.et_pb_menu_hidden {
    opacity: 0;
    -webkit-animation: fadeOutTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: fadeOutTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: fadeOutTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadeOutTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}
.container.et_pb_menu_visible {
    z-index: 99;
    opacity: 1;
    -webkit-animation: fadeInTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: fadeInTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: fadeInTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadeInTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

/* Menu-feed-news */
li#menu-item-4797 {
    width: 100%;
}

/* Mega-compiler  */
.facetwp-template[data-name="mega_search"] a {
    padding: 0px !important;
}
.compiler_item {
    padding: 0 !important;
    height: inherit !important;
    position: relative !important;
    background-color: transparent !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.11);
}
.compiler_item .date_related_post {
    bottom: inherit;
    left: inherit;
    position: initial !important;
}
.mega_attributes {
    font-family: Domine;
    font-style: italic;
    font-weight: bold;
    background-color: #f1f1f1;
    display: -webkit-inline-box;
    margin-top: 26px;
}
.compiler_item h3 {
    padding: 18px 0px 14px 0 !important;
    font-size: 22px !important;
}
.compiler_item .date_related_post {
    padding-bottom: 28px;
}
.case_megamenu .rpwe-block li.rpwe-li  {
    padding: 12px !important;
}
.compiler_post {
    width: 25%;
    float: left;
}

/* Documentos (PDF) */
body.single-sala_multimedia .post_box_image img, body.single-sala_multimedia .post_box_image_mobile, body.single-sala_multimedia .post_box_read_mode, body.single-sala_multimedia .entry-content a:first-of-type, body.single-sala_multimedia .entry-content br:first-of-type {
   display: none;
}
@media only screen and (max-width: 425px) {
    body.single-sala_multimedia .post_box {
        padding: 50px 0 22px 0 !important;
        background-image: none !important;
    }
}
body.single-sala_multimedia .post_box {
    position: relative;
    padding-top: 90px;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2017/02/bggeneric.png);
    padding-bottom: 34px;
}
body.single-sala_multimedia article.et_pb_post div.padding_inside div.entry-content {
    padding: 0;
    padding-top: 0px !important;
}
body.single-sala_multimedia iframe {
    margin-bottom: -6px;
}

/* Casos compilador */
.facetwp-template[data-name="casos"] .relatedthumb, .facetwp-template[data-name="mega_search"] .relatedthumb  {
    width: 100% !important;
}
a.facetwp-page {
    color: #6e7380 !important;
}

/* Post search page */
.facetwp-type-search input, .facetwp-type-dropdown select, .facetwp-type-date_range input {
    border-color: rgba(181, 181, 181, 0.34);
    text-align: left;
    box-shadow: inset 0 1px 3px #ddd;
    font-size: 18px;
    color: #6e7380;
    padding: 12px 20px;
    width: 100%;
}
.facetwp-type-search input {
    padding: 12px 100px 12px 20px !important;
}
.facetwp-type-search .facetwp-btn {
    top: -14px;
    right: 0px;
    line-height: 1;
    padding: 12px 30px;
    background-image: linear-gradient(to bottom,#9196a5 0,#545863 100%);
    background-image: -o-linear-gradient(to bottom,#9196a5 0,#545863 100%);
    position: absolute;
    cursor: pointer;
    opacity: 1;
    background-image: -webkit-linear-gradient(top,#9196a5 0,#545863 100%);
}
.facetwp-type-search .facetwp-btn:hover {
    background-image: -o-linear-gradient(top,#6d7280 0,#9196a5 100%);
    background-image: linear-gradient(to bottom,#6d7280 0,#9196a5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE35342', endColorstr='#FFE35342', GradientType=0);
    background-image: -webkit-linear-gradient(top,#6d7280 0,#9196a5 100%);
}
.facetwp-btn:before {
    background: url(/wp-content/uploads/2017/06/search_white.png) no-repeat !important;
    background-size: 20px 20px !important;
}
.facetwp-btn.f-reset:before {
    background: url(/wp-content/uploads/2017/06/close_white.png) no-repeat !important;
    background-size: 20px 20px !important;
}
@media only screen and (max-width: 425px) {
    .filtros_buscador .et_pb_column {
        margin-bottom: 0 !important;
    }
}
.facetwp-pager-label {
    padding-top: 30px;
}
.facetwp-pager {
    text-align: center;
}
.facetwp-type-dropdown select {
    padding: 12px 20px !important;
    -webkit-appearance: inherit;
    border-radius: 0 !important;
}
.facetwp-facet {
    margin-bottom: 16px !important;
}

/* Estilos modo impresión noticias */
@media print {
    header#main-header, div.post_box_read_mode, div.post_box_meta span:last-of-type, div#sidebar, div#disqus_thread, div.twitter-moment, div.relatedposts, footer#main-footer, div.et_pb_video, div.et_pb_column_1_3, .post_box_image img, div.disqus_comments, div.sumome-share-client-wrapper  { display: none !important } div.post_box { position: relative !important; padding: 0px !important; } div#left-area { padding-right: 0 !important; width: 100% !important; padding-bottom: 0 !important; } h1.post_box_title { color: black; text-shadow: none; font-size: 30px !important;} div.qrcode { width: 20%; float: right; display: block !important; } div.qrcode img { display: -webkit-box !important; float: right; } div.title_box { width: 80%; float: left; } article.et_pb_post div.padding_inside div.entry-content { padding: 0px !important; padding-top: 0px !important;} .padding_inside { overflow: inherit !important; } div.et_pb_column_2_3 { width: 100% !important; } .et_right_sidebar #left-area { padding-right: 0% !important; } div.qrcode div:first-of-type { text-align: center !important; width: 100% !important; overflow: hidden; } div.qrcode div.digital_text_print p { text-align: right; padding: 4px 8px 0 0; } div.post_box_meta { padding-top: 0px; margin-top: -42px; } img.sc_icon { display: -webkit-inline-box !important; width: 45px; vertical-align: bottom; padding: 10px 10px 5px 0px; }
}

/* Estilos modo impresión casos antiguos */
@media print {
    article.project p#breadcrumbs, div.old_case_sidebar, article.project a, article.project div.old_case_footer { display: none; } article.project div.old_case { width: 100%; margin: 0; } article.project div.title_old_header, article.project div.code_old_header { width: 100%; float: none; padding: 22px 0; } article.project  div.code_old_header p { text-align: left; } article.project div.code_old_case { bottom: inherit; right: inherit; font-weight: bold; position: relative; } article.project .old_content { padding: 0; }
}

/* Estilos QR Code */
.qrcode {
    display: none !important;
}
div.title_qr {
    width: 100% !important;
    overflow: hidden;
}

/* Animation AppSC Case */
.title_section_right img {
    position:relative;
    animation:animatebottom 2s
}
@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}

/* Arrows up and down casos */
span.scroll-up {
    display: none;
}
article.project div.dinamic-section:last-of-type span.scroll-up  {
    display: -webkit-box !important;
}
article.project div.dinamic-section:last-of-type span.scroll-down {
    display: none;
}

/* mailchimp_form */
.mailchimp_form, .mailchimp_form .gfield, .mailchimp_form .gform_button, .mailchimp_form_wrapper {
    padding: 0 !important;
    margin: 0 !important;
}
.mailchimp_form .gform_button, .mailchimp_form .ginput_container_email input {
    width: 100% !important;
}
li.text_mailchimp_name #input_5_1_3_container label {
    text-align: left !important;
}
.mailchimp_form .gform_button {
    background-color: #dd204f;
    padding: 10px 0 !important;
    font-weight: 600;
    cursor: pointer;
    width: 50% !important;
}
.mailchimp_form .gform_footer {
    margin: 0 !important;
    text-align: center;
}

/* Espacio bottom noticia */
.et_pb_post {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
#dinamic_news div.et_pb_fullwidth_header_container div div p:first-of-type {
    padding-top: 10px;
    line-height: 45px;
    font-size: 20px;
}

/* Color menú mobile */
.mobile_menu_bar:before {
    color: #FFFFFF;
    top: -6px !important;
}
@media (max-width: 480px) {
    #et_search_icon:before {
        top: 0px !important;
    }
}

/* Color barra superior menú mobile */
.et_mobile_menu {
    border-top: 3px solid #b80439;
}

/* Blurb full width */
#blurb_full_width div {
    max-width: none;
}

/* Ancho contenido fullscreen estatica */
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
    max-width: 1100px !important;
    width: 100% !important;
}

/* Radio primera caja contenido dinámico */
#row_border_radius div.et_pb_row:first-of-type {
    border-radius: 15px 15px 0 0;
    padding: 50px;
}

/* Radio segunda caja contenido dinámico */
#row_border_radius div.et_pb_row:nth-of-type(2) {
    padding: 60px 0 0 0;
}

/* Radio última caja contenido dinámico */
#row_border_radius div.et_pb_row:nth-last-child(2) {
    border-radius: 0 0 15px 15px; 
    padding-bottom: 50px !important;   
}

/* Padding bottom share button dinámico */
#row_border_radius div.et_pb_row:nth-last-of-type {
    padding-bottom: 0 !important;
}

/* Margen blurb medio */
#dynamic_blurb div {
    margin: 0;
}

/* Alto div logo mobile */
@media screen and (max-width: 480px) {
    .et_header_style_left .logo_container {
        height: 110% !important;
        margin-top: 0px !important;
        width: 50% !important;
    }
    .et_header_style_left #et-top-navigation {
        padding-top: 0px !important;
    }
}

/* Color fondo menu */
#main-header {
    background-color: #6e7380;
}

/* Color link mega menu */
#top-menu a {
    color: #FFFFFF;
}

/* Display none icono lista mega menu */
#top-menu .menu-item-has-children > a:first-child:after, #et-secondary-nav .menu-item-has-children > a:first-child:after {
    display: none;
}


/* Color icono búsqueda */
#et_search_icon:before {
    color: white;
}

/* Color icono cerrar búsqueda */
span.et_close_search_field:after { 
    color: white;
}

/* Color caja búsqueda */
.et-search-form input {
    position: relative;
    background: rgba(0, 0, 0, 0.18);
    color: #fff;
    width: 700px;
    top: auto;
    right: auto;
    margin: inherit;
    border-radius: 4px;
    padding: 14px 18px;
    margin-left: 14px;
}
.mega-search-container {
    display: flex;
    align-items: center;
    height: 100%;
    margin: auto;
    width: fit-content;
}
.mega-search-selector {
    width: 200px;
    background-color: #5a5e68;
    color: white;
    border: none;
    height: 40px;
    font-size: 12px;
    font-weight: 900;
}
#search_bar {
    position: absolute;
    top: 0;
}

/* Ancho menu */
#top-menu li.mega-menu > ul {
    left: inherit !important;
    width: 81%;
    right: 0 !important;
}

/* Ancho contenido menu */
#top-menu li.mega-menu > ul > li > a {
    width: 100%;
}

/* Barra color menu */
.nav li ul {
    border-top: 3px solid #9d0a34 !important; 
}

/* Descripción menu */
li.menu_desc a span {
    clear: both;
    display: block;
    padding-top: 15px;
    font-weight: 500;
    color: #1f1f1f;
    line-height: 1.8em;
    font-size: 12px;
    text-align: left;
}

/* Padding menu abajo */
li.padding_bottom_menu a span {
    padding-bottom: 23px;
}

/* Margen top video menu */
li.iframe_margin_top a iframe{
    margin-top: 16px;
}

/* Menu link color */
.colorwhitemenu a {
    color: #6e7380 !important;
}

/* Texto centro footer */
#footer-bottom div {
    text-align: center;
}
#footer-bottom {
    background-color: #3e414a !important;
    color: white;
    padding: 10px 0 10px !important;
}

/* Padding footer */
#footer-bottom {
    padding: 15px 0 15px;
}

/* No background image formulario */
@media (max-width: 768px) {
    section.form_sc_content {
        background-image: none !important;
    }
}

/* width texto mobile formularios */
@media (max-width: 415px) {
    div.form_sc section div.et_pb_fullwidth_header_container {
        width: 90% !important;
    }
}
@media (min-width: 416px) and (max-width: 770px) {
    div.form_sc section div.et_pb_fullwidth_header_container {
        width: 85% !important;
    }
}

/* quitar bullets mobile formulario */
@media (max-width: 770px) {
    body.page-id-1500 ul.et_pb_side_nav {
        display: none !important;
    }
}

/* quitar bullets mobile formulario */
@media (max-width: 770px) {
    body.page-id-1500 div.et_pb_fullwidth_header_scroll {
        display: none !important;
    }
}

/* espacio viñeta mobile formulario */
@media (max-width: 425px) {
    body.page-id-1500 div.header-content {
        margin: 50px 0% !important;
    }
}

/* padding guía de concentraciones */
@media (max-width: 770px) {
    div.button_form_concentracion a {
        padding: 7px !important;
    }
}

/* font size boton guia de concentraciones */
@media (max-width: 350px) {
    div.button_form_concentracion a {
        background-color: rgb(153, 17, 59) !important;
        padding: 5px 60px;
        text-transform: uppercase;
        font-weight: bold;
        cursor: pointer;
        margin-top: 14px;
        color: white;
        border-radius: 4px;
        font-size: 20px !important;
        font-family: 'Roboto Condensed', Helvetica, Arial, Lucida, sans-serif;
    }
}

/* no espacio width mobile formulario */
@media (max-width: 770px) {
    section#asd div.et_pb_fullwidth_header_container {
       min-height: 0 !important;
    }
}

/* no espacio width mobile formulario */
@media (min-width: 600px) and (max-width: 800px) {
    section#asd {
       min-height: 0 !important;
       padding-bottom: 60px;
    }
}

/* Padding noticias mobile */
@media (max-width: 425px) {
    article.et_pb_post div.padding_inside div.entry-content {
        padding: 0px !important;
        padding-top: 0px !important;
    }
}

/* Featured image clean only mobile */
@media (min-width: 426px) {
    .post_box_image_mobile {
        display: none;
    }
}

/* padding logo tablet */
@media (min-width: 600px) and (max-width: 800px) {
    .pads_head {
        padding-bottom: 30px;
    }
}

@media (min-width: 768px){
    .pads_head {
        display: none;
    }
}

/* News SC */
div#news_sc .post-content {
    display: none;
}
div#news_sc a[rel~="tag"] {
    position: absolute;
    top: -1px;
    color: white;
    font-weight: bold;
    left: -1px;
    background-color: rgba(41, 41, 41, 0.64);
    padding: 0 8px;
    font-size: 10px;
}
div#news_sc article {
    margin-bottom: 25px !important;
    position: relative;
}
div#news_sc .entry-title {
    font-size: 16px;
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
}
div#title_news_sc h1 {
    font-family: 'Domine', serif !important;
}
div#news_sc .size-1of3 {
    width: 31%;
    margin-right: 2%;
}
div#news_sc .post-meta {
    font-size: 12px;
}
div#news_sc_main .pagination a {
    color: #6e7380;
    font-weight: bold;
    font-family: 'Domine', serif !important;
}

/* Formularios */
.form_sc .et_pb_fullwidth_header_container {
    padding-left: 5%;
}
.form_sc input[type="submit"] {
    background-color: white !important;
    padding: 5px 60px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    font-size: 24px !important;
    font-family: 'Roboto Condensed', Helvetica, Arial, Lucida, sans-serif;
}
@media screen and (max-width: 425px) {
    #post-1500 div.form_sc section div.et_pb_fullwidth_header_container {
        padding-left: 0% !important;
    }
}
@media (min-width: 352px) {
    .button_form_concentracion a {
        background-color: rgb(153,17,59)!important;
        padding: 5px 60px;
        font-weight: bold;
        cursor: pointer;
        color: white;
        border-radius: 4px;
        font-size: 24px!important;
        font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif;
    }
}
.form_senale .gform_footer input {
    color: #99113b;
}
.form_denuncie .gform_footer input {
    color: #679a49;
}
.form_hablemos .gform_footer input {
    color: #00a8d5;
}
.gform_wrapper .chosen-container-single .chosen-single {
    border: none;
    background-color: rgba(0, 0, 0, 0.13);
    background: rgba(0, 0, 0, 0.13);
    box-shadow: none;
    text-align: center;
    color: white;
}
.gform_wrapper .chosen-container .chosen-results li.active-result {
    color: white;
}
.form_senale_wrapper .chosen-container.chosen-with-drop .chosen-drop {
    background-color: #99113b;
    border: 1px solid #850f33;
}
.form_denuncie_wrapper .chosen-container.chosen-with-drop .chosen-drop {
    background-color: #679a49;
    border: 1px solid #5a8640;
}
.form_hablemos_wrapper .chosen-container.chosen-with-drop .chosen-drop {
    background-color: #00a8d5;
    border: 1px solid #0092b9;
}
.form_senale_wrapper .chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #850f33;
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#99113b),color-stop(80%,#850f33));
    background-image: -webkit-linear-gradient(#99113b 20%,#850f33 80%);
    background-image: -moz-linear-gradient(#99113b 20%,#850f33 80%);
    background-image: -o-linear-gradient(#99113b 20%,#850f33 80%);
    background-image: linear-gradient(#99113b 20%,#850f33 80%);
    box-shadow: 0 1px 0 #790025 inset;
}
.form_denuncie_wrapper .chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #5a8640;
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#679a49),color-stop(80%,#5a8640));
    background-image: -webkit-linear-gradient(#679a49 20%,#5a8640 80%);
    background-image: -moz-linear-gradient(#679a49 20%,#5a8640 80%);
    background-image: -o-linear-gradient(#679a49 20%,#5a8640 80%);
    background-image: linear-gradient(#679a49 20%,#5a8640 80%);
    box-shadow: 0 1px 0 #5a8640 inset;
}
.form_hablemos_wrapper .chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #0092b9;
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#00a8d5),color-stop(80%,#0092b9));
    background-image: -webkit-linear-gradient(#00a8d5 20%,#0092b9 80%);
    background-image: -moz-linear-gradient(#00a8d5 20%,#0092b9 80%);
    background-image: -o-linear-gradient(#00a8d5 20%,#0092b9 80%);
    background-image: linear-gradient(#00a8d5 20%,#0092b9 80%);
    box-shadow: 0 1px 0 #0092b9 inset;
}
.form_sc_content .et_pb_fullwidth_header_container .header-content-container .header-content .et_pb_fullwidth_header_subhead {
    padding: 0 0 12px 0;
}
.small_text_concentracion {
    font-size: 14px !important;
    line-height: 14px;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    color: white;
}
.gform_wrapper form input, .gform_wrapper form textarea {
    border: none;
    border-radius: 4px;
    color: white;
    background-color: rgba(0, 0, 0, 0.13);
}
.gform_wrapper form span.gfield_required {
    color: transparent;
}
.no_label_name .ginput_complex span label {
    display: none !important;
}
.gform_wrapper form {
    font-family: 'Roboto Condensed', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 500;
    padding: 10px 0px;
}
.gform_wrapper form label {
    text-align: right;
    font-weight: 400 !important;
    font-size: 17px !important;
    padding-right: 5px !important;
}

/* Home */
.et_pb_blurb_position_left .et_pb_blurb_container {
    padding-left: 12px !important;
}
@media screen and (max-width: 425px) { 
    .blurb_cendoc .et_pb_blurb_container {
        padding-top: 9px !important;
    }
}
.editorial_sc .et_pb_main_blurb_image {
    width: 160px;
}
div#esg-grid-8-6 {
    background-color: transparent !important;
}
.face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.front img {
    display: -webkit-box;
    transition: opacity .35s ease-in-out;
   -moz-transition: opacity .35s ease-in-out;
   -webkit-transition: opacity .35s ease-in-out;
}
.front {
    background-image: none;
    background-position: center;
    background-size: contain;
}
.front img:hover {
    opacity: 0;
}
.red_back {
  background-color: #dd204f;
}
.red_back:hover {
  background-image: url(/wp-content/uploads/2017/08/avise_2.png);
}
.green_back {
  background-color: #679a4c;
}
.green_back:hover {
  background-image: url(/wp-content/uploads/2017/08/denuncie_2.png);
}
.yellow_back {
  background-color: #ffa835;
}
.yellow_back:hover {
  background-image: url(/wp-content/uploads/2017/08/concentracion_2.png);
}
.blue_back {
  background-color: #00a6d4;
}
.blue_back:hover {
  background-image: url(/wp-content/uploads/2017/08/solicite_2.png);
}

/* .containerNew .ubermenu-target {
    text-align: center !important;
}
.containerNew .ubermenu-target .ubermenu-image {
    float: none !important;
    display: inline-block !important;
    vertical-align: middle !important;
}
.containerNew .ubermenu-target .ubermenu-title {
    float: none !important;
    display: inline-block !important;
    vertical-align: middle !important;
} */