

 
    
/* GENERAL */

hr {
    background: #57151D;
}

p {
    font-family: "Lustria", sans-serif;
    color: #747474 !important;
    font-size: 16px;
}
h4{
    font-family: "Lustria", sans-serif;
    color: #747474 !important;
    font-size: 1em;  
}

h2, h1, h4 {
    font-family: "Cinzel", sans-serif;
    color: #747474 !important;
}

ul li{
    color: #57151D;
    font-size: 24px;
    margin-left: 8px;
}

label{
    color:#747474;
    font-family:"Cinzel", sans-serif;
}
.container{
    padding: 25px;   
    } 

    .h0-responsive {
        font-size: 200%;
    }
      .h1-responsive {
        font-size: 150%;
    }
    .h2-responsive {
        font-size: 145%;
    }
    .h3-responsive {
        font-size: 135%;
    }

/* SCROLL BAR */

::-webkit-scrollbar {
	width: 10px;
	background-color: none;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #57151D !important;
}

/*  BUTTONS */
.btn-primary {
    color: #fff;
    background-color: #57151D;
    border-color: #57151D;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #57151D;
    border-color: #57151D;
}

.btn-primary:hover {
    color: #fff;
    background-color: #57151D;
    border-color: #57151D;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #57151D;
    border-color: #57151D;
    box-shadow: 0 0 0 0.2rem rgba(68, 8, 20,.5);
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(68, 8, 20,.5);
}

.btn-primary {
    color: #fff;
    background-color: #57151D !important;
    border-color: #57151D !important;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(68, 8, 20,.5) !important;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(68, 8, 20,.5) !important;
}
.btn {
    background-color: #57151D;
    font-family:"Lustria", sans-serif;
    color:#ffffff;
    letter-spacing:4px;
}

/* NAVBAR */
.navbar-light .navbar-nav .nav-link {
    color: 
    #fff;
    font-family: "Cinzel", sans-serif;
    
}
.navbar .navbar-brand img {
    height: 35px!important;
}
.abanico-text{
    color: #57151D!important;
    font-size: 1rem;
    font-family:"Cinzel", sans-serif;
}


/* CONTACTO */

.errorInput{
    border: solid 1px #721C24 !important;
    background-color: #F8D7DA !important;
    color: #721C24 !important;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: rgba(87, 21, 29, 0.8) !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(87, 21, 29, 0.6) !important;
  outline: 0 none !important;
}

/* HEADER */
.masthead {
    height: 100vh;
    min-height: 500px;
    background-image: url('../img/header/header.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .nav-link2{
      color: #57151D !important;
      transition: 0.5s ease;
  }

  .bg-white, .bg-transpatent{
      transition: 0.5s ease !important;
  }

  @media (max-width:992px){
      .nav-link{
          color:#57151D !important;
        }

        #logoBlan{
            display: none;
        }
        #logoVino{
            display: block !important;
        }
  }


  .colorVino{
      color: #57151D;
      transition: 0.5s ease;
  }


  /* FOOTER */

  footer div div div .colorVino:hover{
      transform: scale(2);
      transition: 0.5s ease;
  }


