body, html{
    background-color: #ffffff; 
    font-family: sans-serif;   
    scroll-behavior: smooth; 
}

header, section, footer{
    /*PANTALLA GRANDE*/
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}


#header{
    height: 139px ;
    position: sticky;
    top: 0;
    z-index: 1000;         
    background-color: white; 
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.barra-sup{
    background-color: #904897;
    height: 47px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.barra-sup a{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    font-family: "Roboto", sans-serif; 
    font-weight: 300;
    font-size: 15px;
    color: #ffffff;
    margin-left: 75px;
    margin-right: 40px; 
}

.barra-sup a:hover{
    font-weight: 450;
}

.barra-sup i {
  font-size: 14px;
}

.barra-sup i:hover{
    transform: scale(1.08);
}

.contenedor-header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.logo img{
    height: 70px;
    margin-left: 50px;
    display: block;
}

.barra-navegacion{
    background-color: #ffffff;
    height: 92px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;   
    padding-right: 40px;
}

.barra-navegacion a{
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #555555;
    border-bottom: 2px solid transparent;    
}

.barra-navegacion a:hover{
    font-weight: 500;
    border-bottom-color: currentColor  
}

/*FINALIZA ESTILO HEADER PARA EL _BLANK "NUESTRA HISTORIA"*/

#NuestraHistoria{
  width: 100%;
  height: 2000px;
  display: flex;
  flex-direction: column;
  gap: 30px;  
}

h1{
  margin-left: 72px;
  margin-top: 50px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 30px;
  letter-spacing: 0.5px;
  text-transform: uppercase; /*versalitas*/
}
    
.ContenedorHistoria1, .ContenedorHistoria2, .ContenedorHistoria3{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-right: 72px;
}

.HistoriaTxt1, .HistoriaTxt2, .HistoriaTxt3 {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;         
  line-height: 25px;       
  color: #333333;          
  max-width: 800px;        
  margin: 0 0 10px 72px;
}

.HistoriaTxt1, .HistoriaTxt2, .HistoriaTxt3{  
  width: 600px;  
  /*height: 600px;*/
  max-width: 600px; 
}

.HistoriaImg{ /*no se porqué pero esto tiene que estar para que no se rompa*/
  width: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  /*height: 600px;*/
}

.ContenedorHistoria1 img{  
  width: 600px;
  height: 400px;
}

.ContenedorHistoria2 img{  
  width: 600px;
  height: 400px;
}

.ContenedorHistoria3 img{
  width: 600px;
  height: 400px;
}

.escribinos{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 200px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 45px;
  width: 450px;
  padding: 12px;
  background-color: #f7f7f7;
}

p.txt-cta5{
  font-family: "Roboto Slab", serif;
  font-size: 24px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 0;
}

p.txt-cta6{
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #555555;
  margin-top: 0;
}

.flecha-historia {
  text-align: center;
  margin-top: 40px; 
}

.flecha-historia i {
  font-size: 48px;     
  color: #d5d5d5;        
  animation: saltar 1.5s infinite;
}

@keyframes saltar {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(10px); }
}

.boton-wpp{
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
    border-radius: 50px;
    z-index: 100; /*todo esto para dejarlo fixed abajo*/
    box-shadow: 1px 1px 1px #ccc;
}

.boton-wpp img{
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.boton-wpp:hover {
  transform: scale(1.04);
}


#footer{
    height: 180px; 
    background-color: #333;
    color: #eee; 
    
}

.contenedor-footer{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;  
    gap: 20px;
    padding: 60px 120px 50px 120px;
}

.logo-footer{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -10px;
}

.logo-footer img{
    width: 250px;
    height: auto;
    display: block;
}

.logo-footer a:hover{
   color: #904897; /*porqué no funciona?*/
   transform: scale(1.05);
}

.copyright{
  flex: 1;                     
  text-align: center;
  justify-content: center;
}

.copyright p{
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 100;  
  line-height: 1.4;
}

.footer-social{
    display: flex;
    gap: 30px;
}

.footer-social a{
  color: #eee;
  display: inline-block;
  align-items: center;
  font-size: 1.2rem;
  transition: color 0.2s ease;  
  gap: 50px;
}

.footer-social i{
    font-size: 28px;
}

.footer-social a:hover{
  color: #904897;
  transform: scale(1.1);
}

/*FINAL ESTILO FOOTER "NUESTRA HISTORIA" PANTALLA DESKTOP*/

