#Cabecera {
    height: 100vh;
    justify-content: center;
    align-items: center;
}

#Cabecera .Background {
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 1;
}

#Cabecera .Background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#Cabecera .BOX-Titulo {
    z-index: 1;
    text-align: center;
    padding: 0px 40px;
}

#Cabecera .BOX-Titulo h1 {
    color: #fff;
    font-size: 90px;
    line-height: 95px;
    position: relative;
}

#Cabecera .BOX-Titulo .TXT-BLC-Trans{
    opacity: 0.7;
}

@media only screen and (max-width: 1500px){
    #Cabecera .BOX-Titulo h1 {
    font-size: 80px;
    line-height: 80px;
    }
}


@media only screen and (max-width: 780px){
    #Cabecera .BOX-Titulo h1 {
        font-size: 60px;
        line-height: 65px;
    }
}

@media only screen and (max-width: 600px){
    #Cabecera .BOX-Titulo h1 {
        font-size: 40px;
        line-height: 45px;
    }

}

@media only screen and (max-width: 420px){
    #Cabecera .BOX-Titulo h1 {
        font-size: 38px;
        line-height: 42px;
    }

}

@media only screen and (max-width: 389px){
    #Cabecera .BOX-Titulo h1 {
        font-size: 30px;
        line-height: 35px;
    }
 
}

#Introduccion .cursor-parpadeante {
    width: 20px;
    animation: blink 0.7s infinite alternate;
    float: left;
    width: 24px;
    shape-outside: inset(0px);
    clip-path: inset(0px);
    margin: 34px 9px 0px 0px;
}

#Introduccion .Cabecera{
    padding-right: 90px;
}

#Introduccion .Desarrollo{
    padding-left: 90px;
}

#Introduccion .Desarrollo .BOX-Desarrollo {
    margin-bottom: 50px;
}

/*#Introduccion .ROW_Subsectore {
    margin-top: 100px;
}

#Introduccion .ROW_Subsectore .COLB {
    padding-left: 90px;
}

#Introduccion .ROW_Subsectore .Nombre-Sub{
    margin-left: 20px;
}*/

#Introduccion .ROW_Subsectore  {
    margin-top: 100px;
}

#Introduccion .ROW_Subsectore .CELL-Subsector {
    border: 1px solid rgba(79, 79, 79, 0.2);
    padding: 30px 20px;
    height: calc(25vw - 90px);
    align-content: space-between;
}

#Introduccion .ROW_Subsectore .CELL-Subsector .BOX-Num {
    width: 100%;
}

#Introduccion .ROW_Subsectore .CELL-Subsector .TXT-Naranja{
    font-size: 30px;
}

#Introduccion .ROW_Subsectore .CELL-Subsector p {
    font-size: 22px;
    line-height: 22px;
    padding: 0px;
    max-width: 75%;
}

@media only screen and (max-width: 1500px){

    #Introduccion .cursor-parpadeante {
        animation: blink 0.7s infinite alternate;
        float: left;
        width: 19px;
        margin: 27px 9px 0px 0px;
    }

    #Introduccion .Desarrollo .BOX-Desarrollo {
    margin-bottom: 20px;

    }

    #Introduccion .ROW_Subsectore {
    margin-top: 80px;
    }

}

@media only screen and (max-width: 999px){
    #Introduccion .Cabecera {
        padding-right: 45px;
    }

    #Introduccion .Desarrollo {
    padding-left: 45px;
    }

    #Introduccion .cursor-parpadeante {
    margin: 20px 9px 0px 0px;
    }

    #Introduccion .Desarrollo a{
    font-size: 13px;
    }

    #Introduccion .ROW_Subsectore .CELL-Subsector {
    flex-basis: 50%;
    height: 200px;
    }

}

@media only screen and (max-width: 700px){
    #Introduccion .Cabecera {
       flex-basis: 100%;
       padding-right: 0px;
       margin-bottom: 40px;
    }

    #Introduccion .Desarrollo {
    flex-basis: 100%;
    padding-left: 0px;
    }
} 

@media only screen and (max-width: 500px){

    #Introduccion .ROW_Subsectore {
        margin-top: 50px;
    }

    #Introduccion .ROW_Subsectore .CELL-Subsector p.TXT-Naranja {
        font-size: 28px;
        line-height: 28px;
    }

    #Introduccion .ROW_Subsectore .CELL-Subsector p {
        font-size: 18px;
        line-height: 18px;
    }
} 

#Desafios-Sector .IMG-Lateral {
width: 100%;
height: 100%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
object-fit: cover;
}

