:root {

    /* --marco: 2px ridge #FFEC00;
    --marco2: 2px inset #2f00ff;
    --marco3: 2px ridge #FF0000;
    --marco4: 2px groove #14f000;
    --marco5: 2px outset #ff00e6; */

    --encabezado:#fada87;
    --fondo-nav: #230000 ;
    --fondo-transparent: #01151fe8 ;
    --overlay:rgb(0 0 0 / 80%);
    --overlay-head:rgb(0 0 0 / 67%);
    --overlays:rgb(0 0 0 / 80%);
    --linea:#fff4b8;
    --menu-h:#010302;
    --fondo-tabla:#ffffffe8;
    --tachado:#230600;
    --linea-decoration:#461309;
    --encabezados:"Kaushan Script", cursive;
    --textos: "Poppins", sans-serif;;

    .color5 {color: #f4a500;}
    .color1 {color: #461309;}
    .color2 {color: #65260d;}
    .color3 {color: #8e4309;}
    .color4 {color: #bf6d00;}

    .color1 {color: #ffcd27;}
    .color2 {color: #f8ff64;}
    .color3 {color: #291900;}
    .color4 {color: #7a7672;}
    .color5 {color: #e2e2e2;}

    .color1 {color: #230600;}
    .color2 {color: #2c3d00;}
    .color3 {color: #d98300;}
    .color4 {color: #ffd647;}
    .color5 {color: #ffffa6;}
}

/* 
font-family: 'Cormorant Garamond', serif;
font-family: 'Lato', sans-serif;
font-family: 'Lobster', sans-serif;
font-family: 'Montserrat Alternates', sans-serif; 
*/


.kaushan-script-regular {
  font-family: "Kaushan Script", cursive;
  font-weight: 400;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}


html {
    font-size: 62.5%;
   
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    font-size: 1.6rem;
    line-height: 1.8;
    color: #000000;
    font-weight: 400;
}


img {
  max-width: 100%;
}
.intro .overlay {
    background:var(--overlay);
}

.intro h1 {
    font-size: 5rem;
}

.intro p {
  font-family: "Kaushan Script", cursive;
    font-weight: 400;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: var(--menu-h);
	border-color: var(--linea);
}

#menu.navbar-default .navbar-nav > li > a {
    text-align: center;
}

#menu a.navbar-brand {
    font-size: 2.3rem;
    padding: 14px 10px 0 14px;
    color: var(--encabezado);
}

@media (min-width: 357px) { 
    #menu a.navbar-brand {
        font-size: 2.6rem;
    }
}
@media (min-width: 480px) { 
    #menu a.navbar-brand {
        font-size: 4rem;
    }
}
@media (min-width: 768px) { 
    #menu a.navbar-brand {
        font-size: 3.5rem;
    }
}
@media (min-width: 1024px) { 
    #menu a.navbar-brand {
        font-size: 4.5rem;
    }
}

.container_logo {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.navbar-default .navbar-toggle {
  border: 2px solid var(--encabezado);
  border-radius: .5rem;
  -webkit-border-radius: .5rem;
  -moz-border-radius: .5rem;
  -ms-border-radius: .5rem;
  -o-border-radius: .5rem;
}
@media (min-width: 768px) { 
    .container_logo {
        display: block;
        margin-bottom: 0;
    }
    .container > .navbar-collapse {
        margin:0;
    }
}
.navbar-header {
    display: flex;
}
.navbar-header_logo img {
    width: 50px;
    height: 50px;
}

.navbar-collapse {
    /* background-color: var(--fondo-transparent); */
    background: linear-gradient( 123deg, #260001 4%, #020101 50%, #700001 80%, #2b0300 86%, #3c0404 99%, #3c0404 100% );
}

@media (min-width: 768px) {

    .navbar-collapse {
        background: unset;
    }

    .navbar-collapse .navbar-nav li:nth-child(1){
        display: none;
    } 
    .navbar > .container .navbar-brand {
        margin: 0;
    }
}

@media (min-width: 1024px) { 
    .navbar-collapse .navbar-nav li:nth-child(1){
        display: block;
    }
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, #menu.navbar-default .navbar-nav > li > a:hover {
    color: var(--linea) !important;
    background-color: transparent;
}
.on {
    padding: 10px 0 0 0 !important;
    background-color: var(--fondo-nav)!important;
}
@media (min-width: 768px) { 
    .on {
        padding: 8px 0 10px 0 !important;
    }
    
}
header .intro-text {
    padding-top: 156px;
    padding-bottom: 90px;
    text-align: center;
}


.header_logo img {
    max-width: 28rem;
    width: 75%;
    padding: 1rem 0;
  }
  
  @media (min-width: 357px) { 
    .header_logo img {
      width: 80%;
    }
}
@media (min-width: 480px) { 
    .header_logo img {
        max-width: 32rem;
        width: 70%;
    }
}
@media (min-width: 576px) { 
    .header_logo img {
        max-width: 20rem;
    }
}

@media (min-width: 768px) { 
    .header_logo img {
      max-width: 32rem;
      width: 70%;
    }
}


/*********** nosotros *************/


.nosotros {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.nosotros_img {
    margin-bottom: 3rem;
}

.linea_nosotros {
  width: 14rem;
  margin: 0 0 2rem 0;
  height: 0.3rem;
}


@media (min-width: 768px) { 
    .nosotros {
        position: relative;
        justify-content: unset;
        align-items: unset;
    }

    .linea_nosotros {
        width: 16.7rem;
    }
    .nosotros_img {
        position: absolute;
        margin-left: 3.5%;
    }

    .nosotros_texto {
        background-color: rgb(244 241 226 / 62%);
        margin-top: 48rem;
        margin-left: 18rem;
        padding: 2rem .5rem 0 .5rem;
        border-radius: 1.5rem;
        -webkit-border-radius: 1.5rem;
        -moz-border-radius: 1.5rem;
        -ms-border-radius: 1.5rem;
        -o-border-radius: 1.5rem;
    }
}


@media (min-width: 1000px) { 
    .nosotros {
        position: unset;
    }

    .nosotros_img {
        position: unset;
    }

    .nosotros_texto {
        background-color: unset;
        margin-top: unset;
        margin-left: unset;
        padding: unset;
        border-radius: unset;
        -webkit-border-radius: unset;
        -moz-border-radius: unset;
        -ms-border-radius: unset;
        -o-border-radius: unset;
    }
}


@media (min-width: 1000px) { 
    .nosotros {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 2.3rem;
    }

    .nosotros_img {
        margin: 0;
    }

    .nosotros_texto {
        background-color: unset;
        margin-top: unset;
        margin-left: unset;
        padding: unset;
        border-radius: unset;
        -webkit-border-radius: unset;
        -moz-border-radius: unset;
        -ms-border-radius: unset;
        -o-border-radius: unset;
    }
}


#about {
    padding: 10rem 0 8rem 0;
}

@media (min-width: 768px) { 
    #about {
        padding: 10rem 0 7rem 0;
    }
}

#about p {
    margin: 0;
}


@media (min-width: 768px) { 
    .nosotros {
        flex-direction: row;
    }
}

/*********** fin nosotros *************/



  /******* PRECIOS ********/
  
  

  #team .overlay {
    display: flex;
    justify-content: center;
    padding: 7rem 0 8rem 0;
    /* outline: var(--marco5); */
    width: 100%;
    background: var(--overlay);
  }

  @media (min-width: 768px) { 
    #team .overlay {
        padding-bottom: 4.2rem;
      }
  }

  #team .hr {
    margin: 0 auto;
    height: 2px;
    width: 70px;
    background: var(--linea-decoration);
}

.container-precios {
    padding: 0;
    max-width: 117rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 768px) { 
    .container-precios {
        /* outline: var(--marco); */
    }

    .encabezado-precios {
        grid-column: 1/3;
    }
    
    .tablas-precios {
        grid-column: 1/3;
    }
}
     

.encabezado-precios {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    }


.encabezado-precios p {
    font-size: 2rem;
    /* margin: 4rem 0 0 0; */
    text-align: justify;
}

.encabezado-precios p:last-of-type {
    margin-top: 0;
}

.encabezado-precios .precios-ul {
    background-color: #fff9db;
    padding: 3rem ;
    border-radius: .5rem;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    -ms-border-radius: .5rem;
    -o-border-radius: .5rem;
    margin: 2rem 0;

}

.encabezado-precios .precios-ul li {
    color:rgb(0, 0, 0);
    text-align: left;
    font-weight: bold;
    text-transform: capitalize;
    
}

.encabezado-precios i {
    font-size: 2rem;
    margin-right: 1rem;
}

/* SEGUNDA PARTE PRECIOS */

.tablas-precios {
    display: flex;
    flex-direction: column;
    row-gap: 4rem;
    align-items: center;
    margin-top: 3rem;
}
  

  @media (min-width: 768px) { 
    .tablas-precios {
        flex-direction: row;
        column-gap: 3rem;
        justify-content: center;
        flex-wrap: wrap;
    }
  }
 
  @media (min-width: 1024px) { 
    .tablas-precios {
        justify-content: space-evenly;
        column-gap: unset;
    }
  }
    .team {
    width: 90%;
  }

  @media (min-width: 480px) { 
    .team {
        width: 85%;
      }
  }
  @media (min-width: 576px) { 
    .team {
        width: 76%;
      }
  }

  @media (min-width: 768px) { 
    .team {
        width: 45%;
      }
  }

  
  @media (min-width: 1024px) { 
    .team {
        width: 29%;
      }

  }

  #team .thumbnail {
    background: var(--fondo-tabla);
    /* width: 92%; */
    margin: 0 auto;
    padding: 0;
    border-radius: 2rem;
    overflow: hidden;
}

#team .thumbnail .team-img::before {
    border-radius: 2rem 2rem 0 0;
    -webkit-border-radius: 2rem 2rem 0 0;
    -moz-border-radius: 2rem 2rem 0 0;
    -ms-border-radius: 2rem 2rem 0 0;
    -o-border-radius: 2rem 2rem 0 0;
}

.alert, .icono {
    color: #f00000;
    margin: 0;
    padding: 0 0.7rem 0 0;
    font-size: 1.7rem;
}

.fa-sack-dollar {
    padding: 0 0.7rem 0 0;
}

.fa-check, .li-y{
    color: rgb(0, 0, 0);
    font-weight: 600;
}

.tachado {
    text-decoration: line-through;
    color: var(--tachado);
}


  #team img {
    width:100%;
  }

  #team .thumbnail .team-img:before {
    border: 0.3rem solid var(--encabezado);
  }

  #team .thumbnail .cinta {
    width: 100%; 
    height: 4.5rem;
    background: radial-gradient(ellipse farthest-corner at right bottom, #000 0%, #500000 8%, #e9dc8b 30%, #ae9b6e 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFF 0%, #FCE5B2 8%, #f9c677 20%, #5d4a1f 62.5%, #5d4a1f 100%);

    }

  @media (min-width: 480px) { 
    #team .thumbnail .cinta {
        height: 5.5rem;
      }
  }



  #team .precios-titulo .h3 {
    font-size: 3rem;
    font-weight: bold;
    color: #0e0e0e;
    font-family: var(--encabezados);
    text-transform: uppercase;
    padding: 2rem 0 1.2rem 0;
    margin: 0;
} 

