body {
    margin: 0;
    font-family: 'Raleway', sans-serif;
    background-color: #000000;
    background-image: url(images/bgTest.webp);
    /* background: linear-gradient(to top, #000066 50%, #000000 50%),
                linear-gradient(to bottom left, #000066 50%, #000000 50%); */
    /*
    #282828
    
    background-image: url("images/bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;*/

    height: 100%;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#REEL{
    margin-top: 135px;
}

.overff {
    overflow-x: hidden;
    overflow-y: hidden;
}

#particles-js,
#parallax,
.layer,
.some-space,
.some-more-space {
    height: 100%;
    position: relative;

    width: 100%;
}

/*
img.logosimg {
    filter: grayscale(100%);
    transition: all 1s ease;
    backface-visibility: hidden;
    opacity: 50%;
}


.logosimg:hover {
    filter: none;
    filter: grayscale(0%);
    opacity: 100%;
}

*/

img.logosimg {
    width: 80px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    /* For Webkit browsers */

    filter: gray;
    /* For IE 6 - 9 */

    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    /* Fade to color for Chrome and Safari */
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale")
}


img.logosimg:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");

}




.espacioimg {
    /* padding-bottom: 1%;
    padding-top: 1%; */
    padding: 10px !important;
    margin: 0;
}


