/**
* Theme Name: Doctery Child
* Description: This is a child theme of Doctery.
* Author: <a href="http://themesion.com/">Themesion</a>
* Template: doctery
* Version: 1.0
*/



/********************************************************************************/
/********************************** HOME ****************************************/
/********************************************************************************/

.banner {
	position: relative;
	/*width: 570px;
	height: 480px;
	border-radius: 14px;*/
	overflow: hidden;
	background-image: url('/wp-content/uploads/2026/07/cardiologia-socios.jpg');
	background-size: cover;
	background-position: center;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.banner::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(
		180deg,
		rgba(200, 16, 46, 0.85) 0%,
		rgba(140, 10, 30, 0.95) 100%
	);
}

.banner-content {
	position: relative;
	z-index: 2;
	height: 100%;
	padding: 38px 36px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	color: #ffffff;
}

.top-section .badge {
	display: inline-block;
	background-color: #ffffff;
	color: #c8102e;
	padding: 6px 14px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 18px;
}

.top-section h2 {
	font-size: 36px;
	font-weight: 800;
	line-height: 1.1;
	margin-bottom: 12px;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.top-section p {
	font-size: 15px;
	line-height: 1.5;
	opacity: 0.95;
	max-width: 460px;
}

.benefits {
	list-style: none;
	margin-top: 18px;
}

.benefits li {
	font-size: 14px;
	padding: 4px 0;
	display: flex;
	align-items: center;
	gap: 8px;
	opacity: 0.95;
}

.benefits li::before {
	content: '✓';
	color: #ffffff;
	font-weight: 800;
	background: rgba(255, 255, 255, 0.2);
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	flex-shrink: 0;
}

.bottom-section {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
}

.btn-socio {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background-color: #ffffff;
	color: #c8102e;
	padding: 13px 28px;
	border-radius: 30px;
	text-decoration: none;
	font-size: 15px;
	font-weight: 700;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
}

.btn-socio:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.btn-socio::after { content: '→'; font-size: 16px; }

.banner-beca {
    position: relative;
    /*width: 570px;
    height: 480px;
    border-radius: 14px;*/
    overflow: hidden;
    background-image: url('/wp-content/uploads/2026/07/banner-becas.jpg');
    background-size: cover;
    background-position: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.banner-beca::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(
		180deg,
		rgba(8, 66, 151, 0.90) 0%,
		rgba(5, 45, 105, 0.96) 100%
	);
}

.banner-beca-content {
	position: relative;
	z-index: 2;
	height: 100%;
	padding: 38px 36px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	color: #ffffff;
}

.banner-beca .badge {
	display: inline-block;
	background-color: #ffffff;
	color: #084297;
	padding: 6px 14px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 18px;
}

.banner-beca h2 {
	font-size: 36px;
	font-weight: 800;
	line-height: 1.1;
	margin-bottom: 12px;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.banner-beca .desc {
	font-size: 15px;
	line-height: 1.5;
	opacity: 0.95;
	max-width: 470px;
}

.banner-beca-destinatarios {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 10px;
	padding: 14px 18px;
	margin-top: 20px;
}

.banner-beca-destinatarios-title {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	opacity: 0.85;
	margin-bottom: 8px;
}

.banner-beca-destinatarios ul {
	list-style: none;
}

.banner-beca-destinatarios li {
	font-size: 13.5px;
	padding: 3px 0;
	display: flex;
	align-items: center;
	gap: 8px;
	opacity: 0.96;
}

.banner-beca-destinatarios li::before {
	content: '✓';
	background: rgba(255, 255, 255, 0.22);
	width: 18px;
	height: 18px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	font-weight: 800;
	flex-shrink: 0;
}

.banner-beca-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
}

.btn-beca {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background-color: #ffffff;
	color: #084297;
	padding: 13px 28px;
	border-radius: 30px;
	text-decoration: none;
	font-size: 15px;
	font-weight: 700;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
}

.btn-beca:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.btn-beca::after { content: '→'; font-size: 16px; }

.banner-beca-destinatarios ul {
	margin-bottom: 0;
}
.banner-beca-destinatarios {
	margin-bottom: 30px;
}
#contBannersHome .elementor-widget-wrap > .elementor-element, #contBannersHome .elementor-widget-wrap > .elementor-element > .elementor-widget-container, #contBannersHome .elementor-widget-wrap > .elementor-element > .elementor-widget-container > div {
	height: 100%;
}

