/*
Theme Name: Lara11-Theme
Theme URI: https://w3x.group
Author: Eugen Preiss
Version: 1.0
*/


main {
    min-height: 400px;
}

.main-background {
    background-color: white;
    background-size: cover; 
    background-position: center;
    background-attachment: fixed; 
}

.social-icons {
    width: 35px;
    height: auto;
    display: block;
}

.social-icons svg {
    width: 100%;
    height: auto;
}
.facebook { fill:#3b5998; }
.twitter { fill: #55acee; }
.googleplus { fill: #dd4b39; }
.whatsapp { fill: #00ff26; }
.pinterest { fill: #cb2027; }
.instagram { fill: #cb2027; }

.footer {
    min-height: 250px;
}

.footer-menu a {
    color: white;
    text-decoration: none;
}

.footer-menu a:hover {
    color: white;
    text-decoration: none;
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0; 
}

.footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu li {
    list-style: none;
}

.header-ribbon {
    font-weight: bold;
    color: #fff;
    font-size:1.0rem;
}

.header-ribbon {
    --s: 1.8em;
    --d: .8em;
    --c: .8em; 

    padding: var(--d) calc(var(--s) + .5em);
    line-height: 1.8;
    background: 
        conic-gradient(from  45deg at left  var(--s) top var(--d),
        #0008 12.5%,#0000 0 37.5%,#0004 0) 0   /50% 100% no-repeat,
        conic-gradient(at right var(--s) bottom var(--d),
        #0004 62.5%,#0008 0 75%,#0000 0) 100%/50% 100% no-repeat;
    clip-path: polygon(100% calc(2*var(--d)),calc(100% - var(--s)) calc(2*var(--d)),calc(100% - var(--s)) var(--d),calc(var(--s) + var(--d)) var(--d),calc(var(--s) + var(--d)) 0,0 0,var(--c) calc(50% - var(--d)),0 calc(100% - 2*var(--d)),var(--s) calc(100% - 2*var(--d)),var(--s) calc(100% - var(--d)),calc(100% - var(--s) - var(--d)) calc(100% - var(--d)),calc(100% - var(--s) - var(--d)) 100%,100% 100%,calc(100% - var(--c)) calc(50% + var(--d)));
    background-color: #2699dc; 
    width: fit-content;
}

.site-header > .container-fluid {
    background-image: url('img/header.jpg');
    background-size: cover; 
    background-repeat: no-repeat; 
    padding-bottom: 20px;
    background-size: cover;
    background-position: top center;;
}

.header-logo a {
    text-decoration: none;
}

.header-social, .header-logo, .header-search {
    height: 100%;
    min-height: 50px;
    width: 100%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.searchform div {
    display: flex;
    align-items: center;
    gap: 5px; 
}

.searchform input[type="text"] {
    width: 90%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.searchform input[type="submit"] {
    width: 40px;
    height: 40px;
    background: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0;
    background-color: #f8f9fa;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1 1 0 0 0-.115-.099zm-5.44 1.008a5.5 5.5 0 1 1 7.78-7.779 5.5 5.5 0 0 1-7.78 7.78z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
}


@media (min-width: 576px) {
   
}


@media (min-width: 768px) {
    .header-ribbon {
        font-size:1.5rem;
    }
    
}

@media (min-width: 992px) {
    .header-ribbon {
        font-size:2rem;
    }
}

@media (min-width: 1200px) {
    .header-social, .header-search {
        width: 25%;
    }
    
    .header-logo {
        width: 50%;
        min-height: 200px;
    }
}

@media (min-width: 1400px) {
    .header-logo {
        min-height: 300px;
    }
    
}


