/* ---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---  */

  .main-container{
    background-image: url(../../images/Fondo_Contacto.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    background-position: top;
    }

/* ---SECTION 1 MAIN LEFTSIDE--- */
    .main-img-section {
        height: 30px;
    }
    .leftside, .rightside {
        height:100%;
    }
    .leftside {
        width: 75%;
        margin-left: 12rem;
        margin-top: 2rem;
    }
    .rightside {
        width: 25%;
    }
    .text-tarea-info
    {
        margin-top: 1rem;
        border-color: gray;
        width: 575px;
    }
    .name-form 
    {
        border-color: gray;
    }
    .btn-orange 
    {
        background-color: orange !important;
        border: none;
    }
/* ---SECTION 1 MAIN RIGHTSIDE--- */
.rightside
{
    margin-left: 7rem;
    margin-top: 3rem;
}

.text-inline 
{
    display: inline;
}
.section-information-icon{
    width: 1rem;
    height: 1rem;
    margin-right: 1rem;
}
.section-img
{
    height: 60px;
    margin-bottom: 2rem;
    margin-left: 1rem;
}

/* ---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;
}