h5 {
    color: white;
    font-size: 5em;
    font-weight: 100;
    letter-spacing: 0.2em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.some-space {
    animation: rotate 18s 0.5s infinite linear reverse;
}

@-webkit-keyframes rotate {
    0% {
        transform: rotateZ(0deg) translate3d(0, 1.5%, 0) rotateZ(0deg);
    }

    100% {
        transform: rotateZ(360deg) translate3d(0, 1.5%, 0) rotateZ(-360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotateZ(0deg) translate3d(0, 1.5%, 0) rotateZ(0deg);
    }

    100% {
        transform: rotateZ(360deg) translate3d(0, 1.5%, 0) rotateZ(-360deg);
    }
}


.image-containerr {
    padding-top: 18%;
    position: relative;
    top: 0;
    /* background-size: cover; */
    background-image: url("para/f2qr.png");
    /* new  */
    background-repeat: no-repeat;
    background-size: 1920px;
    background-position: bottom;
    background-position: 0px, 1px;
    height: 82vh;
}

.image-containerr2 {
    padding-top: 18%;
    position: relative;
    top: 0;
    /* background-size: cover; */
    background-image: url("para/f2qr.png");
    /* new  */
    background-repeat: no-repeat;
    background-size: 1920px;
    background-position: bottom;
    background-position: 0px, 1px;
    height: 95vh;
}

.image-container2 {
    position: relative;
    width: 1920px;
    z-index: 1;
    margin: 0px;

}

.paddingfoto{
margin-top: 18px;
/* margin-bottom: 15px; */
}

.cropimg{
    overflow: hidden;
}


.divImg{
        height: auto;
        width: 100%;
        object-fit: cover;
}

.divImgW{
    height: 230px;
    width: 100%;
    object-fit: cover;
}

.divImg2{
    width: 100%;
    height: 234px;
    object-fit: cover;
}

.divImg3{
    width: 100%;
    height: 360px;
    object-fit: cover;
}

.banners {
    width: 100%;
}

.textjust {
    text-align: justify;
}

.btn-lft {
    margin-right: 40px;

    margin-left: 5px;
}

.textoB {
    color: white;
    font-family: 'Raleway', sans-serif;
}

.rowsp {
    margin-top: 1%;
    margin-bottom: 1%;
}

.lessmrg {
    margin-bottom: -20px;
}

.container .text-container {
    max-width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    padding-top: 15%;
    color: grey;
}

.container .text-container .subtitle {
    opacity: 0;
    font-size: 30px;
}

.container .text-container .title {
    opacity: 0;
    font-size: 80px;
    margin: -20px 0;
}

.wwd-row{
    text-align: center;
}

.wwd{
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 900;
    color: white;
    overflow:hidden;
    text-align: end;
    margin-bottom: -10px !important;     
    white-space: nowrap;
}
.wwd-sub{
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 400;
    color: white;
    overflow:hidden;
    text-align: end;
    cursor: pointer;
    white-space: nowrap;
}
.wwd-top{
    border-right: 3px solid rgb(255, 255, 255);
}

/* ANIMACION DIVS BOOTSTRAP */
div[class*="col-"] { transition: .3s ease; }

.subtitle{
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 900;
    font-size: 40px;
    color: white;
    margin-top: 70vh;
    position: relative;    
    z-index: 2;      
    text-align: center;
}
.text-reflect{
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 900;
    font-size: 3vw;
    color:aliceblue;
    margin-top: -20vh;
    position: relative; 
    z-index: 2;      
    text-align: center;
    word-break: break-word;
    text-shadow: 0px 0px 8px rgb(0, 0, 0);
    background-image: url(para/ref2.png) !important;
    background-position:center 102px !important;
    background-repeat: no-repeat !important;
    background-size: 53% auto !important;
    text-align: center !important;
}
.text-reflect3{
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 400;
    font-size: 4vh;
    color:aliceblue;
    margin-top: -80vh;
    position: relative; 
    z-index: 2;      
    text-align: center;
    word-break: break-word;
    text-shadow: 0px 0px 8px rgb(0, 0, 0);
    padding-bottom: 2vh;
    text-align: center !important;
}
.text-reflect2{
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 900;
    font-size: 5vw;
    color:aliceblue;
    margin-top: -50vh;
    position: relative; 
    z-index: 2;      
    text-align: center;
    word-break: break-word;
    text-shadow: 0px 0px 8px rgb(0, 0, 0);

    text-align: center !important;
}


.text-reflect, .text-reflect:before, .text-reflect span {
    display: block;
    padding: 0;
  }
  
  .text-reflect, .text-reflect:before, .text-reflect:after {
    position: relative;
  }
  
  .text-reflect {
    top: -10px;
  }
  
  .text-reflect:before {
    content:'a';
    visibility: hidden;
    top: 130px;
    transform: scale(1, -1);
    backface-visibility: visible; 
    z-index: 1;
  }
  
  .text-reflect:after {
    content: '';
    display: block;
    top: 5px;
    left: 0;
    width: 52%;
    margin: auto;
    height: 60px; 
    background-image: url('/public_html/para/reflejo.png');
    z-index: 1;
  }

  .text-reflect ::before {
    content: "";
    height: 40%;
    bottom: -41%;
    position: absolute;
    width: inherit;
    opacity: 45px;
  }

.subtitle3-v1{    
    line-height: 1; 
    color: rgb(192, 192, 192);
text-align: center;
font-family: Red Hat Display;
background: -webkit-linear-gradient(-86deg, #fffff8 5%, #ffffff 53%, #4d5251 91%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 3px transparent;
    -moz-background-clip: text;
        background-clip: text;
font-size: 5vw;
font-style: normal;
font-weight: 900;
/* letter-spacing: -3px; */
}
.subtitle3{
    font-family: Red Hat Display;
    font-size: 5vw; 
    font-weight: 900;
    text-align: center;
    color: aliceblue;
    /* text-shadow: 1px 1px 1px rgb(209, 209, 209),0 0;
    background: -webkit-linear-gradient(1deg, #fffff8 1%, #ffffff 1%, #000 100%);
        -webkit-background-clip: text;
        -webkit-text-stroke: 3px transparent;
        -moz-background-clip: text;
        background-clip: text; */
}
.subtitletv{
    
    font-family: 'Red Hat Display', sans-serif;
    font-size: 1.5vw; 
    font-weight: 900;
    text-align: center;
    color: aliceblue;
    /* text-shadow: 1px 1px 1px rgb(209, 209, 209),0 0;
    background: -webkit-linear-gradient(1deg, #fffff8 1%, #ffffff 1%, #000 100%);
        -webkit-background-clip: text;
        -webkit-text-stroke: 3px transparent;
        -moz-background-clip: text;
        background-clip: text; */
}
.subtitle4{
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 400;
    font-size: 1vw;
    color: #5f94e4;
    text-shadow: #52ace9 1px 0 10px;
    position: relative;
    text-align: center;
    word-break: break-word;
    padding-top: 15px;
}

.ind-par{
color: rgb(255, 255, 255);
text-align: justify;
font-family: Red Hat Display;

}

.imgo-show{
    opacity: 1;
    transition: opacity .5s;
}
/* .imgo-show:hover{
    opacity: 1;
    transition: opacity .5s;
} */
.imgo-hide{
    opacity: 0;
    transition: opacity .5s;
}
div[class*="imgo-"] { transition: .5s ease; }

.ind-titles{
     background: rgb(0,0,0,0);
    /*background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(24,24,24,1) 58%, rgba(21,21,21,1) 92%, rgba(91,171,251,0.5004202364539565) 92%, rgba(105,203,253,0.23991603477328427) 96%, rgba(127,255,255,0) 100%); */
}

.wrapper{
    width: 100%;
    max-width: 120rem;
    min-height: inherit;
    margin: auto;
    display: grid;
    place-content: center;
}

.main_box{
    max-width: 100%;
    display: flex;
    background: transparent;
    margin: 4rem auto;
    width: 100rem;
}

.box{
    width: 40%;
    height: 42rem;
    padding: 0 6em;
    border-right: 2px solid #fff;
    position: relative;
    overflow: hidden;
    transition: 800ms;
    cursor: pointer;
}

.box h2{
    width: 4rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    writing-mode: vertical-rl;
    rotate: 180deg;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 4px;
    font-weight: 400;
}

.box.active h2 {
    left: 25px;
    right: auto;
    margin: 0;
    font-weight: 600px;
}

.products{
    /* display: flex;
    gap: 2em; */
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color:#003eb3;
    color: #fff;
    /* padding: 2rem; */
    opacity: 0;
    transform: translateY(100%);
    transition: 600ms;
    cursor: default;
}

/* .product.active{
    width: 100rem;
} */

.box.active .products{
    opacity: 1;
    transform: none;
}



.product{
    width: 25rem;
    height: auto;
    padding: 0.5rem;
    /* border: 0.5px solid #e2e2e2; */
    overflow: hidden;
}

.product img{
    width: 98%;
    align-self: center;
    height: 22rem;
    margin-bottom: 0.25rem;
}

.products_details .product_name{
    margin: 0.75em 0;
    font-size: 1.4rem;
    font-weight: 600;
    color: #fff;
}

.products_details .product_description{
    margin-bottom: 1em;
}

.products_details .product_description strong{
    font-size: 1.5rem;
    font-weight: 800;
}

/* ZOCALOS E IMAGENES */

.intro{
    color: white;
    position: absolute;
    background: rgb(27, 27, 27);
    width: 49.5%;
    height: 40px;
    visibility: hidden;
    font-size: 20px;
    text-align: center;
    padding: 1px;
}

.cardse:hover .intro{
    height: 20px;
    bottom: 0px;
    background: rgb(10, 10, 105);
    transition: 0.7s;
    visibility: visible;
    position: absolute;
}


.intro2{
    color: white;
    position: absolute;
    background: rgb(27, 27, 27);
    width: 100%;
    height: 16px;
    top: 200px;
    visibility: hidden;
    padding: 3px;
}

.card-h1{
    margin: 10px;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
}

/* NUEVOS H1 */
.card-h1-NEWs {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    margin: 0;
    font-size: 18px;
    font-family: Red Hat Display;
    color: #fff;
    background-color:rgba(1, 6, 14, 0.8);
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.3s, transform 0.3s;
}

.card-h1-NEWs2{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    padding: 10px;
    margin: 0;
    font-size: 18px;
    font-family: Red Hat Display;
    color: #fff;
    background-color: rgba(1, 6, 14, 0.8);
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.3s, transform 0.3s;
}

.cardse:hover .card-h1-NEWs2 {
    opacity: 1;
    transform: translateY(0);
}

.cardse {
    position: relative;
    overflow: hidden;
}

.cardse:hover .card-h1-NEWs {
    opacity: 1;
    transform: translateY(0);
}

/* --------------------------- */
.intro3{
    color: white;
    position: absolute;
    background: rgb(27, 27, 27);
    width: 100%;
    height: 34px;
    top: 313px;
    visibility: hidden;
    padding: 3px;
}

.intro4{
    color: white;
    position: absolute;
    background: rgb(27, 27, 27);
    width: 100%;
    height: 16px;
    visibility: hidden;
    padding: 1px;
    top: 200px;
}

.intro5{
    color: white;
    position: absolute;
    background: rgb(27, 27, 27);
    width: 100%;
    height: 30px;
    visibility: visible;
    padding: 1px;
}

.intro6{
    color: white;
    position: absolute;
    background: rgb(27, 27, 27);
    width: 100%;
    height: 16px;
    visibility: hidden;
    padding: 1px;
    top: 320px;
}

 .cardse:hover{
    cursor: pointer;
}

/* 
.cardse:hover .intro{
    height: 20px;
    bottom: 0px;
    background: rgb(10, 10, 105);
    transition: 0.7s;
    visibility: visible;
    position: absolute;
} */

.cardse:hover .intro2{
    height: 40px;
    bottom: 0px;
    background: rgb(10, 10, 105);
    transition: 0.7s;
    visibility: visible;
    position: absolute;
}

.cardse:hover .intro3{
    height: 50px;
    bottom: 0px;
    background: rgb(10, 10, 105);
    transition: 0.7s;
    visibility: visible;
    position: absolute;
}

.cardse:hover .intro4{
    height: 40px;
    bottom: 0px;
    background: rgb(10, 10, 105);
    transition: 0.7s;
    visibility: visible;
    position: absolute;
}

.cardse:hover .intro5{
    height: 20px;
    bottom: 0px;
    background: rgb(10, 10, 105);
    transition: 0.7s;
    visibility: visible;
    position: absolute;
}

.cardse:hover .intro6{
    height: 40px;
    bottom: 0px;
    background: rgb(10, 10, 105);
    transition: 0.7s;
    visibility: visible;
    position: absolute;
}


 /* MEDIA QUERIES */

 @media (max-width: 780px) {
    .text-reflect {
        background-size: 100% auto; /* Cambia el tamaño a 100% del ancho en pantallas más pequeñas */
        background-position: center 20px; /* Ajusta la posición para pantallas más pequeñas */
    }

    /* text-reflect:after {
        content: '';
        display: block;
        top: 5px;
        left: 0;
        width: 52%;
        margin: auto;
        height: -30px; 
        background-image: url('/public_html/para/reflejo.png');
        z-index: 1;
      } */
}

@media screen and (max-width: 1600px) and (min-width: 1444px) {
    .text-reflect:before {
        content: 'REAL TIME VIRTUAL PRODUCTION';
        top: 100px;
        transform: scale(1, -1);
        backface-visibility: visible; 
        z-index: 1;
    }  
} 

@media screen and (max-width: 1444px) and (min-width: 1320px) {
    .text-reflect:before {
        content: 'REAL TIME VIRTUAL PRODUCTION';
        top: 95px;
        transform: scale(1, -1);
        backface-visibility: visible; 
        z-index: 1;
    }  
    
} 

@media screen and (max-width: 1320px) and (min-width: 1154px) {
    .text-reflect:before {
        content: 'REAL TIME VIRTUAL PRODUCTION';
        top: 85px;
        transform: scale(1, -1);
        backface-visibility: visible; 
        z-index: 1;
    }  
} 

@media screen and (max-width: 1154px) and (min-width: 1030px) {
    .text-reflect:before {
        content: 'REAL TIME VIRTUAL PRODUCTION';
        top: 75px;
        transform: scale(1, -1);
        backface-visibility: visible; 
        z-index: 1;
    }  
} 

@media screen and (max-width: 1030px) and (min-width: 880px) {
    .text-reflect:before {
        content: 'REAL TIME VIRTUAL PRODUCTION';
        top: 65px;
        transform: scale(1, -1);
        backface-visibility: visible; 
        z-index: 1;
    } 

    #REEL{
        margin-top: 50px;
    }
}

@media screen and (max-width: 880px) and (min-width: 686px) {
    .text-reflect:before {
        content: 'REAL TIME VIRTUAL PRODUCTION';
        top: 55px;
        transform: scale(1, -1);
        backface-visibility: visible; 
        z-index: 1;
    }  

    #REEL{
        margin-top: 50px;
    }

    
}

/* NUEVO */
@media screen and (max-width: 1400px){
    .divImg{
        height: auto;
        object-fit: fit-content;
    }

    .grid-container5 .img{
        object-fit: fit-content; /* Otra opción podría ser 'contain' */
        height: auto;
      }
}
@media screen and (max-width: 760px) and (min-width: 320px) {
    

#tlf{
    width: auto;
    height: 100%;
    position: relative;
}

.grid-container5 .img {
    height: 100%;
    position: relative; 
    width: auto;
}


.ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ratio2{
    position: block;
    top: 0;
    left: 0;
    content: "";
    padding: 0%;
    --bs-aspect-ratio: 75%;
}


  .cardse:hover .intro{
    height: 50px;
    transition: ease-in-out;
    bottom: 0px;
    background: rgb(10, 10, 105);
    visibility: visible;
    position: absolute;
}

.cardse:hover .intro2{
    height: 40px;
    bottom: 0px;
    background: rgb(10, 10, 105);
    transition: ease-in-out;
    visibility: visible;
    position: absolute;
}

.cardse:hover .intro3{
    height: 50px;
    bottom: 0px;
    background: rgb(10, 10, 105);
    transition: ease-in-out;
    visibility: visible;
    position: absolute;
}

.cardse:hover .intro4{
    height: 40px;
    bottom: 0px;
    background: rgb(10, 10, 105);
    transition: ease-in-out;
    visibility: visible;
    position: absolute;
}

.cardse:hover .intro5{
    height: 40px;
    bottom: 0px;
    background: rgb(10, 10, 105);
    transition: ease-in-out;
    visibility: visible;
    position: absolute;
}

.cardse:hover .intro6{
    height: 40px;
    bottom: 0px;
    background: rgb(10, 10, 105);
    transition: ease-in-out;
    visibility: visible;
    position: absolute;
}

}

