:root {
    --color-primary: #6BA539;
    --color-primary-rgb: 107, 165, 57;
    --color-primary-hover: #548825;
    --color-secondary: #587836;
    --color-secondary-rgb: 88, 120, 54;
    --color-secondary-hover: #486826;
    --color-tertiary: #9AD1D4;
    --color-tertiary-rgb: 154, 209, 212;
    --color-tertiary-hover: #408B8F;
    --color-light: #F0F4F4;
    --color-light-rgb: 204, 219, 220;
    --color-dark: #151613;
    --color-dark-rgb: 21, 22, 19;
    --color-text: #494949;
    --color-muted: #6c757d;
    --font-primary: 'Open Sans Condensed';
    --font-secondary: 'Ubuntu';
}

body {
    font-family: var(--font-primary), sans-serif;
    font-size: 19px;
    font-weight: 400;
    color: #ffffff;
}
h1, h2, h3 {
    font-family: var(--font-secondary), sans-serif;
}
h1 {
    font-size: 25px;
    letter-spacing: 4px;
    text-align: center;
}
h2 {
    font-size: 13px;
    letter-spacing: 15px;
}
.style-1 {
    font-family: var(--font-secondary), sans-serif;
    font-size: 20px !important;
    letter-spacing: 10px !important;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
}
.style-2 {
    font-family: var(--font-primary), sans-serif !important;
    font-size:14px !important;
    letter-spacing: 10px !important;
    text-align: center;
    text-transform: uppercase;
}
.text-white {
    color: #ffffff;
}
.text-gray {
    color: #4E4E4E;
}
.vegas-content {
    height: 100%;
}
.vegas-timer-progress {
    background: #4A7729;
}
.masthead h1 {
    font-size: 20px !important;
    letter-spacing: 10px;
    color: #ffffff;
}
.masthead img{
    z-index: 100;
}
.logo-center {
    background: rgba(73, 119, 41, 0);
    background: -moz-linear-gradient(left, rgba(73, 119, 41, 0) 0%, rgba(73, 119, 41, 0.3) 25%, rgba(73, 119, 41, 0.3) 75%, rgba(73, 119, 41, 0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(73, 119, 41, 0)), color-stop(25%, rgba(73, 119, 41, 0.6)), color-stop(75%, rgba(73, 119, 41, 0.6)), color-stop(100%, rgba(73, 119, 41, 0)));
    background: -webkit-linear-gradient(left, rgba(73, 119, 41, 0) 0%, rgba(73, 119, 41, 0.6) 25%, rgba(73, 119, 41, 0.6) 75%, rgba(73, 119, 41, 0) 100%);
    background: -o-linear-gradient(left, rgba(73, 119, 41, 0) 0%, rgba(73, 119, 41, 0.6) 25%, rgba(73, 119, 41, 0.6) 75%, rgba(73, 119, 41, 0) 100%);
    background: -ms-linear-gradient(left, rgba(73, 119, 41, 0) 0%, rgba(73, 119, 41, 0.6) 25%, rgba(73, 119, 41, 0.6) 75%, rgba(73, 119, 41, 0) 100%);
    background: linear-gradient(to right, rgba(73, 119, 41, 0) 0%, rgba(73, 119, 41, 0.5) 20%, rgba(73, 119, 41, 0.5) 80%, rgba(73, 119, 41, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d2d2d', endColorstr='#2d2d2d', GradientType=1);
}
@media (min-width: 992px) {
    .masthead {
        height: 100vh;
        min-height: 40rem;
        padding-top: 4.5rem;
        padding-bottom: 0;
    }
}
.bg-fixed {
    background-attachment: fixed;
    background-position: center;
    background-size: 100% auto;
    position: relative;
}
@media (max-width: 767px) {
    .bg-fixed {
        background-size: auto 100%;
    }
}
.bg-overlayer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.bg-white {
    background: #ffffff;
}

.navbar {
    background-color: rgba(255,255,255,0.9);
    background-image: url("../images/menu.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 50px auto;
}
.navbar .nav-item {
    margin: 0 10px;
}
.navbar .nav-link {
    font-size: 18px;
    line-height: 20px;
    color: rgba(0,0,0,0.9) !important;
    font-weight: 300;
    letter-spacing: 2px;
    padding: 26px 20px;
    max-width: 115px;
    text-align: center;
}
.navbar .nav-link:hover {
    color: rgba(0,0,0,0.7) !important;
}
.navbar .sitename {
    margin-right: 80px;
}
.navbar .sitename img{
    margin: 0 auto;
    height: 40px;
    width: auto;
}
.navbar .sitename span{
    font-family: var(--font-primary), sans-serif;
    font-size: 8px !important;
    line-height: 10px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    display: block;
    text-align: center;
}
.navbar-light .navbar-toggler {
    position: absolute;
    bottom: 24px;
    right: -6px;
    transform: scale(0.6);
}
.navbar-light .navbar-toggler-icon {
    opacity: 0;
}
.language {
    position: absolute;
    right: 56px;
    bottom: 22px;
    width: 60px;
    cursor: pointer;
}
.language img {
    border-radius: 12px;
}
@media (max-width: 991px) {
    .navbar .nav-link {
        max-width: 100%;
        padding: 10px 0;
    }
}

.nosotros {
    padding: 60px 0;
}
.nosotros .bg-overlayer{
    background: rgba(108,165,57,0.9);
}
.nosotros p {
    font-size: 20px;
    color: #000;
}
.nosotros .aspect-box {
    border-radius: 20px;
}

.productos {
    padding: 60px 0 120px;
}
.productos .bg-overlayer{
    background: rgba(28,31,42,0.9);
}
.productos figure{
    padding-bottom: 70%;
}
.productos figure h2{
    font-family: var(--font-primary), sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 300;
    margin-top: 30px;
    margin-left: 0;
    padding: 8px;
    background: linear-gradient(to right, rgba(73, 119, 41, 1) 0%, rgba(73, 119, 41, 0.7) 80%, rgba(73, 119, 41, 0) 100%);
}
.productos figure h2 span{
    font-weight: 700;
}
.productos figure a{
    color: #ffffff;
}
.productos .frase{
    text-shadow: 0 2px 20px green;
}

.modal-content {
    background: rgba(255,255,255,0.9);
    border-radius: 0;
}
.modal-header {
    border-radius: 0;
    background: linear-gradient(to right, rgba(73, 119, 41, 1) 0%, rgba(73, 119, 41, 0.7) 80%, rgba(73, 119, 41, 0) 100%);
}
.modal-content .modal-title{
    color: #ffffff;;
}
.modal-content .modal-body,
.modal-content .modal-footer {
    color: #4E4E4E;
}
.modal-content .modal-title span {
    font-weight: 700;
}
.modal-content .content{
    display: none;
}

.btn {
    font-family: var(--font-secondary), sans-serif;
    border-radius: 0;
}


.calidad {
    background: #000000;
}
.calidad img {
    opacity: 0.6;
    transition: 0.5s all;
}
.calidad img:hover {
    opacity: 1;
}

.ambiente {
    padding: 60px 0;
}
.ambiente .bg-overlayer{
    background: rgba(73,119,41,0.9);
}

.parallax {
    min-height: 500px;
}

.servicio {
    padding: 180px 0;
}
.servicio .bg-overlayer {
    background: rgba(28,31,42,0.9);
}


.contacto {
    background: #1B1B1B;
    padding: 120px 0;
}
.contacto h1{
    color: #ffffff;
}
.contacto p {
    font-family: var(--font-secondary), sans-serif;
    color: #D7D7D7;
    letter-spacing: 2px;
    font-size: 20px;
}
.contacto p span {
    letter-spacing: 0;
    font-size: 13px;
}
.contacto .btn-privacidad {
    background: #6BA539;
    border-radius: 10px;
    font-family: var(--font-secondary), sans-serif;
    font-size: 18px;
    color: #ffffff;
}
.form-control.form-control-input {
    height: 31px;
    padding-top: 0;
    padding-bottom: 0;
}
.form-control {
    background: #646464;
    border: none;
    color: #DBDBDB;
    border-radius: 0;
}
.form-control::placeholder {
    color: #DBDBDB;
}
.btn-primary {
    color: #fff;
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}
.btn-primary:hover {
    color: #fff;
    background-color: #4F871C;
    border-color: #2F6004;
}
.btn-dark {
    background: #4b4b4b;
    color: #DBDBDB;
    border: none;
}
.btn-dark:hover {
    background: #DBDBDB;
    color: #4b4b4b;
}
footer{
    background:  #2F2F2F;
    padding-bottom: 100px;
}
footer p {
    font-size: 14px;
    letter-spacing: 10px;
    color: white;
    opacity: 0.4;
}
.aspect-80 {
    padding-bottom: 80%;
}
.aspect-65 {
    padding-bottom: 65%;
}
.aspect-130 {
    padding-bottom: 130%;
}
.privacidad {
    color: #000;
}

.subheader {
    height: 320px;
}
.breadcrumb {
    background-color: rgba(var(--color-light-rgb), 0.1);
    border-radius: 0;
    padding: 0.5rem 1rem;
    backdrop-filter: blur(5px);
    display: inline-flex;
}
.breadcrumb-item a {
    color: var(--color-light);
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 1rem;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: white;
    opacity: 0.25;
}
.bg-light {

}
.bg-image {
    min-height: 450px;
}
.parallax__container {
    clip: rect(0, auto, auto, 0);
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background-color: #222222;
}
.parallax {
    position: fixed;
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    will-change: transform;
    transition: transform 1s cubic-bezier(0, 0, 0, 1);
    width: 100%;
    opacity: 0.4;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.blog-item {
    border-radius: 10px;
    display: block;
    text-decoration: none;
}
.blog-item:hover {
    text-decoration: none;
}
.blog-item .btn-link {
    font-family: var(--font-secondary), sans-serif;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    color: var(--color-muted);
    text-align: right;
    position: relative;
    padding-bottom: 4px;
    transition-delay: 0.3s;
    letter-spacing: 2px;
}
.blog-item .btn-link:hover {
    color: var(--color-primary);
    text-decoration: none;
}
.blog-item .btn-link:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--color-primary);
    transition: all 0.3s ease-in-out;
}
.blog-item .btn-link:hover:before {
    width: 100%;
}
.blog-item__info {
    position: relative;
    z-index: 2;
    background: white;
    box-shadow: 0 10px 20px 0 rgba(221, 221, 221, 0.3);
}
.blog-item.home .blog-item__info {
    background: var(--color-light);
    border: none;
}
.blog-item__title a {
    position: relative;
    font-weight: 800;
    color: var(--color-dark);
    transition: all 0.2s ease-in-out;
}
.blog-item__title a:hover {
    color: var(--color-primary);
    text-decoration: none;
}
.blog-item__desc {
    height: 84px;
}
.blog-item__date {
    background-color: var(--color-primary);
    text-align: center;
    color: #fff;
    z-index: 4;
    border-radius: 4px;
    position: absolute;
    padding: 5px 24px;
    font-weight: 600;
    top: 0;
    left: 20px;
    margin-top: -4.2rem;
}
.blog-item__date p {
    margin-bottom: 0;
    line-height: 1.1;
    font-weight: 400;
}
.blog-item__date p:nth-child(1){
    font-size: 28px;
    font-weight: 800;
}
.blog-item__date p:nth-child(1){
    font-size: 32px;
}
.blog-item__date p:nth-child(2){
    font-size: 26px;
}
.blog-item__date p:nth-child(3){
    font-size: 18px;
}
.blog-single__content {
    color: var(--color-text);
}
.blog-single__content img {
    width: 100% !important;
    height: auto !important;
}

.blog-sidebar .card {
    border-radius: 0;
    border: none;
    background-color: var(--color-light);
}
.blog-sidebar .card-header {
    background-color: transparent;
    border-bottom: none;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.blog-sidebar .card hr {
    border-color: rgba(var(--color-light-rgb),0.4);
    margin: 0 1rem;
}
.blog-sidebar .card-title {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 0;
    color: var(--color-dark);
}

.blog-sidebar .form-control {
    border-radius: 0;
    border-color: rgba(var(--color-light-rgb),0.6);
    background-color: white;
}
.blog-sidebar .btn {
    border-radius: 0;
}

.tag {
    background-color: white;
    border: 1px solid rgba(var(--color-light-rgb),0.6);
    color: var(--color-muted);
    padding: 6px 8px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 2px;
    margin-bottom: 6px;
    display: inline-block;
}
.tag:hover {
    color: var(--color-primary-hover);
    text-decoration: none;
}

.share-msimple {
    list-style: none;
    display: flex;
    flex-direction: row;
}
.share-msimple a {
    background: var(--color-muted);
    color: white;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    text-decoration: none;
    border-radius: 2px;
    transition: background-color .3s ease-out;
}
.share-msimple a:hover {
    background: var(--color-text);
}
.share-msimple a i {
    font-size: .95rem;
}

.pulse-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
}
.pulse-play-button {
    background: rgb(var(--color-primary-rgb));
    border-radius: 50%;
    height: 80px;
    width: 80px;
    box-shadow: 0 0 0 0 rgba(var(--color-primary-rgb), 1);
    transform: scale(1);
    animation: pulse 2s infinite;
    position: relative;
}
.pulse-play-icon {
    border-left: 30px solid #fff;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    top: 20px;
    left: 28px;
}
@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(var(--color-primary-rgb), 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px rgba(var(--color-primary-rgb), 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(var(--color-primary-rgb), 0);
    }
}