/*INICIO RESPONSIVE DESIGN pantalla hasta 600px*/
/*INICIO RESPONSIVE DESIGN pantalla hasta 600px*/

@media all and (min-width:600px) and (max-width:1023px){
  header, section, footer{
    width: 100%; 
    margin-left: auto;
    margin-right: auto;
  }

#header{
    height: auto ;
    position: sticky;
    top: 0;
    z-index: 1000;         
    background-color: white; 
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.barra-sup{
    background-color: #904897;
    height: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.barra-sup a{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    font-family: "Roboto", sans-serif; 
    font-weight: 300;
    font-size: 12px;
    color: #ffffff;
    margin-left: auto;
    margin-right: auto; 
}

.barra-sup a:hover{
    font-weight: 450;
}

.barra-sup i {
  font-size: 12px;
}

.barra-sup i:hover{
    transform: scale(1.08);
}

.contenedor-header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.logo img{
    height: 50px;
    margin-left: auto;
    display: block;
}

.barra-navegacion{
    background-color: #ffffff;
    height: 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 10px; 
    padding-right: auto;
}

.barra-navegacion a{
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #555555;
    border-bottom: 2px solid transparent;    
}

.barra-navegacion a:hover{
    font-weight: 500;
    border-bottom-color: currentColor  
}

/* finaliza header pantalla mediana */

#NuestraHistoria{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 30px;  
  margin-left: auto;
  margin-right: auto;
}

h1{
  margin-left: 20px;
  margin-top: 50px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 26px;
  letter-spacing: 0.5px;
  text-transform: uppercase; 
  text-align: left;
}

.ContenedorHistoria1, .ContenedorHistoria2, .ContenedorHistoria3{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  width: auto;
}


.HistoriaTxt1, .HistoriaTxt2, .HistoriaTxt3{
  font-family: 'Roboto', sans-serif;
  font-size: 16px;         
  line-height: 28px;       
  color: #333333;          
  /*max-width: 800px;*/        
  margin: 0 auto 10px auto;
  width: 100%;
  
}

.HistoriaTxt1, .HistoriaTxt2, .HistoriaTxt3{  
  width: auto;  
}

.HistoriaImg{ 
  width: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  /*margin-right: auto;*/
  /*height: 600px;*/
}

.ContenedorHistoria1 img{  
  max-width: 600px;
  width: 100%;
  height: auto;
}

.ContenedorHistoria2 img{  
  max-width: 600px;
  width: 100%;
  height: auto;
}

.ContenedorHistoria3 img{
  max-width: 600px;
  width: 100%;
  height: auto;
}

.escribinos{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 45px;
  width: 450px;
  padding: 12px;
  background-color: #f7f7f7;
}

p.txt-cta5{
  font-family: "Roboto Slab", serif;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 0;
}

p.txt-cta6{
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #555555;
  margin-top: 0;
}

.flecha-historia {
  text-align: center;
  margin-bottom: 30px; 
}

.flecha-historia i {
  font-size: 38px;     
  color: #d5d5d5;        
  animation: saltar 1.5s infinite;
}

@keyframes saltar {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(10px); }
}

.boton-wpp{
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
    border-radius: 50px;
    z-index: 100; /*todo esto para dejarlo fixed abajo*/
    box-shadow: 1px 1px 1px #ccc;
}

.boton-wpp img{
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.boton-wpp:hover {
  transform: scale(1.04);
}




/*FINAL SECCION NUESTRA HISTORIA PANTALLA MEDIANA*/

#footer{
    height: 250px; 
    background-color: #333;
    color: #eee;   
    margin-left: auto;
    margin-right: auto; 
}

