.text-justify {
    text-align: justify;
}
.animar,
.btn-primary,
.btn-secondary,
.gotoTop span,
.gotoTop span i,
.list-animar > li > a,
.list-animar > li > a span:after,
.list-animar > li > a span:before,
.video-overlay {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
}
._box_end_full,
._box_full,
._box_start_full,
.btn {
    position: relative;
}
.btn-primary {
    background-color: var(--terciaria);
}
.gotoTop span,
a,
a:hover {
    text-decoration: none;
}
.flutuar {
    animation-name: flutuando;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transform: translate(0, 20px);
}
.d-1s {
    animation-duration: 1s;
}
.d-2s {
    animation-duration: 2s;
}
.d-3s {
    animation-duration: 3s;
}
.d-4s {
    animation-duration: 4s;
}
@keyframes flutuando {
    from {
        transform: translate(0, 20px);
    }
    to {
        transform: translate(0, -20px);
    }
}
.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--secundaria);
}
._box_end_full:after,
._box_start_full:after {
    content: "";
    display: block;
    top: 0;
    background-color: #e0e8ef;
    z-index: -1;
    bottom: 0;
}
.rounded-4 {
    border-radius: 10px;
}
.rounded-5 {
    border-radius: 20px;
}
.btn {
    border-radius: 7px !important;
    min-width: 130px;
}
.btn-ibs,
.btn-integrador {
    font-size: 14px;
    font-weight: 300;
    border-radius: 200px !important;
    position: relative;
    min-width: 200px;
    color: #fff;
}
.btn-integrador {
    background-color: #00852e;
    text-align: center;
    padding: 10px 45px 10px 15px;
    box-shadow: 0px 0px 5px 0px rgb(17, 165, 69);
}
.btn-integrador:hover {
    background-color: rgb(17, 165, 69);
    box-shadow: 0px 0px 0px 6px rgb(165 245 193);
}
.btn-ibs,
.gotoTop span {
    background-color: var(--principal);
    text-align: center;
}
.btn-ibs:focus,
.btn-ibs:hover,
.btn-integrador:hover {
    color: #fff;
}
.btn-integrador img {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    right: 10px;
    top: 50%;
    height: 20px;
    margin-top: -10px;
}
.btn-ibs:hover:before,
.btn-integrador:hover img {
    right: 25px;
}
.btn-ibs {
    padding: 10px 15px;
}
.btn-ibs i {
    position: absolute;
    left: 13px;
    top: 50%;
    margin-top: -6px;
    font-size: 13px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.btn-ibs:hover i {
    color: var(--line);
}
.btn-ibs:after,
.btn-ibs:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 10px;
    bottom: -5px;
}
.btn-ibs:before {
    background-color: #00852e;
    right: 45px;
    border-radius: 10px 1px 1px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.btn-ibs:after {
    background-color: #ffec00;
    right: 23px;
    border-radius: 1px 1px 10px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.btn-ibs:hover:after {
    right: 3px;
}
.btn-primary,
.btn-secondary {
    font-size: 15px;
    display: inline-block;
    min-width: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
._box_start_full:after {
    left: -100%;
    position: absolute;
    right: -15px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
._box_end_full:after {
    right: -100%;
    position: absolute;
    left: -15px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.btn-primary {
    color: #fff;
    border: 2px solid var(--terciaria);
    font-weight: 500;
}
.text-bg-primary {
    color: #fff !important;
    background-color: var(--terciaria) !important;
}
.btn-secondary {
    color: #fff;
    background: var(--secundaria);
    border: 2px solid var(--secundaria);
}
.btn-secondary i,
.gotoTop:hover {
    color: var(--principal);
}
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: var(--secundaria);
    border: 2px solid var(--secundaria);
}
.btn-default {
    background: #e1e1e1;
    color: #4e4e4e;
}
.flex-width > div,
.flex-width > li {
    flex-grow: 1;
    flex-basis: 0;
}
.popup-container,
.video-overlay {
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
}
.form-control,
.form-select {
    border-radius: 4px;
}
.form-floating {
    color: initial;
    font-weight: 600;
}
.form-floating > .form-select ~ label,
.form-floating > label {
    color: var(--texto);
}
.owl-carousel .owl-item img {
    width: auto !important;
}
.owl-carousel.owl-fluid .owl-item img {
    width: 100% !important;
}
.video-overlay {
    position: absolute;
    display: flex;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 50px;
    align-items: center;
}
.video-overlay:hover {
    background: rgba(0, 0, 0, 0.2);
}
.popup-container {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px);
    align-items: center;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s;
}
.popup-container.showPopup {
    display: flex;
    opacity: 1;
}
.popup-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}
.popup-content img {
    width: 100%;
    height: auto;
}
.closePopup-btn {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    background: 0 none;
    font-size: 24px;
    line-height: 24px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 99;
}
.truncate-overflow-2,
.truncate-overflow-3,
.truncate-overflow-4,
.truncate-overflow-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.truncate-overflow-2,
.truncate-overflow-4,
.truncate-overflow-5 {
    -webkit-line-clamp: 2;
}
.truncate-overflow-3 {
    -webkit-line-clamp: 3;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #f2f2f2;
    border-style: solid none;
    border-width: 1px 0;
    margin: 18px 0;
}
@media (max-width: 991px) {
    .submenu {
        cursor: pointer;
        margin-bottom: 10px;
    }
    .subnav {
        display: none;
    }
}
.gotoTop:hover span {
    color: #fff;
    background-color: var(--line);
}
.gotoTop {
    cursor: pointer;
    height: auto;
    position: fixed;
    top: 85%;
    margin: 0;
    z-index: 10000;
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    left: -70px;
}
.gotoTop.off {
    opacity: 0;
    left: -70px;
}
.gotoTop.on {
    opacity: 1;
    left: 25px;
}
.gotoTop .hover {
    display: none;
}
.gotoTop span {
    color: #fff;
    border-radius: 3px;
    width: 40px;
    height: 40px;
    line-height: 47px;
}
.gotoTop span i {
    font-size: 30px;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: var(--line);
}
::-webkit-scrollbar-thumb:hover {
    background: var(--principal);
}
._texto::-webkit-scrollbar-thumb:hover {
    background: var(--highlight);
}
@keyframes gradient {
    0%,
    100% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}
@media (max-width: 767px) {
    .btn {
        padding-top: 14px;
        padding-bottom: 14px;
    }
}
:root {
    --container-width: 100%;
}
@media (min-width: 576px) {
    :root {
        --container-width: 540px;
    }
}
@media (min-width: 768px) {
    .position-md-absolute {
        position: absolute;
    }
    :root {
        --container-width: 720px;
    }
}
@media (min-width: 992px) {
    :root {
        --container-width: 960px;
    }
}
@media (min-width: 1200px) {
    :root {
        --container-width: 1140px;
    }
}
@media (min-width: 1400px) {
    :root {
        --container-width: 1320px;
    }
}
