@media (min-width:576px) {
  /********** GENERAL **********/
  .tooltip .tooltip-inner {
    font-size: 1.3vw;
  }
  /********** END_GENERAL **********/
  /********** HEADER **********/
  header .ism-nav {
    margin: 1.1vw 0;
  }
  header .ism-nav li {
    width: 9vw;
  }
  header .ism-nav li a {
    font-size: 1.42vw;
    font-weight: bold;
  }
  header .ism-nav .nav-logo {
    width: 14vw;
  }
  header .ism-nav .nav-logo img {
    width: 77%;
  }
  header .dropdown-hover .dropdown-menu {
    width: 12.7vw;
    padding: .5vw 0;
    border: .2vw solid rgba(255, 255, 255, 0.25);
    border-radius: 0 0 .8vw .8vw;
  }
  header .dropdown-hover .dropdown-menu .dropdown-item {
    padding: .3vw 1vw;
  }
  /********** END_HEADER **********/
  /********** FOOTER **********/
  footer {
    margin-top: -20vw;
  }
  footer .ism-footer {
    margin: auto;
    height: 20vw;
    padding: 0 11vw;
  }
  footer .ism-footer .footer-img img {
    width: 13.44vw;
    height: 100%;
  }
  footer .ism-footer .footer-menu li {
    margin: .4vw 0;
    line-height: 1.8vw;
  }
  footer .ism-footer .footer-menu li a {
    font-size: 1.32vw;
    font-weight: bold;
  }
  footer .ism-footer h3 {
    font-size: 1.42vw;
    font-weight: 700;
    margin: 0;
    letter-spacing: .2vw;
  }
  footer .ism-footer .first-line {
    width: 3.86vw;
    border-top-width: .2vw;
    margin: .6vw 0 0;
  }
  footer .ism-footer .second-line {
    width: 6.1vw;
    border-top-width: .2vw;
    margin: .2vw 0 1.4vw;
  }
  footer .ism-footer .footer-info {
    width: 40vw;
    display: flex;
    justify-content: space-between;
  }
  footer .ism-footer .footer-contact .footer-schedule {
    margin-top: 1.2vw;
  }
  footer .ism-footer .footer-contact p {
    font-size: 1.22vw;
    font-weight: 500;
    line-height: 1.2vw;
    margin: 0;
  }
  footer .ism-footer .footer-map iframe {
    width: 19.7vw;
    height: 9.1vw;
  }
  /********** END_FOOTER **********/
  /********** BTN_WHATSAPP **********/
  .link-ws {
    bottom: 2vw;
    right: 2vw;
  }
  .link-ws .btn-ws {
    width: 6vw;
    height: 6vw;
  }
  /********** END_BTN_WHATSAPP **********/
  /********** LOADER **********/
  body.loading main,
  body.loading header,
  body.loading footer {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  #loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    transform: scale(0.98);
    visibility: hidden;
    transition:
      opacity 0.4s ease,
      transform 0.4s ease,
      visibility 0s linear 0.4s;
  }
  #loader svg {
    opacity: 0;
    visibility: hidden;
    display: block;
    width: 50%;
    height: auto;
    min-width: 800px;
    min-height: 800px;
    transition: opacity 0.3s ease;
  }
  body.loading #loader {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition:
      opacity 0.4s ease,
      transform 0.4s ease;
  }
  body:not(.loading) main,
  body:not(.loading) header,
  body:not(.loading) footer {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.4s ease 0.2s;
  }
  #bulb__reflection, #glow__object {
    opacity: 0;
  }
  #bulb__head {
    fill: #FFFFFF;
  }
  /********** END_LOADER **********/
  /********** INDEX **********/
  .ism-index .sect-banner .slider {
    width: 100%;
    height: 100vh;
  }
  .ism-index .bg-grad {
    background: #AEDAFC;
    background: linear-gradient(
      0deg,
      rgba(174, 218, 252, 1) 0%,
      rgba(210, 234, 253, 1) 50%,
      rgba(255, 255, 255, 1) 55%,
      rgba(255, 255, 255, 1) 76%,
      rgba(210, 234, 253, 1) 81%,
      rgba(210, 234, 253, 1) 100%);
  }
  .ism-index .bg-grad .bg-detail-1 {
    background-position: 71vw -19vw;
    background-size: 55vw;
  }
  .ism-index .bg-grad .bg-detail-2 {
    background-position: -27vw calc(100% - 3.5vw);
    background-size: 55vw;
    padding-bottom: 20vw;
  }
  .ism-index .sect-projects {
    padding: 3vw 6vw 8vw;
    text-align: center;
  }
  .ism-index .sect-projects h4 {
    font-size: 2.32vw;
    letter-spacing: .1vw;
    margin-bottom: 3vw;
  }
  .ism-index .sect-projects .container-card {
    width: 19.06vw;
    height: 21.48vw;
    perspective: 65vw;
    margin: 0 1vw;
  }
  .ism-index .sect-projects .card-project {
    backdrop-filter: blur(2.5vw);
    box-shadow: 0 0 2vw rgba(0, 0, 0, 0.2);
    padding: 1.43vw;
  }
  .ism-index .sect-projects .card-project::before,
  .ism-index .sect-projects .card-project::after {
    width: 35%;
    height: 60%;
    border: .15vw solid var(--red);
  }
  .ism-index .sect-projects .card-project::before {
    top: .8vw;
    left: .8vw;
    border-right: none;
    border-bottom: none;
  }
  .ism-index .sect-projects .card-project::after {
    bottom: .8vw;
    right: .8vw;
    border-left: none;
    border-top: none;
  }
  .ism-index .sect-projects .back-card h3 {
    font-size: 1.22vw;
  }
  .ism-index .sect-service-type {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 4vw;
  }
  .ism-index .sect-service-type figure {
    width: 38.33vw;
    height: 24.65vw;
    margin: 0;
  }
  .ism-index .sect-service-type figure img {
    width: 100%;
    height: 100%;
  }
  .ism-index .sect-service-type .service-type {
    width: 49vw;
  }
  .ism-index .sect-service-type .service-type h2 {
    font-size: 3.53vw;
  }
  .ism-index .sect-service-type .service-type hr {
    border-top-width: .4vw;
    width: 40vw;
    margin: .2vw 0 2.5vw;
  }
  .ism-index .sect-service-type .service-type h3 {
    font-size: 2.52vw;
    letter-spacing: .1vw;
    line-height: 2.6vw;
    margin-bottom: 1.2vw;
  }
  .ism-index .sect-service-type .service-type a {
    margin-top: 2vw;
    border-radius: 3vw;
  }
  .ism-index .sect-service-type .service-type .btn-primary {
    font-size: 2.01vw;
    padding: .55vw 4vw;
    border-radius: 3vw;
  }
  .ism-index .sect-transparency {
    padding: 8vw 9vw;
  }
  .ism-index .sect-transparency h3 {
    font-size: 3.02vw;
    margin-bottom: 3vw;
  }
  .ism-index .sect-transparency .transparency-icons a {
    margin: 0 2vw;
  }
  .ism-index .sect-transparency .transparency-icons a figure {
    width: 12vw;
    height: 8.2vw;
    margin-bottom: .5vw;
  }
  .ism-index .sect-last-news {
    padding: 0vw 9vw 8vw 10vw;
  }
  .ism-index .sect-last-news h4 {
    font-size: 3.02vw;
    margin-bottom: 3vw;
  }
  .ism-index .sect-last-news .news {
    display: flex;
    justify-content: space-around;
  }
  .ism-index .sect-last-news .news .card-news {
    width: 35vw;
    height: 16.1vw;
    border-radius: 1vw;
    padding: 1.5vw;
  }
  .ism-index .sect-last-news .news .card-news:nth-child(3) {
    display: none;
  }
  .ism-index .sect-last-news .news .card-news figure {
    width: 12.1vw;
    height: 12.1vw;
    margin: 0 0 0 -3vw;
    border-radius: 1vw;
  }
  .ism-index .sect-last-news .news .card-news figure img {
    border-radius: .5vw;
  }
  .ism-index .sect-last-news .news .card-news .info-news {
    width: 21.5vw;
    margin-left: 1vw;
  }
  .ism-index .sect-last-news .news .card-news .info-news .date {
    font-size: 1vw;
    line-height: 1vw;
  }
  .ism-index .sect-last-news .news .card-news .info-news .title {
    font-size: 1.3vw;
    line-height: 1.3vw;
    margin-bottom: .7vw;
  }
  .ism-index .sect-last-news .news .card-news .info-news .description {
    font-size: 1.1vw;
    line-height: 1.1vw;
  }
  .ism-index .sect-last-news .news .card-news .info-news a {
    border-radius: 2vw;
  }
  .ism-index .sect-last-news .news .card-news .info-news .btn-secondary {
    font-size: .9vw;
    padding: .5vw 1vw;
    border-radius: 2vw;
  }
  .ism-index .sect-clients h3 {
    font-size: 3.02vw;
  }
  .ism-index .client-slider {
    width: 80vw;
    height: 8vw;
    margin: 3vw auto 5vw;
  }
  .ism-index .client-slider::before,
  .ism-index .client-slider::after {
    height: 8vw;
    width: 20vw;
  }
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-20vw * 4));
    }
  }
  .ism-index .client-slider .slide-track {
    animation: scroll 20s linear infinite;
  }
  .ism-index .client-slider .slide {
    height: 8vw;
    width: 20vw;
  }
  /********** END_INDEX **********/
  /********** MODAL_TRANSPARENCY **********/
  .transparency-modal.show {
    padding-right: 0 !important;
  }
  .transparency-modal .modal-dialog {
    width: 85vw;
  }
  .transparency-modal .modal-content {
    padding: 1vw;
  }
  .transparency-modal .modal-content::before {
    width: 19vw;
    height: 19vw;
  }
  .transparency-modal .modal-content::after {
    width: 13vw;
    height: 13vw;
  }
  .transparency-modal .modal-body {
    padding: 2vw 3vw 6.5vw;
  }
  .transparency-modal .modal-body h3 {
    font-size: 2.14vw;
    letter-spacing: .1vw;
    line-height: 2.3vw;
    margin-bottom: 3vw;
  }
  .transparency-modal .modal-body p {
    font-size: 1.31vw;
    line-height: 1.61vw;
    margin-bottom: 1.5vw;
  }
  .transparency-modal#transparency_modal .modal-dialog {
    width: 60vw;
  }
  .transparency-modal#transparency_modal .modal-body {
    padding: 2vw 0 7vw;
  }
  .transparency-modal#transparency_modal h3 {
    margin-bottom: 5vw;
  }
  .transparency-modal .transparency-icons {
    display: flex;
    justify-content: center;
  }
  .transparency-modal .transparency-icons a {
    margin: 0 1vw;
  }
  .transparency-modal .transparency-icons a figure {
    width: 12vw;
    height: 8.2vw;
    margin-bottom: .5vw;
  }
  .transparency-modal .transparency-icons a p {
    display: none;
  }
  /********** END_MODAL_TRANSPARENCY **********/
  /********** PRIVACY_POLICIES **********/
  .ism-privacy-policies {
    padding: 14vw 0 8vw;
  }
  .ism-privacy-policies .sect-privacy-policies {
    padding: 0 7vw;
  }
  .ism-privacy-policies .sect-privacy-policies h4 {
    font-size: 3.02vw;
    line-height: 2.6vw;
    margin-bottom: 5vw;
  }
  .ism-privacy-policies .sect-privacy-policies p {
    font-size: 1.51vw;
    line-height: 2.4vw;
    margin-bottom: 1.5vw;
  }
  .ism-privacy-policies .sect-privacy-policies .title {
    margin-bottom: 2vw;
  }
  .ism-privacy-policies .sect-privacy-policies .title:not(:first-of-type) {
    margin: 4vw 0 2vw;
  }
  .ism-privacy-policies .sect-privacy-policies .btn-container {
    margin-top: 2vw;
  }
  .ism-privacy-policies .sect-privacy-policies .btn-container a {
    margin-left: 1vw;
    border-radius: 2vw;
  }
  .ism-privacy-policies .sect-privacy-policies .btn-container .btn-primary {
    font-size: 1.2vw;
    line-height: 1.2vw;
    border-radius: 2vw;
    padding: 1vw 2vw;
  }
  .ism-privacy-policies .sect-privacy-policies .btn-container .btn span {
    font-size: 2.2vw !important;
    line-height: 1.2vw !important;
  }
  /********** END_PRIVACY_POLICIES **********/
  /********** ETHICS_CHANNEL **********/
  .ism-ethics-channel {
    padding: 14vw 0 8vw;
  }
  .ism-ethics-channel .sect-ethics-channel {
    padding: 0 7vw;
  }
  .ism-ethics-channel .sect-ethics-channel h4 {
    font-size: 3.02vw;
    line-height: 2.6vw;
    margin-bottom: 5vw;
  }
  .ism-ethics-channel .sect-ethics-channel p {
    font-size: 1.51vw;
    line-height: 2.4vw;
    margin-bottom: 5vw;
  }
  .ism-ethics-channel .sect-ethics-channel .form-ethics {
    margin-bottom: 1.5vw;
  }
  .ism-ethics-channel .sect-ethics-channel .form-ethics .form-check-left {
    margin-right: 3vw;
  }
  .ism-ethics-channel .sect-ethics-channel .btn-container {
    margin-top: 2vw;
  }
  .ism-ethics-channel .sect-ethics-channel .btn-container .btn-secondary {
    font-size: 1.51vw;
    border-radius: 2vw;
    padding: .6vw 2vw;
  }
  /********** END_ETHICS_CHANNEL **********/
  /********** ABOUT_US **********/
  .ism-about-us .sect-banner {
    min-height: 46vw;
    height: 100vh;
  }
  .ism-about-us .sect-banner .bg-fill {
    min-height: 46vw;
  }
  .ism-about-us .sect-banner .bg-fill .text {
    padding: 10vw 10vw 3vw;
  }
  .ism-about-us .sect-banner .text h3 {
    font-size: 4vw;
    margin-bottom: 4vw;
  }
  .ism-about-us .sect-banner .text p {
    font-size: 1.5vw;
    line-height: 1.7vw;
    margin-bottom: 1.5vw;
  }
  .ism-about-us .sect-info .bg-detail-1::before {
    top: -16vw;
    left: -32vw;
    width: 58vw;
    height: 58vw;
    background-size: 58vw;
    transform: rotate(105deg);
  }
  .ism-about-us .sect-info .bg-detail-2::before {
    top: 55vw;
    right: -23vw;
    width: 45vw;
    height: 45vw;
    background-size: 45vw;
    transform: rotate(-60deg);
  }
  .ism-about-us .sect-info .bg-detail-3 {
    padding: 10vw 8vw 25vw;
  }
  .ism-about-us .sect-info .bg-detail-3::before {
    bottom: -7vw;
    left: -27vw;
    width: 55vw;
    height: 55vw;
    background-size: 55vw;
    transform: rotate(86deg);
  }
  .ism-about-us .sect-info .vision,
  .ism-about-us .sect-info .mission {
    border-width: 1vw;
    border-radius: 2vw;
    width: 67.9vw;
    height: 23.21vw;
  }
  .ism-about-us .sect-info .vision {
    padding-left: 4vw;
    margin-left: auto;
    margin-bottom: 8vw;
  }
  .ism-about-us .sect-info .mission {
    justify-content: end;
    padding-right: 3vw;
  }
  .ism-about-us .sect-info .vision h3,
  .ism-about-us .sect-info .mission h3 {
    font-size: 3.54vw;
    margin-bottom: 1vw;
  }
  .ism-about-us .sect-info .vision p,
  .ism-about-us .sect-info .mission p {
    font-size: 1.52vw;
    margin: 0;
    line-height: 1.9vw;
  }
  .ism-about-us .sect-info .vision p {
    width: 38vw;
  }
  .ism-about-us .sect-info .mission p {
    width: 42vw;
  }
  .ism-about-us .sect-info .vision figure {
    width: 24vw;
    height: 29vw;
    bottom: 0;
    right: -3vw;
    margin: 0;
  }
  .ism-about-us .sect-info .mission figure {
    width: 23vw;
    height: 28vw;
    bottom: -.1vw;
    left: -2vw;
    margin: 0;
  }
  .ism-about-us .sect-info .values {
    margin-top: 10vw;
  }
  .ism-about-us .sect-info .values h3 {
    font-size: 4vw;
    margin-bottom: 4vw;
  }
  .ism-about-us .sect-info .values .cont-values {
    width: 35vw;
    height: 35vw;
    border: .5vw solid var(--blue);
    border-radius: 50%;
    margin: 0 auto 2vw;
  }
  .ism-about-us .sect-info .values .desc-values {
    width: 28.11vw;
    height: 28.11vw;
    border-radius: 50%;
    padding: 3vw;
    margin: auto;
  }
  .ism-about-us .sect-info .values .desc-values h4 {
    font-size: 1.64vw;
    line-height: 1.8vw;
    margin-bottom: 1.5vw;
  }
  .ism-about-us .sect-info .values .desc-values p {
    font-size: 1.26vw;
    line-height: 1.5vw;
    margin: 0;
  }
  .ism-about-us .sect-info .values .list-values .value {
    width: 14vw;
  }
  .ism-about-us .sect-info .values .list-values .value-side {
    top: -25vw;
  }
  .ism-about-us .sect-info .values .list-values .value-side-left {
    right: -10vw;
  }
  .ism-about-us .sect-info .values .list-values .value-side-right {
    left: -10vw;
  }
  .ism-about-us .sect-info .values .list-values .value-diag {
    top: -10vw;
  }
  .ism-about-us .sect-info .values .list-values .value-left {
    right: 1vw;
  }
  .ism-about-us .sect-info .values .list-values .value-right {
    left: 1vw;
  }
  .ism-about-us .sect-info .values .list-values .value figure {
    width: 7.8vw;
    height: 7.8vw;
    border-radius: 50%;
    margin: 0 auto .5vw;
  }
  .ism-about-us .sect-info .values .list-values .value figure:hover,
  .ism-about-us .sect-info .values .list-values .value figure.active {
    box-shadow: 0 0.6vw 1.2vw var(--dark_blue);
  }
  .ism-about-us .sect-info .values .list-values .value figure img {
    width: 60%;
    height: 60%;
  }
  .ism-about-us .sect-info .values .list-values .value h4 {
    font-size: 1.5vw;
    line-height: 1.5vw;
    margin: 0 auto;
  }
  .ism-about-us .sect-info .values .list-values .value figure:hover + h4,
  .ism-about-us .sect-info .values .list-values .value figure.active + h4 {
    text-shadow: 0 .1vw .1vw var(--dark_blue);
  }
  /********** END_ABOUT_US **********/
  /********** SERVICES **********/
  .ism-services .sect-services {
    padding-bottom: 20vw;
  }
  .ism-services .sect-services .bg-service {
    min-height: 56.5vw;
    padding: 10vw 8vw 2vw;
  }
  .ism-services .sect-services .bg-service .text {
    width: 45vw;
  }
  .ism-services .sect-services .bg-service:nth-child(even) .text {
    margin-left: auto;
  }
  .ism-services .sect-services .bg-service .text h2 {
    font-size: 3.3vw;
    line-height: 3.5vw;
    padding: 0;
    text-shadow: 0vw .3vw .4vw var(--black);
    margin-bottom: 3vw;
  }
  .ism-services .sect-services .bg-service .text p {
    font-size: 1.51vw;
    line-height: 2vw;
    text-shadow:
      0 .2vw .3vw black,
      0 .2vw .6vw black;
    margin-bottom: 1.5vw;
  }
  .ism-services .link-brochure {
    bottom: 9vw;
    right: 2vw;
    --footer-btn-offset: 9.08vw;
  }
  .ism-services .link-brochure .btn-brochure {
    width: 6vw;
    height: 6vw;
  }
  /********** END_SERVICES **********/
  /********** BG_BASE **********/
  .bg-base {
    padding-bottom: 20vw;
    --bg-bottom-offset: -28vw;
  }
  .bg-base::before {
    background-size: 50vw;
    top: -12vw;
    right: -27vw;
    width: 50vw;
    height: 50vw;
    transform: rotate(-60deg);
  }
  .bg-base::after {
    background-size: 55vw;
    bottom: var(--bg-bottom, -28vw);
    left: -27vw;
    width: 55vw;
    height: 55vw;
    transform: rotate(86deg);
  }
  /********** END_BG_BASE **********/
  /********** PAGINATION **********/
  .pagination .page-link {
    font-size: 1.21vw;
  }
  /********** END_PAGINATION **********/
  /********** PROJECTS **********/
  .ism-projects {
    padding: 14vw 0 7vw;
  }
  .ism-projects h2 {
    font-size: 5.04vw;
    margin-bottom: 4vw;
  }
  .ism-projects .sect-projects {
    padding: 0 5vw;
  }
  .ism-projects .sect-projects form {
    margin-bottom: 1vw;
  }
  .ism-projects .sect-projects form select {
    font-size: 1.22vw;
  }
  .ism-projects .sect-projects .list-projects {
    gap: .5vw .5%;
  }
  .ism-projects .sect-projects .list-projects .project {
    height: 30vw;
    flex: 1 1 19.7%;
  }
  .ism-projects .sect-projects .list-projects .project:hover {
    flex: 100 1 39.4%;
  }
  .ism-projects .sect-projects .list-projects .project a {
    bottom: 1vw;
    max-width: 33vw;
    padding: .5vw 1vw;
  }
  .ism-projects .sect-projects .list-projects .project h4 {
    font-size: 1.31vw;
    margin-bottom: .3vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .ism-projects .sect-projects .list-projects .project h5 {
    font-size: 1.01vw;
  }
  .ism-projects .cont-pagination {
    margin: 3vw 5vw 0;
  }
  /********** END_PROJECTS **********/
  /********** MODAL_PROJECT **********/
  .ism-projects .modal .modal-dialog {
    width: 77vw;
  }
  .ism-projects .modal .modal-content {
    padding: 1vw 1vw 5vw;
  }
  .ism-projects .modal .modal-content::before {
    width: 19vw;
    height: 19vw;
  }
  .ism-projects .modal .modal-content::after {
    width: 13vw;
    height: 13vw;
  }
  .ism-projects .modal .modal-body {
    flex-direction: row-reverse;
    padding: 1vw 3vw;
  }
  .ism-projects .modal .modal-body .text {
    width: 60%;
    padding-left: 3vw;
  }
  .ism-projects .modal .modal-body .text h5 {
    font-size: 2.14vw;
    letter-spacing: .1vw;
    line-height: 2.3vw;
    padding: 0 4vw;
    margin-bottom: 3vw;
  }
  .ism-projects .modal .modal-body .text p {
    font-size: 1.31vw;
    line-height: 1.61vw;
    margin-bottom: 3vw;
    padding: 0 1vw;
  }
  .ism-projects .modal .modal-body .imgs {
    width: 40%;
  }
  .ism-projects .modal .modal-body .imgs .img-shadow {
    width: 27vw;
    height: 17vw;
    filter: drop-shadow(7px 9px 4px rgba(0, 0, 0, .6));
  }
  .ism-projects .modal .modal-body .imgs .img-border {
    padding: .3vw;
  }
  .ism-projects .modal .modal-body .imgs .img-shadow:nth-of-type(2) {
    margin-top: -7vw;
    margin-left: -7vw;
    width: 22vw;
    height: 14vw;
  }
  .ism-projects .modal .modal-body .imgs .img-shadow:nth-of-type(3) {
    margin-top: -8vw;
    margin-left: 9vw;
    width: 17vw;
    height: 11vw;
  }
  /********** END_MODAL_PROJECT **********/
  /********** NEWS **********/
  .ism-news {
    padding: 14vw 0 7vw;
  }
  .ism-news h2 {
    font-size: 5.04vw;
    margin-bottom: 5vw;
  }
  .ism-news .sect-news {
    padding: 0 7vw;
  }
  .ism-news .entry-wrapper {
    height: 25vw;
    width: 50%;
    margin-bottom: .8vw;
  }
  .ism-news .entry-wrapper .entry-preview {
    height: 5vw;
    width: 80%;
    padding: 0 1vw;
    right: 0;
    bottom: 1vw;
  }
  .ism-news .entry-wrapper:hover .entry-preview {
    right: -33vw;
  }
  .ism-news .entry-wrapper .entry-preview .subtitle {
    font-size: 2.01vw;
    line-height: 1.9vw;
    line-clamp: 2;
    -webkit-line-clamp: 2;
  }
  .ism-news .entry-wrapper .entry-content {
    padding: 2.5vw 2vw;
    width: 80%;
  }
  .ism-news .entry-wrapper .entry-content h4 {
    font-size: 2.01vw;
    line-height: 1.9vw;
    margin-bottom: 2.5vw;
    line-clamp: 2;
    -webkit-line-clamp: 2;
  }
  .ism-news .entry-wrapper .entry-content .date::before {
    width: 1.1vw;
    height: 1.1vw;
    margin-right: .3vw;
  }
  .ism-news .entry-wrapper .entry-content .date {
    font-size: 1.1vw;
    margin-bottom: 1.5vw;
  }
  .ism-news .entry-wrapper .entry-content .description {
    font-size: 1.2vw;
    line-height: 1.4vw;
    margin-bottom: 1vw;
    line-clamp: 4;
    -webkit-line-clamp: 4;
  }
  .ism-news .entry-wrapper .entry-content a {
    border-radius: 2vw;
  }
  .ism-news .entry-wrapper .entry-content .btn-primary {
    font-size: 1.1vw;
    padding: .5vw 2.5vw;
    border-radius: 2vw;
  }
  .ism-news .cont-pagination {
    margin: 3vw 8vw 0;
  }
  /********** END_NEWS **********/
  /********** DETAIL_NEWS **********/
  .ism-detail-news {
    padding: 14vw 0 8vw;
  }
  .ism-detail-news .sect-detail-news {
    padding: 0 7vw;
  }
  .ism-detail-news .sect-detail-news h4 {
    font-size: 3.02vw;
    line-height: 2.6vw;
    margin-bottom: 5vw;
  }
  .ism-detail-news .sect-detail-news figure {
    width: 100%;
    height: 35.31vw;
    margin: 0 auto 4vw;
  }
  .ism-detail-news .sect-detail-news figure img {
    object-fit: cover;
  }
  .ism-detail-news .sect-detail-news p {
    font-size: 1.51vw;
    line-height: 2.4vw;
  }
  .ism-detail-news .sect-detail-news .btn-container {
    margin-top: 2vw;
  }
  .ism-detail-news .sect-detail-news .btn-container a {
    margin-left: 1vw;
    border-radius: 2vw;
  }
  .ism-detail-news .sect-detail-news .btn-container .btn-primary,
  .ism-detail-news .sect-detail-news .btn-container .btn-secondary {
    font-size: 1.2vw;
    line-height: 1.2vw;
    border-radius: 2vw;
    padding: 1vw 2vw;
  }
  .ism-detail-news .sect-detail-news .btn-container .btn span {
    font-size: 2.2vw !important;
    line-height: 1.2vw !important;
  }
  /********** END_DETAIL_NEWS **********/
  /********** CONTACT **********/
  #contact_modal .modal-dialog {
    width: 90vw;
  }
  #contact_modal .modal-content {
    background-image: url(/static/assets/img/utils/bg_contact.png);
    background-position: center;
    background-size: 100% 100%;
    border-radius: 2vw;
    padding: 0;
  }
  #contact_modal .modal-content::before {
    width: 42vw;
    height: 42vw;
    top: -4vw;
    left: -2vw;
  }
  #contact_modal .modal-content .modal-header {
    padding-bottom: 0;
  }
  #contact_modal .modal-content .modal-body {
    flex-direction: row-reverse;
    padding: 2vw 6vw 4vw 7vw;
  }
  #contact_modal .modal-body .contact-form {
    width: 37vw;
    margin-left: auto;
  }
  #contact_modal .modal-body .contact-form h5 {
    font-size: 3.53vw;
    text-align: center;
    text-shadow: 1.5px 0.5px 4px rgba(255, 255, 255, 0.5);
    margin-bottom: 7vw;
  }
  #contact_modal .modal-body .contact-form .form-contact {
    margin-bottom: 1.5vw;
  }
  #contact_modal .modal-body .contact-form .form-contact .form-check-left {
    margin-right: 3vw;
  }
  #contact_modal .modal-body .contact-form .btn-container {
    margin-top: 2vw;
  }
  #contact_modal .modal-body .contact-form .btn-container .btn {
    font-size: 1.51vw !important;
    border-radius: 2vw !important;
    padding: .6vw 2vw !important;
    margin-right: 3vw !important;
  }
  #contact_modal .modal-body .contact-info {
    font-size: 1.51vw;
    line-height: 1.51vw;
    text-align: center;
    width: 22vw;
    color: #FFFFFF;
    margin: auto 0 6vw;
  }
  #contact_modal .modal-body .contact-info .phone {
    margin-bottom: .4vw;
    margin-left: -.3vw;
  }
  #contact_modal .modal-body .contact-info .phone div {
    font-size: 1.3vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: .6vw;
  }
  #contact_modal .modal-body .contact-info .phone div:last-child {
    margin-bottom: 0;
  }
  #contact_modal .modal-body .contact-info .phone p {
    margin-left: .3vw;
    margin-bottom: 0;
  }
  #contact_modal .modal-body .contact-info .phone .material-symbols-outlined {
    font-size: 1.3vw;
    height: 100%;
    display: flex;
    align-items: center;
  }
  #contact_modal .modal-body .contact-info .schedule {
    border-top: .25vw solid #e30613;
    padding-top: .4vw;
    margin: 0 1vw .4vw;
  }
  #contact_modal .modal-body .contact-info .schedule p {
    margin-bottom: .2vw;
  }
  #contact_modal .modal-body .contact-info .schedule p:nth-last-of-type(-n+2) {
    font-size: 1.3vw;
    margin-bottom: 0;
  }
  #contact_modal .modal-body .contact-info .address {
    font-size: 1.3vw;
    border-top: .25vw solid #e30613;
    padding-top: .4vw;
  }
  #contact_modal .modal-body .contact-info .address p {
    margin-bottom: 0;
  }
  /********** END_CONTACT **********/
}
