/* ---Navbar & header---  */

img{
    display: block;
}

.header{
    height: 100px;
    margin-bottom: 1rem;
    padding-top: 1rem;
    background-color: white;
}

.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;
    
}
/* ---BODY---  */

  .body{
    background-image: url(../../images/Fondo_Marketing_Digital.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    background-position: top;
    }

/* ---SECTION 1 MAIN--- */

.leftside, .rightside {
    height:85vh;
    width: 100%;
}
.leftside{
    background: transparent;
}
.rightside{
    background: transparent;
}
.main-section1-tittle
{
    margin-left: 200px;
    margin-top: 4rem;
    color: white;
}
.main-section1-text
{
    margin-left: 225px;
    color: white;
}
.main-marketing-digital
{
    margin-left: 0;
    margin-right: auto;
    width: 550px;
    margin-top: 7rem;
}

/* ---MAIN-SECTION 2--- */
.leftside-section2, .rightside-section2 {
    height:65vh;
    width: 100%;
    margin-bottom: 25px;
}
.leftside-section2{
    background: white;
}
.rightside-section2{
    background: white;
}
.main-section2-tittle
{
    margin-left: 100px;

    color: black;
}
.main-section2-text
{
    margin-left: 100px;
    color: black;
}
.main-img-section2
{
    height: 30px;
    display: inline;
    padding-left: 20px;
}

/* ---MAIN-SECTION 3--- */
.main-marketing-img
{
    width: 1250px;
    margin-right: auto;
    margin-left: auto;
}

/* ---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;
}