@media screen and (max-width: 767px) and (min-width: 320px){

.grid-container5 .img {
    height: auto; 

}
#vero3{
    display: flex;
    grid-column-end: span 1;
  }

  #vero4{
    display: flex;
    grid-column-end: span 2;
  }

  #vero{
    display: flex;
    grid-column-end: span 1;
  }

  #tlf{
    display: flex;
    grid-column-end: span -1;
  }

  #vero5{
    display: flex;
    grid-template-columns: 2;
  }


  .grid-container{
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(300px, 1fr));
    grid-template-rows: minmax(90px, auto);
    gap: 20px;
    padding: 7px;
    grid-auto-flow: dense;
  }

  .grid-container2{
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(280px, 1fr));
    grid-template-rows: minmax(90px, auto);
    gap: 10px;
    padding: 7px;
    grid-auto-flow: dense;
  }

  .grid-container5{
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(300px, 1fr));
    grid-template-rows: minmax(90px, auto);
    gap: 10px;
    padding: 7px;
    grid-auto-flow: dense;
  }
}


.light
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: radial-gradient(circle at var(--x) var(--y), transparent 10%, rgba(0,0,0,0.7) 20% );
    z-index: -1;

}

   

   @media (max-width: 900px) {
    .subtitle3{
        font-size: 9.5vw;
    }
    .subtitletv{
        font-size: 3vw;
    }
    .subtitle4{
        font-size: 3vw;
    }

    .subtitle2{
        font-size: 7vw;
    }
    .wwd{
        white-space: unset;
    }
    .imgo-hide{
        opacity: 1;
    }    
    .espacioimg {
        padding: 3px !important;
    }
  }

  .grid-container{
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(340px, 1fr));
    grid-template-rows: minmax(100px, auto);
    gap: 15px;
    padding: 7px;
    grid-auto-flow: dense;
  }


  #vero{
    display: flex;
    grid-column-end: span 2;
  }

  #tlf{
    display: flex;
   
  }

  .grid-container2{
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(330px, 1fr));
    grid-template-rows: minmax(50px, auto);
    gap: 20px;
    padding: 7px;
    grid-auto-flow: dense;
  }

  #vero2{
    display: flex;
    grid-column-end: span 2;
  }
  
  .grid-container3{
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(300px, auto));
    grid-template-rows: minmax(80px, auto);
    gap: 15px;
    padding: 7px;
    grid-auto-flow: dense;
  }

  .grid-container4{
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(350px, auto));
    grid-template-rows: minmax(100px, 200px);
    gap: 15px;
    padding: 7px;
    grid-auto-flow: dense;
  }

  .grid-container4 .img{
    object-fit: cover; /* Otra opción podría ser 'contain' */
    width: 100%;
    height: 100%;
  }

  .grid-container5{
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(300px, auto));
    grid-template-rows: minmax(100px, 300px);
    gap: 15px;
    padding: 7px;
    grid-auto-flow: dense;
  }
 

  .grid-container5 .img{
    object-fit: cover; /* Otra opción podría ser 'contain' */
    width: 100%;
    height: 350px;
  }


  #vero3{
    display: flex;
    grid-column-end: span 2;
  }

  
