@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Passions+Conflict&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Estonia&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Stalemate&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Beau+Rivage&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap');

body {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #2a2828;
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover,
a:link {
    text-decoration: none;
}

i,
span,
a {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #2a2828;
    margin: 0;
}

h1 {
    font-size: 48px;
    font-weight: 600;
}

h2 {
    font-size: 36px;
    font-weight: 700;
}

h3 {
    font-size: 24px;
    font-weight: 700;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
    font-weight: 700;
}

h6 {
    font-size: 26px;
}

p, .content ul, .content ul li {
    font-size: 18px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    color: #2a2828;
    margin: 0;
    letter-spacing: -0.3px;
    line-height: 1.5;
    text-align: justify;
}

.content li {
    padding-left: 25px;
}

q {
    font-size: 20px;
    color: #484646;
    padding: 0 20px;
}

.content h2 {
    font-size: 26px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    color: #2a2828;
    margin: 0;
    letter-spacing: -0.3px;
    line-height: 1.5;
    text-align: justify;
}

.content h3 {
    font-size: 22px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 20px;
    }

    p {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 20px;
    }

    p {
        font-size: 16px;
    }
}

ul,
ol {
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
}

.btn-1 {
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 700;
    font-style: bold;
    padding: 0 30px 0 30px;
    margin-top: 15px;
    font-size: 20px;
    line-height: 44px;
    border: none;
    color: white;
    background-color: #36cb38;
}

.btn-1:hover {
    background-color: #1ff623;
}

.btn-2 {
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 700;
    padding: 0 30px 0 30px;
    margin-top: 15px;
    font-size: 25px;
    line-height: 40px;
    border-radius: 6px;
    border: none;
    color: #3e3e3e;
    background-color: #ece55d;
}

.btn-2:hover {
    background-color: #fff876;
}

.off_canvars_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    background: #232323;
    top: 0;
}

.off_canvars_overlay.active {
    opacity: 0.5;
    visibility: visible;
}

.offcanvas_menu {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .offcanvas_menu {
        display: block;
    }
}

@media (max-width: 767px) {
    .offcanvas_menu {
        display: block;
    }
}

.offcanvas_menu_wrapper {
    width: 290px;
    position: fixed;
    background: #373737;
    z-index: 9999;
    top: 0;
    height: 100vh;
    transition: 0.5s;
    left: 0;
    margin-left: -300px;
    padding: 50px 15px 30px;
    overflow-y: hidden;
}

.offcanvas_menu_wrapper.active {
    margin-left: 0;
}

.offcanvas_main_menu li {
    position: relative;
}

.offcanvas_main_menu li a {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ededed;
    color: #ededed;
}

.offcanvas_main_menu li a:hover {
    color: #920984;
}

.offcanvas_main_menu img {
    width: 30px;
    margin-right: 10px;
}

.offcanvas_footer {
    margin-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.canvas_close {
    position: absolute;
    top: 13px;
    right: 13px;
}

.canvas_close a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 30px;
    border: 1px solid #4d4d4d;
    border-radius: 50%;
    color: #ededed;
}

.canvas_close a:hover {
    background: #ff0f7c;
    border-color: #ff0f7c;
    color: #fff;
}

.offcanvas-social {
    margin-bottom: 40px;
    margin-top: 30px;
}

.offcanvas-social ul li {
    display: inline-block;
}

.offcanvas-social ul li a {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 38px;
    color: #be0bac;
    border: 1px solid #4d4d4d;
    border-radius: 50%;
    margin: 0 5px;
}

.offcanvas-social ul li a:hover {
    background: #be0bac;
    border-color: #be0bac;
    color: #fff;
}

.nav-area {
    position: fixed;
    top: 0;
    z-index: 9997;
    /*background-color: #4ec87b;*/
    background-color: white;
}

.nav-bar-scroll {
    box-shadow: 3px 2px 5px #bdbdbd;
    transition: all 0.5s ease-out;
}

.nav-top-left {
    justify-content: center;
    text-align: center;
}

.nav-top-left a {
    margin: auto;
    width: 120px;
}

.nav-top-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-top-right ul li {
    display: inline-block;
    padding-right: 10px; 
    padding-left: 10px; 
}

.nav-top-right ul li a {
    color: #2a2828;
    font-size: 14px;
    font-weight: 600;
    font-family: "Montserrat";
}

.nav-top-right ul li a:hover {
    color: #36cb38;
    /*border-bottom: 2px #af50bb solid;*/
    border-bottom: 2px #36cb38 solid;
}

.nav-btn {
    border: solid 2px #2a2828;
    padding: 0 23px 0 20px;
    line-height: 35px;
}

.nav-btn:hover {
    background-color: #36cb38;
    color: #fff !important;
    border-color: #36cb38;
}

.toggle-btn {
    font-size: 24px;
    color: #2a2828;
    cursor: pointer;
    text-align: right;
}