#Desafios-Sector .COLB {
    padding: 200px 60px;
}

#Desafios-Sector .COLB .BOX-Cabecera {
    margin-bottom: 50px;
}


#Desafios-Sector .COLB .CELL-Desafio {
    margin-bottom: 20px;
}

#Desafios-Sector .COLB h3{
    margin-bottom: 20px;
}

#Desafios-Sector .COLB strong{
    color: #FF6633;
}

#Desafios-Sector .COLB .Carcact {
    padding-bottom: 10px;

}


@media only screen and (max-width: 700px){

    #Desafios-Sector .COLA, #Desafios-Sector .COLB {
        flex-basis: 100%;
    }

    #Desafios-Sector .COLA {
        height: 80vh;
        margin-top: 50px;
    }

    #Desafios-Sector .COLB {
        padding: 50px 18px;
    }

    #Desafios-Sector .COLB .BOX-Cabecera {
    text-align: center;
    }

    #Desafios-Sector .COLB .BOX-Desafios {
    text-align: center;
    }

    #Desafios-Sector .COLB .Carcact {
    font-size: 16px;
    line-height: 16px;
    }

    #Desafios-Sector .COLB h3 {
    font-size: 20px;
    line-height: 20px;
    }

}

#Soluciones {
    padding-bottom: 0px !important;
    MARGIN-BOTTOM: -1PX;
}

#Soluciones .BOX-Cabecera {
    text-align: center;
    margin-bottom: 200px;
}

#Soluciones .BOX-Cabecera h2{
    font-size: 130px;
    line-height: 130px;
}

#Soluciones .ROW-Soluciones {
    margin: 0px -20px 100px;
    flex-basis: calc(100% + 40px);
}

#Soluciones .ROW-Soluciones .CELL-Solucion {
    padding: 0px 20px;
}

#Soluciones .ROW-Soluciones .CELL-Solucion .Nombre {
    font-weight: 700;
    text-transform: uppercase;
    width: 70%;
}

#Soluciones .ROW-Soluciones .CELL-Solucion .Carcact {
    padding-bottom: 6px;
    font-size: 16px;
}

#Soluciones .ROW-Infografia{
    margin: 0px -90px;
}

#Soluciones .ROW-Infografia img{
    width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
}

#Soluciones .ROW-Infografia {
    margin: 0px -90px;
    flex-basis: calc(100% + 180px);
}

#Soluciones .ROW-Infografia {
    margin: 0px -90px;
    flex-basis: calc(100% + 180px);
}

@media only screen and (max-width: 1500px){

    #Soluciones .BOX-Cabecera h2 {
        font-size: 130px;
        line-height: 130px;
    }

}

@media only screen and (max-width: 999px){

    #Soluciones .BOX-Cabecera h2 {
    font-size: 110px;
    line-height: 110px;
    }

    #Soluciones .BOX-Cabecera {
    margin-bottom: 100px;
    }

    #Soluciones .ROW-Soluciones .CELL-Solucion {
    flex-basis: 50%;
    justify-content: center;
    text-align: center;
    margin-bottom: 40px;
    }

    #Soluciones .ROW-Soluciones .CELL-Solucion .Nombre {
    width: 100%;
    font-size: 20px;
    line-height: 20px;
    }

}

@media only screen and (max-width: 820px){

    #Soluciones .BOX-Cabecera h2 {
    font-size: 90px;
    line-height: 90px;
    }

}

@media only screen and (max-width: 653px){
    #Soluciones .BOX-Cabecera h2 {
    font-size: 70px;
    line-height: 70px;
    }
}

@media only screen and (max-width: 500px){
    #Soluciones .BOX-Cabecera h2 {
    font-size: 50px;
    line-height: 50px;
    }

    #Soluciones .ROW-Soluciones {
        margin: 0px -20px 50px;
    }

    #Soluciones .ROW-Soluciones .CELL-Solucion {
    flex-basis: 100%;
    }
}

#Porque .Background{
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0 ;
}

#Porque h2, #Porque p{
    color: #fff;
}

#Porque .BOX-Titulo, #Porque .ROW_Razones{
    z-index: 1 ;
}

#Porque .BOX-Titulo.absolute {
    top: 50px;
    left: 40px;
}

#Porque h2 {
    font-size: 30px;
    max-width: 300px;
    line-height: 36px;
}

#Porque .ROW_Razones {
    margin: 29vh 0px calc(25vh - 20px);
    padding: 0px 100px;
    flex-basis: 100%;
}

