@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
body{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
 }
 

 .fb{
	 width: 42px;
	 color: #ffff;
 }
.banner {
    display: flex;
    align-items: center;
    position: relative;
    background-attachment: fixed; /*efecto parallax*/
    background-size: cover;
    background-position: center;
    height: 70vh;
    background-image: url('../imagenes/banner-vinilos.jpg');
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.404);      
}
.btn-music{
  padding: 15px 20px;
  background-color: black;
  border-color: #000;
  color: white;
}
.btn-music:hover{
  background-color: transparent;
  color: rgb(0, 0, 0);
  border-color: #000;
  border: 1px solid #0a0a0a;
}
.icon-redes{
    font-size: 30px;
    margin: 0 10px;
}
.logo1{
  width: 45%;
}

/* Cambia el background del menu al hacerle scroll */
.menu-white {
  background-color: black;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.678);
  background-color:rgba(15, 15, 15, 0.918);
  background-blend-mode: multiply;
}

/*********************  MENU NAV ******************************/
.navbar{ 
    letter-spacing: 1.5px;
    color: #000;
    font-size: 17px;
}
  
.optmenu{   
    font-size: 17px;
    transition: all 1s solid;
    color: #fff;
    
}
.optmenu:hover{
    color: rgb(11, 11, 11);
   background-color: white;
    transition: all 1s solid;
    text-decoration: none;
    font-weight: bold;
}
/* PERSONALIZACION MENU HAMBURGUESA */

.navbar-toggler{
    background-color: #101111;
    border: 3px solid #fff;
  }

  .navbar-nav li a {
    text-decoration: none;
    font-size: 16px;
  }

  .nav-item img{
    height: 1.5625rem;
    margin-top: 15px;
  }

  .custom-toggler.navbar-toggler{
    border-color: #fff;
  }

  /*3 lineas horizontales*/
  .custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }         
.custom-toggler .navbar-toggler-icon:hover {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }  
  

/*style scrolltop*/
.goto-top {  
    position: fixed;
    bottom: 30px;
    right: 20px;     /*para que el boton de scrolltop se ponga del lado derecho*/
    width: 50px;
    height: 30px;
}

.fondo-nosotros{
    background-color:rgba(201, 194, 186, 0.304)
}

.p-nosotros{  
    padding-left: 10px;
    padding-right: 10px;
}

.title-nosotros, .lps_title{
    letter-spacing: 3px;
    font-weight: bold;
}

.icons1{
  width: 15%;
}
a{
  text-decoration: none !important;
}
.fondo-footer{
  background-color:#000;
}

.icon-redes{
  font-size: 40px;
  color: #ffff;
}

.form-contact{
  clip-path: circle();
} 

/*transicion css*/
.thumb{
  display: block;
  position: relative;
  overflow: hidden; /*es para que la imagen no tape el texto al hacerle el hover con el mouse*/
}
.thumb .img-vermas{
      display: block;
      position: relative;
      overflow: hidden; /*es para que la imagen no tape el texto al hacerle el hover con el mouse*/
}
.thumb:hover .img-vermas{
      transform: scale(1.2);
      overflow: hidden;
}
.card{
  border-radius: 8px;
  height:350px;
  width: 300px;
  padding:0;
  margin: 20px auto;
  transition-duration: 0.3s;

}

.card:hover{
  scale:1.1;
  z-index: 1000;
}

/*barra negra VER MAS*/
.card-bottom{
background-color: #050505;
position: relative;
color: #fff;
font-size: 15px;

}

.card-bottom:hover .card-info{
  display: block;
  transition-duration: 0.5s;
}

/*fondo de la informacion descriptiva*/

.card-info{
  background: #f8fafa;
  color: #0c0c0c;
  display: none;
  left: 0;
  overflow: hidden;
  z-index: 1000;
}


/*
.img-content:hover{
  scale:1.1;
  z-index: 1000;
}
.img-content{
  width:90%;
}
*/
.linea {
  border-top: 1px solid black;
  height: 2px;
  max-width: 200px;
  padding: 0;
  margin: 20px auto 0 auto;
}

.banner-otros{
  background-image: url("../imagenes/vinilos-splatter-banner.png");
  background-size: cover;
    background-position: center;
    height: 70vh;
    background-blend-mode: multiply;
    background-color: #00000049;
}




