html {
    box-sizing: border-box;
    overflow-x: hidden !important;
    top: 0;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}
.inner1 {
    display: flex;
    align-items: center;
}
.polPriv{
    width: 100%;
    padding-top: 5px;
    padding-bottom: 10px;
}
.polPriv a{
    font-family: 'Manrope', sans-serif;
    color: #cbd19f;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
}
.blockMenu{
    position: absolute;
    top: -30px;
    height: 50px;
    width: 100%;
    background-color: #ffffff;
    z-index: 1001;
}
.minFlag {
    width: 17px;
    height: 17px;
    margin-right: 4px;
}
.modal{
    z-index: 10000000;
}
.col-per {
    max-height: 448px;
    text-align: center;
    padding: 0;
    margin: 30px;
    width: auto;
}
.col-per .card {
    height: 375px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 15px !important;
    width: 325px !important;
}
#map2 {
    margin-left: -50%;
}
#contacto iframe{
    z-index: 1;
}
.card-img-top {
    border-radius: 125px;
    width: 90px;
    height: 90px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}
.mailTo{
    text-decoration: none;
    color: #343b57;
    font-weight: 300;
    font-size: 15px;
    font-family: 'Manrope', sans-serif;
    display: block;
}
.colabHome{
    margin-bottom: 100px;
}
.colabHome .titulo{
    margin-bottom: 60px;
}
.card-body .btn{
    margin-top: 20px;
    margin-bottom: 40px;
}
.socialNetworksFooter{
    width: 100%;
    justify-content: center;
}
.socialNetworksFooter li{
    width: 35px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 5px;
    margin-right: 5px;
}
.socialNetworksFooter li a{
    text-decoration: none;
}
.socialNetworksFooter li img{
    width: 35px;
    height: 35px;
}
.menuFooter {
    width: 100%;
}

.menuFooter li {
    list-style: none;
}
.menuFooter li a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 800;
    font-size: 16px;
    font-family: 'Manrope', sans-serif;
}
.menuFooter li ul{
    padding: 0;
}
.menuFooter li ul li a{
    text-decoration: none;
    color: #ffffff;
    font-weight: 200;
    font-size: 16px;
    font-family: 'Manrope', sans-serif;
}
.subsBlog {
    margin-top: -25px;
}
.blogHome{
    text-align: center;
    margin-bottom: 50px;
}
#eb .mod-items-grid>.mod-grid {
    padding-left: 40px !important;
    padding-right: 40px !important;
}
footer label{
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    font-family: 'Manrope', sans-serif !important;
}
footer #eb .form-control{
    background-color: rgba(255, 255, 255, 0.4) !important;
}
footer #eb .btn-primary{
    color: #ffffff !important;
    font-weight: 200 !important;
    font-size: 16px !important;
    font-family: 'Manrope', sans-serif !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 0.5px solid #ffffff !important;
}
footer #eb .btn-primary:hover, #eb .btn-primary:active, #eb .btn-primary:visited{
    background-color: #576415 !important;
    border: 0.5px solid #576415 !important;
}
footer .eb-mod-form-action{
    text-align: center;
}
.adress img{
    width: 25px;
    height: auto;
}
.adress .col-icon{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    height: 160px;
}
.adress .col-icon.left{
    align-items: flex-start;
    margin-top: 2px;
}
.adress .col-info{
    font-family: 'Manrope', sans-serif;
    padding-top: 15px;
    color: #ffffff;
}
.adress .col-info span{
    width: 100%;
    display: block;
    text-align: left;
    font-weight: 300;
    font-size: 14px;
}
.adress .tittle{
    font-weight: 600 !important;
    font-size: 16px !important;
    margin-top: 10px;
}
.left span{
        width: 100%;
        display: block;
        text-align: left;
        font-weight: 400;
        font-size: 14px;
        color: #ffffff;
}
.mod-footer{
    font-family: 'Manrope', sans-serif;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    background-color: #576415;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 20px;
}
footer.container-fluid{
    padding: 0;
    background-color: #343b57;
}
.jmodedit, #tip-138, #tip-139,#tip-140, #tip-141, #tip-142, #tip-143, #tip-144, #tip-145, #tip-146, #tip-147, #tip-148{
    display: none;
}
body {
    margin-top: 0px;
    transition: 0.5s;
    overflow-x: hidden !important;
}

