.my_card{
    background-color: white;
    border-style: solid;
    border-color: #b5cee8;
    border-width: 2px;   
    border-radius: 20Px;
    padding: 10px;
    /* box-shadow: 0px 1px 10px #305b86;     */
    margin: 10px 0px;
    cursor: default;
    /* transition: all 400ms ease; */
    /* margin-top: 20px; */

}

.borde_my_card{
    border-style: solid;
    border-color: #b5cee8;
    border-width: 2px;    
    border-radius: 15Px;
    padding: 30px 10px;

}

.my_card h1, .my_card h2{
    color: #0d6efd;
    padding-bottom: 10px;

}

.my_card span{
    color: darkblue;
    
}

.my_card:hover{
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    /* transform: translate(-0.5%, -1%); */    

}

.imagen_clase1{
    background-image:linear-gradient(
        0deg, 
        rgba(0,0,0,0.3),
        rgba(0,0,0,0.3)
    ),
     url("../../files/Images_pag/cooperativa_2.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /* display: flex;
    flex-direction:column; */
    height: 200px;
    border-style: solid;
    border-color: #b5cee8;
    border-width: 3px;   
    border-radius: 15Px;
    cursor: default;
    padding: 10px 20px;
    
}

.imagen_clase1:hover{
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    /* transform: translate(-0.5%, -1%); */    

}

.imagen_lateral{
    height: 200px;
    width: 100%;
    border-radius: 15Px;
}

.texto_img{    
    display: flex;
    flex-direction: column; 
    font-weight: bold;  

  
}

.panel_lateral{  
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center; 
}

@media (min-width: 640px){
    .imagen_clase1{
        height: 350px;

    }
      .imagen_lateral{
        height: 300px;
    }
}

@media (min-width: 980px){
    .imagen_clase1{
        height: 400px;

    }

    .imagen_lateral{
        height: 350px;
    }
}

.lista_formatos a{
    text-decoration: none;
    color: darkblue ;
}

.bg-rojosintra{
    background-color: #933535;
}

