/*
Theme Name:   Divi-Child
Theme URI:    https://www.elegantthemes.com/
Description:  A Divi child theme 
Author:       Lou Moss
Author URI:   https://www.lou-moss.es/
Template:     Divi  
Version:      1.0.0
Text Domain:  divichild
*/


*:focus {
    outline: none;
}

.hide {
    display: none;
}

.show {
    display: block;
}

#main-content {
    min-height: calc(100vh - 165px);
    background-color: #fffaef !important;
}

.inline-buttons .et_pb_button_module_wrapper {
    display: inline-block !important;
    float: inline-end;
    margin-left: 25px;
    margin-top: 100px;
}


li.dsm_icon_list_child_0:not(.tippy-popper),
li.dsm_icon_list_child_2:not(.tippy-popper),
li.dsm_icon_list_child_3:not(.tippy-popper),
li.dsm_icon_list_child_4:not(.tippy-popper),
li.dsm_icon_list_child_5:not(.tippy-popper),
li.dsm_icon_list_child_6:not(.tippy-popper),
li.dsm_icon_list_child_7:not(.tippy-popper),
li.dsm_icon_list_child_8:not(.tippy-popper) {
    margin: 25px 0 !important;
}

figcaption .mfp-title {
    display: none;
}

/* * * * * * * MOBILE MENU * * * * * */

ul.et_mobile_menu {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0px !important;
    left: 0;
    z-index: 50;
    padding: 100px 25px !important;
}

/* * * * * * * BANNER DE COOKIES * * * * * * */

div #cookies-eu-banner {
    background-color: #001e0c !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#cookies-eu-label {
    color: #69937b;
    font-size: 12px !important;
}

#cookies-eu-label a {
 font-weight: bold;
 color: #69937b;
}

#cookies-eu-buttons button,
#cookies-eu-buttons #cookies-eu-reject {
    font-size: 10px !important;
    padding: 5px 10px;
    background-color: transparent;
    color: #69937b !important;
    border-color: #69937b;
}

#cookies-eu-accept:hover {
    background-color: #69937b !important;
    color: #001e0c !important;
    border-color: #69937b !important;
}

#cookies-eu-buttons #cookies-eu-reject:hover {
    background-color: #69937b !important;
    color: #001e0c !important;
    border-color: #69937b !important;
}

/********* TEXTOS LEGALES *******/

.page-id-244268 #sidebar,
.page-id-244271 #sidebar,
.page-id-244270 #sidebar,
.page-id-244268 div.container::before, 
.page-id-244271 div.container::before,
.page-id-244270 div.container::before,
.page-id-244269 div.container::before {
    display: none;
}

.page-id-244268 #left-area,
.page-id-244271 #left-area,
.page-id-244270 #left-area,
.page-id-244269 #left-area {
    width: 100%;
    padding: 100px 0px;
}

.page-id-244271 button,
.page-id-244271 .custom-cookies-option input[type="radio"]:checked+label {
    background-color: #69937b;
}