.container-fluid {
    background-color: #ededed;

}

.parallax {
    background-image: url(img_z.png);
    height: 384px;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    color: #ffffff;
    font-size: 70px;
    align-items: center;
    position: relative;
}

.parallax2 {
    background-image: url(img_v.png);
    height: 154px;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    color: #ffffff;

    align-items: center;
    position: relative;
    max-width: 1370px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    padding-left: 14px;
    padding-right: 14px;
}

.parallax3 {
    background-color: #2a3c2e;
    height: 84px;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    color: #ffffff;

    align-items: center;
    position: relative;
    max-width: 1370px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    padding-left: 14px;
    padding-right: 14px;
}

.glass-btn {
    position: relative;
    width: 220px;
    height: 50px;
    margin: 20px;
    display: inline-block;
    text-align: center;
}

.glass-btn a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.3);
    border-radius: 30px;
    padding: 0 10px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 16px;
    z-index: 1;
    transition: 0.5s;
    backdrop-filter: blur(15px);
}

.glass-btn:hover a {
    letter-spacing: 3px;
}

.glass-btn a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.15), transparent);
    transform: skewX(45deg) translate(0);
    transition: 0.5s;
    filter: blur(0px);
}

.glass-btn:hover a:after {
    transform: skewX(45deg) translate(200px);
}

.glass-btn a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    transition: 0.5s;
    border-radius: 30px;
    z-index: -1;
}

.glass-btn:hover a:before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.glass-btn:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    bottom: -5px;
    width: 30px;
    height: 10px;
    background: #f00;
    border-radius: 10px;
    transition: 0.5s;
    transition-delay: 0.5;
}

.glass-btn:hover:after {
    bottom: 0;
    height: 50%;
    width: 80%;
    border-radius: 30px;
}

.glass-btn:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    top: -5px;
    width: 30px;
    height: 10px;
    background: #f00;
    border-radius: 10px;
    transition: 0.5s;
    transition-delay: 0.5;
}

.glass-btn:hover:before {
    top: 0;
    height: 50%;
    width: 80%;
    border-radius: 30px;
}

.glass-btn.glass-btn-green a:before,
.glass-btn.glass-btn-green:after,
.glass-btn.glass-btn-green:before {
    background: #38ba35;
    box-shadow: 0 0 5px #38ba35, 0 0 15px #38ba35, 0 0 30px #38ba35, 0 0 60px #38ba35;
}

.blockquote-2 {
    margin: 16px 16px 30px 16px;
    padding: 26px 24px;
    font-size: 16px;
    background: #92dfa4;
    border-left: 5px solid;
    border-color: #33b735;
}

.blockquote-2::after {
    content: '';
    margin-top: -30px;
    padding-top: 0;
    position: relative;
    bottom: -50px;
    left: 20px;
    border-width: 30px 0 0 30px;
    border-style: solid;
    border-color: #92dfa4 transparent;
    display: block;
    width: 0;
}

.blockquote-2 p::before {
    content: "“";
    font-family: Georgia;
    font-size: 40px;
    line-height: 0;
    display: inline-block;
}

.blockquote-2 cite {
    float: right;
    font-size: 13px;
}

.blockquote-2 cite:before {
    content: '- ';
}

h3 {
    font-size: 27px;
    z-index: 3;
    max-width: 1370px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    padding-left: 14px;
    padding-right: 14px;

}

.parallax .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.288);
    z-index: 2;
}

.parallax h1 {
    z-index: 3;
}

.parallax2 .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.288);
    z-index: 2;
}

.parallax2 h1 {
    z-index: 3;
}

.wrapper {
    max-width: 1370px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    padding-left: 14px;
    padding-right: 14px;
    background-color: rgba(12, 107, 26, 0.397);
    border-radius: 6px;
    border-left: solid;
    border-color: #00871b;

}

.w {
    max-width: 1370px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    padding-left: 14px;
    padding-right: 14px;


}

.wrapp {
    max-width: 1370px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    padding-left: 14px;
    padding-right: 14px;
    background-color: rgba(4, 113, 20, 0.397);
    border-radius: 6px;
    border-left: solid;
    border-color: #074d15;

}




.wrappers {
    max-width: 1370px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    padding-left: 14px;
    padding-right: 14px;
    background-color: rgba(109, 136, 113, 0.211);
    border-radius: 6px;


}




.wr {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    padding-left: 24px;
    padding-right: 24px;


}



.im {
    background-color: rgba(223, 248, 227, 0.795);

    border-left: solid;
    border-color: #00871b;
}

b {
    color: #083313;
}

.d-block {
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    padding-left: 16px;
    padding-right: 16px;

}

.wrap {
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    padding-left: 16px;
    padding-right: 16px;

}