.listado-descripcion h4 {
  margin-bottom: 2.2rem;
}

.listado-descripcion ul {
    color: #0e0e0e;
    text-align: center;

  }
.listado-descripcion .promo {
  margin-top: .8rem;
  margin-bottom: 0;
  }



  .listado-descripcion ul li {
    padding: .5rem;
  }


  
  #team .thumbnail .caption h3 {
    text-transform: uppercase;
    font-family: var(--encabezados);
    font-size: 3.8rem;
    color: #0e0e0e;
    letter-spacing: .08rem;
}

#team .thumbnail .caption h3:last-of-type {
  margin-bottom: 2rem;
}


/* #team .thumbnail .caption p:nth-of-type(1){
  padding-top: 1.85rem ;
  padding-bottom: .2rem;
} */

#team .thumbnail .caption span {
  color: red;
  font-weight: bold;
}
#team .thumbnail .caption p {
    color: #0e0e0e;
    padding: 2rem;
    margin: 0;
    font-size: 1.7rem;
}

#team .thumbnail .caption .promo {
  padding: 1.5rem;
}

@media (min-width: 768px) { 
  #team .thumbnail .caption .promo {
    padding: 1.27rem;
  }
}

  .btn-2 {
    background: linear-gradient(0deg, rgb(138 137 137) 0%, rgb(255 255 255) 100%);
    border: none;
    padding: 16px;
    margin: 18px 0;
    border-radius: 5px;
    text-transform: uppercase;
    color: black;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    letter-spacing: .5px;
}