header {
    width: 100%;
    /*position: fixed;*/
    z-index: 10000;
    position: relative;
    margin-top: 0px;
    background-color: #ffffff;
}

.hiddenHeader {
    margin-top: -38px;
    transition: 0.5s;
}

.hidden {
    visibility: hidden;
    transition: 0.5s;
}

.invisiblePadding1 {
    width: 100%;
    height: 124px;
}

.invisiblePadding2 {
    width: 100%;
    height: 124px;
    margin-top: -124px;
}

#inicio {
    width: 100%;
    height: 550px;
    padding-top: 124px;
}

#nosotros {
    width: 100%;
}
.socialNetworks{
    margin-top: 5px;
}
.socialNetworks li{
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    list-style: none;
}
.socialNetworks a{
    text-decoration: none;
}
.socialNetworks a img {
    width: 25px;
    height: auto;
}
.socialMobileContainer{
    width: 100%;
    height: 100px;
    background-color: #ffffff;
    margin-top: -400px;
    position: absolute;
    transition: margin-top .5s ease-out;
    z-index: 1000;
}
.socialMobileContainer.visibleMenu, .menuPrincipalMobile.visibleMenu{
    margin-top: 0px;
}
.socialNetworksMobile {
    margin-top: 45px;
    justify-content: space-evenly;
}
.socialNetworksMobile li {
    display: inline-block;
    list-style: none;
}

.socialNetworksMobile a {
    text-decoration: none;
}

.socialNetworksMobile a img {
    width: 30px;
    height: auto;
}

.menuPrincipal{
    height: auto;
    margin-top: -20px;
}
.menuPrincipal ul {
    width: 100%;
    padding: 0;
}
.menuPrincipal li {
    list-style: none;
    height: 50px;
    padding-top: 75px;
    min-width: 130px;
    text-align: center;
}
.menuPrincipal li.menuLogo{
    border: 5px solid #576415;
    border-radius: 100px;
    background-color: #ffffff;
    height: auto !important;
    padding: 0 !important;
}
.menuPrincipal a {
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    font-family: 'Manrope', sans-serif;
}
.menuPrincipal a img {
    width: 150px;
    height: 150px;
    padding: 15px;
}
.greenBar{
    width: 100%;
    height: 50px;
    margin-top: -111px;
    background-color: #576415;
}
.menuPrincipal {
    height: auto;
    margin-top: -20px;
}

.menuPrincipal ul {
    width: 100%;
}

.menuPrincipal li {
    list-style: none;
    height: 50px;
    padding-top: 75px;
    min-width: 130px;
    text-align: center;
}

.menuPrincipal li.menuLogo {
    border: 5px solid #576415;
    border-radius: 100px;
    background-color: #ffffff;
    height: auto !important;
    padding: 0 !important;
}

.menuPrincipal a {
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    font-family: 'Manrope', sans-serif;
}

.menuPrincipal a img {
    width: 150px;
    height: 150px;
    padding: 15px;
}
.menuPrincipalMobile {
    height: auto;
    margin-top: -400px;
    background-color: #576415;
    position: absolute;
    width: 100%;
    transition: margin-top .5s ease-out;
    z-index: 1000;
}

.menuPrincipalMobile ul {
    width: 100%;
    padding: 0;
    margin-left: 2.5%;
    margin-top: 40px;
}

