/* Fuentes */
@font-face {
    src: url("../fonts/sua/Raleway-Bold.ttf");
    font-family: "raleway-bold";
}
@font-face {
    src: url("../fonts/sua/Raleway-Regular.ttf");
    font-family: "raleway-regular";
}
@font-face {
    src: url("../fonts/sua/Raleway-SemiBold.ttf");
    font-family: "raleway-semibold";
}
@font-face {
    src: url("../fonts/sua/Raleway-Medium.ttf");
    font-family: "raleway-medium";
}
.espacio-custom {
    margin-top: 10%;
}
.colores-sua {
    background-color: #000000;
    color: white;
    padding: 5px;
}
.contenedor-slide {
    width: 40%;
}
.titulo-slide {
    font-family: "raleway-semibold" !important;
    font-size: 50px !important;
    line-height: 50px !important;
    color: #FAFAFA !important;
    margin-bottom: 15px;
}
.subtitulo-sua {
    font-family: "raleway-bold";
    font-size: 30px;
    line-height: 80px;
    color: #1A2D35;
}
.texto-slide-sua2 {
    font-family: "raleway-medium" !important;
    font-size: 25px !important;
    line-height: 30px !important;
    color: #fafafa !important;
}
.texto-proyectos-sua {
    font-family: "raleway-bold";
    font-size: 170px;
    line-height: 80px;
    color: #E9E9E9;
}
.subtitulo-sua2 {
    font-family: "raleway-bold" !important;
    font-size: 35px !important;
    line-height: 40px;
    color: #000000 !important;
}
.subtitulo-sua3 {
    font-family: "raleway-medium" !important;
    font-size: 35px !important;
    line-height: 40px;
    color: #000000;
}
.texto-normal-bold {
    font-family: "raleway-bold" !important;
    font-size: 20px !important;
    color: #1A2D35 !important;
    margin-bottom: 15px;
}
.texto-normal-bold2 {
    font-family: "raleway-bold" !important;
    font-size: 20px !important;
    color: #FAFAFA !important;
    margin-bottom: 15px;
}
.texto-normal-medium {
    font-family: "raleway-medium" !important;
    font-size: 18px !important;
    color: #1A2D35 !important;
}
.texto-slide-normal-medium {
    font-family: "raleway-medium" !important;
    font-size: 18px !important;
    color: #FAFAFA !important;
}
.texto-normal-header-sua {
    font-family: "raleway-medium" !important;
    font-size: 18px !important;
    color: #FAFAFA !important;
}
.texto-normal-header-sua-negro {
    font-family: "raleway-medium" !important;
    font-size: 18px !important;
    color: #1A2D35 !important;
}
.contenedor-info-home {
    width: 60%;
    margin-top: 20px;
    margin-left: 10%;
}
.contenedor-info-home2 {
    width: 100%;
    margin-top: 50px;
}
.contenedor-info-proyecto {
    position: relative;
    top: 25%;
    width: 80%;
    margin-bottom: 70%;
}
.titulo-separador-sua {
    text-align: center;
    font-family: "raleway-bold"  !important;
    font-size: 45px !important;
    line-height: 50px;
    color: #1A2D35 !important;
    margin-bottom: 5%;
}
.titulo-ventajas-sua {
    text-align: center;
    font-family: "raleway-bold"  !important;
    font-size: 45px !important;
    line-height: 50px;
    color: #1A2D35 !important;
    margin-bottom: 5%;
}
.titulo-separador-sua-left {
    text-align: left;
    font-family: "raleway-bold";
    font-size: 45px;
    line-height: 50px;
    color: #1A2D35;
    margin-top: 8%;
    margin-bottom: 8%;
    margin-left: 8%;
}
.titulo-proyecto-sua {
    font-family: "raleway-bold";
    font-size: 25px;
    color: #1A2D35;
}
.titulo-ventajas {
    font-family: "raleway-bold";
    font-weight: 700;
    font-size: 160px;
    color: #1A2D35;
    transform: rotate(90deg);
  }