.btn-2:hover {
    box-shadow: 4px 4px 6px 0 rgba(255,255,255,.5), -4px -4px 6px 0 rgba(116, 125, 136, .5), inset -4px -4px 6px 0 rgba(255,255,255,.2), inset 4px 4px 6px 0 rgba(0, 0, 0, .4);
}

.precios-boton {
  background: radial-gradient(ellipse farthest-corner at right bottom, #000000 0%, #500000 8%, #e9dc8b 30%, #ae9b6e 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #ae9b6e 25%, #5d4a1f 62.5%, #5d4a1f 100%);
}


  .footer-price {
    padding: 7rem 0 4rem 0;
  }
  /******* FIN PRECIOS ********/

 
  #repertorio .section-title {
    background: #444 url(../img/intro-bg.webp) center center no-repeat fixed;
    background-size: cover;
    margin-bottom: 50px;
}

 /************** REPERTORIO ***************/
 .descripcion {
    padding: 25px;
  }
  #repertorio .overlay h2 { 
    color: var(--fondo-tabla);
  }

  .contenedor-reper {
    max-width: 117rem;
    margin: 0 auto;
  }
  .bloques-reper {
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 3.5rem;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .bloques-reper-texto {
    padding: 2rem;
    display: flex;
  flex-direction: column;
  text-align: center;
  }
  
  .tablas-reper {
    font-family: "Droid Serif";
    font-size: 35px;
    font-weight: bold;
    color: #141414;
    margin-top: 10px;
  }
  
  .canciones {
    border: 3px solid #d4d4d4;
    width: 30rem;
    text-align: center;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    box-shadow: 0px 8px 9px 4px rgba(0, 0, 0, 0.1);
    background: linear-gradient(to right, #230000 0%,#f2eed0 20%,#f5f4ef 50%,#f2eed0 80%,#230000 100%);

  }
  
  @media (min-width: 375px) { 
    .canciones {
      width: 32rem;
    }
  }
  @media (min-width: 480px) { 
    .canciones {
      width: 40rem;
    }
  }
  @media (min-width: 768px) { 
    .canciones {
      width: 35rem;
    }
  }



  .canciones li {
    font-weight: bold;
  }

  /* 2 */
  .btn-2 {
    background: linear-gradient(0deg, rgb(138, 137, 137) 0%, rgb(255, 255, 255) 100%);
    background: linear-gradient( 135deg, #260001 41%, #020101 70%, #700001 80%, #2b0300 86%, #3c0404 99%, #3c0404 100% );
    border: none;
    padding: 16px;
    margin: 20px 0;
    border-radius: 5px;
    text-transform: uppercase;
    color: var(--fondo-tabla);
    font-weight: bold;
    letter-spacing: 0.5px;
  }
  
  .btn-2:before {
    height: 0%;
    width: 2px;
  }
  
  .btn-2:hover {
    box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.5), -4px -4px 6px 0 rgba(116, 125, 136, 0.5), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2), inset 4px 4px 6px 0 rgba(0, 0, 0, 0.4);
  }
  
  /************** FIN REPERTORIO ***************/
  



  /******* GALERIA ********/


  .nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap, .nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: scale(1.25)!important ; 
    -moz-transform: scale(1.25) !important;
    -ms-transform: scale(1.25) !important;
    transform: scale(1.25) !important;
    -o-transform: scale(1.25) !important;
}