.menuPrincipalMobile li {
    list-style: none;
    height: 50px;
    line-height: 45px;
    text-align: center;
    width: 95%;
    border-bottom: 1px solid #fff;
}
.menuPrincipalMobile li:last-child{
    border: none;
}
.menuPrincipalMobile a {
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    font-family: 'Manrope', sans-serif;
    display: block;
}
.menuBtn{
    width: 35px;
    height: 35px;
    border: 1px solid #ffffff;
    text-align: center;
    color: #ffffff;
    line-height: 32px;
    font-size: 28px;
    float: right;
    margin-right: 15%;
    cursor: pointer;
    border-radius: 5px;
    display: none;
}
#burgerIcon{
    transition: .5s ease-in;
}
#closeIcon{
    visibility: hidden;
}
#closeIcon.visible {
    visibility: visible;
}
#socialBtnIMG.dNone, #burgerIcon.dNone, #burgerxIcon.dNone{
    display: none;
}
#closeIcon{
    line-height: 26px;
    font-size: 26px;
}
.socialBtn{
    width: 35px;
    height: 35px;
    border: 1px solid #ffffff;
    text-align: center;
    color: #ffffff;
    line-height: 20px;
    float: left;
    margin-left: 15%;
    cursor: pointer;
    padding: 3px;
    border-radius: 5px;
    display: none;
}
.carousel-inner{
    /*max-height: 550px !important;*/
}
.squareContact {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.squareContact a {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
#navScrollSpy {
    position: fixed;
    width: 100%;
    margin-top: 38px;
    z-index: 999;
    transition: 0.5s;
}

#btnGroupLang {
    box-shadow: none !important;
}

.searchPrincipal label {
    display: none;
}

.searchPrincipal {
    display: inline-block;
}

.mod-languages .dropdown-menu,
.mod-languages .btn-group {
    min-width: 70px !important;
}

.mod-languages .btn-group li {
    text-align: center !important;
}

.mod-languages .dropdown-item,
#btnGroupLang {
    color: #ffffff !important;
}

.mod-languages .dropdown-menu {
    background-color: #3d3d3d;
    margin-top: -2px !important;
    border: none !important;
    border-radius: 0px 0px 5px 5px !important;
}

.lang-active {
    display: none;
}

.navLogo {
    width: 60px;
    height: auto;
}

/* Define the shape and color of the hamburger lines */
.navbar-toggler span {
    display: block;
    background-color: #BAB7B7;
    height: 3px;
    width: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    left: 0;
    opacity: 1;
    transition: all 0.35s ease-out;
    transform-origin: center left;
}


/* top line needs a little padding */
.navbar-toggler span:nth-child(1) {
    margin-top: 0.3em;
}

/**
 * Animate collapse into X.
 */

/* top line rotates 45 degrees clockwise and moves up and in a bit to close the center of the X in the center of the button */
.navbar-toggler:not(.collapsed) span:nth-child(1) {
    transform: translate(15%, -33%) rotate(45deg);
}

/* center line goes transparent */
.navbar-toggler:not(.collapsed) span:nth-child(2) {
    opacity: 0;
}

/* bottom line rotates 45 degrees counter clockwise, in, and down a bit to close the center of the X in the center of the button  */
.navbar-toggler:not(.collapsed) span:nth-child(3) {
    transform: translate(15%, 33%) rotate(-45deg);
}


/**
 * Animate collapse open into hamburger menu
 */

/* top line moves back to initial position and rotates back to 0 degrees */
.navbar-toggler span:nth-child(1) {
    transform: translate(0%, 0%) rotate(0deg);
}

/* middle line goes back to regular color and opacity */
.navbar-toggler span:nth-child(2) {
    opacity: 1;
}

/* bottom line goes back to initial position and rotates back to 0 degrees */
.navbar-toggler span:nth-child(3) {
    transform: translate(0%, 0%) rotate(0deg);
}

