

#bloque3{
/* background-color: #1973a1;    */ 
/*   background-color: #7faedb;    */
/* background-color: #3A6FA1;  */
     background-image: url(/images/bloque3/fondoBloque3.webp);
  background-size: cover;
  background-position: center;
     background-repeat: no-repeat;
  padding: 50px 0px;  
 
}



.historiaH4{
     font-size: 3rem;
      font-weight: 300;
     margin: 0px;
     line-height: 1;
   color: white;
   text-align: center;
}


.cardHistoria1{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 0px;
}


.textoHistoria1{
    font-size: 1.3rem;
    font-weight: 300;
    margin: 0px;
    line-height: 1.3;
    color:white;
    margin-bottom: 20px;
      text-align: center;
  
}

.textoHistoria2{
    font-size: 1.8rem;
    font-style: italic;
    font-weight: 300;
    margin: 0px;
    line-height: 1.3;
    color:var(--color-c2);
  margin-bottom: 30px;
    text-align: center;
}

.imgBloque3{
    width: 100%;
    border-radius: 12px;
 
}


.textoHistoria3{
     font-size: 1.5rem;
    font-weight: 300;
    margin: 0px;
    line-height: 1.3;
    color:var(--color-c1);
    margin-bottom: 20px;
    background-color: white;
    display: inline-block;
    padding: 5px 15px;

}

.textoHistoria4{
    font-size: 1.5rem;
    font-style: italic;
    font-weight: 300;
    margin: 0px;
    line-height: 1.5;
    color: white;
      text-align: center;
      margin-bottom: 20px;
  
}



@media (max-width: 990px) {
#bloque3{
  padding: 30px 0px;
}
.historiaH4{
  font-size: 2.5rem;
}

.textoHistoria2{
  font-size: 1.5rem;
}
.textoHistoria3,.textoHistoria4{
  font-size: 1.2rem;
}

}
@media (max-width: 380px) {

.historiaH4{
  font-size: 2rem;
}

.textoHistoria2{
  font-size: 1.2rem;
}
.textoHistoria3,.textoHistoria4{
  font-size: 1rem;
}


}