.separador {
    margin-top: 5%;
    margin-bottom: 5%;
}
.texto-resaltado-sua-azul {
    color: #000000;
    font-family: "raleway-bold";
}
.contenedor-ventaja-sua {
    display: block;
    text-align: center;
    margin-bottom: 10%;
}
.img-ventaja-centrada {
    margin: 0 auto;
}
.titulo-formulario-sua {
    font-family: "raleway-bold";
    font-size: 45px;
    color: #1A2D35;
}
.consultation-section img {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 1050px;
    height: 1050px;
}
.footer-sua {
    background-color: #000000 !important;
    color: white !important;
}
.titulo-footer-sua {
    font-family: "raleway-bold";
    font-size: 35px;
    line-height: 50px;
    color: #fff;
}
.linea-footer {
    position: relative;
    left: 10%;
    width: 80%;
    border-top: #fff 3px solid;
    margin: 3% 0;
}
.texto-form {
    color: #000000 !important;
}
.espacio-img {
    margin-bottom: 25px;
}
.custom-lottie{
    width: 100%;
}
.logo-footer-sua {
    width: 234px;
    height: 61px;
}
.margin-sua {
    margin-top: 5%;
}
.logo-slide-sua {
    width: 100px !important;
    height: 70px !important;
    max-width: none;
}
.link-sua-form {
    padding: 10px 20px;
    margin-top: 50px;
    background-color: #000000;
    color: #FAFAFA;
    font-family: "raleway-bold";
}
/* Esquema interactivo */
.contenedor-esquema-sua {
    width: 100%;
    display: flex;
}
.contenedor-img-esquema-sua {
    width: 100%;
    display: block;
    position: relative;
    /* background-image: url("../images/sua/nuevo/slide1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
}
.contenedor-info-esquema-sua {
    width: 25%;
    padding: 10px;
    position: absolute;
    height: 370px;
    max-height: 370px;
    background-color: #fff;
    top: 30%;
    left: 37.5%;
    display: none;
    opacity: 0;
    box-shadow: 5px 5px 5px 5px rgba(1,1,1,0.5);
    animation: contenedor-anim 400ms ease-in;
    -webkit-animation: contenedor-anim 400ms ease-in;
    transition: all 400ms ease-in;
    -webkit-transition: all 400ms ease-in;
}
#cerrar-contenedor {
    text-align: right;
    font-family: "raleway-bold";
    font-size: 25px;
    color: #000000;
    cursor: pointer;
}
.separador-titulo-esquema {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
}
.separador-titulo-esquema-parte {
    width: 50%;
    text-align: left;
}
.separador-info-esquema {
    height: 180px;
    max-height: 180px;
    overflow: scroll;
}
.diseño-puntos {
    width: 70px;
    height: 70px;
    border-radius: 20px;
    /* background-color: green; */
    transition: transform 0.2s ease-in;
    -webkit-transition: transform 0.2s ease-in;
}
.diseño-puntos:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.icon-esquema-sua {
    width: 80px;
    height: 80px;
    margin: 0 auto;
}
.titulo-esquema-sua {
    font-family: "raleway-bold";
    text-align: center;
    color: #000000;
    font-size: 25px;
    margin: 15px 0;
}
.info-esquema-sua {
    font-family: "raleway-medium";
    text-align: justify;
    color: #000000;
    font-size: 18px;
    margin: 0 15px;
}
#punto1 {
    position: absolute;
    top: 11%;
    left: 41.5%;
    width: 15%;
    height: 10%;
    background-color: transparent;
}
#punto2 {
    position: absolute;
    top: 69%;
    left: 12.3%;
    width: 18%;
    height: 7%;
    background-color: transparent;
}
#punto3 {
    position: absolute;
    top: 68%;
    left: 43%;
    width: 12%;
    height: 10%;
    background-color: transparent;
}
#punto4 {
    position: absolute;
    top: 80%;
    left: 80%;
}
.img-esquema-sua-icon {
    width: 150px;
    height: 350px;
}
.mapa-sua {
    width: 100%;
    margin: 0 auto;
}
.margin-bottom-sua {
    margin-bottom: 10% !important;
}
.margin-invierte-sua {
    margin-bottom: 30px;
}
.esquema-sua-p {
    display: none;
}
.margin-100px {
    margin-top: 100px;
}
/* Esquema mobile */
.contenedor-esquema-sua-mobile {
    display: none;
    position: relative;
}
.contenedor-info-esquema-sua-mobile {
    width: 90%;
    padding: 10px;
    position: absolute;
    height: 370px;
    max-height: 370px;
    background-color: #EEEEEE;
    top: 30%;
    left: 5%;
    display: none;
    opacity: 0;
    box-shadow: 5px 5px 5px 5px rgba(1,1,1,0.5);
    animation: contenedor-anim 400ms ease-in;
    -webkit-animation: contenedor-anim 400ms ease-in;
    transition: all 400ms ease-in;
    -webkit-transition: all 400ms ease-in;
}
#punto1-mobile {
    position: absolute;
    top: 9%;
    left: 38%;
    width: 24%;
    height: 10%;
    background-color: transparent;
}
#punto2-mobile {
    position: absolute;
    top: 60%;
    left: 38%;
    width: 24%;
    height: 10%;
    background-color: transparent;
}
#punto3-mobile {
    position: absolute;
    top: 80%;
    left: 38%;
    width: 24%;
    height: 10%;
    background-color: transparent;
}
#punto1-svg {
    position: absolute;
    top: 13%;
    left: 33%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    /* animation: info-anim 2s ease-in infinite; */
}
#punto2-svg {
    position: absolute;
    top: 63%;
    left: 9%;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
