@media (max-width:575.98px) {
  /********** GENERAL **********/
  .tooltip .tooltip-inner {
    font-size: 2.4vw;
  }
  /********** END_GENERAL **********/
  /********** HEADER **********/
  header .ism-mobile-header {
    position: fixed;
    width: 100%;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3vw 5vw;
    background: #FFFFFF;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 34%, rgba(255, 255, 255, 1) 83%);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  }
  header .ism-mobile-header .ism-logo img {
    width: 17.4vw;
    height: 100%;
  }
  header .ism-mobile-header .menu-trigger {
    border: 0;
    background: transparent;
    width: 5.84vw;
    height: 100%;
    padding: 0;
    cursor: pointer;
    z-index: 1002;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .menu-trigger img{
    width: 100%;
    height: 100%;
  }
  header .ism-mobile-header .menu-trigger.open .bottom {
    transform: translateY(-10px) rotate(-45deg)
  }
  header .fullscreen-menu {
    position: fixed;
    inset: 0;
    z-index: 1001;
    background: rgba(77,0,0,.98);
    clip-path: circle(0% at 100% 0);
    transition: clip-path .6s ease-in-out;
    pointer-events: none;
  }
  header .fullscreen-menu.open {
    clip-path: circle(150% at 100% 0);
    pointer-events: auto;
  }
  header .fullscreen-menu .menu-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
    position: relative;
  }
  header .fullscreen-menu .menu-content .close-trigger {
    position: absolute;
    top: 3vw;
    right: 2.5vw;
    border: 0;
    background: 0;
    color: inherit;
    cursor: pointer;
  }
  header .fullscreen-menu .menu-content .close-trigger .material-symbols-outlined {
    font-size: 8vw;
  }
  header .fullscreen-menu .menu-content .menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  header .fullscreen-menu .menu-content .menu-list li {
    margin: 3.5vw 0;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp .4s forwards;
    animation-delay: calc(var(--i)*.1s+.3s);
  }
  header .fullscreen-menu .menu-content .menu-list a {
    font-size: 5.2vw;
    color: inherit;
    text-decoration: none;
  }
  @keyframes fadeUp {
    to{opacity:1;transform:none}
  }
  /********** END_HEADER **********/
  /********** FOOTER **********/
  footer {
    margin-top: -54vw;
  }
  footer .ism-footer {
    margin: auto;
    height: 54vw;
    padding: 0 5vw;
  }
  footer .ism-footer .footer-img img {
    width: 23.13vw;
    height: 100%;
  }
  footer .ism-footer .footer-menu li {
    margin: 2.5vw 0;
    line-height: 4vw;
  }
  footer .ism-footer .footer-menu li a {
    font-size: 3.47vw;
    font-weight: 600;
  }
  footer .ism-footer h3 {
    font-size: 3.47vw;
    font-weight: 700;
    margin: 0;
    letter-spacing: .5vw;
  }
  footer .ism-footer .first-line {
    width: 9.2vw;
    border-top-width: .5vw;
    margin: .5vw 0 0;
  }
  footer .ism-footer .second-line {
    width: 14.5vw;
    border-top-width: .5vw;
    margin: .5vw 0 1.2vw;
  }
  footer .ism-footer .footer-contact p {
    font-size: 2.1vw;
    font-weight: 500;
    line-height: 3vw;
    margin: 0;
  }
  footer .ism-footer .footer-contact .footer-schedule {
    margin: 1vw 0 3vw;
  }
  footer .ism-footer .footer-contact .footer-schedule p:not(:first-of-type) {
    font-size: 1.74vw;
    line-height: 2.5vw;
    letter-spacing: .2vw;
  }
  footer .ism-footer .footer-map iframe {
    width: 32.7vw;
    height: 14.96vw;
  }
  /********** END_FOOTER **********/
  /********** BTN_WHATSAPP **********/
  .link-ws {
    bottom: 3vw;
    right: 2vw;
  }
  .link-ws .btn-ws {
    width: 9vw;
    height: 9vw;
  }
  /********** END_BTN_WHATSAPP **********/
  /********** INDEX **********/
  .ism-index .sect-banner .slider {
    width: 100%;
    height: 65vh;
  }
  .ism-index .bg-grad {
    background: #AEDAFC;
    background: linear-gradient(
      0deg,
      rgba(174, 218, 252, 1) 0%,
      rgba(210, 234, 253, 1) 58%,
      rgba(255, 255, 255, 1) 62%,
      rgba(255, 255, 255, 1) 72%,
      rgba(210, 234, 253, 1) 76%,
      rgba(210, 234, 253, 1) 100%);
  }
  .ism-index .bg-grad .bg-detail-1 {
    background-position: 68vw -22vw;
    background-size: 70vw;
  }
  .ism-index .bg-grad .bg-detail-2 {
    background-position: -30vw calc(100% - 32vw);
    background-size: 70vw;
    padding-bottom: 54vw;
  }
  .ism-index .sect-projects {
    padding: 5vw 10vw 8vw;
    text-align: center;
  }
  .ism-index .sect-projects h4 {
    font-size: 3.13vw;
    letter-spacing: .1vw;
    margin-bottom: 5vw;
  }
  .ism-index .sect-projects .container-card {
    width: 32.87vw;
    height: 37.04vw;
    perspective: 240vw;
    margin: 0 2vw 4vw;
  }
  .ism-index .sect-projects .card-project {
    backdrop-filter: blur(2.5vw);
    box-shadow: 0 0 2vw rgba(0, 0, 0, 0.2);
    padding: 4vw;
  }
  .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: 1.5vw;
    left: 1.5vw;
    border-right: none;
    border-bottom: none;
  }
  .ism-index .sect-projects .card-project::after {
    bottom: 1.5vw;
    right: 1.5vw;
    border-left: none;
    border-top: none;
  }
  .ism-index .sect-projects .back-card h3 {
    font-size: 2.09vw;
  }
  .ism-index .sect-service-type {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 0 11vw;
  }
  .ism-index .sect-service-type .service-type h2 {
    font-size: 4.34vw;
  }
  .ism-index .sect-service-type .service-type hr {
    border-top-width: .6vw;
    margin: .2vw 0 4vw;
  }
  .ism-index .sect-service-type .service-type h3 {
    font-size: 3.13vw;
    letter-spacing: .3vw;
    line-height: 3vw;
    margin-bottom: 1.5vw;
  }
  .ism-index .sect-service-type .service-type a {
    margin-top: 4vw;
    border-radius: 2vw;
  }
  .ism-index .sect-service-type .service-type .btn-primary {
    font-size: 2.26vw;
    padding: 1.3vw 4.5vw 1vw;
    border-radius: 3vw;
  }
  .ism-index .sect-transparency {
    padding: 12vw 10vw;
  }
  .ism-index .sect-transparency h3 {
    font-size: 4.34vw;
    margin-bottom: 5vw;
  }
  .ism-index .sect-transparency .transparency-icons a {
    margin: 0 3.5vw;
  }
  .ism-index .sect-transparency .transparency-icons a figure {
    width: 20vw;
    height: 14vw;
    margin-bottom: 1vw;
  }
  .ism-index .sect-last-news {
    padding: 0vw 10vw 8vw 11vw;
  }
  .ism-index .sect-last-news h4 {
    font-size: 4.34vw;
    margin-bottom: 5vw;
  }
  .ism-index .sect-last-news .news {
    padding-bottom: 2vw;
  }
  .ism-index .sect-last-news .news .card-news {
    width: 74.78vw;
    height: 32vw;
    border-radius: 2vw;
    padding: 4vw;
    margin: 0 auto 3vw;
  }
  .ism-index .sect-last-news .news .card-news figure {
    width: 25.91vw;
    height: 25vw;
    margin: 0 0 0 -7vw;
    border-radius: 1.5vw;
  }
  .ism-index .sect-last-news .news .card-news figure img {
    border-radius: 1.5vw;
  }
  .ism-index .sect-last-news .news .card-news .info-news {
    width: 45vw;
    margin-left: 2vw;
  }
  .ism-index .sect-last-news .news .card-news .info-news .date {
    font-size: 1.7vw;
    line-height: 1vw;
  }
  .ism-index .sect-last-news .news .card-news .info-news .title {
    font-size: 2.5vw;
    line-height: 2.6vw;
    margin-bottom: 1.5vw;
  }
  .ism-index .sect-last-news .news .card-news .info-news .description {
    font-size: 2vw;
    line-height: 1.9vw;
  }
  .ism-index .sect-last-news .news .card-news .info-news a {
    border-radius: 3vw;
  }
  .ism-index .sect-last-news .news .card-news .info-news .btn-secondary {
    font-size: 2vw;
    padding: .5vw 2vw;
    border-radius: 3vw;
  }
  .ism-index .sect-clients h3 {
    font-size: 3.47vw;
    padding: 0 10vw;
  }
  .ism-index .client-slider {
    width: 75vw;
    height: 15vw;
    margin: 4vw auto 10vw;
  }
  .ism-index .client-slider::before,
  .ism-index .client-slider::after {
    height: 15vw;
    width: 37vw;
  }
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-37vw * 4));
    }
  }
  .ism-index .client-slider .slide-track {
    animation: scroll 20s linear infinite;
  }
  .ism-index .client-slider .slide {
    height: 15vw;
    width: 37vw;
  }
  /********** END_INDEX **********/
  /********** MODAL_TRANSPARENCY **********/
  .transparency-modal .modal-dialog {
    width: 95vw;
  }
  .transparency-modal .modal-content {
    padding: 1vw;
  }
  .transparency-modal .modal-content::before {
    width: 25vw;
    height: 25vw;
  }
  .transparency-modal .modal-content::after {
    width: 19vw;
    height: 19vw;
  }
  .transparency-modal .modal-body {
    padding: 2vw 4vw 10vw;
  }
  .transparency-modal .modal-body h3 {
    font-size: 3.13vw;
    letter-spacing: .1vw;
    line-height: 3.2vw;
    margin-bottom: 5vw;
  }
  .transparency-modal .modal-body p {
    font-size: 2.34vw;
    line-height: 2.74vw;
    margin-bottom: 2vw;
  }
  .transparency-modal#transparency_modal .modal-dialog {
    width: 65vw;
  }
  .transparency-modal#transparency_modal .modal-body {
    padding: 2vw 0 12vw;
  }
  .transparency-modal#transparency_modal h3 {
    margin-bottom: 8vw;
  }
  .transparency-modal .transparency-icons {
    width: fit-content;
    margin: 0 auto;
  }
  .transparency-modal .transparency-icons a {
    text-transform: uppercase;
    display: flex;
    margin-bottom: 4vw;
  }
  .transparency-modal .transparency-icons a:last-child {
    margin-bottom: 0;
  }
  .transparency-modal .transparency-icons a figure {
    width: 11vw;
    height: 7.14vw;
    margin: 0 3vw 0 0 ;
  }
  .transparency-modal .transparency-icons a p {
    font-size: 2.5vw;
    font-weight: 700;
    margin: auto 0;
  }
  /********** END_MODAL_TRANSPARENCY **********/
  /********** PRIVACY_POLICIES **********/
  .ism-privacy-policies {
    padding: 25vw 0 12vw;
  }
  .ism-privacy-policies .sect-privacy-policies {
    padding: 0 8vw;
  }
  .ism-privacy-policies .sect-privacy-policies h4 {
    font-size: 5.2vw;
    line-height: 5vw;
    margin: 0 9vw 8vw;
  }
  .ism-privacy-policies .sect-privacy-policies p {
    font-size: 2.6vw;
    line-height: 3.5vw;
    margin-bottom: 2vw;
  }
  .ism-privacy-policies .sect-privacy-policies .title {
    margin-bottom: 3vw;
  }
  .ism-privacy-policies .sect-privacy-policies .title:not(:first-of-type) {
    margin: 6vw 0 3vw;
  }
  .ism-privacy-policies .sect-privacy-policies .btn-container {
    margin-top: 4vw;
  }
  .ism-privacy-policies .sect-privacy-policies .btn-container a {
    margin-left: 2vw;
    border-radius: 3vw;
  }
  .ism-privacy-policies .sect-privacy-policies .btn-container .btn-primary {
    font-size: 2vw;
    line-height: 2vw;
    border-radius: 3vw;
    padding: 1.5vw 4vw;
  }
  .ism-privacy-policies .sect-privacy-policies .btn-container .btn span {
    font-size: 4vw !important;
    line-height: 2vw !important;
  }
  /********** END_PRIVACY_POLICIES **********/
  /********** ETHICS_CHANNEL **********/
  .ism-ethics-channel {
    padding: 25vw 0 12vw;
  }
  .ism-ethics-channel .sect-ethics-channel {
    padding: 0 8vw;
  }
  .ism-ethics-channel .sect-ethics-channel h4 {
    font-size: 5.2vw;
    line-height: 5vw;
    margin: 0 9vw 8vw;
  }
  .ism-ethics-channel .sect-ethics-channel p {
    font-size: 2.6vw;
    line-height: 3.5vw;
    margin-bottom: 8vw;
  }
  .ism-ethics-channel .sect-ethics-channel .form-ethics {
    margin-bottom: 2.5vw !important;
  }
  .ism-ethics-channel .sect-ethics-channel .form-ethics .form-check-left {
    margin-right: 5vw;
  }
  .ism-ethics-channel .sect-ethics-channel .btn-container {
    margin-top: 4vw;
  }
  .ism-ethics-channel .sect-ethics-channel .btn-container .btn-secondary {
    font-size: 2.5vw;
    border-radius: 3vw;
    padding: 1vw 4vw;
  }
  /********** END_ETHICS_CHANNEL **********/
  /********** ABOUT_US **********/
  .ism-about-us .sect-banner {
    height: 65vh;
    min-height: 90vw;
  }
  .ism-about-us .sect-banner .bg-fill .text {
    padding: 22vw 7vw 0;
  }
  .ism-about-us .sect-banner .text h3 {
    font-size: 5.2vw;
    margin-bottom: 5vw;
  }
  .ism-about-us .sect-banner .text p {
    font-size: 2.44vw;
    line-height: 2.5vw;
    margin-bottom: 3vw;
  }
  .ism-about-us .sect-info .bg-detail-1::before {
    top: -20vw;
    left: -32vw;
    width: 58vw;
    height: 58vw;
    background-size: 58vw;
    transform: rotate(105deg);
  }
  .ism-about-us .sect-info .bg-detail-2::before {
    top: 84vw;
    right: -32vw;
    width: 58vw;
    height: 58vw;
    background-size: 58vw;
    transform: rotate(-60deg);
  }
  .ism-about-us .sect-info .bg-detail-3 {
    padding: 10vw 6vw 60vw;
  }
  .ism-about-us .sect-info .bg-detail-3::before {
    bottom: 22vw;
    left: -26vw;
    width: 58vw;
    height: 58vw;
    background-size: 58vw;
    transform: rotate(86deg);
  }
  .ism-about-us .sect-info .vision,
  .ism-about-us .sect-info .mission {
    border-width: 1.5vw;
    border-radius: 3vw;
    width: 83.5vw;
    height: 40.53vw;
  }
  .ism-about-us .sect-info .vision {
    padding-left: 3vw;
    margin: auto;
    margin-bottom: 8vw;
  }
  .ism-about-us .sect-info .mission {
    justify-content: end;
    margin: auto;
    padding-right: 2vw;
  }
  .ism-about-us .sect-info .vision h3,
  .ism-about-us .sect-info .mission h3 {
    font-size: 4.5vw;
    margin-bottom: 3vw;
  }
  .ism-about-us .sect-info .vision p,
  .ism-about-us .sect-info .mission p {
    font-size: 2.44vw;
    margin: 0;
    line-height: 2.5vw;
  }
  .ism-about-us .sect-info .vision p {
    width: 48vw;
  }
  .ism-about-us .sect-info .mission p {
    width: 46vw;
  }
  .ism-about-us .sect-info .vision figure {
    width: 37vw;
    height: 44vw;
    bottom: 0;
    right: -5vw;
    margin: 0;
  }
  .ism-about-us .sect-info .mission figure {
    width: 37vw;
    height: 45vw;
    bottom: -.1vw;
    left: -4vw;
    margin: 0;
  }
  .ism-about-us .sect-info .values {
    margin: 10vw 0 25vw;
  }
  .ism-about-us .sect-info .values h3 {
    font-size: 4.5vw;
    margin-bottom: 4vw;
  }
  .ism-about-us .sect-info .values .cont-values {
    width: 53vw;
    height: 53vw;
    border: .5vw solid var(--blue);
    border-radius: 50%;
    margin: 0 auto 2vw;
  }
  .ism-about-us .sect-info .values .desc-values {
    width: 43vw;
    height: 43vw;
    border-radius: 50%;
    padding: 4vw;
    margin: auto;
  }
  .ism-about-us .sect-info .values .desc-values h4 {
    font-size: 2.5vw;
    line-height: 2.3vw;
    margin-bottom: 2.5vw;
  }
  .ism-about-us .sect-info .values .desc-values p {
    font-size: 2vw;
    line-height: 2.2vw;
    margin: 0;
  }
  .ism-about-us .sect-info .values .list-values {
    position: relative;
  }
  .ism-about-us .sect-info .values .list-values .value {
    position: absolute;
    width: 18vw;
  }
  .ism-about-us .sect-info .values .list-values .value-side {
    top: -38vw;
  }
  .ism-about-us .sect-info .values .list-values .value-side-left {
    left: -2vw;
  }
  .ism-about-us .sect-info .values .list-values .value-side-right {
    right: -2vw;
  }
  .ism-about-us .sect-info .values .list-values .value-diag {
    top: -16vw;
  }
  .ism-about-us .sect-info .values .list-values .value-diag-left {
    left: 3vw;
  }
  .ism-about-us .sect-info .values .list-values .value-diag-right {
    right: 3vw;
  }
  .ism-about-us .sect-info .values .list-values .value-left {
    left: 22vw;
  }
  .ism-about-us .sect-info .values .list-values .value-right {
    right: 22vw;
  }
  .ism-about-us .sect-info .values .list-values .value figure {
    width: 12.8vw;
    height: 12.8vw;
    border-radius: 50%;
    margin: 0 auto 1vw;
  }
  .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: 2vw;
    line-height: 2vw;
    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: 54vw;
  }
  .ism-services .sect-services .bg-service {
    min-height: 98.21vw;
    padding: 20vw 12vw 4vw;
  }
  .ism-services .sect-services .bg-service .text {
    width: 100%;
  }
  .ism-services .sect-services .bg-service .text h2 {
    font-size: 5.2vw;
    line-height: 5.6vw;
    padding: 0;
    text-shadow: 0vw .8vw 1vw var(--black);
    margin-bottom: 6vw;
  }
  .ism-services .sect-services .bg-service .text p {
    font-size: 2.6vw;
    line-height: 3vw;
    text-shadow:
      0 0vw .5vw black,
      0 .5vw 1.2vw black;
    text-align: center;
    margin-bottom: 3vw;
  }
  .ism-services .link-brochure {
    bottom: 14vw;
    right: 2vw;
    --footer-btn-offset: 14.78vw;
  }
  .ism-services .link-brochure .btn-brochure {
    width: 9vw;
    height: 9vw;
  }
  /********** END_SERVICES **********/
  /********** BG_BASE **********/
  .bg-base {
    padding-bottom: 54vw;
    --bg-bottom-offset: -29vw;
  }
  .bg-base::before {
    background-size: 58vw;
    top: -12vw;
    right: -30vw;
    width: 58vw;
    height: 58vw;
    transform: rotate(-60deg);
  }
  .bg-base::after {
    background-size: 58vw;
    bottom: var(--bg-bottom, -29vw);
    left: -26vw;
    width: 58vw;
    height: 58vw;
    transform: rotate(86deg);
  }
  /********** END_BG_BASE **********/
  /********** PAGINATION **********/
  .pagination .page-link {
    font-size: 2vw;
  }
  /********** END_PAGINATION **********/
  /********** PROJECTS **********/
  .ism-projects {
    padding: 25vw 0 10vw;
  }
  .ism-projects h2 {
    font-size: 5.21vw;
    margin-bottom: 6vw;
  }
  .ism-projects .sect-projects {
    padding: 0 7vw;
  }
  .ism-projects .sect-projects form {
    margin-bottom: 2vw;
  }
  .ism-projects .sect-projects form select {
    font-size: 2.1vw;
  }
  .ism-projects .sect-projects .list-projects {
    gap: 1vw 1%;
  }
  .ism-projects .sect-projects .list-projects .project {
    height: 48vw;
    flex: 1 1 24.3%;
  }
  .ism-projects .sect-projects .list-projects .project:hover {
    flex: 100 1 49.4%;
  }
  .ism-projects .sect-projects .list-projects .project a {
    bottom: 2vw;
    max-width: 41vw;
    padding: 1vw;
  }
  .ism-projects .sect-projects .list-projects .project h4 {
    font-size: 2.27vw;
    line-height: 2.47vw;
    margin-bottom: .3vw;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .ism-projects .sect-projects .list-projects .project h5 {
    font-size: 1.74vw;
  }
  .ism-projects .cont-pagination {
    margin: 6vw 8vw 0;
  }
  /********** END_PROJECTS **********/
  /********** MODAL_PROJECT **********/
  .ism-projects .modal .modal-dialog {
    width: 81vw;
  }
  .ism-projects .modal .modal-content {
    padding: 1vw 1vw 7vw;
  }
  .ism-projects .modal .modal-content::before {
    width: 25vw;
    height: 25vw;
  }
  .ism-projects .modal .modal-content::after {
    width: 19vw;
    height: 19vw;
  }
  .ism-projects .modal .modal-body {
    flex-wrap: wrap;
    padding: 1vw 3vw;
  }
  .ism-projects .modal .modal-body .text {
    width: 100%;
    margin-bottom: 3vw;
  }
  .ism-projects .modal .modal-body .text h5 {
    font-size: 3.13vw;
    letter-spacing: .1vw;
    line-height: 3.2vw;
    padding: 0 10vw;
    margin-bottom: 5vw;
  }
  .ism-projects .modal .modal-body .text p {
    font-size: 2.34vw;
    line-height: 2.74vw;
    padding: 0 2vw;
    margin-bottom: 3vw;
  }
  .ism-projects .modal .modal-body .imgs {
    width: auto;
    margin: auto;
  }
  .ism-projects .modal .modal-body .imgs .img-shadow {
    width: 32vw;
    height: 21vw;
    filter: drop-shadow(4px 6px 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: -8vw;
    margin-left: -8vw;
    width: 25.6vw;
    height: 16.8vw;
  }
  .ism-projects .modal .modal-body .imgs .img-shadow:nth-of-type(3) {
    margin-top: -10vw;
    margin-left: 11vw;
    width: 19.2vw;
    height: 12.6vw;
  }
  /********** END_MODAL_PROJECT **********/
  /********** NEWS **********/
  .ism-news {
    padding: 25vw 0 10vw;
  }
  .ism-news h2 {
    font-size: 5.21vw;
    margin-bottom: 8vw;
  }
  .ism-news .sect-news {
    padding: 0 10vw;
  }
  .ism-news .entry-wrapper {
    height: 47.31vw;
    width: 100%;
    margin-bottom: 1.5vw;
  }
  .ism-news .entry-wrapper .entry-preview {
    height: 9vw;
    width: 80%;
    padding: 0 2vw;
    right: 0;
    bottom: 2vw;
  }
  .ism-news .entry-wrapper:hover .entry-preview {
    right: -65vw;
  }
  .ism-news .entry-wrapper .entry-preview .subtitle {
    font-size: 3.48vw;
    line-height: 3.2vw;
    line-clamp: 2;
    -webkit-line-clamp: 2;
  }
  .ism-news .entry-wrapper .entry-content {
    padding: 7vw 5vw;
    width: 80%;
  }
  .ism-news .entry-wrapper .entry-content h4 {
    font-size: 3.48vw;
    line-height: 3.2vw;
    margin-bottom: 4vw;
    line-clamp: 2;
    -webkit-line-clamp: 2;
  }
  .ism-news .entry-wrapper .entry-content .date::before {
    width: 2vw;
    height: 2vw;
    margin: auto .5vw auto 0;
  }
  .ism-news .entry-wrapper .entry-content .date {
    font-size: 2vw;
    margin-bottom: 2vw;
  }
  .ism-news .entry-wrapper .entry-content .description {
    font-size: 2.26vw;
    line-height: 2.36vw;
    margin-bottom: 2vw;
    line-clamp: 4;
    -webkit-line-clamp: 4;
  }
  .ism-news .entry-wrapper .entry-content a {
    border-radius: 3vw;
  }
  .ism-news .entry-wrapper .entry-content .btn-primary {
    font-size: 2vw;
    padding: 1vw 4vw;
    border-radius: 3vw;
  }
  .ism-news .cont-pagination {
    margin: 6vw 11vw 0;
  }
  /********** END_NEWS **********/
  /********** DETAIL_NEWS **********/
  .ism-detail-news {
    padding: 25vw 0 12vw;
  }
  .ism-detail-news .sect-detail-news {
    padding: 0 8vw;
  }
  .ism-detail-news .sect-detail-news h4 {
    font-size: 5.2vw;
    line-height: 5vw;
    margin-bottom: 8vw;
  }
  .ism-detail-news .sect-detail-news figure {
    width: 100%;
    height: 48.87vw;
    margin: 0 auto 6vw;
  }
  .ism-detail-news .sect-detail-news figure img {
    object-fit: cover;
  }
  .ism-detail-news .sect-detail-news p {
    font-size: 2.6vw;
    line-height: 3.5vw;
  }
  .ism-detail-news .sect-detail-news .btn-container {
    margin-top: 4vw;
  }
  .ism-detail-news .sect-detail-news .btn-container a {
    margin-left: 2vw;
    border-radius: 3vw;
  }
  .ism-detail-news .sect-detail-news .btn-container .btn-primary,
  .ism-detail-news .sect-detail-news .btn-container .btn-secondary {
    font-size: 2vw;
    line-height: 2vw;
    border-radius: 3vw;
    padding: 1.5vw 4vw;
  }
  .ism-detail-news .sect-detail-news .btn-container .btn span {
    font-size: 4vw !important;
    line-height: 2vw !important;
  }
  /********** END_DETAIL_NEWS **********/
  /********** CONTACT **********/
  #contact_modal .modal-dialog {
    width: 90vw;
  }
  #contact_modal .modal-content {
    background-image: url(/static/assets/img/utils/bg_xs_contact.png);
    background-position: top;
    background-size: 94vw 55vw;
    border-radius: 3vw;
    padding: 0;
  }
  #contact_modal .modal-content::before {
    width: 26vw;
    height: 26vw;
    top: -4vw;
    right: 9vw;
  }
  #contact_modal .modal-content .modal-header {
    padding-bottom: 0;
  }
  #contact_modal .modal-content .modal-body {
    flex-wrap: wrap;
    padding: 0 8vw 3vw;
  }
  #contact_modal .modal-body .contact-form {
    width: 100%;
  }
  #contact_modal .modal-body .contact-form h5 {
    font-size: 5.2vw;
    text-align: start;
    text-shadow: -0.5px 0.5px 4px rgba(255, 255, 255, 0.5);
    margin-bottom: 14vw;
  }
  #contact_modal .modal-body .contact-form .form-contact {
    margin-bottom: 2.5vw;
  }
  #contact_modal .modal-body .contact-form .form-contact .form-check-left {
    margin-right: 5vw;
  }
  #contact_modal .modal-body .contact-form .btn-container {
    margin-top: 4vw;
    margin-bottom: 5vw;
  }
  #contact_modal .modal-body .contact-form .btn-container .btn {
    font-size: 2.5vw !important;
    border-radius: 3vw !important;
    padding: 1vw 4vw !important;
    margin-right: 4vw !important;
  }
  #contact_modal .modal-body .contact-info {
    font-size: 2.78vw;
    line-height: 2.78vw;
    text-align: center;
    width: 100%;
    color: #000054;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: auto 0 1vw;
  }
  #contact_modal .modal-body .contact-info .phone {
    width: 50%;
  }
  #contact_modal .modal-body .contact-info .phone div {
    font-size: 2.78vw;
    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: 2.7vw;
    height: 100%;
    display: flex;
    align-items: center;
  }
  #contact_modal .modal-body .contact-info .schedule {
    width: 50%;
  }
  #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: 2.5vw;
    margin-bottom: 0;
  }
  #contact_modal .modal-body .contact-info .address {
    width: 100%;
    font-size: 2.5vw;
    border-top: .25vw solid #e30613;
    margin-top: .5vw;
    padding-top: .5vw;
  }
  #contact_modal .modal-body .contact-info .address p {
    margin-bottom: 0;
  }
  /********** END_CONTACT **********/
}