.contenedor-footer{
    margin-left: auto;
    margin-right: auto; 
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.logo-footer{
    display: block;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.logo-footer img{
    width: 150px;
    height: auto;
    display: block;    
    margin-left: auto;
    margin-right: auto;    
}

.logo-footer a:hover{
   color: #904897; 
   transform: scale(1.05);
}

.copyright{
  text-align: center;
  justify-content: center;
}

.copyright p{
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-weight: 100;  
  line-height: 1.4;
}

.footer-social{
  display: flex;
  /*gap: 30px;*/
}

.footer-social a{
  color: #eee;
  display: inline-block;
  align-items: center;
  font-size: 1.2rem;
  transition: color 0.2s ease;  
  gap: 30px;
}

.footer-social i{
    font-size: 22px;
}

.footer-social a:hover{
  color: #904897;
  transform: scale(1.1);
}
}

/* FINALIZA FOOTER PANTALLA MEDIANA */

/*COMIENZO RESPONSIVE PANTALLAS -599px*/
/*COMIENZO RESPONSIVE PANTALLAS -599px*/

@media all and (max-width:599px){
  /*los anchos van al 100% para que se adapte a las pantallas y los altos en auto, el sticky lo reemplazamos por Relative*/

header, section, footer{
  width: 100%;
  }
  
#header{
    height: 100%;
    position: relative;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  }

.barra-sup{
    background-color: #904897;
    height: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.barra-sup a{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    font-family: "Roboto", sans-serif; 
    font-weight: 300;
    font-size: 12px;
    color: #ffffff;
    margin-left: auto;
    margin-right: auto; 
}

.barra-sup a:hover{
    font-weight: 450;
}

.barra-sup i {
  font-size: 12px;
}

.barra-sup i:hover{
    transform: scale(1.08);
}

.contenedor-header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.logo img{
    height: 45px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.barra-navegacion{
    background-color: #ffffff;
    height: 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: auto;   
}

.barra-navegacion a{
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #555555;
    border-bottom: 2px solid transparent;    
}

.barra-navegacion a:hover{
    font-weight: 500;
    border-bottom-color: currentColor;  
}

/* finaliza header mobile */

#NuestraHistoria{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 30px;  
  margin-left: auto;
  margin-right: auto;
}

h1{
  margin-left: 20px;
  margin-top: 50px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 26px;
  letter-spacing: 0.5px;
  text-transform: uppercase; 
  text-align: left;
}

.ContenedorHistoria1, .ContenedorHistoria2, .ContenedorHistoria3{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  width: auto;
}


.HistoriaTxt1, .HistoriaTxt2, .HistoriaTxt3{
  font-family: 'Roboto', sans-serif;
  font-size: 16px;         
  line-height: 28px;       
  color: #333333;          
  /*max-width: 800px;*/        
  margin: 0 auto 10px auto;
  width: 100%;
  
}

.HistoriaTxt1, .HistoriaTxt2, .HistoriaTxt3{  
  width: auto;  
}

.HistoriaImg{ 
  width: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  margin-right: 0;
  /*margin-right: auto;*/
  /*height: 600px;*/
}

.ContenedorHistoria1 img{  
  max-width: 450px;
  width: 100%;
  height: auto;
  margin-left: 30px;
}

.ContenedorHistoria2 img{  
  max-width: 450px;
  width: 100%;
  height: auto;  
  margin-left: 30px;
}

.ContenedorHistoria3 img{
  max-width: 450px;
  width: 100%;
  height: auto;
  margin-left: 30px;
}

.escribinos{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 45px;
  width: 350px;
  padding: 12px;
  background-color: #f7f7f7;
}

p.txt-cta5{
  font-family: "Roboto Slab", serif;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 0;
}

p.txt-cta6{
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #555555;
  margin-top: 0;
}

.flecha-historia {
  text-align: center;
  margin-bottom: 30px; 
}

.flecha-historia i {
  font-size: 38px;     
  color: #d5d5d5;        
  animation: saltar 1.5s infinite;
}

@keyframes saltar {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(10px); }
}

.boton-wpp{
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
    border-radius: 50px;
    z-index: 100; /*todo esto para dejarlo fixed abajo*/
    box-shadow: 1px 1px 1px #ccc;
}

.boton-wpp img{
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.boton-wpp:hover {
  transform: scale(1.04);
}


/* finaliza nuestra historia mobile */

#footer{
  height: 300px; 
  background-color: #333;
  color: #eee;   
  margin-left: auto;
  margin-right: auto; 
}

.contenedor-footer{
  margin-left: auto;
  margin-right: auto; 
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.logo-footer{
  display: block;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.logo-footer img{
  width: 150px;
  height: auto;
  display: block;    
  margin-left: auto;
  margin-right: auto;    
}

.logo-footer a:hover{
  color: #904897; /*porqué no funciona?*/
  transform: scale(1.05);
}

.copyright{
  text-align: center;
  justify-content: center;
}

.copyright p{
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 100;  
  line-height: 1.2;
}

.footer-social{
  display: flex;
}

.footer-social a{
  color: #eee;
  display: inline-block;
  align-items: center;
  font-size: 1.2rem;
  transition: color 0.2s ease;  
  gap: 30px;
}

.footer-social i{
    font-size: 24px;
}

.footer-social a:hover{
  color: #904897;
  transform: scale(1.1);
}

}