/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 4.9.1.1619513817
Updated: 2021-04-27 08:56:57

*/


@import url("../Divi-child /style.css");

.botones_menu a {
	background-color: #ca052e;
	color: white;
	border: none;
	border-radius: 5px;
	font-size: 14px;
	padding-top: 4px !important;
	padding-right: 25px !important;
	padding-bottom: 4px !important;
	padding-left: 25px !important;
}
.botones_menu img {
  margin: 5px 0px;
  height: 48px;
}
.botones_menu a{
  margin-left: 10px;
}

.botones_menu {
  display: none;
}

.et-fixed-header .botones_menu {
    display: block;
    float: right;
    margin-right: 20px;
    padding: 5px 0;
    z-index: 1;
    position: relative;
}
#main-header{
	box-shadow: 10px 60px 300px 100px rgba(255,255,255,1) !important;
}
#main-header.et-fixed-header{
	box-shadow: 10px 60px 300px 100px rgb(255, 255, 255) !important;
}

@media(max-width: 768px) {
    .et-fixed-header .botones_menu {
        display: none;
    }
}

html[lang="es-ES"] .hide-en {
	display: none;
}

html[lang="en-GB"] .hide-es {
	display: none;
}