
.textS{
      text-shadow: 0px 4px 12px #000000eb;
}
.layOutTop{
    background-image: linear-gradient(355deg, #00b207 50%, #050b3c00 50%);
    z-index: 10;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
}
.layOutTop2 {
    background-image: linear-gradient(7deg, #010f4300 50%, #ffffff 50%);
    z-index: 10;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
}
.layOutTop .body{
  padding-top: 6%;
  padding-bottom: 6%;
}
.layOutTop2 .body{
  padding-top: 6%;
  padding-bottom: 6%;
}
.layOutBottom{
  background-image: linear-gradient(175deg, #ffffffb5 50%, #00074200 50%);

position: absolute;
}
.layOutBottom .body{
  /* padding-top: 25px; */
  padding-bottom: 100px;
}



.logo{
  font-weight: 900;
    margin-left: 9px;
    FONT-SIZE: 47PX;
    color: black;
    background: linear-gradient(179deg, #0099ff, #000000);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    /* font-family: serif; */
    font-style: italic;
    letter-spacing: 4px;
    text-shadow: -1px 9px 20px #0000007a;
}

.btn-guardamuebles{
  display: block;
    padding: 0.5rem 1rem;
    color: #d6d6d6;
    background-color: #010f43;
    /* border-color: #010f43; */
    border: solid 2px red;
}


.rectangulo {
   width: 200px;
   height: 100px;
   background-color: #3498db;
   position: relative;
 }

 .rectangulo::before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 20px; /* Altura del borde en ángulo */
   background-color: #3498db; /* Mismo color que el fondo */
   transform: skewX(-85deg); /* Ángulo de 85 grados en sentido contrario */
 }



 .owl-carousel .owl-item img {
    width: 100%;
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
    position: absolute;
    display: block;
    height: 40px;
    width: 40px;
    top: 50%;
    margin-top: -20px;
    text-align: center;
    line-height: 40px;
    font-size: 1.25rem;
    transition: all .2s ease-in-out;
}

.owl-carousel .owl-prev {
    left: 0;
}

.owl-carousel .owl-prev:hover {
    left: -5px;
}

.owl-carousel .owl-next {
    right: 0;
}

.owl-carousel .owl-next:hover {
    right: -5px;
}

.owl-carousel .owl-dots {
    text-align: center;
    margin: 0 0 20px;
}

.owl-carousel .owl-dots .owl-dot {
    position: relative;
    border: 1px solid transparent;
    border-radius: 100%;
    display: inline-block;
    padding: 4px;
    margin: 0 4px;
    transition: all .3s ease-in-out;
}

.owl-carousel .owl-dots .owl-dot > span {
    border-radius: 100%;
    background: #6c757d;
    display: block;
    height: 4px;
    width: 4px;
}

.owl-carousel .owl-dots .owl-dot.active {
    border-color: #6c757d;
}

.owl-carousel .owl-dots .owl-dot:hover {
    border-color: #6c757d;
    opacity: .5;
}

.image-slider img {
    margin-bottom: 20px;
}

.image-slider .owl-prev,
.image-slider .owl-next {
    background: rgba(0, 0, 0, .1);
    border-radius: 100%;
    line-height: 50px;
    font-size: 1.125rem;
    color: #fff;
    height: 48px;
    width: 48px;
    margin-top: -24px;
}

.image-slider .owl-prev {
    left: 20px;
}

.image-slider .owl-prev:hover {
    left: 15px;
}

.image-slider .owl-next {
    right: 20px;
}

.image-slider .owl-next:hover {
    right: 15px;
}

.review-slides {
    text-align: center;
    padding: 0 40px;
}

.review-slides blockquote {
    letter-spacing: .03125rem;
    font-size: 1.0625rem;
    padding: 20px 0;
    margin: 0;
}

.review-slides blockquote *:last-child {
    margin-bottom: 0;
}

.review-slides .blockquote-footer {
    letter-spacing: .03125rem;
    opacity: .8;
}

.review-slides .blockquote-footer::before {
    content: '';
}

.review-slides .review-icons {
    margin: 0 auto 10px;
    width: 80px;
}

.review-slides .review-icons img {
    border: 6px solid rgba(255, 255, 255, .1);
    border-radius: 50%;
}

@media (max-width: 767.98px) {
    .review-slides .owl-next,
    .review-slides .owl-prev {
        display: none;
    }
}
video::-webkit-media-controls-enclosure {
    display: none !important;
}

/* Muestra solo el botón de reproducción y pausa */
video::-webkit-media-controls-play-button,
video::-webkit-media-controls-pause-button {
    display: block !important;
}


.play-pause {
  color: aliceblue;
    font-size: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    cursor: pointer;
    z-index: 1;
}
.none{
  display: none;
}
.custom-video::-webkit-media-controls-start-playback-button {
    display: none; /* Oculta el botón de reproducción del navegador */
}


.section-title b {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 2px;
    opacity: .1;
    background-color: currentColor;
}
