/* Para la img de loading*/

/* 
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/pageLoader.gif') 50% 50% no-repeat rgb(249, 249, 249);
    background-size: 300px 300px;
    opacity: .8;
} */

.center-h {
    justify-content: center!important;
}

.center-v {
    align-items: center !important;
}

img .card-img-top {
    width: 23% !important;
    height: 181px;
}

#navbarSupportedContent {
    z-index: 10000;
}

.resalt-item {
    text-decoration: underline;
    font-size: 15px !important;
}

#tittle-white {
    color: rgb(225, 228, 226) !important;
}

.w-100 {
    max-height: 460px !important;
}

#navbar1 {
    background-color: green !important;
}

#navbar2 {
    background-color: rgb(223, 231, 223) !important;
    height: 49px !important;
}

.nav-link {
    color: darkgreen !important;
    font-size: 15px !important;
    font-weight: bold;
    background-color: rgb(223, 231, 223) !important;
}

.nav-link:hover {
    color: rgb(223, 231, 223) !important;
    font-size: 17px !important;
    background-color: darkgreen !important;
}

#icon-register .nav-item2 {
    background: green !important;
    color: floralwhite !important;
}

.center {
    text-align: center;
}

img.card-img {
    max-width: 400px !important;
    max-height: 335px !important;
}

.card-img-top {
    max-width: 300px !important;
}

#cajacookies {
    box-shadow: 0px 0px 5px 5px #808080;
    background-color: white;
    color: black;
    padding: 10px;
    margin-left: 8px;
    margin-right: 0px;
    margin-bottom: 0px;
    position: fixed;
    bottom: 2px;
    width: 80%;
}

#cajacookies button {
    color: #4e751b;
}

header.productos {
    font-size: 10mm;
    text-shadow: rgba(77, 77, 77, 0.61);
    text-transform: uppercase;
    margin-top: 1em;
    background: #6c8f44 !important;
    color: #fff;
    border: 1px solid #ced4da;
    border-radius: 1rem;
    background: transparent;
}

.uppercase {
    text-transform: uppercase;
}

.img-carousel {
    width: 100% !important;
    height: 550px !important;
    align-content: center;
    text-align: center;
}

.bd-example {
    width: 100%;
    border-bottom: 1px solid #ced4da;
    border-radius: 0.25rem;
    margin: 0px !important;
    padding: 0px !important;
}

h5 {
    color: #86895D !important;
}

p {
    color: #86895D !important;
}

p.links, p.links h4 {
    text-align: left !important;
    margin-left: 29px !important;
}

p.links-categories, p.links-categories h4 {
    text-align: left !important;
    margin-left: 60px !important;
}

body {
    width: 100%;
    margin: 0px !important;
    padding: 0px !important;
    text-align: left !important;
    color: #86895D !important;
}

.bg-primary {
    /*  background-color: #3490dc !important;*/
    background-color: #86895D !important;
    color: #fff !important;
}

a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
    /*   background-color: #2176bd !important; */
    background-color: #494b31 !important;
    color: #fff !important;
}

.wraper {
    width: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
    text-align: center !important;
    align-content: center !important;
}

.card-body, .list-group-item {
    /* background: beige!important;*/
    color: black!important;
}

#icon-pse {
max-width: 66px !important;
}
.listview {
    width: 90% !important;
    margin: 0px auto !important;
    padding: 0px !important;
    text-align: center !important;
    align-content: center !important;
}

.container-fluid {
    background: rgb(239, 239, 243);
    width: 100%;
    margin: 0px !important;
    padding: 0px !important;
    text-align: center;
}

#app {
    background: rgb(239, 239, 243);
    margin: 0px !important;
    padding: 0px !important;
    text-align: center !important;
}

.no-border {
    border: none !important;
}

.letter-spacing {
    letter-spacing: 2px;
}

.color-page {
    color: #6c8f44 !important;
}

.content-wrapper {
    background: rgb(239, 239, 243);
}

a.nav-link {
    text-align: center !important;
    letter-spacing: 3px;
    text-transform: capitalize !important;
}