#contBannersHome .elementor-inner-column.thsn-elementor-bg-color-globalcolor > div.elementor-widget-wrap,
#contBannersHome .elementor-inner-column.thsn-elementor-bg-color-globalcolor > div.elementor-widget-wrap::before {
	background-color: transparent !important;
}
.thsn-service-style-1 .themesion-box-content {
	border-left: 1px solid #e6f1f7;
}
.btnArrowRight a::after {
	content: '→';
	font-size: 16px;
	position: relative;
	top: -2px;
}
.btnArrowRight a {
	display: inline-flex;
	gap: 10px;
}
.top50 {
	top: 50px;
}
.contHomeServicios .thsn-service-title a {
	color: #9c1434;
}



.thsn-title-bar-wrapper {
	background-image: url(/wp-content/uploads/2026/08/header-fondo.jpg) !important;
}
.thsn-tbar-title {
	color: #9c1434 !important;
}


/********************************************************************************/
/********************************** FOOTER **************************************/
/********************************************************************************/

.thsn-base-icon-clock-1.iFooter {
	color: #999 !important;
}
.footer-eventos .thsn-post-title a {
	font-size: 16px;
}
.footer-eventos .thsn-blog-style-1 .thsn-meta-container .thsn-meta-line {
	margin-bottom: 0;
}
.footer-eventos h3 {
	line-height: 24px;
}
.footer-eventos .thsn-post-title {
	margin-bottom: 0 !important;
}
.footer-eventos .widget-title {
	margin-bottom: 30px;
}
#pacay-cpt-grid-1834 {
	padding-top: 8px;
}
.footer-eventos .pacay-grid-cards .thsn-post-title a:hover {
	color: #fff;
}


/********************************************************************************/
/********************************** PÁGINAS *************************************/
/********************************************************************************/

.themesion-box-team-position {
	font-size: 20px;
	font-weight: bold;
}
.olMB15 li {
	margin-bottom: 15px;
}

.mb15 .thsn-heading-subheading {
	margin-bottom: 15px;
}
.mb0 .thsn-heading-subheading {
	margin-bottom: 0px;
}
.forminator-ui.forminator-custom-form[data-design="default"] .forminator-label.forminator-repeater-label {
	font-size: 18px !important;
	margin-bottom: 10px !important;
}

/********************************************************************************/
/********************************** CONGRESO ************************************/
/********************************************************************************/

.contPremio .top-section h2 {
	font-size: 28px;
	/*font-style: italic;*/
}
.contCongreso p {
	font-size: 16px;
	margin-bottom: 15px;
}
.premioInstitution {
	font-family: Rajdhani,sans-serif;
	font-weight: bold;
	font-size: 20px !important;
	line-height: 1.5rem !important;
}
.coumna2Premios > div {
	gap: 40px;
}
.titComunicaciones .thsn-heading-subheading .thsn-element-title {
	font-size: 30px;
}
.banner-beca.contPremio, .elementor-element.elementor-element-2b7d244.elementor-widget.elementor-widget-html, .elementor-element.elementor-element-2b7d244.elementor-widget.elementor-widget-html .elementor-widget-container,
.banner-beca.contPremio, .elementor-element.elementor-element-da12f87.elementor-widget.elementor-widget-html, .elementor-element.elementor-element-da12f87.elementor-widget.elementor-widget-html .elementor-widget-container {
	height: 100%;
}



/* ==========================
   CONTENEDOR GENERAL
========================== */

.contPremiosComunicacion{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:35px;
    /*padding:70px 40px;*/
}


/* ==========================
   TARJETAS
========================== */

.contPremiosComunicacion .contPremio .top-section h2 {
	font-size: 22px;
}

.bannerPremio{
    background:rgba(255,255,255,.94);
    /*border-radius:18px;*/
    overflow:hidden;
    box-shadow:0 15px 35px rgba(0,0,0,.18);
    transition:.35s;
    display:flex;
    height:100%;
}

.bannerPremio:hover{
    transform:translateY(-8px);
    box-shadow:0 25px 50px rgba(0,0,0,.25);
}

.bannerPremio .banner-content{
    display:flex;
    flex-direction:column;
    padding:35px;
    width:100%;
}


/* ==========================
   BADGE
========================== */

