/**
Theme Name: Congresso SUCESUBA 2024
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sucesuba
Template: astra
*/

/** setas team carrosseul **/
.elementor-widget-premium-addon-person .premium-persons-container .slick-arrow {
    text-decoration: none;
}
.premium-person-info {
 
    height: 360px;
}
/** Programação **/
.tableprogramacao {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 2em;
}

.tableprogramacao,
.tableprogramacao th,
.tableprogramacao td {
  border: none;
}

.tableprogramacao thead th {
  text-align: start;
  font-size: 18px;
  padding-left: 2rem;
}

.tableprogramacao td {
 
  padding: 0.5rem 2rem;
  font-size: 16px;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.tableprogramacao tr td:first-child {
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}

.tableprogramacao tr td:last-child {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}
.programacao {
    color: #0170B9 !important;
    padding: 10px 18px 6px;
}
.programacao .programacao-data {
    background: #D0E1CD;
    padding: 8px 8px;
    border-radius: 36px;
    color: #204646;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 10px;
	text-align: center;
	min-width: 150px;
}
.programacao-linha {
    border-bottom: 1px solid #eaeaea;
    padding: 30px 0;
    margin: 0;
}
.programacao-celular-cor {
	background-color: #204646!important;
	color: #FFFFFF;
	text-transform: uppercase;
}
/** PALESTRANTES **/

.palestra-borda-inferior {
	border-radius: 14px 14px 0px 0px;
}
.elementor-1957 .elementor-element.elementor-element-7d24f88 .premium-person-info {
	border-radius: 0px 0px 14px 14px!important;
}
.pum-trigger {
	background-color: #01FBA1!important;
	border-radius: 34px 34px 34px 34px!important;
	color: #003434;
}
.pum-trigger:hover {
	background-color: #FFF!important;
	transition: all .3s;
	color: #003434;
	
}

.ast-primary-header-bar {
    background-color: rgba(0,0,0,0)!important;
    background-image: none!important;
}


/*    SIMPLE DOWNLOADS AJUSTES */
.sdm_download_item {
    background-color: #fff!important;
    padding: 25px!important;
    border-radius: 6px!important;
}

.sdm_download.purple {
    background: #edb61f;
    color: #ffffff !important;
    font-size: 14px!important;
    padding: 10px 20px!important;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: "Roboto", sans-serif!important;
    font-weight: 500!important;
	text-shadow: none;
    border: none;
	box-shadow: none!important;
}
.sdm_download.purple:hover {
	background-color: #61ce70;
	border: none;
}
/* Paginacao */
.sdm_pagination {
	text-align: center;
	font-size: 16px;
	margin-top: 20px;
}
.sdm_pagination a {
	color: #B52725;
	padding: 8px 16px;
 	text-decoration: none;
	border: 1px solid #dee2e6;
	background-color: #FFFFFF;
}
.sdm_pagination a:hover:not(.active) {
	background-color: #B52725;
	color: #FFFFFF;
}


.sdm_pagination .current {
	background-color: #B52725;
	padding: 8px 16px;
	color: white;
}
/* AJUSTES FBASTOS */

/*     Biblioteca Virtual    */
.sdm_download.green {

    background: #D50F92;
    border-color: #D50F92 !important;
    color: #ffffff !important;
    text-shadow:none !important;
	text-decoration: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.sdm_download.green:hover {
    background: #2B284B ;
    border-color: #2B284B  !important;
    text-shadow: none !important;
    -webkit-box-shadow: none !important; 
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.sdm_download_title {
    font-size: 19px!important;
    font-weight: bold!important;
    color: #818181!important;
	line-height: 25px!important;
}

.sdm_pagination {
	text-align: center;
	font-size: 14px;
}
/* Robozinho Login Bloquieio*/ 
.robo-login-bloqueio {
    width: 40%; /* Desktop padrão */
}

@media (max-width: 1024px) {
    /* Tablet */
    .robo-login-bloqueio {
        width: 50%;
    }
}

@media (max-width: 768px) {
    /* Celular */
    .robo-login-bloqueio {
        width: 80%;
	}
.bt-login a {
    color: #003434!important;
    text-decoration: none;
	background-color: #01FBA1;
}
.bt-login:hover {
    color: #01FBA1!important;
    text-decoration: none;
	background-color: #003434;
}