@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@font-face {
    font-family: 'Blinker';
    src: url('../fonts/blinker/Blinker-Bold.woff2') format('woff2'),
        url('../fonts/blinker/Blinker-Bold.woff') format('woff'),
        url('../fonts/blinker/Blinker-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Blinker';
    src: url('../fonts/blinker/Blinker-ExtraLight.woff2') format('woff2'),
        url('../fonts/blinker/Blinker-ExtraLight.woff') format('woff'),
        url('../fonts/blinker/Blinker-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Blinker';
    src: url('../fonts/blinker/Blinker-SemiBold.woff2') format('woff2'),
        url('../fonts/blinker/Blinker-SemiBold.woff') format('woff'),
        url('../fonts/blinker/Blinker-SemiBold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Blinker';
    src: url('../fonts/blinker/Blinker-Regular.woff2') format('woff2'),
        url('../fonts/blinker/Blinker-Regular.woff') format('woff'),
        url('../fonts/blinker/Blinker-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --green: #033926;
    --light: #dfdfdf;
}
body{
	width: 100%;
    height: 100%;
    position: relative;
    font-family: "DM Sans", sans-serif;
    color: #000;
    font-weight: 300;
    transition: 0.3s ease-in-out !important;
    overflow-x: hidden !important;
}
a, button {
    color: inherit;
    outline: none;
    border: none;
    background: transparent;
}
p{
	font-weight: 400;	
    font-size: 1rem;
}
b, strong,
p strong{
	font-weight: 600 !important;
}
h1, h2, h3, h4, h5, h6{
    color: var(--green);
    font-family: "Blinker", serif;
}
a{
	text-decoration: none;
	color: #000;
}
a:hover {
    color: #cf0004;
}
button:hover, button:focus, button:active{
	box-shadow: none !important;
	outline: none !important;
}

/* =============== */
/* TITLES */
/* =============== */
.bg-light{
    background-color: var(--light) !important;
}
.bg-green{
    background-color: var(--green) !important;
}
.text-green{
    color: var(--green) !important;
}
.cbp-af-header {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: #fff;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    border-bottom: 1px #fff solid;
}
.cbp-af-header.cbp-af-header-shrink {
    position: fixed !important;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid rgba(23, 23, 23, 0.05);
    -webkit-animation: headerSlideDown .45s ease forwards;
    animation: headerSlideDown .45s ease forwards;
}
@keyframes headerSlideDown{
    0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{-webkit-transform:translateY(0);transform:translateY(0)}
}
.padding-on-scroll {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.navbar-brand {
	width: 140px;
    position: relative;
    display: inline-flex;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.navbar-brand img {
    height: 100%;
    width: auto;
    display: block;
    margin: 0;
    padding: 0;
}
.navbar-toggler {
    float: right;
    border: none;
    padding: 0;
    transition: color 300ms linear;
}
.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}
.navbar-dark .navbar-toggler-icon {
    width: 16px;
    height: 18px;
    background-image: none;
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    margin-right: 7px;
    border-bottom: 2px solid var(--bs-black);
    transform: translateX(8px);
}
.navbar-dark .navbar-toggler-icon:after,
.navbar-dark .navbar-toggler-icon:before {
    width: 16px;
    position: absolute;
    height: 2px;
    background-color: var(--bs-black);
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transform: translateX(-8px);
    transition: all 300ms linear;
}
.navbar-dark .navbar-toggler-icon:after {
    top: 8px;
    width: 24px;
    left: 0;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: translateX(-8px) rotate(45deg);
    width: 24px;
    left: 0;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translate(-8px, 8px) rotate(-45deg);
    width: 24px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
    transition: all 300ms linear;
}
.cbp-af-header.cbp-af-header-shrink .navbar-brand {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.navbar .navbar-nav .nav-item .nav-link {
    font-weight: 500;
    font-size: 14px;
    line-height: initial;
    color: #918477;
    padding: 0.5rem;
    margin: 0 10px;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.navbar .navbar-nav .nav-item.active .nav-link,
.navbar .navbar-nav .nav-item:hover .nav-link {
    background-color: #ffffff24;
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    line-height: 1.1;
    font-weight: 500;
    border-radius: 0.1875rem;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: background-color .15s ease;
    -o-transition: background-color .15s ease;
    transition: background-color .15s ease;
}
/* =============== */
/* BTN */
/* =============== */
.btn{
    background-color: var(--green);
    color: #fff !important;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
    transition: color .3s ease-out, background-color .3s ease-out, border-color .3s ease-out;
    border-radius: 30px;
    padding: 8px 20px;
}
.btn:hover{
	background-color: #116d4d;
}
.btn:active,
.btn:focus{
    outline: none;
    box-shadow: none;
}
.mix-difference{
	mix-blend-mode: difference;
}
.header-home{
    height: calc(100vh - 50px);
    min-height: 700px;
}

/* =============== */
/* CONTACT */
/* =============== */
.form-group {
    margin-bottom: 0.8rem;
}
.form-group label {
    font-size: 14px;
    font-weight: 400;
    color: #0b2238;
}
.form-control {
    height: 45px;
    color: #0b2238;
    background-color: #fff;
    font-size: 0.9rem;
    font-weight: 400;
    border-color: var(--green);
    transition: 0.3s !important;
}
textarea.form-control {
    height: 120px;
    padding-top: 15px;
}
.form-control:focus,
.form-control:active{
    outline: none;
    box-shadow: none !important;
    border: 1px var(--bs-black) solid;
}
.wpcf7-spinner{
	display: none !important;
}
.wpcf7 form .wpcf7-response-output,
.wpcf7-not-valid-tip {
    font-size: 12px;
}

.copete {
  clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
}
.grid-layout {
    display: grid;
    grid-template-rows: 400px 400px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-rows: minmax(400px, auto);
    grid-gap: 20px;
    position: relative;
    width: 100%;
}
.grid-layout .grid-layout-item:nth-child(1) {
    grid-column: 1 / 4;
}
.grid-layout .grid-layout-item:nth-child(2) {
    grid-column: 4 / 5;
}
.grid-layout .grid-layout-item:nth-child(3) {
    grid-column: 1 / 2;
}
.grid-layout .grid-layout-item:nth-child(4) {
    grid-column: 2 / 5;
}

.box-image img {
    transition: opacity 0.3s ease-in-out;
}
.box-image .hover-image {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
}
.box-image:hover img {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.box-image:hover .hover-image {
    opacity: 1;
}

/* =============== */
/* FOOTER */
/* =============== */
footer{
    padding: 30px 0 25px;
    background-color: #f7f7f7;
    color: #000;
}
footer hr{
    opacity: 1;
    border-color: #000;
}
footer .logo-footer{
    width: 150px;
}
footer p, footer p a{
    color: #000;
}
footer .copy{
    font-size: 13px;
}
#qlwapp.qlwapp-rounded.qlwapp-button .qlwapp-toggle {
    font-weight: 500;
}
@media (max-width: 991px) {
    .navbar .navbar-nav .nav-item .nav-link {
        font-size: 17px;
        padding: 15px 1.5rem;
    }
    .padding-on-scroll {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .header-home{
        padding: 2rem 0 10rem;
        height: auto;
        min-height: auto;
    }
    .grid-layout {
        grid-template-rows: 150px 150px;
        grid-auto-rows: minmax(150px, auto);
        grid-gap: 10px;
    }

    footer {
        padding: 50px 0 30px;
    }

}
.grecaptcha-badge {
    visibility: collapse !important;
}