#Porque .ROW_Razones .CELL-Razon {
    text-align: center;
    margin-bottom: 50px;
}

#Porque .ROW_Razones .Cabecera {
    max-width: 300px;
    margin: auto;
}

#Porque .ROW_Razones .CELL-Razon h3 {
    color: #fff;
    font-size: 45px;
    line-height: 45px;
    max-width: fit-content;
    margin: auto;
    font-weight: 400;
    margin-bottom: 20px;
}

#Porque .ROW_Razones .CELL-Razon p {
    max-width: 360px;
    margin: auto;
}

@media only screen and (max-width: 1500px){
    #Porque .ROW_Razones {
        margin: 33vh 0px calc(25vh - 20px);
        padding: 0px 100px;
    }
}

@media only screen and (max-width: 999px){

    #Porque h2 {
        font-size: 25px;
        max-width: 250px;
        line-height: 31px;
    }

    #Porque .ROW_Razones .CELL-Razon h3 {
    font-size: 40px;
    line-height: 40px;
    }

    #Porque .ROW_Razones .CELL-Razon p {
    padding: 0px 20px;
    }

}

@media only screen and (max-width: 800px){

    #Porque .ROW_Razones {
        padding: 0px 50px;
    }

}

@media only screen and (max-width: 700px){

    #Porque .ROW_Razones .CELL-Razon {
        flex-basis: 100%;
    }

    #Porque .BOX-Titulo {
    text-align: center;
    width: 100%;
    position: relative;
    left: unset !important;
    top: unset !important;
    margin-top: 100px;
    padding: 0px 18px;
    }

    #Porque h2 {
    font-size: 36px;
    max-width: unset;
    line-height: 36px;
    }

    #Porque .ROW_Razones {
    margin: 100px 0px;
    padding: 0px 100px;
    }

    #Porque .ROW_Razones .CELL-Razon h3 {
    font-size: 32px;
    line-height: 32px;
    }

}

@media only screen and (max-width: 500px){
    #Porque .ROW_Razones {
    padding: 0px 18px;
    }
}

#Clientes.empty {
    padding: 0px !important;
}

#Clientes {
    padding: 100px 0px;
}

#Clientes .slick-track {
    display: flex;
    align-items: center;
}

#Clientes .CELL-Cliente {
    margin: 0px 25px
}

#Clientes .CELL-Cliente img {
    margin: auto;
    height: 2.5vw;
    min-height: 40px;
}

#Clientes .Carrusel-Casos-Exito {
    width: calc(100vw - 20px);
    padding: 0px 90px;
}

#Clientes .Carrusel-Casos-Exito .CELL-Caso-Exito {
    border: 1px solid rgba(79, 79, 79, 0.2);
    padding: 40px 30px 20px;
}

#Clientes .Carrusel-Casos-Exito .CELL-Caso-Exito:hover {
    background: #FF6633;
}

#Clientes .Carrusel-Casos-Exito .CELL-Caso-Exito h2 {
    font-size: 35px;
    line-height: 35px;
}

#Clientes .Carrusel-Casos-Exito .CELL-Caso-Exito:hover h2 {
    color: #fff;
}

#Clientes .Carrusel-Casos-Exito .CELL-Caso-Exito .Descripcion {
    font-size: 16px;
    line-height: 16px;
    margin-top: 30px;
}

#Clientes .Carrusel-Casos-Exito .CELL-Caso-Exito:hover .Descripcion {
    color: #fff;
}

#Clientes .Carrusel-Casos-Exito .CELL-Caso-Exito em {
    font-style: unset;
}

#Clientes .Carrusel-Casos-Exito .Quien {
    margin-top: 20px;
}

#Clientes .Carrusel-Casos-Exito .CELL-Caso-Exito .Quien p {
    font-size: 14px;
    line-height: 14px;
    max-width: 290px;
}

#Clientes .Carrusel-Casos-Exito .CELL-Caso-Exito .Resultados {
    margin-top: 10vh;
}

#Clientes .Carrusel-Casos-Exito .CELL-Caso-Exito .CELL-Resultado .Titulo {
    font-size: 18px;
}

#Clientes .Carrusel-Casos-Exito .slick-list {
    margin-right: -4px !important;
}

#Clientes .ROW-Botones {
    flex-wrap: nowrap;
    position: relative;
    height: 30px;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 100px;
}

#Clientes .ROW-Botones.No_Es_Carrusel {
    opacity: 0;
}

#Clientes .ROW-Botones .linea {
    width: 100vw;
    padding: 0px 100px;
    align-content: center;
}