#punto3-svg {
    position: absolute;
    top: 65%;
    left: 37%;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.contenedor-mas-info {
    position: absolute;
    top: 90%;
    left: 60%;
    display: flex;
    border: solid 1px #000000;
}
.contenedor-mas-info-p {
    position: absolute;
    top: 90%;
    width: 30%;
    left: 35%;
    display: flex;
    border: solid 1px #000000;
}
.icono-mas-info {
    width: 50px;
    height: 50px;
    padding: 10px;
}
.contenedor-texto-mas-info {
    background-color: #000000;
    color: #FAFAFA;
    padding: 10px;
}
#cerrar-contenedor-mobile {
    text-align: right;
    font-family: "raleway-bold";
    font-size: 25px;
    color: #000000;
    cursor: pointer;
}
/* Linea del tiempo  */
/* Esquema interactivo */
.brillo {
    filter: brightness(100%) !important;
}
/* Galeria */
.pic-ctn {
    width: 100vw;
    height: 200px !important;
  }
  
  @keyframes display {
    0% {
      transform: translateX(200px);
      opacity: 0;
    }
    10% {
      transform: translateX(0);
      opacity: 1;
    }
    20% {
      transform: translateX(0);
      opacity: 1;
    }
    30% {
      transform: translateX(-200px);
      opacity: 0;
    }
    100% {
      transform: translateX(-200px);
      opacity: 0;
    }
  }
  
  .pic {
    position: relative;
    width: 100%;
    height: 100%;
    /* margin-top: 15vh; */
  }
  
  .pic-ctn > img {
    position: absolute;
    top: 0;
    /* left: calc(50% - 100px); */
    opacity: 0;
    animation: display 10s infinite;
  }
  
  .pic-ctn img:nth-child(2) {
    animation-delay: 2s;
  }
  .pic-ctn img:nth-child(3) {
    animation-delay: 4s;
  }
  .pic-ctn img:nth-child(4) {
    animation-delay: 6s;
  }
  .pic-ctn img:nth-child(5) {
    animation-delay: 8s;
  }
.gallery {
    --g: 6px; /* the gap */
    
    display: grid;
    width: 450px; /* the size */
    aspect-ratio: 1;
    grid: auto-flow 1fr/repeat(3,1fr);
    gap: var(--g);
  }
  .gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale();
    cursor: pointer;
    transition: .5s
  }
  .gallery img:hover {
    filter: grayscale(0);
  }
  .gallery img:nth-child(2) {
    grid-area: 1/2/span 2/span 2;
    clip-path: polygon(0 0,100% 0,100% 100%,calc(50% + var(--g)/4) 100%,0 calc(50% - var(--g)/4))
  }
  .gallery img:nth-child(3) {
    grid-area: 2/1/span 2/span 2;
    clip-path: polygon(0 0,calc(50% - var(--g)/4) 0,100% calc(50% + var(--g)/4),100% 100%,0 100%);
  }
@media(max-width: 991px) {
    .titulo-slide {
        font-size: 50px;
    }
    .subtitulo-sua {
        font-size: 40px;
    }
    .titulo-separador-sua {
        font-size: 25px !important;
        line-height: 30px !important;
    }
    .titulo-separador-sua-left {
        font-size: 25px;
    }
    .texto-normal-header-sua {
        color: #000000 !important;
    }
    .texto-slide-normal-medium {
        font-size: 15px;
    }
    .contenedor-slide {
        width: 100%;
    }
    .logo-slide-sua {
        max-width: 100%;
    }
    .subtitulo-sua2 {
        font-size: 25px !important;
        line-height: 25px;
    }
    .subtitulo-sua3 {
        font-size: 25px !important;
        line-height: 25px;
    }
    .margin-responsive-sua {
        margin-top: 30%;
    }
    .esquema-sua {
        display: none;
    }
    .esquema-sua-p{
        display: block;
    }
    .margin-sua {
        margin-top: 15%;
    }
    .seo-work-progress .single-work-list:last-child:before {display: none !important;}
    .seo-work-progress .single-work-list:last-child {padding-bottom: 0;}
    .seo-work-progress .single-work-list .text-wrapper {
    margin-right: 0px;
    }
    .mapa-sua{
        width: 100%;
    }
}
@media(max-width: 720px) {
    #theme-banner-five {
        /* background: linear-gradient( 145deg, rgb(132,0,252) 0%, rgb(17,222,244) 100%); */
        background-image: url("../images/sua/nuevo/slider_nuevo2.jpg") !important;
        background-size: cover;
        /* background-repeat: round !important; */
        /* background-position: center center; */
        position: relative;
        z-index: 5;
      }
}
@media(max-width: 480px) {
    .contenedor-mas-info-p {
        position: absolute;
        top: 90%;
        width: 80%;
        left: 10%;
        display: flex;
        border: solid 1px #000000;
    }
}
/* Animaciones */
@keyframes contenedor-anim {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes contenedor-anim {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes info-anim {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.2);
    }
}
@-webkit-keyframes info-anim {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.2);
    }
}