@media (max-width: 1000px) {
    .text-reflect {
        font-size: 4vw; /* Ajusta el tamaño del texto para pantallas de 1000px o menos */
    }
    .text-reflect2 {
        font-size: 6vw; /* Ajusta el tamaño del texto para pantallas de 1000px o menos */
    }
}

@media (max-width: 768px) {
    .text-reflect {
        font-size: 5vw; /* Ajusta el tamaño del texto para pantallas de 768px o menos */
    }

    .text-reflect2 {
        font-size: 8vw; /* Ajusta el tamaño del texto para pantallas de 768px o menos */
    }
}

@media (max-width: 500px) {
    .text-reflect {
        font-size: 4vw; /* Ajusta el tamaño del texto para pantallas de 500px o menos */
        margin-top: -10vh; /* Ajusta el margen superior para pantallas más pequeñas */
        background-image: url(para/ref2.png) !important;
        background-position:center 44px !important;
        background-repeat: no-repeat !important;
        background-size: 69% auto !important;
        text-align: center !important;
    }
    .text-reflect2 {
        font-size: 10vw; /* Ajusta el tamaño del texto para pantallas de 500px o menos */
        
        
        text-align: center !important;
    }
}

@media (max-width: 350px) {
    .text-reflect {
        font-size: 7vw; /* Ajusta el tamaño del texto para pantallas de 350px o menos */
        margin-top: -5vh; /* Ajusta el margen superior para pantallas muy pequeñas */
        background-image: url(para/ref2.png) !important;
        background-position:center 30px !important;
        background-repeat: no-repeat !important;
        background-size: 69% auto !important;
        text-align: center !important;
    }
    .text-reflect2 {
        font-size: 11vw; /* Ajusta el tamaño del texto para pantallas de 350px o menos */
        
        text-align: center !important;
    }
}


.row.m-0 img {
    width: 100%;
    height: auto;
    transition: transform 0.9s ease;
}

.row.m-2 img:hover {
    transform: scale(1.2);
    transition: 0.9s;
  }

  .row.mt-10 {
    margin-top: 10px;
  }

  @media (min-width: 360px) {
    .text-reflect {
      background-position: center 10px; /* Ajusta el valor según sea necesario */
      background-image: none;
    }

    .text-reflect2 {
        background-position: center 10px; /* Ajusta el valor según sea necesario */
        background-image: none;
      }
  }
  