/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.site-header+.elementor{
    min-height: 0px;
}
.m20{
    margin-bottom: 10%;
}
@media (min-width: 737px) {
    .title-h2{
        text-align: center;
        margin-top: 5%;
        margin-bottom: 5%;
    }
    .list-inline-item .item-card a{
        font-size: 22px;
        color: #78a478;
    }
    .container{
        max-width: 1140px;
        margin-right: auto;
        margin-left: auto;
        position: relative;
        background-color: #F8F8F8;
        padding-top: 2%;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 2%;
        border-radius: 10px;
    }

}

@media only screen and (min-device-width : 480px) and (max-device-width : 736px){
    .title-h2{
        text-align: center;
        margin-top: 5%;
        margin-bottom: 5%;
    }
    .list-inline-item .item-card a{
        font-size: 25px;
        color: #78a478;
    }
    .container{
        max-width: 1140px;
        margin-right: auto;
        margin-left: auto;
        position: relative;
        background-color: #F8F8F8;
        padding-top: 2%;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 2%;
        border-radius: 10px;

    }
}

@media (max-width: 480px) {
    .title-h2{
        text-align: center;
        margin-top: 5%;
        margin-bottom: 5%;
    }
    .list-inline-item .item-card a{
        font-size: 18px;
        color: #78a478;
    }
    .container{
        max-width: 1140px;
        margin-right: auto;
        margin-left: auto;
        position: relative;
        background-color: #F8F8F8;
        padding-top: 2%;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 2%;
        border-radius: 10px;

    }

}


.list-inline-item{
    margin-top: 5%;
    margin-bottom: 5%;
}



.list-inline-item .item-card a:hover{
    color: #618761;
}

.under-title{
    width: 17%;
    color: #78a478;
    height: 1px;
}


.site-header.dynamic-header{
   /* background-color: #E3E1E1;*/
    background-color: #ffffff;
}

#menu-menu-principal .menu-item a{
    color: #78a478;
    font-size: 19px;
    font-weight: 500;

}

#menu-menu-principal .menu-item a:hover{
    color: #618761;
}

.site-logo.show a img{
    max-width: 40%;
}
.site-header .site-navigation{
    justify-content: flex-start;
}

.site-navigation ul.menu li a{
    padding: 9px 35px;
}
.site-header:not(.header-stacked) .header-inner .site-navigation{
    max-width: 100%;
}

.site-footer{
    background-color: #E3E1E1;
}

.group-two-column{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
    row-gap: 1em;
}

[type=button], [type=submit], button{
    display: inline-block;
    font-weight: 400;
    color: #78a478;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #78a478;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    color: #fff;
    background-color: #78a478;
    text-decoration: none;
}

.submit-form{
    text-align: center;
}

.um input[type=submit].um-button{
    background: #78a478!important;
}
.um input[type=submit].um-button:hover{
    background: #618761!important;
}

.um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i{
    color: #78a478!important;
}

#site-footer .footer-inner, #menu-menu-footer .menu-item {
    display: block;
}
.site-footer:not(.footer-stacked) .footer-inner .site-navigation{
    max-width: 100%;
}
#menu-menu-footer .menu-item a{
    color:#333333;
}
#menu-menu-footer .menu-item a:hover{
    color:#333333;
}
.copyright.show p {
    padding: 9px 35px;
}
.link-contact a{
    color:#ffffff;
}


.list-activity{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.list-activity-img{
    width: 100px;
    height: 100px;
}

.list-activity-item{
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}