.header-area {
    height: 700px;
    background: url("../images/loto-bg.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    padding: 5%;
}

.header-area-2 {
    height: 400px;
    /*background: linear-gradient(180deg, #78b3f3, rgb(167, 87, 207));*/
    background-color: #000;
    background-image: url("../images/petals-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    padding: 5%;
}

.header-area-2 h1 {
    color: white;
}

.header-fore {
    background-image: 
        url('../images/Green-leaves.png');
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: bottom right;
    position: absolute;
    height: 600px;
    width: 100%;
    top: 10%;
    right: 5%;
    pointer-events: none;
}

.header-left {
    /*background-image: url('../images/Imagen5.png');
    background-size: contain;
    background-repeat: no-repeat;*/
}

.header-left h2 {
    font-size: 30px;
    font-family: "Montserrat";
    color: white;
}

.header-left h1 {
    font-size: 40px;
    /*color: #6f6e69;*/
    font-family: 'Montserrat';
    color: white;
    margin-bottom: 8px;
}

.header-left p {
    color: #9b9b9b;
    font-weight: 600;
}

h3 span {
    color: #36cb38;
    font-size: 18px;
    text-transform: uppercase;
}

.info-area img {
    width: 500px;
}

@media (max-width: 767px) {
    .header-area {
        height: 450px;
    }

    .header-left h1 {
        font-size: 24px;
    }
    
    .header-left h2 {
        font-size: 30px;
        margin-bottom: 8px;
    }

    .header-area-2 {
        height: 550px;
    }

    .header-area-2 img {
        width: 90% !important;
        margin-left: auto;
        margin-right: auto;
    }

    .header-area-2 h1 {
        font-size: 30px;
    }
}

.img-diff {
    border-radius: 10px;
    box-shadow: 0 0 10px;
}

.entries-area {
    height: 600px;
    background:#eaeaea;
    padding: 5%;
}

.entries-area hr {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid purple;
}

.entries-grid {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    justify-content: center;
}

.grid-card {
    width: 300px;
    background-color: #fff;
    box-shadow: 0 0 10px #9c9c9c;
    margin-left: auto;
    margin-right: auto;
}

.grid-card:hover {
    transform: scale(1.1);
}

.grid-card h4, p {
    padding: 8px;
}

.grid-card p {
    font-size: 15px;
}

@media (max-width: 767px) {
    .grid-card {
        width: 90%;
    }

    .grid-card h4 {
        font-size: 18px;
    }
}

.v-title {
    font-size: 24px;
    color: #36cb38;
    /*color: #4b9a68;*/
    margin-bottom: 8px;
}

.contact-area {
    margin-bottom: 16px;
}

.contact-form-parent {
    display: block;
}

.form-input {
    width: 300px;
    padding: 3px;
    margin-bottom: 5px;
}

.form-btn {
    width: 300px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 700;
    font-style: bold;
    padding: 0 30px 0 30px;
    margin-top: 15px;
    font-size: 16px;
    line-height: 37px;
    border: none;
    color: white;
    background-color: #920984;
}

.form-btn:hover {
    background-color: #b90ca8;
}

.v-lb {
    color: #000000;
    font-weight: bold;
    font-size: 16px;
}

.contact-info {
    background-color: #e3e3e3
}

.contact-info ul {
    width: 50%;
    margin: auto;
}

.contact-info ul li a {
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

.contact-info ul li a i{
    color: #36cb38;
    font-size: 17px;
}

@media (max-width: 767px) {
    .contact-area {
        margin-bottom: 0;
    } 

    .contact-form-parent {
        display: flex;
    }

    .contact-form {
        margin: auto;
    }

    .form-input {
        width: 250px;
    }

    .form-btn {
        width: 250px;
    }

    .v-title {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .contact-info {
        margin-top: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .contact-info ul {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .contact-info ul li a {
        font-size: 15px;
    }

    .contact-info ul li a i{
        font-size: 16px;
    }
}

.hashira-grid {
    display: flex;
}

.hashira {
    width: 300px;
    margin: 10px;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 10px #8a8a8a;
}

.hashira h3 {
    font-size: 20px;
    height: 50px;
    align-items: center;
    text-align: center;
    justify-content: center;
    display: flex;
}

.hashira p {
    font-size: 16px;
}

.grid-area {
    display: grid;
    gap: 3rem;
    grid-auto-rows: 30rem;
    grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
    margin: 3% 5%;  
    justify-content: center; 
    text-align: center;
}

.references ul {
    list-style: disc;
}

.references li {
    margin-top: 12px;
}

table th {
    padding: 3px 10px;
}

.content ul {
    list-style-type: disc;
}

.content table td {
    padding: 3px;
}

.content table thead th {
    font-weight: bold;
}

table tbody th{
    font-weight: 400;
}

table tbody tr:first-child {
    border-top: 1px solid #000;
}

table tbody tr:last-child {
    border-bottom: 1px solid #000;
}

footer {
    background-color: #000000;
    color: #ededed;
}

footer h4 {
    color: #ededed;
}

footer ul {
    list-style-type: disc;
}

footer ul li a{
    font-size: 14px;
    color: white;
}

footer .list-2 {
    list-style-type: none;
    line-height: 30px;
}

footer .list-2 li a {
    font-size: 18px;
}

@media (max-width: 767px) {
    .hashira-grid {
        display: block;
    }

    .hashira {
        width: 90%;
        margin: 20px auto;
    }
}