body{
    margin: 0;
    box-sizing: border-box;
    --colorBase: #f7921f;
}

/*---------------------Header--------------------------------*/


.hdr__barra{
  width: 100%;
  max-width: 650px;
  height: 80px;
  background-color: white;
  display: flex;
  flex-direction: row;
  justify-content:space-around;
  align-items: center;
  gap: 20px;
}


.boton__subiraviso{
  display: flex;
  justify-self: center;
  background-color: white;
  border: 2px solid var(--colorBase);
  color: var(--colorBase);
  font-family: sans-serif;
  font-weight: bold;
  width: 120px;
  height: 35px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
  transition: background-color 1s ease;
  text-decoration: none;
}

.boton__subiraviso:hover{
  background-color: #494949;
}

.img_tuaviso{
  width: 75px;
  height: 22px; 
}





/*-------------------------------------------*/

@media (min-width:700px){

.hdr{
    max-width: 100%;
    }

.hdr__barra{
  width: 100%;
  max-width: 100%;
  align-items:center;
  justify-content: space-around;
  gap: 650px;
  white-space: nowrap;
    }



} 






/*--------------------Main----------------------------------*/

.mn{
    width: 100%;
    max-width: 650px;
    height: 100%;
    background-color:white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
}

.mn__cont1{
    width: 100%;
    max-width: 650px;
    height: 550px;
    background-image: url(../Contacto/autofondo.jpg);
    background-size: cover;
    background-position: center;
    
   
}

.cont1__ppri{
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  color: white;
  font-size: 40px;
  font-weight: bold;
  padding: 10px;
}

.cont1__pseg{
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  color: white;
  font-size: 28px;
  padding: 10px;
}

h1{
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
margin: 20px;
}

.sec_term{
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  margin: 20px;
}

.sec_term p{
  font-size: 15px;
}




@media (min-width:650px){

    .mn{
        max-width: 100%;
    }

    .mn__cont1{
      max-width: 100%;
      height: 550px;
    }

    .img_tuaviso{
      width: 85px;
      height: 25px;
    }
} 





/*----------------------Footer-----------------------------*/

.ftr{
  width: 100%;
  max-width: 650px;
  height: 380px;
  max-height: 380px;
  background-color: var(--colorBase);
  border: 2px solid #000 ;
  color: azure;
  font-family: sans-serif;
  font-weight: bold;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  gap: 20px;
  font-size: 15px;
}

.cont__1{
width: 100%;
  max-width: 200px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 20px;
  margin: 10px;
}

.cont__1 a{
text-decoration: none;
color: white;
white-space: nowrap;
}

.ftr_tu{
font-family: sans-serif;
font-size: 20px;
font-weight: bold;
color: #000;
}

.ftr_aviso{
color: white;
font-size: 19px;
}

.ftr_separador{
background-color: white;
width: 100%;
max-width: 150px;
height: 2px; 
}

.cont_insta{
width: 100px;
height: 50px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
gap: 10px;
}

.imginsta{
width: 20px;
height: 20px;
border-radius: 5px;
}


@media (min-width:650px){

  .ftr{
    width: 100%;
      max-width: 100%;
      flex-direction: row;
      gap: 60px;
  }

  .ftr_separador{
    background-color: white;
    width: 100%;
    max-width: 2px;
    height: 150px; 
  }



} 