/*----------------------------- Ajustes para pantallas Muy grandes-----------------------------------*/


@media (min-width: 1450px) {
    .Blockindex{font-size: 27px;}
}



/*------------------------------ajustes para pantallas grandes----------------------------------------*/

@media (max-width: 1449px) and (min-width: 1300px){
    .Blockindex{font-size: 28px;}
}







/*----------------------------- Ajustes para pantallas Medianas---------------------------------------*/
@media (max-width: 1299px) and (min-width: 1001px){
    .Blockindex{font-size: 21px;}
}







/*----------------------------- Ajustes para pantallas pequeñas --------------------------------------*/

@media (max-width: 1000px) and (min-width: 801px){
    .Blockindex{font-size: 18px;}
}









/*----------------------------- Ajustes para Tablets ------------------------------------------------*/

@media (max-width: 800px) and (min-width: 701px){
    .Blockindex{font-size: 17px;}
}






/*----------------------------- Ajustes para tablets chicas ------------------------------------------------*/

@media (max-width: 700px) and (min-width: 500px){
    .Blockindex{font-size: 20px;}
}





/*----------------------------- Ajustes para Celulares -------------------------------------------------------*/


@media (max-width: 500px){
    .Blockindex{font-size: 19px;
    margin-top: 10px;}
}


/*---------------------------- ajustes para celulares chiqui ----------------------------------------------*/

@media (max-width: 410px){
    .Blockindex{font-size: 22px;
    margin-top: 2px;}
}

@media (max-width: 410px){
    .Redes{font-size: 10px;}
}