.nivo-lightbox-theme-default .nivo-lightbox-title-wrap {
    top: calc(100vh - 42%)!important;
}
 
@media (min-width: 667px) { 
    .nivo-lightbox-theme-default .nivo-lightbox-title-wrap {
        top: calc(100vh - 40%)!important;
    }
}

@media (min-width: 854px) { 
    .nivo-lightbox-theme-default .nivo-lightbox-title-wrap {
        top: calc(100vh - 37%)!important;
    }
}

@media (min-width: 950px) { 
    .nivo-lightbox-theme-default .nivo-lightbox-title-wrap {
        top: calc(100vh - 35%)!important;
    }
}


  /******* FIN GALERIA ********/



/******* OVERLAY VIDEOS ********/


#section-videos .section-title {
	background: #444 url(../img/intro-bg.webp) center center no-repeat fixed;
	background-size: cover;
}

#section-videos .overlay h2 {
  color: rgb(255, 255, 255);
}
.section-title .overlay {
  padding: 7rem 2rem;
  background: var(--overlays);
}
@media (min-width: 768px) { 
  .section-title .overlay {
      padding: 7rem 5rem;
  }
}
@media (min-width: 1024px) { 
  .section-title .overlay {
      padding: 7rem 8rem;
  }
}
@media (min-width: 1280px) { 
  .section-title .overlay {
      padding: 7rem 32rem;
  }
}

