/*
 Theme Name: AET 2025 (Divi Child)
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Asociación Española de Esclerosis Tuberosa 2025
 Author: Grupo Logon
 Author URI: https://logon.es
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */


/* Set the Divi menu dropdown auto width (Desktop) */
@media only screen and (min-width: 981px) {
	.nav li ul {
		width: fit-content;
		display: flex;
		flex-direction: column;
	}
	.nav li li {
		white-space: nowrap;
	}
	.nav li li a {
		width: auto !important;
	}
}

/*************************************************************************************/
/* BEGIN Inherited from source web (Done by Jesús Urdaneta. Imported by Raúl Martín) */
/*************************************************************************************/

/*Tablas*/
#table-criterios-diagnostico .lg_table-cell-head{
	justify-content: center;
}
	#table-criterios-diagnostico .lg_table-cell{
	min-height:48px;
	padding: 0 8px;
	display:flex;
	align-items:center
	}

#table-criterios-diagnostico .et_pb_toggle_title{
	padding:0 30px 20px 0;
	margin-right:20px;
}
#table-criterios-diagnostico .et_pb_toggle_title:before{
	top:16%;
}
#table-criterios-diagnostico .et_pb_toggle_content{
	padding-top:0
}
#table-criterios-diagnostico table{
	margin-bottom:0;
}
#table-criterios-diagnostico table tr{
	border-top:2px solid #000;
}
#table-criterios-diagnostico table tr:nth-child(odd){
	background-color:#bdd6ee;
}
#table-criterios-diagnostico table tr:nth-child(even){
	background-color:#deeaf6;
}


/*Tabs*/
.tabs-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

[id*="tab-item-"] {
  position: relative;
  cursor: pointer;
  margin-bottom: 0 !important;
  /* padding: 0 25px 10px; */
  padding-bottom: 10px;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--dark-color);
  transition: all 0.3s ease-in-out;
  flex-grow: 1;
  text-align: center !important;
}
[id*="tab-item"] h4 {
  padding-bottom: 0px;
}
´

.tabs-container .et_pb_blurb:hover img{
	filter: grayscale(100%);
}

#tabs-area-speciality ul.et_pb_tabs_controls{
	background:transparent;
}
#tabs-area-speciality ul.et_pb_tabs_controls::after{
	border-top:0;
}


.title-cuadro-container{
	display:flex;
	align-items:end;
	margin-bottom: 30px;
}
.title-cuadro-container img{
	margin-right:10px;
}

.title-cuadro-container h3 {
	color: #000000 !important;
}

.cuadro-container{
	border:1px solid #000;
	display:flex;
	flex-direction:column;
}
.col-cuadro{
	flex-grow:1;
	flex-basis:50%
}
.row-cuadro{
	padding:24px;
}
.row-cuadro-head {
	text-align:center;
}
.row-cuadro-head h4{
	color: #000000 !important;
}



.recomendaciones-cet .et_pb_toggle h4.et_pb_toggle_title{
	padding: 20px;
}
.recomendaciones-cet .et_pb_toggle .et_pb_toggle_title::before{
	right:20px;
}
.table-cet{
	margin: 0 0 40px 0;
	width: 100%;
	box-shadow:  0 1px 3px rgba(0, 0, 0, 0.2);
	display: table;
}

.table-cet_row{
	display: table-row;
	background-color: #f6f6f6;
}

.table-cet_row:nth-of-type(odd){
	background: #deeaf6;
}
        
.table-cet_row.table-cet_header{
	font-weight: 900;
	color:#444444;
}

.table-cet_cell{
	padding: 6px 12px;
	display: table-cell;
}
		
		

@media (max-width: 768px){
	.table-cet {
		display: block;
	}
	.table-cet_row{
		display:block;
	}
	.table-cet_row:nth-child(n+3){
		border-top: 1px solid #666;
	}
	.table-cet_row.table-cet_header{
		display: none;
	}
	.table-cet_row .table-cet_cell{
		padding: 20px 8px;
		border-bottom: 1px solid #ccc;
		display: block;
	}
	.table-cet_row .table-cet_cell::before{
		margin-bottom: 3px;
		content:attr(data-title);
		min-width: 98px;
		font-weight: bold;
		text-transform: uppercase;
		color:#444444;
		display: block;
	}
	.table-cet_cell-title{
		font-weight: bold;
		color: #0061AD;
	}
}


@media (min-width: 981px) {
	/*Tablas*/
	#table-criterios-diagnostico .lg_table_col_1{
		width:60%!important
	}
	#table-criterios-diagnostico .lg_table_col_2{
		width:40%!important
	}
	#table-criterios-diagnostico table tr{
	height:64px;
	}
	/*Pestañs cuadro*/
	.cuadro-container{
		flex-direction:row
	}
	.col-cuadro:first-child{
		border-right:1px solid #ccc;
	}
}

/***********************************************************************************/
/* END Inherited from source web (Done by Jesús Urdaneta. Imported by Raúl Martín) */
/***********************************************************************************/