@charset "UTF-8";
/* CSS Document */

* {
	box-sizing: border-box;
}

body{
    background:url("../imagenes/fondo1.jpg");
    background-size: 100%;
}

.cuad1{
    background-color:rgb(255, 255, 255, 0.6);
    width: 63%;
    margin: auto;
    margin-bottom: 2vw;
    height: auto;
}

h1{
    font-family:'Courgette', cursive;
    font-size: 3vw;
}

h2{
    font-family: 'Baloo 2', cursive;
}

h3{
  font-family:'Courgette', cursive;
  font-size: 3vw;
  color: rgb(0, 17, 255);
}

#boton{
    font-family: 'Baloo 2', cursive;
    font-size: 2vw;
}

#myHeader {
  padding: 1vw;
  overflow: hidden;
  background: #f1f1f1;
  color: red;
  background-color:rgb(255, 255, 255, 0.9);
  top: 0;
  width: 100%;
  position: fixed;
  left: 0;
}

.header{
  overflow: hidden;
}

.header a{
  margin-left: 3vw;
  font-size: 1.3vw;
  text-decoration: none;
  color: rgb(0, 0, 0);
  font-family: 'Baloo 2', cursive;
  -webkit-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition: all 500ms ease;
  padding: 0.5vw;
}
  
.header a:hover{
  background-color: rgb(190, 204, 248);
  border-radius: 1.7vw;
  width: 100%;

}

.header .icon {
  display: none;
  top: 12vw;
}

.content {
  padding: 11vw;
}


#Nosotros{
  background: url(../imagenes/fondo.jpg);
  background-size: 100% 100%;
  border-radius: 1vw;
  margin-top: 15vw;
  margin-bottom: 2vw;
}

footer {
  text-align: center;
  padding: 3px;
  background-color:rgb(255, 255, 255, 0.9);
  color: darkblue;
  position: absolute;
  left: 0;
}

#derechos{
  color: black;
  font-family: 'Roboto', sans-serif;
  font-size: 1.5vw;
}

#nosotro{
  float: left; 
  width: 65%; 
  text-align: justify; 
  margin-left:3vw; 
  margin-top: -3vw;
}

#masc{
  float: left; 
  width: 25%; 
  text-align: center; 
  margin-left:3vw; 
  margin-top: -3vw;
}


@media screen and (max-width: 600px) {
  .header a:not(:first-child) {display: none;}
  .header a.icon {
    display: inline-block;
    left: 0;
    text-align: right;
    vertical-align: middle;
  }
  .img{
    width: 80%;
    position: absolute;
    left: 5px;
  }
}

@media screen and (max-width: 600px) {
  .header.responsive {position: relative;}

  h1{
    font-size: 6vw;
  }

  h2{
    font-size: 5vw;
  }

  h3{
    font-size: 7vw;
  }

  .cuad1{
    width: 90%;
    margin-top: 25vw;
  }
  
  .img{
    width: 80%;
    position: absolute;
    display: inline-block;
    left: 5px;
  }

  .header a:hover{
    width: auto;
    background-color: transparent;
    vertical-align: middle;
  }

  .header.responsive .icon {
  position: absolute;
  right: 0;
  top: 0;
  color: aqua;
  /*left: -20px;*/
  vertical-align: middle;
  }

.header.responsive a {
    float: none;
    display: block;
    text-align: right;
    font-size: 3vw;
    left: -20px;
  }

  footer {
    text-align: center;
    padding: 3px;
    background-color:rgb(255, 255, 255, 0.9);
    color: darkblue;
    position: absolute;
    left: 0;
    font-size: 4vw;
  }

  #imgfoot{
    width: 5vw;
  }

  #derechos{
    font-size: 3vw;
  }

  #nosotro{
    float: none;
    width: 90%;
    text-align: center;
  }

  #Nosotros{
    margin-top: 25vw;
  }

  #masc{
    width: 100%;
  }

  #imgmasc{
    width: 70%;
  }
}