/*
 Theme Name:     Divi Child
 Template:       Divi
 Version:        1.0.0
*/
 
/* Letra naranja */ 
.letra {
	color: orange;
	font-size: 1.5em;
	font-family: "Times New Roman", Times, serif;
}

/* Orden de columnas en mobile */
@media all and (max-width: 980px) {
	.custom_row {
	  display: -webkit-box;
	  display: -moz-box;
	  display: -ms-flexbox;
	  display: -webkit-flex;
	  display: flex;
	  -webkit-flex-wrap: wrap; /* Safari 6.1+ */
	  flex-wrap: wrap;
	}
	.first-on-mobile {
		-webkit-order: 1;
		order: 1;
	}
	.second-on-mobile {
		-webkit-order: 2;
		order: 2;
	}
	.third-on-mobile {
		-webkit-order: 3;
		order: 3;
	}
	.fourth-on-mobile {
	-webkit-order: 4;
	order: 4;
	}
	.custom_row:last-child .et_pb_column:last-child {
		margin-bottom: 30px;
	}
}

/* Color links idiomas header */
.et_pb_text_0_tb_header a { color: #FFFFFF; }

/* Cookies */
#cookie-notice {
	box-shadow: 0px -3px 6px 0px #00000025;
}
#cn-accept-cookie { 
    background: #5e8bc8;
    color: #FFFFFF;
    padding: 10px;
    border-radius: 3px;
	margin-top: 15px !important;
	margin-left: 0 !important;
}
#cn-refuse-cookie { 
    background: #EEEEEE;
    color: #000000;
    padding: 10px;
    border-radius: 3px;
	margin-top: 15px !important;
}
.cookie-notice-container {
    padding: 50px 50px;
    text-align: right !important;
}