
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');

*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    box-sizing: border-box;
}

body {
    font-family: "Montserrat", sans-serif;
	background-color: white;
}

header{
    width: 100%;
    height: 30vh;
}

nav {
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.div-logo {
    text-align: center;
}

.div-logo p {
    text-align: center;
    margin-left: 62px;
}

.logo {
    /*width: 140px;*/
    width: 250px;
    margin-left: 0px;
    margin-top: 50px;
}

.bar-btn {
    font-size: 25px;
    color: #fff;
    margin-right: 20px;
    cursor: pointer;
}

.nav-menu {
    position: fixed;
    width: 100%;
    height: 0vh;
    top: 100px;
    /*background: rgba(0,0,0,.95);*/
    background: #f0f5f5;
    text-align: center;
    transition: all .5s;
}

.nav-menu li {
    display: none;
    line-height: 30px;
    margin: 50px 0;
    transition: all .5s;
}

.nav-menu li a {
    color: #000000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

.nav-menu li a.active, .nav-menu li a:hover {
    color: rgb(248,8,8);
    transition: .3s;
}

#check {
    display: none;
}

#check:checked ~ .nav-menu {
    height: 100vh;
}

#check:checked ~ .nav-menu li {
    display: block;
}


.banner-text {
    padding: 0 30px;
    margin-top: 150px;
    text-align: center;
    color: #fff;
}

.banner-text h1 {
    font-size: 50px;
    margin-bottom: 30px;
}

.banner-text span {
    color: rgb(248,8,8);
}

.banner-text h2 {
    font-size: 16px;
    font-weight: 600;
}

.button1 {
    margin-right: 40px;
    padding: 10px 30px;
    background-color:#fff;
    color: rgb(248,8,8);
    border-radius: 5px;
}

.button1:hover {
    background-color: rgb(248,8,8);
    color: #fff;
    transition: .5s;
}

.button2 {
    margin-right: 40px;
    padding: 10px 30px;
    background-color: #fff;
    color: rgb(248,8,8);
    border-radius: 5px;
}

.button2:hover {
    background-color: rgb(248,8,8);
    color: #fff;
    transition: .5s;
}


/* Banner */

.contenedor-banner{
    display: flex;
    max-width: 100%;
    height: 40vh;
    /*background-image: url(../img/banner.jpg);*/
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left;
}

.contenedor-banner .wrap-banner{
    max-width: 1000px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
}

.contenedor-banner .wrap-banner .box-banner{
    flex-basis: 50%;
    color: #fff;
    text-align: left;
    align-self: left;
}

/* fin Banner */

/* Footer */

.footer {
  padding: 40px 0;
  background-color: #ffffff;
}
.footer .social {
  text-align: center;
  padding-bottom: 25px;
  color: #4b4c4d;
}
.footer .social a {
  font-size: 24px;
  color: inherit;
  border: 1px solid #ccc;
  width: 40px;
  height: 40px;
  line-height: 38px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin: 0 8px;
  opacity: 0.75;
}
.footer .social a:hover {
  opacity: 0.9;
}
.footer ul {
  margin-top: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 0;
}
.footer ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
}
.footer ul li {
  display: inline-block;
  padding: 0 15px;
}
.footer ul a:hover {
  opacity: 1;
}
.footer .copyright {
  margin-top: 15px;
  text-align: center;
  font-size: 13px;
  color: #aaa;
}

/* fin Footer */

@media screen and (min-width:768px){
    .logo {
        margin-left: 50px;
        
    }

    nav {
        height: 100px;
    }

    .bar-btn{
        display: none;
    }

    .nav-menu {
        position: relative;
        height: 100px;
        top: 0;
        background: none;
        transition: none;
        text-align: right;
        margin-right: 50px;
    }

    .nav-menu li {
        display: inline-block;
        line-height: 100px;
        margin: 0 20px;
        transition: none;
    }

    .nav-menu li a {
        font-size: 12px;
    }

    .banner-text h1 {
        font-size: 70px;
        margin-bottom: 30px;
    }

    .banner-text h2 {
        font-size: 20px;
    }

}

.row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
  }
  
  /* Create four equal columns that sits next to each other */
  .column {
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
    text-align: center;
  }
  
  .column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 80%;
  }


  
  /* Responsive layout - makes a two column-layout instead of four columns */
  @media screen and (max-width: 800px) {
    .column {
      flex: 50%;
      max-width: 50%;
    }

    .novedades h1 {
        font-size: 25px;
    }
  }
  
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .column {
      flex: 100%;
      max-width: 100%;
    }

    .novedades h1 {
        font-size: 18px;
    }

  }

  /*.novedades {
    position: absolute;
    left: 43%;
  }*/

  .novedades {
      display: grid;
      align-items: center;
      justify-content: center;
  }

  .separador {
    /*margin-top: 50px;*/
    margin-bottom: 100px;
  }