
  
/* Reset */
* {
  box-sizing: border-box;
}

/* General */
html,body {
  font-family: 'Mitr', sans-serif;
  /*color: #ffffff;*/
  scroll-behavior: smooth;
  margin: 0%;
  /*background-image: linear-gradient(to top,rgb(42,4,27), rgb(155,36,74), rgb(120, 65,120), rgb(60,0,12));*/
  /*background: linear-gradient(to top,rgb(42,4,27),rgb(42,4,27), rgb(120, 65,120), rgb(60,0,12));*/
  background-color: rgb(255, 255, 255);
  position: relative;
  animation: cambiar 10s ease-in-out infinite;
  /*42,4,27
  120, 65,120
  216,104,163
  155,36,74
  60,0,12*/
}

a {
  text-decoration: none;
}

/* Navbar */
header{
  background-color: rgb(36,46,52);
  /*background-color: rgb(42,4,27);*/
  height: 20%;
  width: 100vw;
  position: fixed;
}

#navbar a {
  color: #000000;
}
.imgLogo{
  border-radius: 77%;
  width: 66px;
  height: 66px;  
  margin-bottom: 2%;
  border-bottom: 2%;
  padding-bottom: 2%;
  margin: 0%;
  padding: 0%;
  border: 0%;
  background-color: beige;
  
}
nav .logo #logoMPP {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 400;
  float: right;
  padding-top: 16px;
}

#navbar ul {
  list-style: none;
  float: left;
  text-transform: uppercase;
}

#navbar ul li {
  float: left;
}

#navbar ul li a {
  display: block;
  padding: 20px;
  text-align: center; 
}
.grapes{
  width: 2vw;
  height: 2vw;
  
  }

#navbar ul li a:hover {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(130deg) brightness(100%) contrast(103%);
  &:hover{
  color: #fff;
  }
}

/* Showcase */
.showcase-img {
  float: right;
  width: 50%;
}
.showcase-img img {
  width: 90%;
}

.showcase-text {
  float: left;
  width: 50%;
  padding: 20px 20px 20px 40px;
}

.showcase-text h1 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 46px;
}

.showcase-text .title-one {
  font-size: 29px;
  font-weight: 400;
}
.showcase-text .title-two {
  color: #841934;
}
.showcase-text .large {
  padding-top: 20px;
}

.container {
  margin: auto;
  max-width: 1300px;
  overflow: auto;
  padding: 0 10px;
}

/*expoVitivinicola*/
.tituloexpoVitivinicola{
  /*font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;*/
  
  float: left;
  display: block;

color: rgb(89,33,46);


  size: 1vw;
  font-family: monospace;
  white-space: nowrap;
  width: 24ch;
  animation: typing 3s steps(24) infinite;
  overflow:hidden;
  }
  @keyFrames typing {
  from { width:0}
  }




.expoVitivinicola{
  color: rgb(54,37,45);
/*color: #841934;*/
}

/* sección correspondiente a nosotros */
#nosotros {
  
  height: 100vh;
  width: 100vw;
  padding: 100px 0;
}

.nosotros-title {
  float: left;
  width: 50%;
  padding: 20px 20px 20px 40px;
}

.nosotros-title .large {
  padding-bottom: 10px;
  font-size: 1.25rem;
}

.nosotros-img {
  float: right;
  width: 50%;
}

.nosotros-img img {
  width: 90%;
}

.nosotros-img img.resize {
  width: 624px;
  height: auto;
}

/*seccion correspondiente a el evento*/
#elEvento {
  background-color: rgb(144,25,55);
  height: 100vh;
  width: 100vw;
  padding: 100px 0;
}

.subtituloParrafo{
  float: right;
  width: 50%;
  padding: 20px 20px 20px 40px;
}
.seccionVideo{
  float: left;
  width: 50%;
}

.seccionVideo video {
    width: 624px;
    height: auto;
}

/* General */
h2 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 300;
  color: #fff;
}

p {
  font-size: 1rem;
  margin: 10px 0;
  line-height: 1.7em;
  text-align: justify;
}

/*sección correspondiente a registrarse */
#registrarse {
  padding: 30px 0;
  height: 100vh;
  width: 100vw;  
  background-color:
  rgb(36,40,52);
}
.registrarseTitilo{
  color: black;
}
#registrarseME{
  animation: maquinaEscribir 4s steps(54), blink .5s infinite step-end alternate;
  overflow:hidden;
}

  @keyFrames maquinaEscribir {
  from { width: 0}
  }
  
  @keyFrames blink {
   50% { border-color: transparent}
  }
.registrarse-form {
  float: right;
  width: 45%;
  padding: 20px;
  
}

.registrarse-title {
  float: left;
  width: 55%;
  padding-top: 160px;
  text-align: center;
}

form .form-group {
  margin-bottom: 1rem;
}

form .form-control {
  width: 100%;
  padding: 0.375rem 0.7rem;
  font-size: 1rem;
  line-height: 1.9;
  border: none;
}
/*FORMULARIO*/

/* Boton Form */
.btn {
  display: inline-block;
  font-size: 15px;
  padding: 14px 23px;
  cursor: pointer;
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 40px;
  margin-top: 10px;
}

.btn-light {
  background: rgb(54,37,45);
  border: 1px solid white;
  color: #fff;
  width: 100%;
}

.btn-light:hover {
  background: gray;
  border: 1px solid gray;
  
  
}

/*sección correspondiente a informacion */
#informacion { 
  /*height: 100vh;*/
  width: 100vw;
  padding: 100px 0;
  
}
/*CLIMA*/
#seccionClima{
  display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
#titulo {
  text-align: center;
  height: 30%;
}
#contenedor {
  text-align: center;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;  
}

#datosClima, #iconoClima, #mapa {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 300px;
  height: 300px;
  
}

#datosClima {
  background-color:rgb(127,127,127);
  color:aliceblue;    
  padding-top: 1%;  
  padding-left: 7%;
  text-align: justify;  
}

#iconoClima {
  background-color:  rgb(127, 127, 127);
  color:azure;    
  padding-top: 3%;
}
.tituloClima{
  color: rgb(89,33,46);
}
#mapa {
  padding-top: 0%; 
  color:azure;    
}
p .textoClima{
  font-size: 8px;
}
/*FOTER DE PARTE DE CONTACTO*/
footer{
 /* background-color:  rgb(42,4,27);*/
 /*background: linear-gradient(to right,rgb(36,40,52),
rgb(54,37,45),
rgb(89,33,46),
rgb(86,37,66),
rgb(144,25,55)
);
/*background-color:rgb(36,40,52);*/
/*background-color: rgb(89,33,46);*/
/*background-color: rgb(86,37,66);*/
background-color: rgb(144,25,55);
padding: -10%;
margin: 0%;
height: 25%;
 /*background: linear-gradient(to top,rgb(42,4,27),rgb(42,4,27), rgb(120, 65,120), rgb(60,0,12));*/
}
.fin{
  padding: 0%;
  margin: 0%;
}
#copyright img {
  display: block;
  margin: 10px auto;
}

#copyright p {
  text-align: center;
  /*margin: 30px auto;*/
}