@media(min-width:993px) {
    p.links, p.links h4 {
        text-align: left !important;
        margin-left: 60px !important;
    }
    p.links-categories, p.links-categories h4 {
        text-align: left !important;
        margin-left: 120px !important;
    }
    .border-right {
        border-right: solid 2px rgb(195, 195, 191) !important;
    }
    .second-level-menu li:hover>.submenu {
        background: #ffff;
        display: block;
    }
    li.dropdown:hover .dropdown-menu {
        animation-duration: 0, 8s;
        animation-name: slidein;
        animation-iteration-count: 1;
        animation-direction: left;
        display: block;
    }
    ul.dropdown-menu {
        list-style: none;
        margin-top: 0px;
        border-top: 0px;
        border-right: 0;
        border-bottom: .1px solid transparent;
        border-left: .1px solid;
        -webkit-animation: slidein 0.5s;
        animation: slidein 0.5s;
        background-color: #fff;
        -webkit-box-shadow: 4px 9px 25px -6px rgba(77, 77, 77, 0.61);
        -moz-box-shadow: 4px 9px 25px -6px rgba(77, 77, 77, 0.61);
        box-shadow: 4px 9px 25px -6px rgba(77, 77, 77, 0.61);
    }
    div.dropdown-menu {
        list-style: none;
        margin-top: 0px;
        border-top: 0px;
        border-right: 0;
        border-bottom: .1px solid transparent;
        border-left: .1px solid;
        -webkit-animation: slidein 0.5s;
        animation: slidein 0.5s;
        background-color: #fff;
        -webkit-box-shadow: 4px 9px 25px -6px rgba(77, 77, 77, 0.61);
        -moz-box-shadow: 4px 9px 25px -6px rgba(77, 77, 77, 0.61);
        box-shadow: 4px 9px 25px -6px rgba(77, 77, 77, 0.61);
    }
    ul.submenu {
        list-style: none;
        margin-top: 0px;
        border-top: 0px;
        border-right: 0;
        border-bottom: .1px solid transparent;
        border-left: .1px solid;
        -webkit-animation: slidein 0.5s;
        animation: slidein 0.5s;
        -webkit-box-shadow: 4px 9px 25px -6px rgba(77, 77, 77, 0.61);
        -moz-box-shadow: 4px 9px 25px -6px rgba(77, 77, 77, 0.61);
        box-shadow: 4px 9px 25px -6px rgba(77, 77, 77, 0.61);
    }
    @keyframes slidein {
        from {
            margin-left: 100%;
            width: 200%;
        }
        to {
            margin-left: 0%;
            width: 100%;
        }
    }
    .third-level-menu {
        position: absolute;
        top: 0;
        right: -150px;
        min-width: 150px;
        list-style: none;
        padding: 0;
        margin: 0;
        display: none;
    }
    .second-level-menu {
        position: absolute;
        top: 30px;
        left: 0;
        min-width: 150px;
        list-style: none;
        padding: 0;
        margin: 0;
        display: none;
    }
    .second-level-menu>li {
        position: relative;
        height: 30px;
    }
    .border-left {
        border-left: solid 1px rgb(195, 195, 191);
    }
}

.left {
    text-align: left !important;
    list-style: none;
}

.right {
    text-align: right !important;
    list-style: none;
}

.resalt-content {
    color: #6c8f44 !important;
}

