#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;
}

#Cabecera .BOX-Titulo h1 {
    color: #fff;
    font-size: 90px;
    line-height: 90px;
    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;
}

@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;

    }

}

@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;
    }

}

@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;
    }
} 

#Beneficios {
    flex-direction: row-reverse;
}

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

#Beneficios .COLB {
    padding: 200px 60px;
}

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


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

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

#Beneficios .COLB strong{
    color: #FF6633;
}

#Beneficios .COLB .Carcact {
    padding-bottom: 10px;
}

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

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

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

    #Beneficios .COLB {
        padding: 50px 18px;
    }

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

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

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

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

#Servicios .ROW-Soluciones {
    align-items: center;
}

#Servicios .ROW-Soluciones .BOX-Nombre, #Servicios .ROW-Soluciones .BOX-Descripcion {
    margin-bottom: 90px;
    overflow: visible;
}

.BOX-Descripcion {
    opacity: 0; /* Oculta antes de la animación */
    transform: translateX(100px); /* Desplazado fuera de la pantalla */
}

#Servicios .ROW-Soluciones h3{
    font-weight: 400;
    padding: 0px;
    font-size: 35px;
    line-height: 35px;
}

#Servicios .ROW-Soluciones p{
    padding: 0px;
}

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

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

}

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

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

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

    #Servicios .ROW-Soluciones .BOX-Nombre, #Servicios .ROW-Soluciones .BOX-Descripcion {
    flex-basis: 100%;
    text-align: center;
    }

    #Servicios .ROW-Soluciones .BOX-Nombre {
    margin-bottom: 20px;
    }

    #Servicios .ROW-Soluciones .BOX-Descripcion {
    margin-bottom: 40px;
    }

}

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

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

}

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

    #Servicios .ROW-Soluciones h3 {
    font-size: 30px;
    line-height: 30px;
    }
}

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

#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: 35px;
    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: 360px;
    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;
    }

    #Porque h2 {
    font-size: 30px;
    line-height: 31px;
    }
}

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

    #Porque h2 {
        font-size: 25px;
        max-width: 270px;
        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;
    }
}

#CPC img{
    width: 100%;
}

#CPC .COL-Clientes img, #CPC .COL-Partners img{
    max-width: 120px;
}

#CPC .COL {
    padding: 0px 20px;
    align-content: baseline;
}

#CPC .COL .Cabecera{
    width: 100%;
}

#CPC .COL h2{
    text-align: center;
    margin-bottom: 40px;
}

#CPC .COL-Clientes{
    margin-bottom: 100px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

#CPC .COL-Clientes .Grid-Clientes {
    justify-content: center;
}

#CPC .COL-Clientes .Cell-Cliente {
    padding: 20px;
    align-content: center;
}

#CPC .COL-Partners {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}


#CPC .COL-Partners .Grid-Partners {
    justify-content: center;
    width: 100%;
}

#CPC .COL-Partners .Cell-Partner {
    padding: 20px;
    align-content: center;
}

#CPC .COL-Certificados .Grid-Certificados {
    justify-content: center;
}

#CPC .COL-Certificados  {
    justify-content: center;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

#CPC .COL-Certificados.COL-Alone {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    margin: auto;
}

#CPC .COL-Certificados .CELL-Certificado {
    margin-bottom: 20px;
    text-align: center;
}


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

    #CPC .COL-Clientes .Cell-Cliente {
    flex-basis: 15%;
    }

    #CPC .COL-Partners .Cell-Partner, #CPC .COL-Certificados .CELL-Certificado {
    flex-basis: 30%;
    }

    #CPC .COL-Clientes img, #CPC .COL-Partners img{
    max-width: 100px;
    }

}

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

    #CPC .COL h2 {
    font-size: 28px;
    line-height: 28px;
    }

    #CPC .COL-Clientes .Cell-Cliente,  #CPC .COL-Partners .Cell-Partner, #CPC .COL-Certificados .CELL-Certificado {
    flex-basis: 20%;
    }

    #CPC .COL-Partners {
    margin-bottom: 100px;
    }

    #CPC .COL-Partners, #CPC .COL-Certificados {
    flex-basis: 100%;
    }

    #CPC .COL-Certificados{
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    }

}

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

    #CPC .COL {
    flex-basis: 100%;
    }

    #CPC .COL-Certificados .Cabecera {
    padding: 40px;
    }

}

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

    #CPC .COL-Clientes .Cell-Cliente,  #CPC .COL-Partners .Cell-Partner, #CPC .COL-Certificados .CELL-Certificado {
    flex-basis: 25%;
    }

    #CPC .COL-Clientes, #CPC .COL-Partners {
        margin-bottom: 50px;
    }

    #CPC .COL-Clientes .Cell-Cliente, #CPC .COL-Partners .Cell-Partner {
    padding: 15px;
    }

}

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

    #CPC .COL-Clientes .Cell-Cliente,  #CPC .COL-Partners .Cell-Partner, #CPC .COL-Certificados .CELL-Certificado {
    flex-basis: 30%;
    }

}

#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: 12px;
    line-height: 14px;
    max-width: 290px;
}

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


#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: 42px;
    }

    #Contacto_Sector .ICO-Flecha {
    width: 48px;
    margin-left: 10px;
    }
}

@media only screen and (max-width: 890px){
    #Contacto_Sector a {
    font-size: 34px;
    }

    #Contacto_Sector .ICO-Flecha {
    width: 42px;
    margin-left: 10px;
    }
}

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

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


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


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

}

@media only screen and (max-width: 570px){
        #Contacto_Sector  a {
        font-size: 22px;
        line-height: 22px;
    }
}

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

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

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

}

@media only screen and (max-width: 468px){
    #Contacto_Sector  a {
        font-size: 18px;
        line-height: 18px;
    }
    #Contacto_Sector .ROW-TXT h2 {
    font-size: 14px;
    line-height: 14px;
}
    #Contacto_Sector .ICO-Flecha {
    width: 28px;
    margin-left: 3px;
}
}