html {
    scroll-behavior: smooth;
}

body {
    font-family: 'montserrat';
    font-weight: normal;
    color: #9B9B9B;
}


/**Font-size*/
.fs-10 {
    font-size: 10px;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-35 {
    font-size: 35px;
}

.text-left-16 {
    font-size: 16px;
}

/* *Height */
.h-50p {
    height: 50px;
}

.h-80p {
    height: 80px;
}

.h-110p {
    height: 110px;
}

.h-300p {
    height: 300px;
}

.min-h-400p {
    min-height: 400px;
}

.min-h-485p {
    min-height: 485px;
}

.min-h-500p {
    min-height: 500px;
}

.lh-30 {
    line-height: 30px;
}

.lh-40 {
    line-height: 40px;
}

.h-contect-100 {
    height: fit-content;
}

/* *Color */
.text-muted {
    color: #9B9B9B;
}

.title-banner-dg {
    color: #0f994e;
}

.text-green {
    color: #33b571;
}

.hover-green:hover {
    color: #33b571;
}

.text-grey {
    color: #606060;
}

.text-black {
    color: #000;
}

.tittle-card {
    color: #4c4c4c;
}

/* *Btn */
.btn {
    border-radius: 20px;
    font-size: 15px;
}

.btn-green {
    background: linear-gradient(90deg, rgba(0, 101, 53, 1) 0%, rgba(48, 180, 113, 1) 100%);
    color: #fff;
}

.btn-green-nav {
    background-color: #33B571;
    padding: 10px !important;
    border-radius: 17px;
}

.btn {
    padding: 12px 25px;
}

.btn-green:hover {
    color: #fff;
}

/* *Img */
.img-social {
    width: 30px;
}

/* *Clases especiales */
.caption {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    top: 23px;
    /* top: calc(50% - 147px); */
    left: 0px;
    /* padding-top: 21px; */
}

.menu {
    padding: 20px 0px;
}

/* 
.navbar-nav {
    flex-direction: row;
} */

.nav-link {
    transform: .7s all;
}

.nav-link.active {
    border-bottom: #33b571 6px solid;
    border-radius: 7px;
    /* width: 75%; */
}

.band {
    background-color: #e6e7e9;
    width: 35px;
    height: 500px;
    z-index: -1;
    left: 40px;
    top: 20px;
    bottom: 0px;
}

.band-privacy {
    background-color: #e6e7e9;
    width: 40px;
    height: 419px;
    bottom: 0px;
    z-index: 1;
    left: 40px;
}

.white-space-nowrap {
    white-space: nowrap;
}

.content-input .form-control {
    border: none;
    outline: none;
    font-size: 12px;
    border-radius: 10px;

}

.custom-file-label {
    font-size: 12px;

}

/*  */
.card {
    background-color: #e6e7e9;
    border: none;
    border-radius: 20px;
}

.card-header {
    background-color: transparent;
    border: none;
    padding-top: 15px;
    padding-bottom: 0px;
}

.card-body {
    padding-bottom: 15px;
    padding-top: 15px;
    /* padding-left: 0px;
    padding-right: 0px; */
}

/* *Bg */
.bg-footer {
    background-image: url(../img/bottom-side.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    width: 100%;

}

.bg-light-gray {
    background-color: #e6e7e9;
}

.content-form-contact {
    border-radius: 15px;

}

.circle-planes {
    height: 140px;
    width: 140px;
    /* padding: 100px !important; */
    background-repeat: no-repeat;
    background-position: center;
}

.circle-one {
    background-image: url(../img/planes-1.svg);
}

.circle-two {
    background-image: url(../img/planes-2.svg);
}


.circle-three {
    background-image: url(../img/planes-3.svg);
}

.circle-four {
    background-image: url(../img/planes-4.svg);
}

.client-circle {
    position: absolute;
    top: -50px;
    background-color: #f2f2f2;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    padding: 10px;
}

.card-customers {
    background-color: #f2f2f2 !important;
}

/* *lados */
.bottom-0 {
    bottom: 0px;
}

.left-60 {
    left: 60px;
}

.left-48 {
    left: 48px;
}

.left-10 {
    left: 10px;
}

/* *padding */
.pb-60 {
    padding-bottom: 60px;
}

.pt-110 {
    padding-top: 110px;
}

.pl-100 {
    padding-left: 100px;
}


/* *border */
.br-green {
    right: 0px;
    top: 0;
    background-color: #199730;
    height: 35%;
    width: 15px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.b-bottom-cookies {
    border-bottom: 1px solid #343a40;
}

.container-modal-cookies {
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: end;
    align-items: end;
    /* opacity: 0; */
    transition: .5s all;
    visibility: hidden;
    z-index: 1;
}

.container-modal-cookies.show {
    visibility: visible;
    /* opacity: 1; */
    /* display: flex; */
}

.modal-cookies {
    width: 100%;
    padding: 40px;
    padding-bottom: 70px;
    background-color: #E5E6E6;
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
    transform: translateY(100%);
    transition: .5s all;
    opacity: 0;
}

.container-modal-cookies.show .modal-cookies {
    transform: translateY(0);
    opacity: 1;

}

.cursos-pointer {
    cursor: pointer;
}

/* @media screen and (min-width: 992px) { */
.body-content .slider-size {
    min-height: calc(100vh - 95.946px);
}

/* } */

/* *width */
.max-w-600p {
    max-width: 600px;
}

.w-100p {
    width: 100px;
}

.w-50p {
    width: 50px;
}

.w-40p {
    width: 40px;
}

.w-30p {
    width: 30px;
}

/* *padding */
.padding-client-card {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
}

.iti.iti--allow-dropdown {
    width: 100%;
}

.item-top-modal-success {
    position: absolute;
    top: -40px;
    left: -40px;
    width: 100px;
}

.item-right-modal-success {
    position: absolute;
    right: -30px;
    bottom: 30px;
    width: 60px;
}

/*  */
.list-dic {
    list-style: disc;
}

.list-decimal {
    list-style: decimal;
}

.dropdown-item {
    background-color: rgb(198, 198, 198) !important;
    color: #fff;
}

.dropdown-item.active_lang {
    background-color: #33b571 !important;
    color: #fff;
}

.custom-file-label::after {
    display: none;
    content: "";
}


.custom-file-input:lang(en)~.custom-file-label::after {
    display: none;
    /* content: "Browse"; */
}

#slider-primary .carousel-item {
    /* min-height: 524px; */
    /* background: #000; */
}

.list-planes {
    /* position: relative; */
    list-style-image: url(../img/check.png);
}

.owl-next,
.owl-prev {
    position: absolute;
    top: calc(50% - 15px);
    right: -30px;
    width: 30px;
    height: 30px;
    background-color: rgba(88, 88, 88, 0.393) !important;
    border-radius: 50% !important;
    margin: 0;
    color: #fff !important;
    font-size: 20px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-prev {
    left: -30px;
}

.owl-next span {
    /* width: fit-content;
    height: fit-content; */
    /* line-height: 40px;
    margin: 0; */
}

.z-index-1 {
    z-index: 1;
}