@media(max-width: 992px) {
    .border-left {
        border: none !important;
        margin: 2em !important;
    }
    #contacto {
        width: 100% !important;
        text-align: center !important;
        margin: 2em !important;
        border: none !important;
    }
    p.links, p.links h4 {
        text-align: center !important;
        margin-left: 0px !important;
    }
    p.links-categories, p.links-categories h4 {
        text-align: center !important;
        margin-left: 0px !important;
    }
    .border-right {
        border-bottom: solid 2px rgb(195, 195, 191) !important;
    }
    .second-level-menu li:hover>.submenu {
        background: #ffff;
        display: inline-block;
    }
    li.dropdown:hover>.dropdown-menu {
        animation-duration: 0, 5s;
        animation-name: slidein;
        animation-iteration-count: 1;
        animation-direction: left;
        text-align: center;
        display: block;
    }
    ul.dropdown-menu {
        list-style: none;
        margin-top: 0px;
        border-top: 0px;
        border-right: 0;
        border-bottom: .1px solid transparent;
        border-left: .1px solid;
        background-color: #fff;
        -webkit-box-shadow: 4px 9px 25px -6px rgba(77, 77, 77, 0.61);
        -moz-box-shadow: 4px 9px 25px -6px rgba(77, 77, 77, 0.61);
        box-shadow: 4px 9px 25px -6px rgba(77, 77, 77, 0.61);
    }
    div.dropdown-menu {
        list-style: none;
        margin-top: 0px;
        border-top: 0px;
        border-right: 0;
        border-bottom: .1px solid transparent;
        border-left: .1px solid;
        background-color: #fff;
        -webkit-animation: slidein 0.5s;
        animation: slidein 0.5s;
        -webkit-box-shadow: 4px 9px 25px -6px rgba(77, 77, 77, 0.61);
        -moz-box-shadow: 4px 9px 25px -6px rgba(77, 77, 77, 0.61);
        box-shadow: 4px 9px 25px -6px rgba(77, 77, 77, 0.61);
    }
    ul.submenu {
        list-style: none;
        margin-top: 0px;
        border-top: 0px;
        border-right: 0;
        border-bottom: .1px solid transparent;
        border-left: .1px solid;
        -webkit-animation: slidein 0.5s;
        animation: slidein 0.5s;
        -webkit-box-shadow: 4px 9px 25px -6px rgba(77, 77, 77, 0.61);
        -moz-box-shadow: 4px 9px 25px -6px rgba(77, 77, 77, 0.61);
        box-shadow: 4px 9px 25px -6px rgba(77, 77, 77, 0.61);
    }
    .third-level-menu {
        position: absolute;
        width: 120px;
        top: 0;
        left: 450px;
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: left;
        display: none;
    }
    .second-level-menu {
        position: relative;
        top: 30px;
        left: 0;
        min-width: 150px;
        list-style: none;
        padding: 0;
        margin: 0;
        display: none;
        text-align: center;
    }
    .second-level-menu>li {
        position: relative;
        min-height: 30px;
    }
    @keyframes slidein {
        from {
            margin-left: 100%;
            width: 200%;
        }
        to {
            margin-left: 0%;
            width: 100%;
        }
    }
}

@media(max-width: 450px) {
    .second-level-menu li:hover>.submenu {
        background: #ffff;
        display: block;
    }
    li.dropdown:hover .dropdown-menu {
        animation-duration: 0, 8s;
        animation-name: slidein;
        animation-iteration-count: 1;
        animation-direction: left;
        display: block;
    }
    ul.dropdown-menu {
        list-style: none;
        margin-top: 0px;
        border-top: 0px;
        border-right: 0;
        border-bottom: .1px solid transparent;
        border-left: .1px solid;
        -webkit-animation: slidein 0.5s;
        animation: slidein 0.5s;
        background-color: #fff;
        -webkit-box-shadow: 4px 9px 25px -6px rgba(77, 77, 77, 0.61);
        -moz-box-shadow: 4px 9px 25px -6px rgba(77, 77, 77, 0.61);
        box-shadow: 4px 9px 25px -6px rgba(77, 77, 77, 0.61);
    }
    div.dropdown-menu {
        list-style: none;
        margin-top: 0px;
        border-top: 0px;
        border-right: 0;
        border-bottom: .1px solid transparent;
        border-left: .1px solid;
        -webkit-animation: slidein 0.5s;
        animation: slidein 0.5s;
        background-color: #fff;
        -webkit-box-shadow: 4px 9px 25px -6px rgba(77, 77, 77, 0.61);
        -moz-box-shadow: 4px 9px 25px -6px rgba(77, 77, 77, 0.61);
        box-shadow: 4px 9px 25px -6px rgba(77, 77, 77, 0.61);
    }
    ul.submenu {
        list-style: none;
        margin-top: 0px;
        border-top: 0px;
        border-right: 0;
        border-bottom: .1px solid transparent;
        border-left: .1px solid;
        -webkit-animation: slidein 0.5s;
        animation: slidein 0.5s;
        -webkit-box-shadow: 4px 9px 25px -6px rgba(77, 77, 77, 0.61);
        -moz-box-shadow: 4px 9px 25px -6px rgba(77, 77, 77, 0.61);
        box-shadow: 4px 9px 25px -6px rgba(77, 77, 77, 0.61);
    }
    @keyframes slidein {
        from {
            margin-left: 100%;
            width: 200%;
        }
        to {
            margin-left: 0%;
            width: 100%;
        }
    }
    .second-level-menu {
        position: absolute;
        top: 30px;
        left: 0;
        min-width: 150px;
        list-style: none;
        padding: 0;
        margin: 0;
        display: none;
    }
    .second-level-menu>li {
        position: relative;
        height: 30px;
    }
    .third-level-menu {
        position: absolute;
        width: 120px;
        top: 0;
        left: 250px;
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: left;
        display: none;
    }
}

