body {
    margin: 0;
    top: 0;
    font-family: 'Lato', sans-serif;
}

.logo {
    width: 90%;
    height: auto;
    padding: 5%;
}

.logoCirc{
  display: block;
  margin-left: auto;
  margin-right: auto;  
}

.wrapper5{
  padding-bottom: 10%;
  padding-top: 5%;
}

.wrapper4{
  display: inline-flex;
  flex-direction: row;
  max-height: 250px;
}

.wrapper3{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.wrapper2 {
    display: flex;
    flex-direction: row;
    margin: 50px;
    justify-content: space-evenly;
    padding-bottom: 5%;
}

.wrapper{
  background-color: #E0FFF8;
}

.header-container2{
  background-image:url(./Images/Group\ 2.png);
  background-size: contain;
  background-repeat: repeat-x; 
}


.yesFoto{
  height:20vw;
  width:auto;
}

.linkedin{
  padding-left: 5%;
  display: flex;
  flex-direction: column;
  padding-bottom: 4%;
  padding-top:5%;
}

.texto-sud{
  display: flex;
  flex-direction: row;
}

.text-sud-imp{
  padding: 7%;
  text-align: center;
  width:66%;
}

.text-sud-meh{
  padding-right: 7%;
  padding-top: 10%;
  font-size: 1.5em;
  width:33%
}

.proy{
  font-size: 2em;
  color: #535454;
}

#hero-content{
  padding-top:15%;
  padding-left:5%;
}

#boton{
  background-color: #4B9A7E;
  border-radius: 25px;
  border:None;
  color: #000000;
  font-size: 1em;
  margin: auto;
  height: auto;
  max-height: 50px;
  text-decoration: none;
  padding: 5%;
  font-family: 'Lato', sans-serif;
  color: #FFF;
}
#boton2{
  background-color: #4B9A7E;
  border-radius: 25px;
  border:None;
  color: #000000;
  font-size: 2em;
  margin: auto;
  height: auto;
  max-height: 1px;
  text-decoration: none;
  padding: 2%;
  color: #FFF;
}

.cuadradito {
  background: #E0FFF8;
  box-shadow: 0px 0px 74px rgba(0, 0, 0, 0.17);
  display: flex;
  flex-direction: column;
  width: 30%;
  height: 30%;
  padding: 25px;
  margin: 2vw;
  text-align: center;
}
.titulo-cuad{
  color: #4B9A7E;
  font-size: 2em;
  text-align: center;
}
.text-cuad{
  font-size: 1.30em;
  text-align: justify;
}
.titulo-cuad2{
  color: #4B9A7E;
  text-align: center;
  font-size: 4em;
  font-weight: bold;
  padding-top: 5%;
}

.titulo-cuad3{
  color: #4B9A7E;
  text-align: center;
  font-size: 3em;}

.contacto{
  background-color: #4B9A7E;
  display: flex;
  flex-direction: column;
}

.labo{
  color: #4B9A7E;
  font-size: 3.5em;
  font-weight: bold;
}
.descri{
  color: #000000;
  font-size: 1.5em;
  padding-right: 25%;
}

.titulo-cont{
  padding-left:5%;
  padding-top:0%;
  color: #FFF;
  font-size: 3em;
}

.yeah{
  display: flex;
  flex-direction: row;
  padding-top: 2%;
  width: 150%;
}

.linkedin-foto{
  padding-left: 4%;
  font-size: 1.5em;
}

.foto{
  height:85%;
  width:auto;
  padding-right: 10%;
}

nav {
    width: 100vw;
    position: fixed;
    overflow: hidden;
    height: 12vh;
    top: 0;
    display: grid;
    grid-template-columns: 25% 75%;
    background-color: #9CDFCB;
    z-index:100;
}

nav > * {
    float: left;
    z-index:100;
}
nav > ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    list-style-type: none;
    z-index:100;
}
nav > ul > li{
    float: left;
    text-align: center; 
    text-decoration: none !important;
    color: #000000 !important;
    font-weight: 300;
    z-index:100;
}

.nav-btn-container {
    color: #000000 !important;
    font-size: 1.5em;
    z-index:101;
}  
.nav-btn-container:link{
  text-decoration: none!important;
  z-index:102;
}
.nav-btn-container:visited {
    color: #000000 !important;
    z-index:100;
}

.tab {
  overflow: hidden;
  display: flex;
  width: auto;
  height: auto;
  flex-direction: row;
  text-align: center;
  width: 75%;
  height:100%;
  padding-left:15%;
  align-items: center;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  display: flex;
  flex-direction: column;
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  text-align:center;
  align-items: center;
  width:50%;
  border-bottom-left-radius: 120px;
  border-bottom-right-radius: 120px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #4B9A7E;
}

/* Style the tab content */
.tabcontent {
  display: flex;
  flex-direction: row;
  padding: 6px 12px;
  border-top: none;
  border: none;
  animation: fadeEffect 1s;
  text-align: center;
  align-items: top left;
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

.contenedor{
  width: 85%;
  padding-left: 7.5%;
}

.tabPhoto{
  width: 25%;
  height:auto;
  border-radius: 50%;
  margin:2%
}
.namae{
  color: #FFF;
  font-size: 3em;
}

.shigoto{
  color: #FFF;
  font-size: 1.5em;
}

.texto-nosotros{
  align-items: center;
  padding-left: 50%
}

.white{
  color:#FFF;
  display: flex;
  flex-direction: row;
}

.tabContentPhoto{
  width:90%;
  height:auto;
  border-radius: 50%;
}

.tabcontent{
  display: flex;
  flex-direction: row;
  background-color: #4B9A7E;
  border-radius: 30px;

}

#pad{
  padding-bottom: 2%;
}

nav:nth-child(n) {
  float: left;
}
/*# sourceMappingURL=style.css.map */