.contenido {
    width: 100%;
    font-family: 'Catamaran', sans-serif;
    font-weight: 400;
    color: #576415 !important;
    padding-left: 30px;
    padding-right: 30px;
}
.tituloB{
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: center;
}
.titulo{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: center;
}
.squareGreen{
    background-color: #cbd19f;
}
.servCard{
    border: .5px solid #576415;
    padding: 5px;
    width: 400px;
    min-height: 75px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 5px;
    margin-right: 5px;
    color: #343b57;
    cursor: pointer;
}
.servCard .titleServ{
    font-size: 16px;
    font-weight: 600;
}
.serContainer{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 20px;
    margin-bottom: 50px;
}
.servCard .imgServ {
    width: 40px;
    height: auto;
}
.svDesc{
    width: 389px;
    height: auto;
    background-color: #cbd19f;
    margin-top: 630px;
    z-index: 1;
    display: none;
    position: absolute;
    padding: 10px;
    font-size: 15px;
}
.modalServ{
    background-color: #cbd19f !important;
}
.modalServBody{
    color: #343b57 !important;
}
.modalServHeader{
    color: #ffffff !important;
}
#carouselExampleSlidesOnly {
    padding: 0;
    margin-right: -12px;
}
#carouselExampleSlidesOnly .carousel-inner {
    max-height: 586px !important;
}
.squareContact img{
    width: 40%;
    height: auto;
}
.squareStats{
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
}
.squareStats h2{
    line-height: 130px;
}
.divisor{
    width: 100px;
    display: block;
    height: 6px;
    background-color: #343b57;
    margin-left: auto;
    margin-right: auto;
}
.squareStatsPhoto{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.somosContainer{
    font-size: 18px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 50px;
    padding-bottom: 65px;
}
.somosContainer p{
    text-align: justify;
    margin-bottom: 30px;
}
.contenido a{
    color: #343b57 !important;
}
.contenido a:visited{
    color: #535e88 !important;
}
#menuPrincipal .nav-item:nth-child(1),
.nav-item:nth-child(1) {
    border-bottom: 0.5px solid #ffffff;
}

#menuPrincipal.nav-item:nth-child(3),
#menuPrincipal.nav-item:nth-child(5) {
    border-bottom: 0.5px solid #ffffff;
    border-top: 0.5px solid #ffffff;
}

.product {
    height: 360px;
}

.img-btl {
    height: 260px;
    width: auto;
}

.img-btl:hover {
    animation: tada;
    animation-duration: 1s;
}

.img-logoB {
    width: 75%;
    height: auto;
}

.img-logoB:hover {
    width: 78%;
    transition: 400ms;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.hidden {
    visibility: hidden;
    transition-delay: 0.5s;
}

.absolute {
    position: absolute !important;
}

.relative {
    position: relative !important;
}

.product .card {
    overflow: scroll;
    width: 85%;
    max-height: 310px;
}

.product .btn-close {
    right: 1rem;
}

.pointer {
    cursor: pointer !important;
}

.seeCat {
    font-size: 28px;
}

.bgPrincipal {
    width: 100%;
    background-image: url("../img/backgrounds/bgPrincipal_2800.png");
    height: 550px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sectionFixed {
    position: fixed;
    width: 100%;
    height: auto;
    z-index: -99999;
}

.contactSquare, .blogSquare{
    height: 600px;
    padding: 0;
    background-color: #cbd19f;
    color: #343b57;
}
#data2, #data3{
    margin-top: -430px;
}

#data2 .form-floating .form-control {
    background-color: rgba(255, 255, 255, .5);
    color: #343b57;
}
.menuBlog{
    visibility: hidden;
    margin-top: 23px;
    position: absolute;
    margin-left: -33px;
    padding-left: 10px;
    padding-right: 10px;
    transition: .5s;
}
.menuBlog li{
    list-style: none;
}
.menuBlog li a{
    text-decoration: none;
}
#blogMenu:hover .menuBlog{
    visibility: visible;
}
.viewCat {
    width: 100%;
    background-color: black;
    height: 100px;
    margin-top: -16px;
    color: gray;
}
.viewCat:hover{
    color: #ffffff;
}
@media only screen and (max-width: 751px) {

        .menuPrincipal li {
            list-style: none;
            height: 40px;
            padding-top: 60px;
            min-width: 115px;
        }
    
        .menuPrincipal li.menuLogo {
            border: 4px solid #576415;
            border-radius: 100px;
            background-color: #ffffff;
            height: auto !important;
            padding: 0 !important;
        }
    
        .menuPrincipal a {
            text-decoration: none;
            color: #ffffff;
            font-size: 16px;
            font-family: 'Manrope', sans-serif;
        }
    
        .menuPrincipal a img {
            width: 120px;
            height: 120px;
            padding: 15px;
        }
        .greenBar {
            width: 100%;
            height: 40px;
            margin-top: -92px;
            background-color: #576415;
            padding-top: 7px;
        }
}
@media only screen and (max-width: 665px) {
    .menuPrincipal li:nth-child(1), .menuPrincipal li:nth-child(2), .menuPrincipal li:nth-child(4), .menuPrincipal li:nth-child(5){
        display: none;
    }
    .greenBar {
        width: 100%;
        height: 50px;
        margin-top: -99px;
    }
    .menuBtn, .socialBtn{
        display: block;
    }
    .socialNetworks{
        display: none;
    }
    .menuPrincipal{
        margin-top: 5px;
    }
}
@media only screen and (max-width: 768px) {
    #map2 {
        margin-left: 0;
        margin-bottom: -600px;
    }
}
@media only screen and (max-width: 992px) {
.LastBlogHome .mod-grid{
    width: 450px !important;
}
.LastBlogHome .mod-items-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
}
}
/*Breakpoint Bootstrap*/

