@font-face {
    src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/decade.ttf");
    font-family: Decade;
  }

  @font-face {
    font-family: "Autumn Regular";
    src: url("fonts/AutumnRegular.ttf");
  }

  h2{
    font-family: "Autumn Regular";
    font-size: 300%;
    text-align: center;
  
  }
  
  .Titulos{
    font-family: "Autumn Regular";
  }
  
  @font-face {
    font-family: "ITC Avant Garde Gothic";
    src: url('fonts/ITCAvantGardeGothic.otf'); 
  }

  *,
  *:before,
  *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
   
  }
  
  html,
  body {
    height: 100%;
    background: #000;
    font-family: "ITC Avant Garde Gothic";
   
  }
.imgcarouselicon{
  height: 45px;

}

  @media (max-width: 767px) {
    html,
    body {
      font-size: 80%;
    }
  }
  @media (max-width: 640px) {
    html,
    body {
      font-size: 60%;
    }
  }
  @media (max-width: 480px) {
    html,
    body {
      font-size: 40%;
    }
  }
  
  .inner, .nav-panel ul .nav-btn:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .cristaldivSpide2{
    height: 52vh !important;
    width: 80%;
    margin: auto;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .CarouselPoSlide2{
    left: 0;
    top: 6vh;
    right: 0;
    position: relative;
  }
  .basecristal{
    height: 52vh !important;
    width: 80%;
  } 

  .ubicflex{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .paddingerelleno{
    padding: 0rem;
  }

  .paddingerelleno2{
    padding: 0.1rem;
  }

  .ubicInicioSesion{
    position: inherit;
    display: block;
    right: 0;
  }

  .artistaubic{
    left: 0;
    padding: 24px;
    bottom: 0;
    position: inherit;
    display: inline-block;
  }
  .pl-2{
    padding-left: 2rem;
  }
  .pr-2{
    padding-right: 2rem;
  }
/************* start responsive de carousel de slide naranja 2**************/


/**********end responsive de carousel de slide naranja 2******************/


  .scene {
    width: 100%;
    height: 100%;
  }
  
  .page {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.7s;
    will-change: transform;
    overflow: hidden;
  }
  .page:nth-child(1) .left {
    background-image: url("../img/music2.png");
  }
  .page:nth-child(1) .right {
    background-image: url("../img/scent2.png");
  }
  .page:nth-child(2) .left {
    background-image: url("../img/slide2.2.jpg");
  }
  /*
  .page:nth-child(2) .right {
    background-image: url("../img/slide2.3.jpeg");
  }
  */
  .page:nth-child(3) .left {
    background-image: url("../img/slide2.1.1.jpg");
  }
  .page:nth-child(3) .right {
    background-image: url("../img/ImgServicios/bose.jpeg");
  }

  .page:nth-child(4) .right {
    background-image: url("../img/slider3.1.jpg");
  }
  .page:nth-child(4) .left {
    background-image: url("../img/slider3.jpg");
  }


  /*
  .page:nth-child(4) .left {
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/onepgscr-7.jpg");
  }
  .page:nth-child(4) .right {
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/onepgscr-8.jpg");
  }

  .page:nth-child(5) .left {
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/onepgscr-7.jpg");
  }
  .page:nth-child(5) .right {
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/onepgscr-8.jpg");
  }
*/
.ancla{
  display: none;
}

  .page.initial{
    z-index: 5;
  }

  .page.initial .half{
    transform: translateY(0%);
  }

  .page.active {
    z-index: 6;
    /*transition: transform 0.7s;*/
  }

  .page .left {
    transform: translateY(-100%);
    transition: transform 0.7s;
  }
  .page .right{
    transform: translateY(100%);
    transition: transform 0.7s;
  }
  
  .half {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    transition: transform 0.7s;
    will-change: transform;

    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
  }
  .half.left {
    left: 0;
  }
  .half.right {
    left: 50%;
  }
  .half.withText:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #00000036;
  }
  
  .heading {
    position: relative;
    z-index: 500;
  /*  top: 50%;*/
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 3.5rem;
    color: #fff;
   
  }
  
  .nav-panel {
    position: fixed;
    top: 50%;
    right: 2%;
    transform: translateY(-50%);
    z-index: 1000;
    transition: transform 0.5s cubic-bezier(0.57, 1.2, 0.68, 2.6);
    will-change: transform;
  }
  .nav-panel.invisible {
    opacity: 0;
    transform: translateY(-50%) scale(0.5);
  }
  .nav-panel ul {
    list-style-type: none;
  }
  .nav-panel ul .nav-btn {
    position: relative;
    overflow: hidden;
    width: 1rem;
    height: 1rem;
    margin-bottom: 0.5rem;
    border: 0.12rem solid #fff;
    border-radius: 50%;
    cursor: pointer;
    transition: border-color, transform 0.3s;
    will-change: border-color, transform;
  }
  .nav-panel ul .nav-btn:after {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%) scale(0.3);
    background-color: #fff;
    opacity: 0;
    transition: transform, opacity 0.3s;
    will-change: transform, opacity;
  }
  .nav-panel ul .nav-btn.active:after, .nav-panel ul .nav-btn:hover:after {
    transform: translateX(-50%) translateY(-50%) scale(0.7);
    opacity: 1;
  }
  .nav-panel ul .nav-btn:hover {
    border-color: black;
    transform: scale(1.2);
  }
  .nav-panel ul .nav-btn:hover:after {
    background-color: black;
  }
  .nav-panel .scroll-btn {
    position: absolute;
    left: 0;
    width: 1rem;
    height: 1rem;
    border: 0.2rem solid #fff;
    border-left: none;
    border-bottom: none;
    cursor: pointer;
    transform-origin: 50% 50%;
    transition: border-color 0.3s;
  }
  .nav-panel .scroll-btn.up {
    top: -1.6rem;
    left: 2rem;
    transform: rotate(-45deg);
  }
  .nav-panel .scroll-btn.down {
    bottom: -0.6rem;
    left: 2rem;
    transform: rotate(135deg);
  }
  .nav-panel .scroll-btn:hover {
    border-color: black;
  }
  
  .check-out {
    z-index: 1000;
    position: absolute;
    bottom: 1rem;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: Decade;
    font-size: 1rem;
    text-transform: uppercase;
  }
  .check-out a {
    color: #ffaaaa;
    text-decoration: none;
    border-bottom: 0.2rem solid;
  }

   /*****************/
/* slide 3 start */

.tituloTexto{

  font-size: 7rem;
}


/* slide 3 end */

  
  @media (max-width: 801px) {
      .PaginaSlide{
        display:none;
      }

      .PaginaNormal,.footerclass,.sectionulti{
        display:block;
      }

    }

    @media (min-width: 800px ) {
      .PaginaNormal,.footerclass,.sectionulti{
        display:none;
      }

      .PaginaSlide{
        display:block;
      }

    }

    .contenido1slide1{
      position: absolute;
      top: 90%;
      margin-left: 1rem;
    }
    
    .menu{
      z-index: 7;
      background-color: #000000d4 !important;
    }

    .carouselLogo{
      position: absolute;
      top: -14rem;
      left: 26%;
    }

/*slide 1 start  */
/**carousel***/