#Clientes .ROW-Botones #Botones-Productos {
    width: 110px;
    height: 40px;
    position: relative;
}

#Clientes .ROW-Botones .slick-next {
    right: 0px;
}

#Clientes .ROW-Botones .slick-next img{
    right: 50px;
    position: absolute;
    top: -5px;
    height: 30px;
}

#Clientes .ROW-Botones .slick-prev {
    left: 0px;
}

#Clientes .ROW-Botones .slick-prev img{
    left: 50px;
    position: absolute;
    top: -5px;
    height: 30px;
}

#Clientes .progress {
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #b1b1b1;
  background-image: linear-gradient(to right, #FF6633, #FF6633);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size .4s ease-in-out;
}

@media only screen and (max-width: 1500px){
    #Clientes .Carrusel-Casos-Exito {
    padding: 0px 60px;
    }
    #Clientes .Carrusel-Casos-Exito .CELL-Caso-Exito h2 {
    font-size: 30px;
    line-height: 30px;
    }
    #Clientes .Carrusel-Casos-Exito .CELL-Caso-Exito .Descripcion {
    margin-top: 30px;
    padding: 0px;
    }
}

@media only screen and (max-width: 999px){
    #Clientes .ROW-Botones.No_Es_Carrusel.Dos {
    opacity: 1;
    }
}

@media only screen and (max-width: 700px){

    #Clientes {
    padding: 50px 0px 100px;
    }

    #Clientes .Carrusel-Casos-Exito {
        padding: 0px 18px;
    }

    #Clientes .Carrusel-Casos-Exito .CELL-Caso-Exito h2 {
        font-size: 26px;
        line-height: 26px;
    }

    #Clientes .Carrusel-Casos-Exito .CELL-Caso-Exito .Descripcion {
    font-size: 15px;
    line-height: 15px;
    margin-top: 30px;
    }

    #Clientes .Carrusel-Casos-Exito .CELL-Caso-Exito .CELL-Resultado .Titulo {
    font-size: 16px;
    }

    #Clientes .ROW-Botones .linea {
    padding: 0px 73px;
    }

    #Clientes .ROW-Botones .slick-next img {
    right: 18px;
    top: -6px;
    }

    #Clientes .ROW-Botones .slick-prev img {
    left: 18px;
    top: -6px;
    }

}

@media only screen and (max-width: 500px){
    #Clientes .Carrusel-Casos-Exito .CELL-Caso-Exito .Resultados {
    margin-top: 5vh;
    }

    #Clientes .CELL-Resultado.COL50 {
    flex-basis: 100%;
    }

    #Clientes .Carrusel-Casos-Exito .CELL-Caso-Exito .CELL-Resultado .Titulo {
    font-size: 16px;
    padding-bottom: 12px;
    }

}

#Contacto_Sector .Logo-Banner {
    height: 100%;
    right: 0;
    top: 0;
}

#Contacto_Sector .ROW-TXT {
    margin-bottom: 80px;
}

#Contacto_Sector .ROW-TXT h2 {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    width: 80%;
}

#Contacto_Sector .ROW-MAIL{
    align-items: center;
}

#Contacto_Sector a {
    color: #fff;
    font-size: 60px;
}

#Contacto_Sector .ICO-Flecha {
    width: 72px;
    margin-left: 20px;
}

@media only screen and (max-width: 999px){
    #Contacto_Sector .ROW-TXT h2 {
    font-size: 22px;
    line-height: 22px;
    }

    #Contacto_Sector .ROW-TXT {
    margin-bottom: 60px;
    }

    #Contacto_Sector a {
    font-size: 50px;
    }
}

@media only screen and (max-width: 700px){

    #Contacto_Sector .ROW-TXT h2 {
    font-size: 18px;
    line-height: 18px;
    }

    #Contacto_Sector .ROW-TXT {
    margin-bottom: 50px;
    }

    #Contacto_Sector a {
    font-size: 42px;
    }
    #Custom_Body .contenedor_margenes_peq {
        padding: 40px 18px;
    }

}

@media only screen and (max-width: 500px){

    #Contacto_Sector .ROW-TXT h2 {
        width: 100%;
        font-size: 16px;
        line-height: 16px;
    }

    #Contacto_Sector .ROW-TXT {
    margin-bottom: 50px;
    }

    #Contacto_Sector a {
    font-size: 28px;
    }

    #Contacto_Sector .ICO-Flecha {
    width: 40px;
    margin-left: 20px;
    }

    #Custom_Body .contenedor_margenes_peq {
    padding: 40px 18px 30px;
    }

}