/*
Theme Name: Divi-child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Description: Tema hijo de Divi adaptado por laguacamaya.es
Author: La Guacamaya
Author URI: https://laguacamaya.es
Template: Divi
Version: 1.1.0
*/
 
@import url("../Divi/style.css");
 
/*----------------- Empieza a añadir cambios aquí abajo -------------------------------*/@font-face {  font-family: 'LTSuperior';  src: url('./fonts/LTSuperior-Regular.otf') format('opentype');  font-weight: 400;  font-style: normal;  font-display: swap;}@font-face {  font-family: 'LTSuperior';  src: url('./fonts/LTSuperior-Medium.otf') format('opentype');  font-weight: 500;  font-style: normal;  font-display: swap;}.page h1,.page h2,.page h3,.page h4,.page h5,.page h6{	font-family: 'LTSuperior', sans-serif;	font-weight: 500;}#top-menu li a,.et_mobile_menu li a,.et_pb_button,.et-footer-nav li a{	font-family: 'LTSuperior', sans-serif;	font-weight: 400;}.hero{	display: flex;	justify-content: center;	align-items: center;}#top-menu li a{	background:#e58312;	line-height:28px;}
/* Tablet pequeña: ≥ 600px */@media (min-width: 600px) {  }/* Tablet estándar: ≥ 768px */@media (min-width: 768px) {  }/* Portátil: ≥ 992px */@media (min-width: 980px) {	#page-container{		padding-top:0 !important;	}	#main-header{		position:fixed;		top:auto !important;		bottom:0;		background:transparent;	}	.et_header_style_centered #main-header .container{		text-align: left;	}	.et_header_style_centered #top-menu>li>a{		padding:3px 30px 3px 5px;		text-align:left;		font-weight:500;	}}/* Escritorio grande: ≥ 1200px */@media (min-width: 1200px) {  }/* Pantalla extra grande: ≥ 1440px */@media (min-width: 1440px) {  }