
#bloque3_parte2{
background-color: #1D2A4A;
padding-top: 50px;
padding-bottom: 180px;


 
}
.cardNuestraHistoria{
  width: 100%;


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

/* TEXTO MAQUINA ESCRIBIR .......................... */
#cursor {
    display: inline-block;
    font-weight: bold;
    animation: blink 0.7s infinite;
}

@keyframes blink {
    0%, 50%, 100% { opacity: 1; }
    25%, 75% { opacity: 0; }
}
/* ................................... */
.cardHistoria{
margin: 20px 0px;

}

 .textoHistoria{
    font-size: 1.6rem;
      font-weight: 300;
    margin: 0px;
    line-height: 1.2;
color: white;
}
.destacado{
 font-weight: 600;
     color: #FFD966;
} 
.containerLeads{
padding: 25px 0px;
}





.cardLeads1{
  height: 200px;
  background-color: #5f8bb3;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}




.cardLeads2{
  height: 200px;
  background-color: white;
    padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
   border-radius: 12px;
}
.cardLeads3{
  height: 200px;
  background-color: #FFD966;
   border-radius: 12px;
      padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
.cardLeads4{
  height: 200px;
  background-color: #FFFFFF;    
   border-radius: 12px;
     padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
.cardLeads5{
  height: 200px;
  background-color: #1D2A4A;    
   border-radius: 12px;
     padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cardLeads5 img{
  width: 100%;
  object-fit: contain;
}

.textoSuma{
  color: #FFD966;
  font-size: 2.5rem;
  font-weight: 600;
  margin: 0px;
  line-height: 1;
  
}
.textoLeads{
   font-size: 1.2rem;
  margin: 0px;
  line-height: 1.2;
  font-weight: 300;
  color:white;
    margin-top: 10px;
}

.textoSuma2{
  color:white;
   font-size: 2.5rem;
  font-weight: 600;
  margin: 0px;
  line-height: 1.2;
 
}
.textoLeads2{
   font-size: 1.2rem;
  margin: 0px;
  line-height: 1.2;
 color: #FFD966;
   font-weight: 300;
     margin-top: 10px;
}
.textoSuma3{
  color:#5f8bb3;
  font-size: 2.5rem;
  font-weight: 600;
  margin: 0px;
  line-height: 1.2;
 
}
.textoSuma4{
  color: #1D2A4A;
  font-size: 2.5rem;
  font-weight: 600;
  margin: 0px;
  line-height: 1.2;
 
}
.textoLeads3{
   font-size: 1.2rem;
  margin: 0px;
  line-height: 1.2;
 color: #1D2A4A;
   font-weight: 300;
   margin-top: 10px;
}





/* MENU MOVIL MEDIAQUERYS */

@media (max-width: 1450px) {


.textoSuma4,.textoSuma,.textoSuma3 {

  font-size: 2.2rem;
}


}


@media (max-width: 1200px) {
  #bloque3_parte2 {
  padding: 30px 0px;
}
.textoSuma4,.textoSuma,.textoSuma3 {

  font-size: 2.5rem;
}

.cardLeads1,.cardLeads2,.cardLeads3 ,.cardLeads4 {

  margin-bottom: 20px;
 
}

.containerLeads {
    padding: 10px 0px;
}

.cardLeads5 img {
    width: 80%;
    object-fit: contain;
}

}

@media (max-width: 990px) {

.historiaEmpresa{
  font-size: 2.5rem;
}
.textoHistoria{
  font-size: 1.4rem;
}
}


@media (max-width: 765px) {




#bloque3_parte2 {
   padding-top: 30px;
   padding-bottom: 0px;
}

.cardLeads1,.cardLeads2,.cardLeads3 ,.cardLeads4 , .cardLeads5{
  height: 150px;
}

.textoLeads3,.textoLeads{
  font-size: 1rem;
}
.cardLeads5 img {
    width: 60%;
    object-fit: contain;
}


}

@media (max-width: 320px) {
.textoSuma4,.textoSuma,.textoSuma3 {

  font-size: 2.2rem;
}
 .historiaEmpresa{
  font-size: 2rem;
}


}