/* ---Navbar & header---  */

img{
    display: block;
}

.header{
    height: 100px;
    margin-bottom: 1rem;
    padding-top: 1rem;
}

.header-img {
    display: block;
    margin-right: 20px;
    height: 40px;
}
.header-nav-item
{
    padding-left: 20px;
    padding-right: 20px;
}
.navbar {
    background-color: transparent !important;   
    float: left;
    margin: 0;
    left: 50%;
    transform: translatex(-50%);
    position: relative;
    font-family: Helvetica;
    font-size: 10px;
    margin-left: -4rem;
  }
  .header-nav-button
  {
      background-color: transparent;
      border-color: transparent;
      height: 3rem;
      outline: none;
      
  }
  .header-nav-imgbtn
  {
      height: 2rem;
      margin-left: -11px;
  }
.header-nav-textline
{
    border-top: none;
    border-left: none;
    border-right: none;
    border-color: orange;
    
}
.main-img-dg
{
    margin-bottom: 3rem;
}

/* ---BODY---  */

  .body-background{
    background-image: url(../../images/fondo.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    background-position: top;
    }

/* ---SECTION 1 MAIN--- */

.main-img-section
{
    height: 35px;
    margin-bottom: 10px;
}
.leftside, .rightside {
    height:90vh;
    width: 100%;
    margin-bottom: 10rem;
}

.main-img-modo-creativo
{
    height: 75px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.main-text
{
    margin-left: 200px;
    margin-right: 100px;
}

.rightside
{
    margin-top: 2rem;
}

.img-our-team
{
    width: 4rem;
    height: 4rem;
    margin-right: 10px;
    margin-bottom: 3rem;

}
.text-our-team
{
    margin-right: 200px;
    font-size: 12px;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 3rem;
}

/* ---SECTION 2 MAIN--- */
.leftside-section2, .rightside-section2 {
    height:65vh;
    width: 100%;
    margin-bottom: 200px;
}
.leftside-section2{
    background: white;
}
.rightside-section2{
    background: white;
}
.main-section2-tittle
{
    margin-left: 170px;
    color: black;
    margin-bottom: 1rem;
}
.main-section2-text
{
    margin-left: 150px;
    color: black;
}

/* ---SECTION 3 MAIN--- */
.leftside-section3, .rightside-section3 {
    height:65vh;
    width: 100%;
    margin-bottom: 200px;
}
.leftside-section3{
    background: white;
}
.rightside-section3{
    background: white;
}
.main-section3-tittle
{
    margin-left: 20px;
    color: black;
    margin-bottom: 1rem;
}
.main-section3-text
{
    margin-right: 150px;
    color: black;
}

/* ---FOOTER--- */

.footer {
    width: 100%;
    background: white;
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    height: 200px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;

}

.text-inline 
{
    display: inline;
}
@media (min-width: 800px) {
    .footer{
        grid-template-columns: 1fr 2fr 1fr;
    }
    .footer-image{
        margin-bottom: 0;
    }
    .footer-legend{
        margin-bottom: 0;
    }
  }
  

.footer-image{
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
}
.footer-legend{
    text-align: center;
    margin-bottom: 2rem;
}

.footer-icons{
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-icon{
    width: 2rem;
    height: 2rem;
    margin-left: 1rem;
    margin-right: 1rem;
}

.footer-information-icon{
    width: 1rem;
    height: 1rem;
    margin-right: 1rem;
}
.footer-information-contact
{
    font-weight: bold;
}
.flex-start{
    display: flex;
    align-items: center;
    justify-content: start;
}
.footer-icon-button
{
    background-color: transparent;
      border-color: transparent;
      height: 3rem;
      outline: none;
}