* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    background-color: #0f0e0de3;
    scroll-behavior: smooth;
}

nav{
    background-color: #070504ce;
}

.nav-item a {
    padding: 20px;
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
    color: white;
    margin: 0 10px;
    transition: all 0.7s ease-in;
}

.nav-item a:hover{
    background-color: #fff;
    border-radius: 5px;
}

.navbar-toggler{
    border: none;
}

.navbar-toggler:focus{
    box-shadow: none;
}

.navbar-toggler i{
    color: #fff;
    font-size: 27px;
}

.navbar-nav{
    text-align: center;
}

.dropdown-menu{
    background-color: #2e1f18;
    border: none;
}


.seccion1{
    
    background-image: url("../img/banner1.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 650px;

}

.seccion1 .texto{
    background-color: rgba(0, 0, 0, 0.7);
}


.seccion1 h1{
    padding-top: 260px;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: normal;
    color: white;

}

.seccion1 a:hover{
    background-color: rgb(112, 4, 4);
    transition: all 0.7s ease-in;
}

.seccion3 a:hover{
    background-color: rgb(112, 4, 4);
    transition: all 0.7s ease-in;
}
.seccion2{
    background-color: #0f0e0de3;
    padding: 20px;
}

.seccion2 h2{
    color: #fff;
    font-weight: normal;
    font-size: 30px;
}


.seccion3{
    background-image: url("../img/banner2.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 1050px;
    margin-top: -8px;
}

.seccion3 .container-text{
    margin: 0 auto;
    height: 45vh;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 200px;
    margin-bottom: 250px;
    font-weight: normal; 
    font-family: 'Montserrat', sans-serif;

}

.seccion3 .tipos-de-vino{
    margin: 0 auto;
    margin-top: 290px;
    padding-bottom: 110px;
    font-size:large;
    font-weight:bolder;   
    opacity: 0.7;
    text-decoration:underline;
    width: 50%;
}


.vino-blanco,
.vino-tinto,
.espumosos{
        transition: transform 0.4s ease;
}

.vino-blanco:hover {
    transform: scale(1.2);
  }
  .vino-tinto:hover {
    transform: scale(1.2);
  }
.espumosos:hover {
    transform: scale(1.2);
  }

  .seccion4{
    background-color: #0f0e0de3;
  }
  .seccion4 iframe{
    width:100%; 
    height:600px;
  }

.tienda-texto{
    background-color: #4e0d0de7;
    color: #fff;
    padding: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: normal;
}

.seccion5{
    background-image: url("../img/banner3.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 750px;
    padding-top: 50px;
    opacity: 0.9;
}
.seccion5 .container-form{
    color: #fff;
    margin-bottom: 25px;
    background-color: rgba(0, 0, 0, 0.541);
    padding: 25px;
    border-radius: 15px;
}

.seccion5 .texto-suscripcion{
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    padding-bottom: 15px;
    text-align: center;
}

.no-resize {
    resize: none;
}

.container-form .btn{
    margin-top: 10px;
}


.texto-video{
    background-color: rgba(0, 0, 0, 0.849);
    color: #fff;
    padding: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: normal;  
}

.seccion6{
    background-color: #070504ce;
}
.seccion6 iframe{
    width: 100%;
    height: 600px;
    border:0;
}

.seccion7{
    background-image: url("../img/imagen4.png");
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    margin-top: 100px;
}

.seccion7 a:hover{
    background-color: rgb(120, 152, 201);
    transition: all 0.4s ease-in;
}

.texto-confirmacion{
    padding-top: 70px;
    color: green;
    font-style: italic;
}
.suscrito{
    margin: 0 auto;
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: normal; 
    font-family: 'Montserrat', sans-serif;
}

.botonScrollTop{
    position: fixed;
    height: 45px;
    width: 42px;
    background-color: #bebebeb4;
    right: 30px;
    bottom: 30px;
    text-align: center;
    line-height: 45px;
    color: aliceblue;
    font-size: 25px;
    border-radius: 5px;
    cursor: pointer;
}


footer{
    background-color: #0f0e0de3;
    padding: 20px;
}
footer .enlaces-footer{
    margin: 0 auto;
    width: 70%;
    padding-bottom: 20px;
}

.enlaces-footer a{
    color: aliceblue;
}

@media (min-width: 992px) {
    .container-form {
      max-width: 600px;
    }
    .texto-suscripcion{
        width: 100%;
    }
    .container-text{
        width: 100%;
    }
  }
  