/******* FIN OVERLAY VIDEOS ********/


/*******  VIDEOS ********/


.row.videos {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.row.videos h2{
  text-align: center;
  font-size: 2.5rem;
}

@media (min-width: 357px) { 
  .row.videos h2 {
      
      font-size: 2.8rem;
  }
}
@media (min-width: 480px) { 
  .row.videos h2 {
      
      font-size: 3.2rem;
  }
}

@media (min-width: 576px) { 
  .row.videos {
      margin: 0;
  }
}

.linea_video {
  width: 60%;
  margin: 0 auto;
}

.contenido_videos {
 background-image: url('../img/white-waves.webp');
 box-shadow: 0px 14px 13px 0px rgba(0, 0, 0, 0.72);
 border-radius:1rem ;
 -webkit-border-radius:1rem ;
 -moz-border-radius:1rem ;
 -ms-border-radius:1rem ;
 -o-border-radius:1rem ;
}

.contenido_videos:last-of-type {
  margin-bottom: 6rem;
}
.contenedor_video {
  aspect-ratio: 9/16;
  position: relative;
  /* outline: var(--marco); */
  margin: 60px 0;
}


@media (max-width: 768px) {
    .contenedor_video {
        margin: 35px 0;
      }
  }

  @media (min-width: 820px) {
      .contenedor_video {
          margin: 0;
      }

      .texto_video {
      display: flex;
      flex-direction: column;
      justify-content: center;
      }

      .texto_video h3 {
          margin: 0;
      }
  }
  .contenedor_video:last-child {
  margin-bottom: 0;
}

iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  overflow: hidden;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.72);
}

@media (min-width: 820px) {

  .contenido_videos {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      column-gap: 2rem;
      align-items: center;
    }

    .video2 {
      grid-column: 2 / 3;
    }
    .tex2 {
      grid-row: 1/2;
    }

   
}

@media (min-width: 991px) { 
  .col-md-6 {
      width: unset;
  }
}

.texto_video .texto_titulo {
  margin: 2rem 0;
}