.blockquote-7 {
    border: 2px solid #33b75d;
    font-size: 16px;
    font-style: italic;
    margin: 16px 31px 31px 16px;
    padding: 16px 24px;
    position: relative;
    box-shadow: 15px 15px 0 0 #029c21bf;
}


.blockquote-4 {
    position: relative;
    font-size: 16px;
    margin: 16px 16px 46px 16px;
    border: 2px solid #33b749;
    border-radius: 20px;
    padding: 25px;
}

.blockquote-4::after {
    content: "";
    position: absolute;
    border: 2px solid #3cb733;
    border-radius: 0 50px 0 0;
    width: 40px;
    height: 40px;
    bottom: -40px;
    left: 50px;
    border-bottom: none;
    border-left: none;
    z-index: 2;
    box-sizing: border-box;
}

.blockquote-4::before {
    content: "";
    position: absolute;
    width: 80px;
    border: 6px solid #ededed;
    bottom: -3px;
    left: 50px;
    z-index: 1;
}

.blockquote-4 cite {
    position: absolute;
    bottom: -30px;
    left: 110px;
    font-size: 13px;
    font-weight: bold;
    color: #044009;
}

a {
    font-size: 18px;
}

.text1 {
    font-size: 18px;
    color: #ffffff;

}


.text2 {
    font-size: 18px;
    color: #074914;

}

.tx {
    font-size: 18px;
    color: #074914;

}



.cols {
    background-color: rgba(20, 155, 103, 0.462);
    color: black;
}

li {
    font-size: 18px;
    color: #083313;
}

.accordion-header {
    border-color: #f20000;
}

#collap {
    background-color: rgba(44, 143, 51, 0.719);
    color: black;

}

#flush-collapseTwo {
    background-color: rgba(138, 214, 143, 0.639);
    color: black;
}

#flush-collapseOne {
    background-color: rgba(138, 214, 143, 0.639);
    color: black;
}

#btn-primar {
    text-decoration: none;
    background: linear-gradient(45deg, #c9f6cf 0%, #9ae09ada 70%);
    color: #000000;
    border: 1px solid #9dccae;
    border-radius: 26px;
    font-size: 15px;

    transition: all 0.6s ease;
}

#btn-primar:hover {
    text-decoration: none;
    background: linear-gradient(45deg, #bef8ceda 0%, #c9f6d4 70%);
    color: #000000;
    border-color: #66c66b;
}

#btn-secondar {
    text-decoration: none;
    background: linear-gradient(45deg, #a7aca9 0%, #cfdacfda 70%);
    color: #000000;
    border: 1px solid #919492;
    border-radius: 26px;
    font-size: 15px;

    transition: all 0.6s ease;
}

#btn-secondar:hover {
    text-decoration: none;
    background: linear-gradient(45deg, #cfdacfda 0%, #a7aca9 70%);
    color: #000000;
    border-color: #919492;
}

#card-body {
    background-color: rgba(255, 255, 255, 0.504);
}




@media screen and (max-width: 600px) and (min-device-width : 320px) and (max-device-width : 480px) and (max-device-width : 568px) and (max-device-width : 414px) and (max-device-width : 736px) and (max-device-width : 400px) and (max-device-width : 540px) and (max-device-width : 720px) and (max-width: 640px) and (max-width: 896px) and (max-width: 896px) and (max-width: 960px) {
    .hidemobile {
        visibility: hidden;
        display: none;
    }

    .text1 {
        font-size: 15px;
    }

    a {
        font-size: 15px;
    }

    .text2 {
        font-size: 15px;
        color: #074914;

    }

    .tx {
        font-size: 15px;
        color: #074914;

    }


    .parallax {
        background-image: url(img_z.png);
        height: 184px;
        background-attachment: fixed;
        display: flex;
        justify-content: center;
        color: #ffffff;
        font-size: 40px;
        align-items: center;
        position: relative;
    }

    b {
        font-size: 15px;
        color: #083313;
    }

    li {
        font-size: 14px;
    }

    .parallax2 {
        background-image: url(img_v.png);
        height: 94px;
        background-attachment: fixed;
        display: flex;
        justify-content: center;
        color: #ffffff;

        align-items: center;
        position: relative;
        max-width: 1370px;
        margin-left: auto;
        margin-right: auto;
        margin-top: auto;
        padding-left: 14px;
        padding-right: 14px;
    }


    .wrapper {

        margin-left: auto;
        margin-right: auto;
        margin-top: auto;

        background-color: rgba(12, 107, 26, 0.397);
        border-radius: 6px;
        border-left: solid;
        border-color: #00871b;

    }


}

.showmobile {
    display: none;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (max-device-width : 568px) and (max-device-width : 414px) and (max-device-width : 736px) and (max-device-width : 400px) and (max-device-width : 540px) and (max-device-width : 720px) and (max-width: 640px) and (max-width: 896px) and (max-width: 960px) {
    .showmobile {
        display: inline;
    }


}