.nav-link {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.dropdown-item {
    text-transform: capitalize;
}

.dropdown-menu {
    display: none;
}

/* Para mostrar el submenú*/

.dropdown .dropdown-menu .submenu {
    position: absolute;
    min-width: 150px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}

.cetifications-title h2 {
    font-size: 32px;
    color: #9adada;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 16px !important;
}

.certifications-text p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 16px !important;
    font-weight: 300;
}

.contact-title p {
    color: white;
    font-size: 24px;
    letter-spacing: 15px;
    font-weight: 300;
}

.transition {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
}

#content {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
}

.masthead {
    height: 500px;
}

.featurette-image {
    max-width: 150px !important;
    max-height: auto !important;
}

button.btn.btn-link {
    color: green !important;
}

.site-heading {
    text-align: center;
    padding: 75px 0;
    color: rgb(234, 235, 241);
}

header.masthead .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #212529;
    opacity: .5;
}

header.masthead {
    margin-bottom: 50px;
    background: no-repeat 50%;
    background-color: #cad3db;
    background-attachment: scroll;
    position: relative;
    background-size: cover;
}

body {
    margin: 0;
    font-family: Vanitas !important;
    font-size: 1rem;
    font-weight: 700 !important;
    line-height: 1.5;
    text-align: left;
    background-color: #fff;
    color: #86895D !important;
}

html {
    font-family: Vanitas !important;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

.ml-auto, .mx-auto {
    margin-left: auto!important;
}

.mr-auto, .mx-auto {
    margin-right: auto!important;
}

@media (min-width:992px) {
    .col-lg-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
}

@media (min-width:768px) {
    .col-md-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
}

.pagination ul {
    float: none;
    display: block;
    overflow: hidden;
}

.pagination.center {
    text-align: center;
}

.HoverDiv p {
    color: #86895D !important;
}

.HoverDiv h1, .HoverDiv p, .HoverDiv img, .HoverDiv h5 {
    max-width: 100%;
    text-align: center;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.HoverDiv:hover h1, .HoverDiv:hover p, .HoverDiv:hover img, .HoverDiv:hover h5 {
    -moz-transform: scale(1.14);
    -webkit-transform: scale(1.14);
    transform: scale(1.14);
    color: #475e2d !important;
}

.resalt-content {
    color: blue;
    font-weight: bold;
}

.resalt-content p {
    font-size: 0.7em;
    color: blue;
    font-weight: bold;
}

.background-aqua {
    background-image: url("../images/background1.jpg");
    padding: 0;
    width: 100%;
    height: auto;
    opacity: 0.7;
    color: #535535 !important;
}

.img-profileView {
    max-height: 400px !important;
    max-width: auto;
    margin: auto;
}

.img-center-medio {
    max-height: auto !important;
    max-width: 10% !important;
    margin: auto;
    margin-top: 1em;
}

select::selection {
    border: 0px !important;
}

option {
    border: 0px !important;
    font-weight: 600 !important;
}

select {
    font-weight: 600 !important;
}

option:hover {
    border: 0px !important;
}

.sidebar {
    background-color: #86895D;
}

ul.sidebar-dark a.nav-link {
    color: #fff !important;
}

ul.tabs-info li.nav-item a.nav-link {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #fff !important;
    text-transform: capitalize !important;
}

ul.tabs-info {
    background-color: #86895D;
}

.bg-olive {
    background-color: #86895D;
}

ul.tabs-info:hover {
    background-color: #494b31 !important;
}

div.accordion h2 button {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #86895D;
}

div.accordion h2 button {
    color: #86895D !important;
    color: #494b31 !important;
}

input {
    font-weight: 600 !important;
}

label {
    font-weight: 600 !important;
}

.btn-primary {
    color: #fff !important;
    border-color: #494b35 !important;
    background-color: #86895D !important;
}

.btn-primary:hover {
    color: #86895D !important;
    background-color: #fff !important;
    border-color: #494b35 !important;
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    border-color: #494b35;
    background-color: #86895D;
    box-shadow: 0 0 0 0.2rem rgba(82, 161, 225, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    border-color: #494b35;
    background-color: #86895D;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    border-color: #494b35;
    background-color: #86895D;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 161, 225, 0.5);
}