@media screen and (max-width: 980px) {
	div.et_pb_section {
		padding: 0 0;
	}
	.et_pb_column .et_pb_row_inner, .et_pb_row {
		padding: 25px 0;
	}
	.row-txt-img {
		display: flex;
		flex-direction: column-reverse;
	}
	.row-txt-img>.et_pb_column:first-of-type {
		float: right !important;
		margin-top: 30px;
		margin-bottom: unset;
	}
	.row-txt-img>.et_pb_column:last-of-type {
		float: left !important;
	}
	/* Estilos para menú plegable móvil Divi */
	#main-header .et_mobile_menu .menu-item-has-children>a {
		background-color: transparent;
		position: relative;
	}
	#main-header .et_mobile_menu .menu-item-has-children>a:after {
		font-family: 'ETmodules';
		text-align: center;
		speak: none;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		-webkit-font-smoothing: antialiased;
		position: absolute;
	}
	#main-header .et_mobile_menu .menu-item-has-children>a:after {
		font-size: 16px;
		content: '\4c';
		top: 13px;
		right: 10px;
	}
	#main-header .et_mobile_menu .menu-item-has-children.visible>a:after {
		content: '\4d';
	}
	#main-header .et_mobile_menu ul.sub-menu {
		display: none !important;
		visibility: hidden !important;
		transition: all 1.5s ease-in-out;
	}
	#main-header .et_mobile_menu .visible>ul.sub-menu {
		display: block !important;
		visibility: visible !important;
	}
	#footer-widgets .footer-widget {
		width: 33%!important;
		margin: 0!important;		
	}
	#main-header #logo {
    max-width: 85%;
}
}
@media screen and (max-width: 780px) {
	#cookie-table caption {
		font-size: 1.3em;
	}
	#cookie-table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
	#cookie-table tr {
		border-bottom: 2px solid #ddd;
		display: block;
		margin-bottom: .325em;
	}
	#cookie-table td, #cookie-table tbody th {
		border-bottom: 1px solid #ddd;
		display: block;
		font-size: 1rem;
		text-align: right;
		min-height: 20px;
		position: relative
	}
	#cookie-table tbody th {
		background: #dddddd;
	}
	#cookie-table tbody th:before, #cookie-table td:before {
		clear: both;
		content: attr(data-label);
		float: left;
		font-variant: small-caps;
		font-weight: bold
	}
	#cookie-table td:last-child {
		border-bottom: 0;
	}
	#cookie-table td {
		border-top: 1px solid #ccc;
	}
	#footer-widgets .footer-widget {
		width: 100%!important;		
		margin-top: 25px!important;
	}
	.footer-widget>div{
		text-align:center;
	}
}
@media screen and (max-width: 480px) {
	.pc {
		display: none !important;
	}
	html {
		font-size: 16px;
	}
	.contacto.label input[type="text"], .contacto.label input[type="tel"], .contacto.label input[type="email"], .contacto.label textarea {
		width: 100%;
	}
	/* 2019.01.30
	div.wpcf7, .gdpr-form {
		max-width: 85%;
		margin: 0 auto
	}
	*/
	/*marcos*/
	#footer-widgets .footer-widget:nth-child(n){
		margin: 0 0!important;
	}
	#footer-widgets .footer-widget:nth-child(1){
		margin: 15px 0 0 0!important;
	}
	#widgets-row-top {		
		text-align: unset;		
		padding: 10px 0px;
	}
	#widgets-row-top section {
		display: inline-block;
		text-align:right;
		max-width: 80%;
		float: right;
	}
	#widgets-row-top .menu-item {		
		margin-left: 15px;
		font-size: 1rem;
	}
	#widgets-row-top section {
		display: inline-block;
		/* max-width: 80%; */
	}
	#main-header .container {
		width: 100%;
		box-sizing: border-box;
		padding-right: 10px;
		padding-left: 10px;
	}
	#main-header #logo {
		max-width: 75%;
		/* padding-top: 50px; */
	}
	#widgets-row-top section:nth-child(2){
		width: 15%;
		float:left;
		margin-left: -10px;
	}
	.et_pb_scroll_top.et-pb-icon{	
		margin-right: 20px;    
	}
}