.slider {
  height: 45%;
  transform: translateY(-28px);
  max-height: 100%;
  width: 49%;
  position: absolute;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider__nav {
  width: 12px;
  height: 12px;
  margin: 2rem 12px;
  border-radius: 50%;
  z-index: 10;
  outline: 6px solid #ccc;
  outline-offset: -6px;
  box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.slider__nav:checked {
  -webkit-animation: check 0.4s linear forwards;
          animation: check 0.4s linear forwards;
}
.slider__nav:checked:nth-of-type(1) ~ .slider__inner {
  left: 0%;
}
.slider__nav:checked:nth-of-type(2) ~ .slider__inner {
  left: -100%;
}
.slider__nav:checked:nth-of-type(3) ~ .slider__inner {
  left: -200%;
}
.slider__nav:checked:nth-of-type(4) ~ .slider__inner {
  left: -300%;
}


.slider__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 400%;
  height: 100%;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.slider__contents {
  height: 100%;
  padding: 2rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider__image {
  font-size: 2.7rem;
      color: #fff;
      margin-bottom: 18px;
}
.slider__caption {
  font-weight: 500;
  margin: 2rem 0 1rem;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
}
.slider__txt {
  color: #fff;

  max-width: 300px;
}

@-webkit-keyframes check {
  50% {
    outline-color: #333;
    box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }
  100% {
    outline-color: #333;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}

@keyframes check {
  50% {
    outline-color: #333;
    box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }
  100% {
    outline-color: #333;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}

/***carousel****/

/**carousel2***/

.slider2 {
    height: 45%;
    transform: translateY(-28px);
    max-height: 100%;
    width: 49%;
    position: absolute;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider__nav2 {
  width: 12px;
  height: 12px;
  margin: 2rem 12px;
  border-radius: 50%;
  z-index: 10;
  outline: 6px solid #ccc;
  outline-offset: -6px;
  box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.slider__nav2:checked {
  -webkit-animation: check2 0.4s linear forwards;
          animation: check2 0.4s linear forwards;
}
.slider__nav2:checked:nth-of-type(1) ~ .slider__inner2 {
  left: 0%;
}
.slider__nav2:checked:nth-of-type(2) ~ .slider__inner2 {
  left: -100%;
}
.slider__nav2:checked:nth-of-type(3) ~ .slider__inner2 {
  left: -200%;
}
.slider__nav2:checked:nth-of-type(4) ~ .slider__inner2 {
  left: -300%;
}


.slider__inner2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 400%;
  height: 100%;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.slider__contents2 {
  height: 100%;
  padding: 2rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slider__caption2 {
  font-weight: 500;
  margin: 2rem 0 1rem;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
}
.slider__txt2 {
  color: #000;

  max-width: 300px;
}

@-webkit-keyframes check2 {
  50% {
    outline-color: #333;
    box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }
  100% {
    outline-color: #333;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}

@keyframes check2 {
  50% {
    outline-color: #333;
    box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }
  100% {
    outline-color: #333;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}

/***carousel****/

.imgLogoSlide1{
  height: 254px;
}

.basecristal{
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
  border-radius: 10px;
  backdrop-filter: blur(10px);
  padding: 20px 50px;
  transition: 0.4s;
  color: white;
}



.slider__image2 {
  font-size: 2.7rem;
  color: #000;
  margin-bottom: 18px;
}



/*slide 1 RESPONSIVE  */




/*slide 1 RESPONSIVE  */
/*****************movil slide1**************************/

  .baseDivMovilContenetedor{
    width: 100%;
    height: auto;
    }


  .bg1{
    background-image: url(../img/music2.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .bg2{
    background-image: url(../img/scent2.png);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .baseCristalMovil{
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
    border-radius: 10px;
    backdrop-filter: blur(10px);
    padding: 20px 50px;
    transition: 0.4s;
    color: white;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    
  }
/*****************carousel*************************/
  .slider__imageMovil2 {
  font-size: 6rem;
  color: #000;
  margin-bottom: 18px;
  } 

  .sliderMovil {
    height: 417px;
    width: auto;
    position: sticky;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.5rem;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }


  .slider__navMovil {
    width: 12px;
    height: 12px;
    margin: 2rem 12px;
    border-radius: 50%;
    z-index: 10;
    outline: 6px solid #ccc;
    outline-offset: -6px;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgb(51 51 51 / 0%);
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .slider__navMovil:checked {
    -webkit-animation: check 0.4s linear forwards;
            animation: check 0.4s linear forwards;
  }
  .slider__navMovil:checked:nth-of-type(1) ~ .slider__innerMovil {
    left: 0%;
  }
  .slider__navMovil:checked:nth-of-type(2) ~ .slider__innerMovil {
    left: -100%;
  }
  .slider__navMovil:checked:nth-of-type(3) ~ .slider__innerMovil {
    left: -200%;
  }
  .slider__navMovil:checked:nth-of-type(4) ~ .slider__innerMovil {
    left: -300%;
  }
  
  

.slider__innerMovil {
  position: absolute;
  top: 0;
  left: 0;
  width: 400%;
  height: 100%;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.slider__contentsMovil {
  height: 100%;
  padding: 2rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider__imageMovil {
  font-size: 4rem;
      color: #fff;
      margin-bottom: 18px;
}
.slider__captionMovil {
  font-weight: 500;
  margin: 2rem 0 1rem;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
}
.slider__txtMovil {
  color: #fff;
  max-width: 300px;
}

/*****************end carousel*************************/

@media (max-width: 721px){

        .sliderMovil{
          font-size: 1.8rem;
        }

        .slider__imageMovil {
          font-size: 5rem;
          }
          .slider__imageMovil2 {
            font-size: 5rem;
            }
     
}

@media (max-width: 640px){

  .sliderMovil{
    font-size: 2rem;
  }

  .slider__imageMovil {
    font-size: 6rem;
    }
    .slider__imageMovil2 {
      font-size: 6rem;
      }

}

@media (max-width: 480px){


  .slider__imageMovil {
    font-size: 9rem;
    }

    .slider__imageMovil2 {
      font-size: 9rem;
      }

    .sliderMovil {
      font-size: 3rem;
    }

}
@media (max-width: 289px){

  .slider__imageMovil {
    font-size: 6rem;
    }

    .slider__imageMovil2 {
      font-size: 6rem;
      }

    .sliderMovil {
      font-size: 2.8rem;
    }

}

@media (max-width: 267px){


  .sliderMovil {
    font-size: 2.5rem;
    top: -5rem;
    position: relative;
    }

}


/********************movilslide 1 end***********************/


/*slide 1 end  */
/* slide 2 start */

.DviReprodContenedor {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 10px;
  height: inherit;
  transition: background 0.4s ease-in;
}
.imgfonforepro {
  background-image: url("../img/slide2.3.jpg");
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
    /* Add the blur effect */
    filter: blur(8px);
    -webkit-filter: blur(8px);
    /* Full height */
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  position: absolute;
}

.DviReprodContenedor input[type=radio] {
  display: none;
}
.blackbg{
  background: black;
}
.card {
  position: absolute;
  width: 60%;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform 0.4s ease;
  cursor: pointer;
  background-color: #fff0 !important;
  border: 1px solid rgb(0 0 0 / 0%) !important;
}

.containerRepro {
  width: 100%;
  max-width: 800px;
  max-height: 600px;
  height: 100%;
  transform-style: preserve-3d;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.cards {
  position: relative;
  width: 100%;
  height: 56%;
  margin-bottom: 20px;
}

.DviReprodContenedor img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}


#item-1:checked ~ .cards #song-3,
#item-2:checked ~ .cards #song-1,
#item-3:checked ~ .cards #song-2 {
  transform: translatex(-40%) scale(0.8);
  opacity: 0.4;
  z-index: 0;
}
#item-1:checked ~ .cards #song-2,
#item-2:checked ~ .cards #song-3,
#item-3:checked ~ .cards #song-1{
  transform: translatex(40%) scale(0.8);
  opacity: 0.4;
  z-index: 0;
}

#item-1:checked ~ .cards #song-1,
#item-2:checked ~ .cards #song-2,
#item-3:checked ~ .cards #song-3{
  transform: translatex(0) scale(1);
  opacity: 1;
  z-index: 1;
}
#item-1:checked ~ .cards #song-1 img,
#item-2:checked ~ .cards #song-2 img,
#item-3:checked ~ .cards #song-3 img{
  box-shadow: 0px 0px 5px 0px rgba(81, 81, 81, 0.47);
}

.player {
  background-color: #000201;
  border-radius: 8px;
  min-width: 320px;
  padding: 16px 10px;
}

.upper-part {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  height: 36px;
  overflow: hidden;
}

.play-icon {
  margin-right: 10px;
}

.song-info {
  width: calc(100% - 32px);
  display: block;
}

.song-info .title {
  color: #ffffff;
  font-size: 12px;
  line-height: 21px;
}

.sub-line {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.subtitle,
.time {
  font-size: 12px;
  line-height: 16px;
  color: #c6c5c6;
}

.time {
  font-size: 12px;
  line-height: 16px;
  color: #a5a5a5;
  font-weight: 500;
  margin-left: auto;
}

.progress-bar {
  height: 3px;
  width: 100%;
  background-color: #e9efff;
  border-radius: 2px;
  overflow: hidden;
}

.progress {
  display: block;
  position: relative;
  width: 60%;
  height: 100%;
  background-color: #00cfb4;
  border-radius: 6px;
}

.info-area {
  width: 100%;
  position: absolute;
  top: 0;
  left: 30px;
  transition: transform 0.4s ease-in;
}

.player #test {
  transform: translateY(0px);
}

.Letraempresas{
  font-size: 3rem;
  font-family: "Autumn Regular";
  position: relative;
  color: white !important;
  margin-left: 3rem;
  text-decoration: underline;
}

.paddingcol{
  padding: 3rem;
}
  
.textplaylistmuestra{
  font-size: 1.7rem;
margin-top: 2rem;
text-decoration: none;
font-family: 'ITC Avant Garde Gothic';
font-weight: 700;
word-break: break-word;
}
 
 .sliderSlider2 {
  max-width: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;

  max-width: 100%;
  max-height: 100%;
  height: 100%;
  transform-style: preserve-3d;
  justify-content: center;
}

.slider__navSlider2 {
  width: 12px;
  height: 12px;
  margin: 2rem 12px;
  border-radius: 50%;
  z-index: 10;
  outline: 6px solid #ccc;
  outline-offset: -6px;
  box-shadow: 0 0 0 0 #333, 0 0 0 0 rgb(51 51 51 / 0%);
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slider__navSlider2:checked {
  -webkit-animation: checkSlider2 0.4s linear forwards;
          animation: checkSlider2 0.4s linear forwards;
}
.slider__navSlider2:checked:nth-of-type(1) ~ .slider__innerSlider2 {
  left: 0%;
}
.slider__navSlider2:checked:nth-of-type(2) ~ .slider__innerSlider2 {
  left: -100%;
}
.slider__navSlider2:checked:nth-of-type(3) ~ .slider__innerSlider2 {
  left: -200%;
}
.slider__navSlider2:checked:nth-of-type(4) ~ .slider__innerSlider2 {
  left: -300%;
}


.slider__innerSlider2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 400%;
  height: 100%;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.slider__contentsSlider2 {
  height: 100%;
  padding: 2rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider__imageSlider2 {
  font-size: 2.7rem;
      color: #fa4616;
      margin-bottom: 18px;
}
.slider__captionSlidier2 {
  font-weight: 500;
  margin: 2rem 0 1rem;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
}
.slider__txtSlider2 {
  color: #fff;

  max-width: 300px;
}

@-webkit-keyframes checkSlider2 {
  50% {
    outline-color: #333;
    box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }
  100% {
    outline-color: #333;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}

@keyframes checkSlider2 {
  50% {
    outline-color: #333;
    box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }
  100% {
    outline-color: #333;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}


.imgCarosusel2{
  max-height: 78%;
  padding-bottom: 6px;
}



/******responsive***********/


@media (min-width: 1325px){
   

  /******reproductor*********/
  .player {
    width: 31rem;
    height: 6rem;
    }
    .song-info .title {
      font-size: 1rem;
    }

    .song-info {
      width: calc(100% - 53px);
      display: block;
    }

    .subtitle, .time {
      font-size: 1rem;
      line-height: 22px;
      }

      .upper-part {
        height: 43px;
      }

      .time {
        font-size: 19px;
        }
         
        .play-icon svg{
          width: 2rem;
          height: 2rem;
        }

        .info-area {
         left: 42px;
          }

          .cards {
            width: 64%;
            height: 48%;
          }

          /******reproductor*********/

}


@media (max-width: 1007px){


  .tituloTexto {
    font-size: 3rem ;
    }

}


@media (max-width: 860px){

.LetraTitulo {
  font-size: 3rem;
}

.textplaylistmuestra{
  font-size: 2rem !important;
}

.Letraempresas {

  margin-top: 4rem;

}

}
@media (max-width: 816px){

  .tituloTexto {
    font-size: 5rem;
}

}

@media (max-width: 1324px) and (min-height: 969px) {

 

  .DviReprodContenedor img {
    height: 76%;
    }

    .player {
      background-color: #000201;
      border-radius: 8px;
      min-width: 371px;
      padding: 16px 10px;
      }

      .song-info .title {
        font-size: 1rem;
        max-width: 18rem;
        }

        .subtitle, .time {
          font-size: 0.9rem;
          line-height: 21px;
        }

        .time {
          font-size: 12px;
        }

        .play-icon svg {
          width: 1.5rem;
          height: 1.5rem;
        }

        .card {
          width: 83%;
          height: 131%;
          }

          .info-area {
            width: 100%;
            position: absolute;
            top: 0;
            left: 58px;
            transition: transform 0.4s ease-in;
        }

        .upper-part {
          width: 24rem;
      }
      .song-info {
        width: calc(100% - 75px);
        display: block;
        }

}


@media (min-width: 1336px) and (min-height: 600px) {

 

  .tituloTexto {
    font-size: 2.5rem;
}


  .DviReprodContenedor img {
    height: 76%;
    }

    .player {
      width: 28rem;
      height: 6rem;
      }

      .song-info .title {
        font-size: 1rem;
        }

        .subtitle, .time {
          font-size: 0.9rem;
          line-height: 21px;
        }

        .time {
          font-size: 12px;
        }

        .play-icon svg {
          width: 1.5rem;
          height: 1.5rem;
        }

        .card {
          width: 83%;
          height: 131%;
          }
}


@media (min-width: 1426px) and (min-height: 1041px) {

  .tituloTexto {
    font-size: 3rem;
}
}





@media (min-width: 1440px) and (min-height: 2051px) {

    .LetraTitulo {
      font-size: 6rem;
      }
      .tituloTexto {
        font-size: 4rem;
    }
      .cards {
        width: 64%;
        height: 67%;
      }

      .DviReprodContenedor img {
        height: 70%;
      }
      .textplaylistmuestra {
        font-size: 4rem;
      }
  
}
@media (min-width: 1889px){
    
  .LetraTitulo {
    font-size: 3rem;
  }

}

@media (min-width: 1900px) and (min-height: 1080px) {

 
  .LetraTitulo {
    font-size: 3rem;
}
.textplaylistmuestra {
  font-size: 2rem;
}

   
}



@media (min-width: 1920px) and (min-height: 969px) {

 
    
      .tituloTexto {
        font-size: 5rem;
    }

   

  
}

@media (min-width: 2560px) and (min-height: 1600px) {
  /************************/
  .player {
    width: 51rem;
    height: 8rem;
    }



    .song-info {
      width: calc(100% - 82px);
      display: block;
    }

  .textplaylistmuestra {
    font-size: 4rem;
  }

    .info-area {
      left: 60px;
      }

      .card {
        width: 47%;
        height: 121%;
    }

    .cards {
      width: 169%;
      height: 73%;
      }

      .containerRepro {
        max-height: 1000px;
      }

      .song-info .title {
        font-size: 2rem;
        line-height: 37px;
      }

      .subtitle, .time {
        font-size: 2rem;
        line-height: 52px;
        }
        .play-icon svg {
          width: 3rem;
          height: 3rem;
        }

        .upper-part {
          height: 84px;
        }
        .time {
          font-size: 36px;
          }

          /********************/

          .LetraTitulo {
            font-size: 5rem;
        }

          
          .tituloTexto {
            font-size: 5rem;
        }
}



.flechacarouselser{
  background: #ffffff94 !important;
  height: 3rem !important;
  width: 3rem !important;
  border-radius: 23px !important;
  top: 44% !important;
  position: fixed !important;
  box-shadow: 1px 3px 10px 3px black !important;
}
@media (min-width: 4040px) and (min-height: 1384px) {

      .LetraTitulo {
        font-size: 6rem;
      }

    
      .tituloTexto {
        font-size: 6rem;
    }
      
          .card {
            top: -7rem;
            height: 157%;
          }


          .player {
            width: 58rem;
            height: 8rem;
        }

        .song-info .title {
          font-size: 2rem;
          line-height: 31px;
          padding-top: 0px;
        }

      .subtitle, .time {
        font-size: 2rem;
        line-height: 31px;
        }

        .time {
          font-size: 2.5rem !important;
        }

        .play-icon svg {
          width: 3rem;
          height: 3rem;
        }

         .upper-part {
          height: 64px;
          }

       

         .flechacarouselser {
       
          height: 7rem !important;
          width: 6rem !important;
        
      }

}




@media (min-width: 4096px) and (min-height: 1379px) {

  
    .LetraTitulo {
      font-size: 5rem;
  }
    .tituloTexto {
      font-size: 8rem;
  }
  .textplaylistmuestra{
    font-size: 3rem;
  }

    .player {
      width: 70rem;
      height: 10rem;
    }

    .song-info .title {
      font-size: 2rem;
      line-height: 4rem;
    }

    .upper-part {
      height: 95px;
      }

      .subtitle, .time {
        font-size: 2rem;
        line-height: 25px;
        }

        .time {
          font-size: 41px;
          }

          .cards {
            width: 215%;
            height: 209%;
            top: -19rem;
          }

          .card {
            width: 50%;
            height: 119%;
          }

          .DviReprodContenedor img {
            height: 132%;
          }

          .containerRepro {
            top: 10rem;
            position: relative;
          }
        


}


@media (min-width: 4096px) and (min-height: 2304px) {


  .LetraTitulo {
    font-size: 10rem;
    }

    .tituloTexto {
      font-size: 9rem;
  }

    .textplaylistmuestra {
      font-size: 5rem;}

    
    .LetraTitulo {
      font-size: 7rem;
    }



  /********************/
      .player {
        width: 66rem;
        height: 11rem;
        }

        .upper-part {
          height: 92px;
        }
        .song-info .title {
          font-size: 3rem;
          line-height: 61px;
        }

        .time {
          font-size: 50px;
          }

          .cards {
            width: 216%;
            height: 88%;
            top: -12rem;
          }
          .card {
            top: -2rem;
            height: 157%;
        }

          .DviReprodContenedor img {
            height: 80%;
            }

  /********************/
}


@media (min-width: 4096px) and (max-height: 2303px) {


      .DviReprodContenedor img {
        height: 119%;
    }

    .carousel-control-next-icon, .carousel-control-prev-icon {
      width: 6rem !important;
      height: 6rem !important;
    }

    .flechacarouselser {
      height: 8rem !important;
    }

    .carouselLogo {
      left: 531px;
      top: -18rem;
    }

 

    .imgLogoSlide1 {
      height: 662px;
    }




}


@media (min-width: 2600px){
    
   /**********repro***********/

   .song-info .title {
    font-size: 2rem;
    line-height: 37px;
    }

    .subtitle, .time {
      font-size: 1.5rem;
      line-height: 34px;
      }

      .time {
        font-size: 28px;
       }

       .play-icon svg {
        width: 3rem;
        height: 3rem;
        }

        .upper-part {
          height: 71px;
          }

          .player {
            width: 38rem;
            height: 7rem;
            }

            .song-info {
              width: calc(100% - 72px);
            }  

            .info-area {
              left: 58px;
              }

              .cards {
                width: 189%;
                height: 195%;
                }
  
   /*********repro*************/

}

/******responsive*********/
.btn#my-btn {
     background: white;
    padding-top: 13px;
    padding-bottom: 12px;
    border-radius: 45px;
    padding-right: 40px;
    padding-left: 40px;
    color: #48bcaf;
}
#chat-overlay {
    background: rgba(255,255,255,0.1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: none;
}


.chat-box {
  z-index: 7;
  display: none;
  background: #efefef;
  position: fixed;
  right: 49px;
  bottom: 50px;
  width: 27rem;
  max-width: 100%;
  max-height: 100%;
  border-radius: 5px;
/*   box-shadow: 0px 5px 35px 9px #464a92; */
  box-shadow: 0px 5px 35px 9px #000;
}

.chat-box2 {
  z-index: 7;
  display: none;
  background: #efefef;
  position: fixed;
  right: 49px;
  bottom: 50px;
  width: 27rem;
  max-width: 100%;
  max-height: 100%;
  border-radius: 5px;
/*   box-shadow: 0px 5px 35px 9px #464a92; */
  box-shadow: 0px 5px 35px 9px #000;
}
.chat-box3 {
  z-index: 7;
  display: none;
  background: #efefef;
  position: fixed;
  right: 49px;
  bottom: 50px;
  width: 27rem;
  max-width: 100%;
  max-height: 100%;
  border-radius: 5px;
/*   box-shadow: 0px 5px 35px 9px #464a92; */
  box-shadow: 0px 5px 35px 9px #000;
}
.chat-box-toggle {
  float:right;
  margin-right:15px;
  cursor:pointer;
}
.chat-box-toggle2 {
  float:right;
  margin-right:15px;
  cursor:pointer;
}
.chat-box-toggle3 {
  float:right;
  margin-right:15px;
  cursor:pointer;
}
.chat-box-header {
  background: #48bcaf;
  height:70px;
  border-top-left-radius:5px;
  border-top-right-radius:5px; 
  color:white;
  text-align:center;
  font-size:20px;
  padding-top:17px;
}
.chat-box-body {
  position: relative;
  height: 370px;
  height: auto;
  border: 1px solid #ccc;
  /* overflow: hidden; */
  width: 100%;
  overflow-y: scroll;
  overflow-y: hidden;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
}
.chat-box-body:after {
  content: "";
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCIgdmlld0JveD0iMCAwIDIwMCAyMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAgOCkiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGNpcmNsZSBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIgY3g9IjE3NiIgY3k9IjEyIiByPSI0Ii8+PHBhdGggZD0iTTIwLjUuNWwyMyAxMW0tMjkgODRsLTMuNzkgMTAuMzc3TTI3LjAzNyAxMzEuNGw1Ljg5OCAyLjIwMy0zLjQ2IDUuOTQ3IDYuMDcyIDIuMzkyLTMuOTMzIDUuNzU4bTEyOC43MzMgMzUuMzdsLjY5My05LjMxNiAxMC4yOTIuMDUyLjQxNi05LjIyMiA5LjI3NC4zMzJNLjUgNDguNXM2LjEzMSA2LjQxMyA2Ljg0NyAxNC44MDVjLjcxNSA4LjM5My0yLjUyIDE0LjgwNi0yLjUyIDE0LjgwNk0xMjQuNTU1IDkwcy03LjQ0NCAwLTEzLjY3IDYuMTkyYy02LjIyNyA2LjE5Mi00LjgzOCAxMi4wMTItNC44MzggMTIuMDEybTIuMjQgNjguNjI2cy00LjAyNi05LjAyNS0xOC4xNDUtOS4wMjUtMTguMTQ1IDUuNy0xOC4xNDUgNS43IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PHBhdGggZD0iTTg1LjcxNiAzNi4xNDZsNS4yNDMtOS41MjFoMTEuMDkzbDUuNDE2IDkuNTIxLTUuNDEgOS4xODVIOTAuOTUzbC01LjIzNy05LjE4NXptNjMuOTA5IDE1LjQ3OWgxMC43NXYxMC43NWgtMTAuNzV6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIvPjxjaXJjbGUgZmlsbD0iIzAwMCIgY3g9IjcxLjUiIGN5PSI3LjUiIHI9IjEuNSIvPjxjaXJjbGUgZmlsbD0iIzAwMCIgY3g9IjE3MC41IiBjeT0iOTUuNSIgcj0iMS41Ii8+PGNpcmNsZSBmaWxsPSIjMDAwIiBjeD0iODEuNSIgY3k9IjEzNC41IiByPSIxLjUiLz48Y2lyY2xlIGZpbGw9IiMwMDAiIGN4PSIxMy41IiBjeT0iMjMuNSIgcj0iMS41Ii8+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTkzIDcxaDN2M2gtM3ptMzMgODRoM3YzaC0zem0tODUgMThoM3YzaC0zeiIvPjxwYXRoIGQ9Ik0zOS4zODQgNTEuMTIybDUuNzU4LTQuNDU0IDYuNDUzIDQuMjA1LTIuMjk0IDcuMzYzaC03Ljc5bC0yLjEyNy03LjExNHpNMTMwLjE5NSA0LjAzbDEzLjgzIDUuMDYyLTEwLjA5IDcuMDQ4LTMuNzQtMTIuMTF6bS04MyA5NWwxNC44MyA1LjQyOS0xMC44MiA3LjU1Ny00LjAxLTEyLjk4N3pNNS4yMTMgMTYxLjQ5NWwxMS4zMjggMjAuODk3TDIuMjY1IDE4MGwyLjk0OC0xOC41MDV6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIvPjxwYXRoIGQ9Ik0xNDkuMDUgMTI3LjQ2OHMtLjUxIDIuMTgzLjk5NSAzLjM2NmMxLjU2IDEuMjI2IDguNjQyLTEuODk1IDMuOTY3LTcuNzg1LTIuMzY3LTIuNDc3LTYuNS0zLjIyNi05LjMzIDAtNS4yMDggNS45MzYgMCAxNy41MSAxMS42MSAxMy43MyAxMi40NTgtNi4yNTcgNS42MzMtMjEuNjU2LTUuMDczLTIyLjY1NC02LjYwMi0uNjA2LTE0LjA0MyAxLjc1Ni0xNi4xNTcgMTAuMjY4LTEuNzE4IDYuOTIgMS41ODQgMTcuMzg3IDEyLjQ1IDIwLjQ3NiAxMC44NjYgMy4wOSAxOS4zMzEtNC4zMSAxOS4zMzEtNC4zMSIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvZz48L3N2Zz4=');
  opacity: 0.1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height:100%;
  position: absolute;
  z-index: -1;   
}

/****/
.chat-box-header2 {
  background: #48bcaf;
  height:70px;
  border-top-left-radius:5px;
  border-top-right-radius:5px; 
  color:white;
  text-align:center;
  font-size:20px;
  padding-top:17px;
}
.chat-box-body2 {
  position: relative;
  height: 370px;
  height: auto;
  border: 1px solid #ccc;
  /* overflow: hidden; */
  width: 100%;
  overflow-y: scroll;
  overflow-y: hidden;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
}
.chat-box-body2:after {
  content: "";
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCIgdmlld0JveD0iMCAwIDIwMCAyMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAgOCkiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGNpcmNsZSBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIgY3g9IjE3NiIgY3k9IjEyIiByPSI0Ii8+PHBhdGggZD0iTTIwLjUuNWwyMyAxMW0tMjkgODRsLTMuNzkgMTAuMzc3TTI3LjAzNyAxMzEuNGw1Ljg5OCAyLjIwMy0zLjQ2IDUuOTQ3IDYuMDcyIDIuMzkyLTMuOTMzIDUuNzU4bTEyOC43MzMgMzUuMzdsLjY5My05LjMxNiAxMC4yOTIuMDUyLjQxNi05LjIyMiA5LjI3NC4zMzJNLjUgNDguNXM2LjEzMSA2LjQxMyA2Ljg0NyAxNC44MDVjLjcxNSA4LjM5My0yLjUyIDE0LjgwNi0yLjUyIDE0LjgwNk0xMjQuNTU1IDkwcy03LjQ0NCAwLTEzLjY3IDYuMTkyYy02LjIyNyA2LjE5Mi00LjgzOCAxMi4wMTItNC44MzggMTIuMDEybTIuMjQgNjguNjI2cy00LjAyNi05LjAyNS0xOC4xNDUtOS4wMjUtMTguMTQ1IDUuNy0xOC4xNDUgNS43IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PHBhdGggZD0iTTg1LjcxNiAzNi4xNDZsNS4yNDMtOS41MjFoMTEuMDkzbDUuNDE2IDkuNTIxLTUuNDEgOS4xODVIOTAuOTUzbC01LjIzNy05LjE4NXptNjMuOTA5IDE1LjQ3OWgxMC43NXYxMC43NWgtMTAuNzV6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIvPjxjaXJjbGUgZmlsbD0iIzAwMCIgY3g9IjcxLjUiIGN5PSI3LjUiIHI9IjEuNSIvPjxjaXJjbGUgZmlsbD0iIzAwMCIgY3g9IjE3MC41IiBjeT0iOTUuNSIgcj0iMS41Ii8+PGNpcmNsZSBmaWxsPSIjMDAwIiBjeD0iODEuNSIgY3k9IjEzNC41IiByPSIxLjUiLz48Y2lyY2xlIGZpbGw9IiMwMDAiIGN4PSIxMy41IiBjeT0iMjMuNSIgcj0iMS41Ii8+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTkzIDcxaDN2M2gtM3ptMzMgODRoM3YzaC0zem0tODUgMThoM3YzaC0zeiIvPjxwYXRoIGQ9Ik0zOS4zODQgNTEuMTIybDUuNzU4LTQuNDU0IDYuNDUzIDQuMjA1LTIuMjk0IDcuMzYzaC03Ljc5bC0yLjEyNy03LjExNHpNMTMwLjE5NSA0LjAzbDEzLjgzIDUuMDYyLTEwLjA5IDcuMDQ4LTMuNzQtMTIuMTF6bS04MyA5NWwxNC44MyA1LjQyOS0xMC44MiA3LjU1Ny00LjAxLTEyLjk4N3pNNS4yMTMgMTYxLjQ5NWwxMS4zMjggMjAuODk3TDIuMjY1IDE4MGwyLjk0OC0xOC41MDV6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIvPjxwYXRoIGQ9Ik0xNDkuMDUgMTI3LjQ2OHMtLjUxIDIuMTgzLjk5NSAzLjM2NmMxLjU2IDEuMjI2IDguNjQyLTEuODk1IDMuOTY3LTcuNzg1LTIuMzY3LTIuNDc3LTYuNS0zLjIyNi05LjMzIDAtNS4yMDggNS45MzYgMCAxNy41MSAxMS42MSAxMy43MyAxMi40NTgtNi4yNTcgNS42MzMtMjEuNjU2LTUuMDczLTIyLjY1NC02LjYwMi0uNjA2LTE0LjA0MyAxLjc1Ni0xNi4xNTcgMTAuMjY4LTEuNzE4IDYuOTIgMS41ODQgMTcuMzg3IDEyLjQ1IDIwLjQ3NiAxMC44NjYgMy4wOSAxOS4zMzEtNC4zMSAxOS4zMzEtNC4zMSIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvZz48L3N2Zz4=');
  opacity: 0.1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height:100%;
  position: absolute;
  z-index: -1;   
}

.chat-box-header3 {
  background: #48bcaf;
  height:70px;
  border-top-left-radius:5px;
  border-top-right-radius:5px; 
  color:white;
  text-align:center;
  font-size:20px;
  padding-top:17px;
}
.chat-box-body3 {
  position: relative;
  height: 370px;
  height: auto;
  border: 1px solid #ccc;
  /* overflow: hidden; */
  width: 100%;
  overflow-y: scroll;
  overflow-y: hidden;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
}
.chat-box-body3:after {
  content: "";
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCIgdmlld0JveD0iMCAwIDIwMCAyMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAgOCkiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGNpcmNsZSBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIgY3g9IjE3NiIgY3k9IjEyIiByPSI0Ii8+PHBhdGggZD0iTTIwLjUuNWwyMyAxMW0tMjkgODRsLTMuNzkgMTAuMzc3TTI3LjAzNyAxMzEuNGw1Ljg5OCAyLjIwMy0zLjQ2IDUuOTQ3IDYuMDcyIDIuMzkyLTMuOTMzIDUuNzU4bTEyOC43MzMgMzUuMzdsLjY5My05LjMxNiAxMC4yOTIuMDUyLjQxNi05LjIyMiA5LjI3NC4zMzJNLjUgNDguNXM2LjEzMSA2LjQxMyA2Ljg0NyAxNC44MDVjLjcxNSA4LjM5My0yLjUyIDE0LjgwNi0yLjUyIDE0LjgwNk0xMjQuNTU1IDkwcy03LjQ0NCAwLTEzLjY3IDYuMTkyYy02LjIyNyA2LjE5Mi00LjgzOCAxMi4wMTItNC44MzggMTIuMDEybTIuMjQgNjguNjI2cy00LjAyNi05LjAyNS0xOC4xNDUtOS4wMjUtMTguMTQ1IDUuNy0xOC4xNDUgNS43IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PHBhdGggZD0iTTg1LjcxNiAzNi4xNDZsNS4yNDMtOS41MjFoMTEuMDkzbDUuNDE2IDkuNTIxLTUuNDEgOS4xODVIOTAuOTUzbC01LjIzNy05LjE4NXptNjMuOTA5IDE1LjQ3OWgxMC43NXYxMC43NWgtMTAuNzV6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIvPjxjaXJjbGUgZmlsbD0iIzAwMCIgY3g9IjcxLjUiIGN5PSI3LjUiIHI9IjEuNSIvPjxjaXJjbGUgZmlsbD0iIzAwMCIgY3g9IjE3MC41IiBjeT0iOTUuNSIgcj0iMS41Ii8+PGNpcmNsZSBmaWxsPSIjMDAwIiBjeD0iODEuNSIgY3k9IjEzNC41IiByPSIxLjUiLz48Y2lyY2xlIGZpbGw9IiMwMDAiIGN4PSIxMy41IiBjeT0iMjMuNSIgcj0iMS41Ii8+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTkzIDcxaDN2M2gtM3ptMzMgODRoM3YzaC0zem0tODUgMThoM3YzaC0zeiIvPjxwYXRoIGQ9Ik0zOS4zODQgNTEuMTIybDUuNzU4LTQuNDU0IDYuNDUzIDQuMjA1LTIuMjk0IDcuMzYzaC03Ljc5bC0yLjEyNy03LjExNHpNMTMwLjE5NSA0LjAzbDEzLjgzIDUuMDYyLTEwLjA5IDcuMDQ4LTMuNzQtMTIuMTF6bS04MyA5NWwxNC44MyA1LjQyOS0xMC44MiA3LjU1Ny00LjAxLTEyLjk4N3pNNS4yMTMgMTYxLjQ5NWwxMS4zMjggMjAuODk3TDIuMjY1IDE4MGwyLjk0OC0xOC41MDV6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIvPjxwYXRoIGQ9Ik0xNDkuMDUgMTI3LjQ2OHMtLjUxIDIuMTgzLjk5NSAzLjM2NmMxLjU2IDEuMjI2IDguNjQyLTEuODk1IDMuOTY3LTcuNzg1LTIuMzY3LTIuNDc3LTYuNS0zLjIyNi05LjMzIDAtNS4yMDggNS45MzYgMCAxNy41MSAxMS42MSAxMy43MyAxMi40NTgtNi4yNTcgNS42MzMtMjEuNjU2LTUuMDczLTIyLjY1NC02LjYwMi0uNjA2LTE0LjA0MyAxLjc1Ni0xNi4xNTcgMTAuMjY4LTEuNzE4IDYuOTIgMS41ODQgMTcuMzg3IDEyLjQ1IDIwLjQ3NiAxMC44NjYgMy4wOSAxOS4zMzEtNC4zMSAxOS4zMzEtNC4zMSIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvZz48L3N2Zz4=');
  opacity: 0.1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height:100%;
  position: absolute;
  z-index: -1;   
}
/***/
#chat-input {
  background: #f4f7f9;
  width:100%; 
  position:relative;
  height:47px;  
  padding-top:10px;
  padding-right:50px;
  padding-bottom:10px;
  padding-left:15px;
  border:none;
  resize:none;
  outline:none;
  border:1px solid #ccc;
  color:#888;
  border-top:none;
  border-bottom-right-radius:5px;
  border-bottom-left-radius:5px;
  overflow:hidden;  
}
.chat-input > form {
    margin-bottom: 0;
}
#chat-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc;
}
#chat-input::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
}
#chat-input:-ms-input-placeholder { /* IE 10+ */
  color: #ccc;
}
#chat-input:-moz-placeholder { /* Firefox 18- */
  color: #ccc;
}
.btn-formu {
  color: #fff;
  background-color: #48bcaf;
  border-color: #48bcaf;
}
.chat-logs {
  padding: 15px;
  height: 25rem;
  max-width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  max-height: 100%;

}

.chat-logs::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.chat-logs::-webkit-scrollbar
{
	width: 5px;  
	background-color: #F5F5F5;
}

.chat-logs::-webkit-scrollbar-thumb
{
	background-color: #48bcaf;
}



@media only screen and (max-width: 500px) {
   .chat-logs {
        height:40vh;
    }
}

.chat-msg.user > .msg-avatar img {
  width:45px;
  height:45px;
  border-radius:50%;
  float:left;
  width:15%;
}
.chat-msg.self > .msg-avatar img {
  width:45px;
  height:45px;
  border-radius:50%;
  float:right;
  width:15%;
}
.cm-msg-text {
  background:white;
  padding:10px 15px 10px 15px;  
  color:#666;
  max-width:75%;
  float:left;
  margin-left:10px; 
  position:relative;
  margin-bottom:20px;
  border-radius:30px;
}
.chat-msg {
  clear:both;    
}
.chat-msg.self > .cm-msg-text {  
  float:right;
  margin-right:10px;
  background: #5A5EB9;
  color:white;
}
.cm-msg-button>ul>li {
  list-style:none;
  float:left;
  width:50%;
}
.cm-msg-button {
    clear: both;
    margin-bottom: 70px;
}
  /********movil************/
  .bg2-2 {
    background-image: url(../img/slide2.1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
 
}
  .bg2-1 {
    background-image: url(../img/slide2.2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .CarouselPoSlide2Movil {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

/********repro**********/

.DviReprodContenedorMovil {
  display: flex;
  /*align-items: center;*/
  justify-content: center;
  padding: 30px 10px;
  height: inherit;
  transition: background 0.4s ease-in;
}
.imgfonforeproMovil {
  background-image: url("https://images.unsplash.com/photo-1533461502717-83546f485d24?ixlib=rb-1.2.1&auto=format&fit=crop&w=900&q=60");
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
    /* Add the blur effect */
    filter: blur(8px);
    -webkit-filter: blur(8px);
    /* Full height */
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  position: absolute;
}

.DviReprodContenedorMovil input[type=radio] {
  display: none;
}

.cardMovil {
  position: absolute;
  width: 60%;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform 0.4s ease;
  cursor: pointer;
  background-color: #fff0 !important;
  border: 1px solid rgb(0 0 0 / 0%) !important;
}

.containerReproMovil {
  width: 100%;
  max-width: 800px;
  max-height: 600px;
  height: 512%;
  transform-style: preserve-3d;
  /* display: flex; */
  justify-content: center;
  flex-direction: column;
  align-items: center;
  top: 22rem;
  position: relative;
}

.cardsMovil {
  position: relative;
  width: 100%;
  height: 56%;
  margin-bottom: 20px;
}

.DviReprodContenedorMovil img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

#item-1Movil:checked ~ .cardsMovil #song-3Movil,
#item-2Movil:checked ~ .cardsMovil #song-1Movil,
#item-3Movil:checked ~ .cardsMovil #song-2Movil {
  transform: translatex(-40%) scale(0.8);
  opacity: 0.4;
  z-index: 0;
}
#item-1Movil:checked ~ .cardsMovil #song-2Movil,
#item-2Movil:checked ~ .cardsMovil #song-3Movil,
#item-3Movil:checked ~ .cardsMovil #song-1Movil{
  transform: translatex(40%) scale(0.8);
  opacity: 0.4;
  z-index: 0;
}

#item-1Movil:checked ~ .cardsMovil #song-1Movil,
#item-2Movil:checked ~ .cardsMovil #song-2Movil,
#item-3Movil:checked ~ .cardsMovil #song-3Movil{
  transform: translatex(0) scale(1);
  opacity: 1;
  z-index: 1;
}
#item-1Movil:checked ~ .cardsMovil #song-1Movil img,
#item-2Movil:checked ~ .cardsMovil #song-2Movil img,
#item-3Movil:checked ~ .cardsMovil #song-3Movil img{
  box-shadow: 0px 0px 5px 0px rgba(81, 81, 81, 0.47);
}

.playerMovil {
  background-color: #000201;
  border-radius: 8px;
  padding: 16px 10px;
  margin-left: 3rem;
}

.upper-partMovil {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  height: 57px;
  overflow: hidden;
}
.play-iconMovil svg {
  width: 2 rem;
  height: 2 rem;
}

.play-iconMovil {
  margin-right: 10px;
}

.song-infoMovil {
  width: calc(100% - 58px);
  display: block;
}

.song-infoMovil .titleMovil {
  color: #ffffff;
  font-size: 32px;
  line-height: 27px;
}

.sub-lineMovil {
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: wheat;
  font-size: 1.5rem;
}

.subtitleMovil, .timeMovil {
  font-size: 16px;
  line-height: 22px;
  color: #c6c5c6;
}

.timeMovil {
  font-size: 22px;
  line-height: 16px;
  color: #a5a5a5;
  font-weight: 500;
  margin-left: auto;
  
}

.progress-barMovil {
  height: 3px;
  width: 100%;
  background-color: #e9efff;
  border-radius: 2px;
  overflow: hidden;
}

.progressMovil {
  display: block;
  position: relative;
  width: 91%;
  height: 8px;
  background-color: #00cfb4;
  border-radius: 6px;
}

.info-areaMovil {
  width: 100%;
  position: absolute;
  top: 0;
  left: 43px;
  transition: transform 0.4s ease-in;
}

#item-4Movil:checked ~ .playerMovil #testMovil {
  transform: translateY(0px);
}

/***********repro*************/
@media (max-width: 799px){

  .CarouselPoSlide2Movil {
    margin-top: 8rem;
  }

      .slider__txt {
        color: #fff;
        max-width: 300px;
        font-size: 2rem;
    }

    .containerReproMovil {
      width: 100%;
    max-width: 100%;
    max-height: 100%;
    height: AUTO;
    top: 5rem;
    position: relative;
  }
  .DviReprodContenedorMovil {
    padding: 28px 12px;
    height: auto;
    transition: background 0.4s ease-in;
    max-height: 100%;
    max-width: 100%;
    height: 40rem;
}

.imgfonforeproMovil {
  background-image: url("../img/slide2.3.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(8px);
  -webkit-filter: blur(8px);
  max-height: 100%;
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  height: inherit;
  padding-bottom: 13rem;
}


}

.pointer{
  cursor: pointer;
}

@media (max-width: 600px){

  .slider__txt {
    font-size: 3rem;
    }

    .LetraTitulo {
      font-size: 4rem;}
 
  }

  @media (max-width: 640px){

    .chat-box {
      width: 43rem;
    }

    .chat-logs {
      font-size: 1.5rem;
      height: 44rem;
      overflow-x: scroll;
      }

      .inputcontacto input, .inputcontacto button,.inputcontacto select{
        font-size: 1.5rem !important;
      }

      .sub-lineMovil {

        font-size: 2rem;
      }
      .song-infoMovil .titleMovil {
  
        font-size: 17px;
    }
    .LetraTitulo {
      font-size: 5rem;
  }
  .textplaylistmuestra{
    font-size: 3rem;
  }
  .chat-box2 {
    right: 16%;
    width: 46rem;}
  
   
    
    .chat-box {
      right: 16%;
      width: 46rem;}
    
     
      }
  

  @media (max-width: 480px){

    .slider__txt {
      font-size: 4rem;
      }


      .LetraTitulo {
        font-size: 4rem;
      }

      .DviReprodContenedorMovil {
        height: 79rem;
    }


    .chat-box {
      width: 50rem;
    }

    .chat-logs {
      font-size: 2rem;
      }

  .inputcontacto input, .inputcontacto button,.inputcontacto select {
    font-size: 2rem !important;
    }

    .sub-lineMovil {

      font-size: 3rem;
    }
}

@media (max-height: 471px){

      .chat-logs {
        height: 14rem;
      }
  
    }
  /*********movil***********/
/* slide 2 end */



/*Page 1 end  */
/*Page 2  */
  .textnone{
    text-decoration: none;
    cursor: pointer;    
  }

  .ml-1{
    margin-left: 1rem;
  }
  .imgfooterredes{
    height: 32px;
  }
    .imgfooter{
       height: 3rem;
       margin-bottom: 1rem;
    }

    .whiteblack{
      color:white;
      font-size: 0.9rem;
      margin-left: 1rem;
    }

    .marginfooter{
      margin-top: 2rem;
    }

    .whiteblackRedes{
      color:white;
      font-size: 1rem;
      margin-left: 1rem;
    }

    .linkfooter{
      color: white;
      text-decoration-line: none;
      font-size: 0.9rem;
    }

    .linkfooter:hover{
      color: #00ceb2;
    }

    .menudireccion{
      flex-grow: inherit !important;
    }

    .bgpulse{
      animation: pulse 1.2s ease infinite;
      background: white;
    }

    .logomenu{
      width: 16rem;
      height: 3rem;
    }

    .btnpulse{
      -webkit-animation: pulse 1.5s infinite;
      box-shadow: 0 0 0 0 rgb(255 255 255 / 50%);
      background: #ffffff;
      cursor: pointer;
    }

    .backfondowhite{
      background-color: #fff;
    }
    @-webkit-keyframes pulse {
      0% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
      }
      70% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
      }
      100% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
      }
    }
    
    .bd-placeholder-img {
      font-size: 1.125rem;
      text-anchor: middle;
      -webkit-user-select: none;
      -moz-user-select: none;
      user-select: none;
    }
    @media (max-width: 767px) {
    

      .whiteblack {
        color: white;
        font-size: 2rem;
        margin-left: 1rem;
      }

      .whiteblackRedes {
        color: white;
        font-size: 2rem;
        margin-left: 2rem;
        margin-top: 1rem;
      }

      .imgfooter {
        height: 5rem;
        margin-bottom: 3rem;
      }

      .linkfooter {
        font-size: 2rem;
      }

      .marginfooter {
        margin-top: 3rem;
        margin-left: 1rem;
      }


    }
    @media (min-width: 768px) {
      .bd-placeholder-img-lg {
        font-size: 3.5rem;
      }


    }

    .container {
      max-width: 960px;
    }
    
    /*
     * Custom translucent site header
     */
    
    .site-header {
      background-color: rgba(0, 0, 0, .85);
      -webkit-backdrop-filter: saturate(180%) blur(20px);
      backdrop-filter: saturate(180%) blur(20px);
    }
    .site-header a {
      color: #8e8e8e;
      transition: color .15s ease-in-out;
    }
    .site-header a:hover {
      color: #fff;
      text-decoration: none;
    }
    
    /*
     * Dummy devices (replace them with your own or something else entirely!)
     */
    
    .product-device {
      position: absolute;
      right: 10%;
      bottom: -30%;
      width: 300px;
      height: 540px;
      background-color: #333;
      border-radius: 21px;
      transform: rotate(30deg);
    }
    
    .product-device::before {
      position: absolute;
      top: 10%;
      right: 10px;
      bottom: 10%;
      left: 10px;
      content: "";
      background-color: rgba(255, 255, 255, .1);
      border-radius: 5px;
    }
    
    .product-device-2 {
      top: -25%;
      right: auto;
      bottom: 0;
      left: 5%;
      background-color: #e5e5e5;
    }
    
    
    /*
     * Extra utilities
     */
    
    .flex-equal > * {
      flex: 1;
    }
    @media (min-width: 768px) {
      .flex-md-equal > * {
        flex: 1;
      }
    }
    
    .backcarousel{
      background: #0000006b;
    }

    /*********reclamaciones css*********/

    .headertitulo{
      font-size:4rem;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 6rem;
        }

        .subtiotulos{
          text-decoration: underline;
          margin-bottom: 3rem;
          margin-top: 3rem;
        }

        .soymenor{
          
        font-size: 1.5rem;
        font-family: "ITC Avant Garde Gothic";

        }

        .bold{
          font-weight: 800;
        }

        .headerpage{
          background-image: url("../img/recla.png");
          background-repeat: no-repeat;
          background-attachment: fixed;
          background-position: center;
          height: 20rem;
        }

        @media (max-width: 1259px) {
              .headertitulo {
                margin-top: 3rem;
              }
          }

          @media (max-width: 991px) {
            .headertitulo {
              margin-top: 6rem;
            }
        }

        @media (max-width: 938px) {
          .headertitulo {
            margin-top: 3rem;
          }
      }

      @media (max-width: 767px) {
        .headertitulo {
          margin-top: 5rem;
        }
    }

        @media (max-width: 247px) {
          .headertitulo {
            margin-top: 2rem;
          }
      }


          
    /***************reclamaciones end ******************/

    /*****login empresas********/
    .imglogin{
      height: 137px;
      max-height: 100%;
      margin: auto;
      display: block;
      margin-bottom: 2rem;
    }

    .margintoplogin{
      margin-top: 1rem;
      }
    

    .backgrologin{
      background: url("../img/slide2.1.jpg");
      background-repeat: no-repeat;
      overflow: hidden;
      background-size: cover;
      background-position: center;
      overflow: auto;   height: inherit;
    
    }

    .backgrologin2{
      background: url("../img/slide2.2.jpg");
      background-repeat: no-repeat;
      overflow: hidden;
      background-size: cover;
      background-position: center;
      overflow: auto;
      height: inherit;
    
    }
    .btnformulario{
        color: #fff;
        background-color: #f44415;
        border-color: #f74515;
    
    }
    .olvicontraseña{
      text-align: center;
      color: white;
      text-decoration: underline;
      cursor: pointer;
      display: block;
    }
    .olvicontraseña:hover{
      color:black;
    }

    .olvicontraseña2{
      text-align: center;
      color: white;
      text-decoration: underline;
      cursor: pointer;
      display: block;
    }
    .olvicontraseña2:hover{
      color:#f44415;
    }

    .userrecord{
      height: 50px;
    width: 50px;
    border-radius: 40px;
    cursor: pointer;
    margin-left: 12px;
    margin-top: 16px;
    }

    .contentcenter{
      margin: auto;
      justify-items: center;
      align-items: center;
    }

    .volverlink{
      color: white;
      text-decoration: none;
      margin: auto;
      display: block;
      font-size: 0.9rem;
    }

    .volverlink:hover{
      color: black;
    }

    .volverlink2{
      margin: auto;
      display: block;
      font-size: 0.9rem;
      color: white;
      text-decoration: none;
    }

    .volverlink2:hover{
      color: #f44415;
    }
    .logomenu3 {
      width: 9rem;
      height: 1.7rem;
    }
    @media (max-width: 991px) {
      .fontmenu2{
        font-size: 1rem;
      }
    
      .logomenu3 {
        width: 15rem;
        height: 3rem;
    }
  
    .widht100{
      width: 100%;
      font-size: 1rem;
    }

      }

      @media (max-width: 500px) {
        .fontmenu2{
          font-size: 2rem;
        }
      
        .logomenu3 {
          width: 26rem;
          height: 6rem;
      }
      .titulosformulario{
        font-size: 2rem;
      }
      .widht100{
        width: 100%;
        font-size: 2rem;
      }
    }

    /*****end login empresas*****/
    .hei100{
      height: auto !important;
    }


    .ytp-play-button button {
      outline: none;
      border: 0px solid;
      background: transparent;
   }
   
   .ytp-play-button {
      fill: #fff;
      opacity: 0.85;
   }
   
   .ytp-play-button:hover {
      cursor: pointer;
      opacity: 1;
   }

   .InicioSesionrecorder{
    border: 3px solid rgb(0, 207, 180);
    height: 63px !important;
    width: 63px !important;
   }

   .fondorecorderuser{
    background: #ffffff38;
    border-radius: 10px;
        margin-left: 13px;
        width: auto !important;
   }

   #panel_user_record{
    display: grid;
    grid-auto-flow: column;
    gap: 4px;
    align-items: center;
    justify-items: center;
   }
   
   .text-color{
    color: black;
    font-size: 1rem;   
  }

  .text-color2{
    color: white;
    font-size: 1rem;   
  }

  .imgh{
    height: 32px;
  }

  .centro{
    margin: auto;
    display: block;
    text-align: center;
  }

  .fondologin{
    background: #ffffff26;
    margin-bottom: 1rem;
    padding: 14px;
    border-radius: 16px;
  }

  .spancolor{
    color: red;
  }

  .fontcarousel{
    font-size: 1.5rem;
  }

  .fontmenu{
    font-size: 2rem;
  }

  .logomenu2 {
    width: 26rem;
    height: 6rem;
}
  
.colortxtcarouselmovil{
  color: #000 !important;
}




.cachacss{
  margin: 0;
  display: inline-flex;
  padding-top: 2rem;
}



.flechasmovil{
  background: #ffffff94 !important;
  height: 4rem !important;
  border-radius: 24px !important;
  top: 44% !important;
  position: absolute !important;
  box-shadow: 1px 3px 10px 3px black !important;
  width: 4rem;
}


.navbar-toggler-icon {

  width: 2.5em !important;
  height: 2.5em !important;

}


@media (max-width: 296px) {

  .chat-box {
    width: 36rem;
    right: 11%;
    }

    .chat-box2 {
      right: 11%;
      width: 36rem;
      }

}

@media (max-width: 1184px) and (max-height: 819px){


  .tituloTexto {
    font-size: 3rem;
  }

  

}

/********start responsive texto*********/
  
@media (max-width: 4096px){
  .CarouselPoSlide2 {
    top: 14vh;
  }


}

@media (max-width: 2560px){
  .CarouselPoSlide2 {
    top: 5vh;
  }


}

@media (max-width: 2478px){


  .CarouselPoSlide2 {
    top: 23vh;
  }
}
@media (max-width: 2478px){

  .imgLogoSlide1 {
    height: 16vw;
  }

  .slider__txt, .slider__txt2 {
    font-size: 2rem;
    max-width: 904px;
  }

  .imgcarouselicon {
    height: 3vw;
  }
  
  .ubicInicioSesion, .TextoPaginaRespon {
    font-size: 1.5rem;
  }

  .btnborder {
    border: 2px solid white;
  }
  .slider__txtSlider2 {
    max-width: 1000px;
    font-size: 3rem;
  }
}

@media (max-width: 2048px){
  .CarouselPoSlide2 {
    top: 8vh;
    }

 

    .slider__txtSlider2 {
      max-width: 1000px;
      font-size: 2rem;
    }

  }


@media (max-width: 1900px){
  .slider__txtSlider2 {
    max-width: 1000px;
    font-size: 2rem;
  }

  .CarouselPoSlide2 {
    top: 7vh;
  }
  
  .imgLogoSlide1 {
    height: 22vw;
  }
}

@media (max-width: 1920px){
  .slider__txt, .slider__txt2 {
    font-size: 1.5rem;
  }

  .CarouselPoSlide2 {
    top: 7vh;
  }
 
  .imgLogoSlide1 {
    height: 19vw;
  }
  .slider__txtSlider2 {
    max-width: 1000px;
    font-size: 2rem;
  }

  .tituloTexto {
    font-size: 4rem;
  }
}

@media (max-width: 1872px){
  .slider__txt, .slider__txt2 {
    max-width: 900px;
    font-size: 3rem;
  }
}
@media (max-width: 1831px){

  .imgLogoSlide1 {
    height: 16vw;
  }

  .slider__txt, .slider__txt2 {
    font-size: 1.5rem;
    max-width: 904px;
  }

  .imgcarouselicon {
    height: 3vw;
  }
  
  .ubicInicioSesion, .TextoPaginaRespon {
    font-size: 1rem;
  }

  .btnborder {
    border: 1px solid white;
  }

}

@media (max-width: 1504px){
  .slider__txtSlider2 {
    font-size: 1.5rem;
  }
  .CarouselPoSlide2 {
    top: 10vh;

  }



  .DviReprodContenedor img {
    height: 73%;
  }

  .slider__txt, .slider__txt2 {
    max-width: 900px;
    font-size: 1.5rem;
  }

  .tituloTexto {
    font-size: 3rem;
  }
}

@media (max-width: 1440px){

  .slider__txtSlider2 {
    font-size: 1.5rem;
  }

  .tituloTexto {
    font-size: 3rem;
  }


  .slider__txt, .slider__txt2 {
    max-width: 900px;
    font-size: 1rem;
  }

}

@media (max-width: 1335px){

  .tituloTexto {
    font-size: 4rem;
  }

  .slider__txt, .slider__txt2 {
    max-width: 900px;
    font-size: 2.5rem;
  }



}
@media (max-width: 1366px){

  .imgLogoSlide1 {
    height: 18vw;
  }

  .slider__txt, .slider__txt2 {
    font-size: 1rem;
  }

  .slider__txtSlider2 {
    font-size: 1rem;
  }

  .CarouselPoSlide2 {
    top: 0vh;
  }




}

@media (max-width: 1194px){

  .slider__txt, .slider__txt2 {
    font-size: 1.5rem;
  }

  .imgLogoSlide1 {
    height: 24vh;
  }

  .slider__txtSlider2 {
    font-size: 1.5rem;
  }


  .CarouselPoSlide2 {
    top: 13vh;
  }



.DviReprodContenedor img {
  height: 76%;
}


}

@media (max-width: 1180px){
  .slider__txt, .slider__txt2 {
    font-size: 1rem;
  }

  .CarouselPoSlide2 {
    top: 7vh;
  }

  .slider__txtSlider2 {
    font-size: 1rem;
  }

  .tituloTexto {
    font-size: 2.5rem;
  }


  .DviReprodContenedor img {
    height: 101%;
  }
 
  }

@media (max-width: 1167px){

  .imgLogoSlide1 {
    height: 22vw;
  }

  .slider__txt, .slider__txt2 {
    font-size: 1.4rem;
  }
  .slider__txtSlider2 {
    font-size: 1.5rem;
  }

  .tituloTexto {
    font-size: 4rem;
  }



  .CarouselPoSlide2 {
    top: 15vh;
  }


  .DviReprodContenedor img {
    height: 74%;
  }

}

@media (max-width: 1098px){
  .slider__txtSlider2 {
    font-size: 1.5rem;
  }

  .CarouselPoSlide2 {
    top: 30vh;
  }

  .slider__txt, .slider__txt2 {
    font-size: 2rem;
  }

}
  

@media (max-width: 946px){

  .imgLogoSlide1 {
    height: 35vw;
  }

  .slider__txt, .slider__txt2 {
    font-size: 1.3rem;
  }

  .slider__txt, .slider__txt2 {
    font-size: 1.5rem;
    }

    .slider__txtSlider2 {
      font-size: 2rem;
    }

    .tituloTexto {
      font-size: 2rem;
  }

}
  
@media (max-width: 820px){

  .slider__txt, .slider__txt2 {
    font-size: 1.2rem;
  }

  .CarouselPoSlide2 {
    top: 24vh;
  }


  .DviReprodContenedor img {
    height: 71%;
}
.slider__txtSlider2 {
  font-size: 1.5rem;
}
  }

@media (max-width: 4040px) and (min-height: 1600px){
  .DviReprodContenedor img {
    height: 67%;
  }

  .CarouselPoSlide2 {
    top: 7vh;
  }

  .slider__txt, .slider__txt2 {
    font-size: 3rem;
    max-width: 900px;
  }

  .imgLogoSlide1 {
    height: 13vw;
  }

  .slider__txtSlider2 {
    color: #fff;
    max-width: 1000px;
    font-size: 3rem;
  }


  }

/***********************/
@media (min-width: 4097px) and (min-height: 2305px) {

  .slider__txt,.slider__txt2 {
    font-size: 4rem;
    max-width: 900px;
  }

  .imgcarouselicon {
    height: 11rem;
  }

  .ubicInicioSesion,.TextoPaginaRespon{
    font-size: 3rem;
  }

  .imgLogoSlide1 {
    height: 20vw;
  }

  .btnborder{
    border: 3px solid white;
  }

  /*********end responsive slide**************/

  /*********start responsive slide3 ***********/
  .cristaldivSpide3{
    width: 37vw !important;
    height: 41vh !important;
    left: 0;
    top: 17vh;
    right: 0;
    position: relative;
  }

  .slider__txtSlider2 {
    color: #fff;
    max-width: 1000px;
    font-size: 3.5rem;
  }

  /*********end responsive slide 3**************/
}
@media (max-width: 4096px) and (max-height: 2304px) {

  .slider__txt,.slider__txt2 {
    font-size: 4rem;
    max-width: 900px;
  }

  .imgcarouselicon {
    height: 11rem;
  }

  .ubicInicioSesion,.TextoPaginaRespon{
    font-size: 3rem;
  }

  .imgLogoSlide1 {
    height: 20vw;
  }

  .btnborder{
    border: 3px solid white;
  }

    /*********start responsive slide2 ***********/
    .CarouselPoSlide2 {
      top: 14vh;
    }
  

    /*********end responsive slide**************/
  /*********start responsive slide3 ***********/
  .cristaldivSpide3{
    width: 37vw !important;
    height: 41vh !important;
    left: 0;
    top: 17vh;
    right: 0;
    position: relative;
  }

  .slider__txtSlider2 {
    color: #fff;
    max-width: 1000px;
    font-size: 3.5rem;
  }

  /*********end responsive slide 3**************/
}

@media (max-width: 4096px) and (max-height: 1384px){

  .imgLogoSlide1 {
    height: 12vw;
  }

  .slider__txt, .slider__txt2 {
    font-size: 3rem;
    max-width: 900px;
  }

  .imgcarouselicon {
    height: 7rem;
  }

   /*********start responsive slide2 ***********/

   .DviReprodContenedor img {
    height: 154%;
    }
  /*********end responsive slide**************/
  
    /*********start responsive slide3 ***********/
    .cristaldivSpide3{
      height: 60vh !important;
      top: 10vh;
    }
  
    .slider__txtSlider2 {
      font-size: 3rem;
    }
  
    /*********end responsive slide 3**************/

}

@media (max-width: 4040px) and (min-height: 1384px){
  .imgLogoSlide1 {
    height: 13vw;
  }

  .slider__txt, .slider__txt2 {
    font-size: 2rem;
    max-width: 900px; 
  }

  .slider__txtSlider2 {
    color: #fff;
    font-size: 2rem;
  }

  .CarouselPoSlide2 {
    top: 14vh;
  }

  .DviReprodContenedor img {
    height: 76%;
  }

}

@media (max-width: 2658px){

  .imgLogoSlide1 {
    height: 12vw;
  }

  .slider__txt, .slider__txt2 {
    font-size: 2rem;
    max-width: 900px;
  }

  .imgcarouselicon {
    height: 3vw;
  }
  
}

@media (max-width: 2560px) and (max-height: 1600px){

  .imgLogoSlide1 {
    height: 19vw;
  }

  .slider__txt, .slider__txt2 {
    font-size: 2.5rem;
    max-width: 904px;
  }

  .imgcarouselicon {
    height: 3vw;
  }
  
  .ubicInicioSesion, .TextoPaginaRespon {
    font-size: 2rem;
  }

  .btnborder {
    border: 2px solid white;
  }

     /*********start responsive slide2 ***********/


    /*********end responsive slide**************/
    /*********start responsive slide3 ***********/
    .cristaldivSpide3{
      height: 37vh !important;
      top: 20vh;
    }
  
    .slider__txtSlider2 {
      font-size: 2.5rem;
    }
  
    /*********end responsive slide 3**************/
}

@media (max-width: 2048px) and (max-height: 1073px){

  .slider__txt, .slider__txt2 {
    font-size: 2rem;
  }

  
   /*********start responsive slide2 ***********/

    .DviReprodContenedor img {
      height: 75%;
    }

  /*********end responsive slide**************/
    /*********start responsive slide3 ***********/
    .cristaldivSpide3{
      height: 48vh !important;
      top: 14vh;
    }
  
    .slider__txtSlider2 {
      font-size: 2rem;
    }

    .CarouselPoSlide2 {
      top: 7vh;
    }
  
    /*********end responsive slide 3**************/
}

@media (max-width: 1920px) and (max-height: 1080px){

  .slider__txt, .slider__txt2 {
    font-size: 1.8rem;
  }

  .ubicInicioSesion, .TextoPaginaRespon {
    font-size: 1.5rem;
  }
  .CarouselPoSlide2 {
    top: 7vh;
  }
 /*********end responsive slide 2**************/
  .DviReprodContenedor img {
    height: 76%;
  }

  /*********end responsive slide 2**************/
      /*********start responsive slide3 ***********/
      .cristaldivSpide3{
        height: 48vh !important;
        top: 14vh;
      }
    
      .slider__txtSlider2 {
        font-size: 2rem;
      }
    
      /*********end responsive slide 3**************/

}

@media (max-width: 1920px) and (max-height: 969px){

  .imgLogoSlide1 {
    height: 17vw;
    }

}
@media (max-width: 1536px) and (max-height: 756px){

  

  /*********end responsive slide 2**************/
      /*********start responsive slide3 ***********/

      .slider__txtSlider2 {
        font-size: 1.5rem;
      }

      .tituloTexto {
        font-size: 3rem;
    }

    .slider__txt, .slider__txt2 {
      font-size: 1.3rem;
    }

    .ubicInicioSesion, .TextoPaginaRespon {
      font-size: 1rem;
  }


    
      /*********end responsive slide 3**************/

}

@media (max-width: 1440px) and (max-height: 2051px){

  .imgLogoSlide1 {
    height: 45vw;
    }

    .ubicInicioSesion, .TextoPaginaRespon {
      font-size: 2rem;
    }

    .slider__txt, .slider__txt2 {
      font-size: 2.2rem;
      max-width: 900px;
    }

    .imgcarouselicon {
      height: 7vw;
    }

      .cristaldivSpide3{
        height: 54vh !important;
        top: 15vh;
      }
    
      .slider__txtSlider2 {
        font-size: 3rem;
      }
      .imgLogoSlide1 {
        height: 43vw;
      }

      .CarouselPoSlide2 {
        top: 5vh;
      } 
    
      /*********end responsive slide 3**************/
}

@media (max-width: 1440px) and (max-height: 821px){

  .imgLogoSlide1 {
    height: 17vw;
  }

  .slider__txt, .slider__txt2 {
    font-size: 1rem;
    max-width: 900px;
  }

  .imgcarouselicon {
    height: 4vw;
  }

  .ubicInicioSesion, .TextoPaginaRespon {
    font-size: 1rem;
  }

  .slider__txtSlider2 {
    font-size: 1.1rem;
  }

}

@media (max-width: 1426px) and (max-height: 1041px){

  .imgLogoSlide1 {
    height: 24vw;
  }

  .slider__txt, .slider__txt2 {
    font-size: 1.3rem;
  }

  .imgcarouselicon {
    height: 4vw;
  }

  .ubicInicioSesion, .TextoPaginaRespon {
    font-size: 1rem;
  }

  /*********start responsive slide2 ***********/

  .CarouselPoSlide2 {
    top: 10vh;
  }

  /*********end responsive slide**************/

        /*********start responsive slide3 ***********/
        .cristaldivSpide3 {
          height: 43vh !important;
          top: 17vh;
        }
      
        .slider__txtSlider2 {
          font-size: 1.5rem;
        }
      
        /*********end responsive slide 3**************/

}
@media (max-width: 1366px) and (max-height: 695px){

  .imgLogoSlide1 {
    height: 17vw;
  }

  .imgcarouselicon {
    height: 3vw;
  }

  .slider__txt, .slider__txt2 {
    font-size: 1rem;
  }

    /*********start responsive slide2 ***********/

    .CarouselPoSlide2 {
      top: 2vh;
    }
  
    /*********end responsive slide**************/
  /*********end responsive slide**************/

        /*********start responsive slide3 ***********/
        .cristaldivSpide3 {
          height: 51vh !important;
          top: 10vh;
        }
      
        .slider__txtSlider2 {
          font-size: 1rem;
        }
      
        /*********end responsive slide 3**************/
}

@media (max-width: 1336px) and (max-height: 600px){

  .imgLogoSlide1 {
    height: 15vw;
  }

  .slider__txt, .slider__txt2 {
    font-size: 1.1rem;
  }
  .imgcarouselicon {
    height: 3vw;
  }

  .slider {
    transform: translateY(-7px);
  }
 /*********start responsive slide2 ***********/

   /*********end responsive slide**************/
}

@media (max-width: 1180px) and (max-height: 820px){

  .slider__txtSlider2 {
    font-size: 1rem;
  }

  .DviReprodContenedor img {
    height: 102%;
  }

  .CarouselPoSlide2 {
    top: 3vh;
  }

}
@media (max-width: 820px) and (max-height: 1180px){

  .slider__txt, .slider__txt2 {
    font-size: 1.2rem;
    max-width: 900px;
  }

  .ubicInicioSesion, .TextoPaginaRespon {
    font-size: 1rem;
  }

  .imgLogoSlide1 {
    height: 43vw;
  }
/*********start responsive slide2 ***********/
  .DviReprodContenedor img {
    height: 73%;
  }
  /*********end responsive slide**************/

    /*********start responsive slide3 ***********/
    .cristaldivSpide3 {
      height: 51vh !important;
      top: 10vh;
    }
  
    .slider__txtSlider2 {
      font-size: 1rem;
    }

    .slider__contentsSlider2 {  
      padding: 0rem;
    }
    /*********end responsive slide 3**************/

}

/*******end responsive texto*********/ 

/**********************/

