body{
    background-color: #000;
    font-family: 'Open Sans Condensed', sans-serif !important;
    
}
.nav-link {
    position: relative;
    padding: 2.2rem;
    font-weight: 500;
    color: #cdddeb;
    border-bottom: 2px solid #000;
    width: 125px;
    text-align: center;
}
main{
    overflow: hidden;
}
.nav-link a{
    text-decoration: none;
    color: #cdddeb;
}
.nav-link.active::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -.6rem;
    vertical-align: middle;
    content: "";
    border-right: .6rem solid transparent;
    border-bottom: .6rem solid;
    border-left: .6rem solid transparent;
}
.nav-link.active, .nav-link:hover{
    color: #aad150;
    border-bottom: 4px solid;
}
.home-head img{
    width: 100%;
}
.description{
    height: 391px;
    background-repeat: no-repeat;
    background-position: center;
    background: #fff;
    z-index: 0;
    background-attachment: scroll;
    background-size: auto;
}
.description .container{
    display: flex;
    align-items: center;
    height: 100%;
}

.description .container h1, .description .container p {
    text-transform: uppercase;
}

.img-movement{
    background-image: url(../img/parallax.jpg);
    min-height: 520px;
    /*background-attachment: fixed;
    background-size: cover;
    background-position: 50% 50%;
    background-position-y: top;*/
}
.grid-img{
    background-color: white;
    padding-top: 3em;
    padding-bottom: 3em;
    
}
.grid{
    background-color: white;
    padding-top: 3em;
    padding-bottom: 3em; 
}
.grid .row.pt-5.mb-5 {
    font-size: 20px;
}
.grid-img img {
    position: sticky;
    bottom: 0px;
    top: 300%;
    max-width: 80%;
    max-height: fill-available;
}
.content-img{
    height: 327px;
}
.grid-img p:last-child {
    position: sticky;
    top: 300%;
    bottom: 0px;
    position: -webkit-sticky;
}
a.btn.btn-secondary {
    width: 100%;
    padding: 15px;
    font-size: 20px;
    border-radius: 0px;
    color: white;
    background: black;
    border: none;
}
a.btn.btn-secondary:hover {
    background: #aad150;
}
.footer{
    background-image: url(../img/bgnosotros.jpg);
    background-repeat: no-repeat;
    z-index: 0;
    background-attachment: scroll;
    background-size: cover;
    min-height: 410px;
}
.blog-footer .col-lg-6 a:first-child::before{
    display: none;
}
.col-lg-6 a::before {
    content: "|";
    padding-right: 2px;
    margin-left: -2px;
}
.blog-footer .col-lg-6 P, .blog-footer .col-lg-6 a {
    COLOR: white;
    font-size: 21px;
    letter-spacing: 0.5px;
}

.blog-footer .col-lg-6 P:hover, .blog-footer .col-lg-6 a:hover {
    text-decoration: none;
}