.bannerPremio .badge{
    display:inline-flex;
    align-self:flex-start;
    padding:9px 18px;
    border-radius:30px;
    color:#fff;
    font-weight:700;
    letter-spacing:.8px;
    font-size:13px;
    margin-bottom:20px;
}

/* Oro */
.bannerPremio:nth-child(1) .badge{
    background:#d4af37;
}

/* Plata */
.bannerPremio:nth-child(2) .badge{
    background:#9ea4ad;
}

/* Bronce */
.bannerPremio:nth-child(3) .badge{
    background:#b66a3c;
}


/* ==========================
   TITULO
========================== */

.bannerPremio h2{
    margin:0 0 20px;
    color:#0f3558;
    font-size:1.45rem;
    line-height:1.35;
    font-weight:700;
}


/* ==========================
   AUTORES
========================== */

.bannerPremio ul{
    margin:0;
    padding:0;
    list-style:none;
}

.bannerPremio li{
    position:relative;
    padding-left:18px;
    margin-bottom:9px;
    color:#444;
    line-height:1.45;
}

.bannerPremio li::before{
    content: "\2714";
    position: absolute;
    left: 0;
    color: #9C1434;
    font-weight: bold;
}


/* ==========================
   LOCALIZACION
========================== */

.bannerPremio .premioLocalizacion{
    margin-top:auto;
    padding-top:20px;
    border-top:1px solid #d7dde4;
    color:#666;
    font-size:13px;
    line-height:1.55;
	font-style: italic;
}


/* ==========================
   DESTACAR EL PRIMER PREMIO
========================== */

.bannerPremio:first-child{
    border:4px solid #d4af37;
    transform:scale(1.03);
}

.bannerPremio:first-child:hover{
    transform:scale(1.05) translateY(-6px);
}


/* ==========================
   RESPONSIVE
========================== */

@media (max-width:1100px){

    .contPremiosComunicacion{
        grid-template-columns:repeat(2,1fr);
    }

}

@media (max-width:768px){

    .contPremiosComunicacion{
        grid-template-columns:1fr;
        padding:40px 20px;
    }

    .bannerPremio:first-child{
        transform:none;
    }

}



.mb5 .thsn-heading-subheading.left-align.thsn-reverse-heading-yes {
	margin-bottom: 5px;
}
.contIntroCongreso p {
	font-size: 18px;
	font-family: Rajdhani,sans-serif;
}
.tituloCongresoAnterior a {
	color: #9C1434;
	font-weight: bold;
	font-family: Rajdhani,sans-serif;
	font-size: 22px;
}
.tituloCongresoAnterior {
	margin-bottom: 5px;
}
.caDatos {
	margin-bottom: 0px;
}
.tituloCongresoAnterior a {
	line-height: 1.5rem;
}
.congreso-template-default #primary {
	max-width: 100% !important;
	width: 100%;
	flex: 0 0 100% !important;
}
.single-congreso .thsn-blog-classic .thsn-blog-classic-inner {
	border: none;
	padding: 10px;
}
.aDownload {
	width: 25px;
	margin-right: 5px;
	position: relative;
	top: -2px;
}
.descargaCongresos {
	color: #9C1434;
	font-family: Rajdhani,sans-serif;
	font-size: 16px;
	font-weight: bold;
}





/********************************************************************************/
/*********************************** BECAS **************************************/
/********************************************************************************/

.grupoFormulario .forminator-label.forminator-repeater-label {
	font-size: 22px !important;
	margin-bottom: 25px !important;
	color: #9c1434;
}
.forminator-button.forminator-button-submit.btnEnviar {
	background: #9c1434;
}
.lh22rem .thsn-heading-subheading .thsn-element-title {
	line-height: 2.2rem;
}
.listaBases > li {
	margin-bottom: 20px;
}
.aRojo {
	color: #9C1434;
}
.forminator-title {
	font-family: Rajdhani,sans-serif !important;
	font-weight: 700 !important;
	font-size: 36px !important;
	line-height: 60px !important;
	letter-spacing: -1.2px;
	/*color: #9c1434;*/
	color: #081839;
	text-transform: none;
	font-style: normal;
	margin-top: 50px !important;
}
.forminator-row.forminator-row-last {
	margin-top: 80px;
}
.forminator-row.forminator-row-last .forminator-field {
	display: flex;
	justify-content: flex-end;
}