@media only screen and (min-width: 576px) {
    .order-sm-6 {
        order: 6;
    }

    .order-sm-7 {
        order: 7;
    }

    .order-sm-8 {
        order: 8;
    }
}

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

    #menuPrincipal .nav-item:nth-child(1),
    .nav-item:nth-child(1) {
        border: none;
    }

    #menuPrincipal .nav-item:nth-child(3),
    .nav-item:nth-child(5) {
        border: none;
    }

    .order-md-6 {
        order: 6;
    }

    .order-md-7 {
        order: 7;
    }

    .order-md-8 {
        order: 8;
    }
}

@media only screen and (min-width: 992px) {}

@media only screen and (min-width: 1200px) {}

@media only screen and (min-width: 1400px) {}

/*Ajustes Responsive sin Bootstrap*/
@media only screen and (max-width: 992px) {
    .product {
        height: 300px;
    }

    .img-btl {
        height: 230px;
    }

    .product .card {
        max-height: 250px;
    }
}

@media only screen and (max-width: 767px) {
    .product {
        height: 360px;
    }

    .img-btl {
        height: 230px;
    }

    .product .card {
        max-height: 310px;
    }
}

@media only screen and (max-width: 575px) {
    .img-logoB {
        width: 65%;
    }

    .img-logoB:hover {
        width: 65%;
    }
}

@media only screen and (min-width: 2800px) {
    .bgPrincipal {
        background-image: url("../img/backgrounds/bgPrincipalOriginal.png");
        /*height: 1120px;*/
    }

    /*#inicio {
        height: 1120px;
    }*/
}

@media only screen and (max-width: 2800px) {
    /*.bgPrincipal {
        height: 900px;
    }
    #inicio {
        height: 900px;
    }*/
}

@media only screen and (max-width: 2100px) {
    /*.bgPrincipal {
        height: 650px;
    }

    #inicio {
        height: 650px;
    }*/
}

@media only screen and (max-width: 1750px) {
    /*.bgPrincipal {
        height: 550px;
    }

    #inicio {
        height: 550px;
    }*/
}

@media only screen and (max-width: 1400px) {
    /*.bgPrincipal {
        height: 400px;
    }

    #inicio {
        height: 400px;
    }*/
}

@media only screen and (max-width: 700px) {
    .bgPrincipal {
        background-image: url("../img/backgrounds/bgPrincipal_1400.png");
        /*height: 350px;*/
    }

    #inicio {
        /*height: 350px;*/
    }
}

@media only screen and (max-width: 500px) {
    .bgPrincipal {
        height: 230px;
    }

    #inicio {
        height: 230px;
    }
}

@media (max-width: 900px) and (orientation: landscape) {
    .bgPrincipal {
        /*height: 230px;*/
    }
}