.blog-footer .col-lg-3 a {
    padding: 25px;
}
.color-white{
    color: white;
    font-size: 21px;
    letter-spacing: 0.5px;
    margin-left: 20px;
}
.white{
    background-color: white;
}
.we-are{
    background-image: url(../img/fondonosotros.jpg);
    background-repeat: no-repeat;
    z-index: 0;
    background-attachment: scroll;
    background-size: cover;
    min-height: 410px;
    background-position: center;
}
.we-have{
    /*background-image: url(../img/nuestramision.jpg);*/
    background-repeat: no-repeat;
    z-index: 0;
    background-attachment: scroll;
    background-size: cover;
    background-color: white;
}
.we-have img {
    width: 100%;
}
.product .grill{
    background: #ddd;
    border-radius: 5px;
}
.col-lg-2.col-2.p-1 img {
    padding: 0;
}
.carousel-control-prev span{
    margin-left: -50px;
}
.carousel-control-next span{
    margin-right: -50px;
}
.carousel-item .grill-img img {
    padding: 0 2em 0 2em;
}
.tall-100{
    height: 410px;
    color: white !important;
}
.max-height-grid{
    max-height: 36px;
}
.max-height-grid img, .max-height-grid p{
    display: inline-block;
    margin: 0;
}
.height-modal{
    min-height: 145px;
    max-height: 145px;
}
.card-content{
    background-color: #f5f5f5;
    border-radius: 5px;
}
.card-content a{
    text-decoration: none;
    color: #aad24f;
    font-weight: bolder;
}
.border.text-left.px-4.py-3.height-modal a {
    position: sticky;
    top: 100vh;
    bottom: 0;
}
a:focus {
    outline: 0 !important;
}
.pull-right{
    position: absolute;
    right: 0;
    overflow: hidden;
}
.pull-left img {
    height: 391px;
}
.pull-left{
    position: absolute;
    left: 0;
    overflow: hidden;
}
.pull-right img {
    height: 391px;
}
#map{
    height: 800px;
    width: auto;
}
input.rounded-0{
    height: 65px !important;
}
textarea.rounded-0{
    height: 175px !important;
    resize: none;
}
button.rounded-0{
    height: 65px;
    width: 195px;
    background-color: #365a2b;
    border: 1px solid #f5f5f5;
}
button.rounded-0:hover{
    background-color: #000;
}
.fa-bars{
    color: #aad24f;
}
#wrapper.toggled {
    display: block !important;
    position: fixed;
    width: 100%;
    background: rgba(57, 93, 46, 0.95);
    z-index: 999;
    top: 0px;
    left: 0px;
    height: 100%;
    text-align: center;
    font-size: 40px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    left: 0px;
    padding-top: 1.5em;
    overflow-y: scroll;
}
#wrapper.toggled a{
    border: none !important;
    padding: 20px;
    width: 100%;
}
.hamburger {
    z-index: 999;
    display: block;
    width: 32px;
    height: 32px;
    margin-left: 0px;
    border: none;
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
    outline: none;
}
.hamburger.is-closed:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px,0,0);
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    position: absolute;
    left: 0;
    height: 4px;
    width: 100%;
    border-radius: 5px;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
    background-color: #aad150;
}
.hamburger.is-closed .hamb-top { 
    top: 5px; 
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
    top: 50%;
    margin-top: -2px;
}
.hamburger.is-closed .hamb-bottom {
    bottom: 5px;  
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
    top: 5px;
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
    bottom: 5px;
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    background-color: #aad150;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
    top: 50%;
    margin-top: -2px;  
}
.hamburger.is-open .hamb-top { 
    -webkit-transform: rotate(45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open .hamb-middle { display: none; }
.hamburger.is-open .hamb-bottom {
    -webkit-transform: rotate(-45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px,0,0);
    -webkit-transition: all .35s ease-in-out;
}
.is-closed, .is-open {
    position: inherit !important;
    z-index: 1900;
}
.hamb-middle{
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition: all .35s ease-in-out !important;
}
button.navbar-toggler.hamburger.is-open {
    top: 16px;
    position: fixed !important;
}
.nav-h{
    color: white;
    font-weight: bolder;
    margin-left: 30px;
    margin-bottom: 0;
    line-height: 2;
}
a.carousel-control-prev::before {
    display: none !important;
}
a.d-none.d-lg-flex.carousel-control-next img {
    position: absolute;
    right: 0px;
}
a.d-none.d-lg-flex.carousel-control-prev img {
    position: absolute;
    left: 0px;
}
a.carousel-control-next::before {
    display: none !important;
}
.home-head .container.h-100.align-items-center.justify-content-center.d-block.d-lg-none{
    display: flex !important;
    align-items: center;
    height: 100%;
}
.logo-float{
    width: initial !important;
}
.container.h-100.align-items-center.justify-content-center.d-flex {
    min-height: 300px;
}
.grid.product .carousel-inner .carousel-item .grill .row.m-5 {
margin: 3rem 0 3rem 0 !important;
}
.grid.product .carousel-inner .carousel-item .grill .row.m-5{
    border: solid 1px #ccc;
}
.grid.product .carousel-inner .carousel-item .grill .row.m-5 .col-lg-6:first-child{
background-color: #ebebeb;
border-right: solid 1px#ccc;
}
@media screen and (max-width: 1199px){
    .blog-footer .col-lg-3 a {
        padding: 20px;
    }
}
@media screen and (min-width: 769px) and (max-width: 991px){
    .we-have {
        min-height: 300px;
        background-position: center;
    }
    a.d-block.d-lg-none.carousel-control-prev img {
        position: absolute;
        left: 0;
        top: 30%;
    }
    a.d-block.d-lg-none.carousel-control-next img {
        position: absolute;
        right: 0;
        top: 30%;
    }
    .blog-masthead .container {
        margin: 0;
    }
    .we-are {
        background-size: 140%;
        background-position: center;
        min-height: 188px;
    }
    .container.h-100.align-items-center.justify-content-center p {
        text-align: justify;
    }
    .blog-masthead .container {
        margin: 0px !important;
    }
    .home-head{
        background-image: url(img/imgvideo.jpg);
        height: 391px;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 0;
        background-attachment: scroll;
        background-size: auto;
    }
    
    section.grid.recet .container .row.p-5 {
        padding: 3rem 0 3rem 0 !important;
    }
    
    section.grid.recet .row.p-5 .col-12.col-sm-6.col-lg-4.col-md-6 {
        padding: 1rem 5px 1rem 5px;
    }
}

@media screen and (max-width: 768px){

    .we-have {
        margin-top: -100px;
    }

    .white.pt-5.pb-5 {
        margin-top: -152px;
        margin-bottom: -110px;
    }

    .color-white {
        margin-left: 0 !important;
    }

    .we-have {
        min-height: 300px;
        background-position: center;
    }
    .blog-masthead .container {
        margin: 0;
    }
    .we-are {
        background-size: 140%;
        background-position: center;
        min-height: 188px;
    }
    .container.h-100.align-items-center.justify-content-center p {
        text-align: justify;
    }
    .blog-masthead .container {
        margin: 0px !important;
    }
    .home-head{
        background-image: url(/img/imgvideo.jpg);
        height: 391px;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 0;
        background-attachment: scroll;
        background-size: auto;
    }
    
    section.grid.recet .container .row.p-5 {
        padding: 3rem 0 3rem 0 !important;
    }
    
    section.grid.recet .row.p-5 .col-12.col-sm-6.col-lg-4.col-md-6 {
        padding: 1rem 5px 1rem 5px;
    }
    
    .footer{
        min-height: 300px;
    }
    .tall-100 {
        height: 300px;
    }
    .md-fluid{
        max-width: 100%;
    }
    button.rounded-0 {
        height: 50px;
        width: 170px;
    }
    .grid{
        padding-bottom: 0px;
    }
    .blog-footer .container{
        max-width: 100%;
    }
    .text-font{
        font-size: 20px;
        font-weight: bolder;
    }
    .grid.product .row.m-5{
        margin: 0px !important;
    }
    .grid.product .container{
        max-width: 100%;
        padding: 0px;
    }
    .carousel-control-prev img, .carousel-control-next img{
        position: relative;
        top: 20%;
    }
    .product .row{
        background-color: #fff;
        
    }
    .grid.product .row.m-5{
        border-bottom: 1px solid #aaa;
    }
    .d-lg-none.carousel-control-prev {
        left: 0;
    }
    .d-lg-none.carousel-control-next {
        right: 0;
    }
    .d-lg-none.carousel-control-prev img{
        float: left;
    }
    .d-lg-none.carousel-control-next img{
        float: right;
    }
    .carousel-inner .carousel-item img {
        width: 80% !important;
    }
    .col-lg-6.col-md-12.py-5.col.align-self-center {
        padding: 0 25px 0 25px;
    }
    .blog-footer .col-lg-3 a{
        padding: 5px;
    }
    .img-movement {
        min-height: 443px;
        background-attachment: inherit;
        background-size: cover;
        background-position: center;
        background-position-y: unset;
    }
    .description {
        height: 370px;
        overflow: hidden;
    }
    .description.us {
        height: 460px;
    }
    .pull-right img {
        right: -20px;
        position: relative;
        height: 370px;
    }
    .pull-left img {
        left: -20px;
        position: relative;
        height: 370px;
    }
    .pull-right .img-fluid {
        right: -50px;
        position: relative;
        height: 460px;
    }
    .pull-left .img-fluid {
        left: -20px;
        position: relative;
        height: 460px;
    }
    section.we-have {
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
    }
    .no-margin-mobil{
        margin: 0px !important;
    }
}
@media screen and (max-width: 425px) {
    .text-valor{
        font-size: 15px;
    }
    .pull-left .img-fluid {
        left: -85px;
        position: relative;
        height: 400px;
    }
    .pull-right .img-fluid {
        right: -115px;
        position: relative;
        height: 400px;
    }
    section.grid.recet .row.p-5 .col-12.col-sm-6.col-lg-4.col-md-6{
        padding: 1rem 1rem 1rem 1rem;
    }
    
    .row.p-4.d-flex.d-lg-none .col-lg-6.col-6:first-child {
        padding: 0;
        max-width: 52%;
        flex: 0 0 52%;
    }
    .row.p-4.d-flex.d-lg-none .col-lg-6.col-6:nth-last-child(2) {
        padding: 0;
        max-width: 48%;
        flex: 0 0 48%;
    }
    .row.p-4.d-flex.d-lg-none .col-lg-3.col-6:last-child{
        padding: 0;
    }
    .pull-right img {
        right: -40px;
        position: relative;
        height: 300px;
    }
    .pull-left img {
        left: -40px;
        position: relative;
        height: 300px;
    }
    .grid.recet .row.p-5{
        padding: 0px !important;
    }
    .description {
        height: 300px;
        overflow: hidden;
    }
    .container.h-100.align-items-center.justify-content-center p{
        font-size: 12px;
        
    } 
    .container.h-100.align-items-center.justify-content-center h1{
        
        font-size: 1.5rem;
    }
    .we-are {
        background-size: cover;
        background-position: center;
        min-height: 149px;
    }
    .description.us {
        height: 400px;
    }
    section.we-have {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        min-height: 150px;
        background-attachment: initial;
    }
    .text-font {
        font-size: 15px;
        font-weight: bolder;
    }
}

.home-head .video{
    overflow: hidden;
    height: 500px;
}
.home-head .video>video{
    position: relative;
    bottom: 0px;
    top: -400px;
}

.heading {
    text-shadow: 3px 1px 3px rgba(0, 0, 0, 0.5);
}

.carousel ul {
    list-style: none;
    padding: 0;
}
.height-modal h3 {
    min-height: 75px;
    font-size: 25px;
}