/*
Theme Name:     Divi_child
Theme URI:
Description:    Divi child theme.
Author:         Me
Author URI:
Template:       Divi
Version:        0.1.0
*/

.logos-kd{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
@media screen and (min-width: 700px){
	.logos-kd{
		flex-direction: row;

	}
}

.logos-kd img{
	max-width: 200px;
	padding: 15px;
	display: inline-block;
	flex: 1;
}

.bottom-nav li{
	padding: 0;
}

.bottom-nav {
	display: flex;
	gap: 20px;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
@media screen and (min-width: 700px){
	.bottom-nav {
		justify-content: flex-start;
	}
}




@media screen and (max-width: 980px){

	.ficha-portada .et_pb_row_1{
		display: grid;
		grid-template-columns: 1fr 1fr; 
		grid-template-rows: auto ; 
		grid-template-areas: 
		"headerleft headerright"
		"content     content";
		gap: 10px; 

	}

	.ficha-portada .et_pb_row_1 .et_pb_column_1{
		grid-area: headerleft; 
		

	}

	.ficha-portada .et_pb_row_1 .et_pb_column_1 .et_pb_image_0 {
		width: auto;
	}

	.ficha-portada .et_pb_row_1 .et_pb_column_2{
		grid-area: content;

	}
	.ficha-portada .et_pb_row_1 .et_pb_column_3{
	grid-area: headerright;
	}

}