/******* FIN VIDEOS ********/



  .centrar-flex-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 15px;
  }
  

  .footer {
    position: relative;
  }
  
  footer h3 {
    color: black;
  }
  
  footer .image {
    margin: 0 auto;
    width: 265px;
    object-fit: cover;
  }
  
  .contacto-redes .instagram {
    padding: 40px;
  }
  
  .contacto-redes img {
    width: 80px;
    margin: 0 auto;
  }
  
  .enlace-redes {
    background-image: url('../img/beanstalk-dark.webp');
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    position: relative;
    flex-wrap: wrap;
    gap: 4rem;
    background-color: var(--menu-h);
    padding: 20px;
    border-radius: 2rem;
  }
  
 
  .red-social h3, .red-social span {
    color: white;
  }
  
  .creditos .diseno img {
    width: 200px;
    height: auto;
  }
  
  .contenedor-creditos {
    display: flex;
    justify-content: space-around;
    align-items: center;
    column-gap: 20px;
    padding-top: 2rem;
  }
  
  @media (max-width: 768px) {
    .contenedor-creditos {
      flex-direction: column;
      row-gap: 20px;
    }
  }
  .diseno {
    text-align: center;
  }
  
  @media (max-width: 768px) {
    .diseno:nth-child(2) {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      background-color: var(--fondo-png);
    }
    #galeria .gallery-isotope .gallery-item {
      width: 100% !important;
      padding: 1.5% !important;
    }
  }
  @media (max-width: 550px) {
    .diseno:nth-child(1) {
      border-bottom: 3px solid var(--encabezado);
      width: 85%;
      padding-bottom: 13px;
    }
    .diseno a {
      display: block;
      width: 100%;
    }
  }
  .division {
    text-align: center;
    color: white;
    font-size: 24px;
    padding: 30px;
  }
  
  .division.uno {
    padding: 0 0 30px 0;
  }
  
  .division p {
    margin: 0;
    font-family: "Droid Serif";
    font-size: 30px;
    font-weight: bold;
  }
  
  
  /************ FIN FOOTER ************/
  



  /***  BOTON UP ***/
  
  #button-up {
    width: 4rem;
    height: 4rem;
    background-color: var(--fondo-nav);
    color: whitesmoke;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 2.3rem;
    cursor: pointer;
    position: fixed;
    bottom: 11rem;
    right: 1.4rem;
    z-index: 200;
    border: .4rem solid transparent;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}

#button-up:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    border-color: rgba(0, 1, 2, 0.5);
}

  /***  FIN BOTON UP ***/
  
  /***  BOTON WHATSAPP ***/

/* .wcs_button.wcs_button_circle {
    background-color: var(--fondo-nav);
    
    box-shadow: 0 0 0 0 #075E54;
    animation: sombra-boton 2.5s infinite;
    -webkit-animation: sombra-boton 2.5s infinite;
} */

.pulse-what {
  bottom: 40px;
  right: 8px;
  position: fixed;
  bottom: 21px;
  z-index: 1000;
  margin-left: 0.3rem;
}

/**  FIN BOTON WHATSAPP ***/




/*** BOTON LLAMADA Ocultar para todas las pantallas excepto moviles ***/


.boton-llamada, .boton-whatsapp {
    width: 5.5rem;
    height: 5.5rem;
    background: rgb(114, 67, 0);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 0 0 #482000;
    animation: sombra-boton 2.5s infinite;
    -webkit-animation: sombra-boton 2.5s infinite;
}

  .boton-llamada img {
    width: 5.5rem;
  }

  /* Mostrar solo en pantallas moviles */
  /* @media (max-width: 764px) { */
    
    .pulse-wr {
      bottom: 40px;
      left: 3px;
      position: fixed;
      bottom: 21px;
      z-index: 1000;
      margin-left: 0.3rem;
    }
    .bton.btn-lg.llamar {
      display: block;
    }
    .bton.btn-lg {
      display: none;
    }
  /* } */

  @media (min-width: 765px) {
    /* .pulse-wr {
      display: none;
    }
    .bton.btn-lg.llamar {
      display: none;
    }
    .bton.btn-lg {
      display: block;
    }
    .bton.btn-lg i {
      font-size: 25px;
    } */
  }
  /** FIN BOTON LLAMADA ***/

  @keyframes sombra-boton {
    100% {
        box-shadow:  0 0 0 1.7rem rgba(0, 0, 0, 0);
    }
  }

  .fa-circle-exclamation.alert::before{
    content: "\f06a";
}