@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900&display=swap')


.Contenedor
{
   position: relative;
   width: 100%;
   height: auto;
   background:#333;
   border-bottom: 3px solid #23e629;
   border-bottom: 3px solid #2196f3;
    background-color: red;
   border-top: 3px solid #23e629;
   border-top: 3px solid #23e629;
   /*margin-bottom: 50px;*/
}

.fixtocenter
{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins',sans-serif;
  width: 100%;
}


/*
.tocenter
{
  width: 100%;
  height: auto;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  top: 310px;
}

*/

.My_container
{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.My_container .My_card
{
  position: relative;
  height: 250px;
  background:#fff;
  display: flex;
  width: auto;
  margin: 30px;
   border: 1px solid #0171A2;
   overflow: hidden;
}




.My_container .My_card .My_imgBx
{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background:#333;
   z-index: 1;
   display: flex;
   justify-content: center;
   align-items: center;
   overflow: hidden;
   transition: 0.5s ease-in-out;
}

.My_container .My_card:hover .My_imgBx
{
   width: 120px;
   height: 120px;
   left: -75px;
   top: calc(50% - 75px);
    transition: 0.5s ease-in-out;
    background: #0171A2;
}



.My_container .My_card .My_imgBx:before
{
    content: attr(data-text);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 6em;
    color: rgb(255,255,255,.05);
    font-weight: 700;
}

.My_container .My_card .My_imgBx img
{
   max-width: 100px;
   transition: 0.5s ease-in-out;
}

.My_container .My_card:hover .My_imgBx img
{
   max-width: 75px;
}


.My_container .My_card .My_content
{
   position: absolute;
   right: 0;
   width: calc(100% - 75px);
   height: 100%;
   padding: 5px;
   display: flex;
   justify-content: center;
   align-items: center;
}

.My_container .My_card .My_content h3
{
   margin-bottom: 5px;
   font-size: 24px;
}


.My_container .My_card .My_content a
{
   display: inline-block;
   margin-top: 0px;
   padding: 5px 10px;
   background-color: #333;
   text-decoration: none;
   color: #fff;
   width: 100px;
   height: 30px;
}

.My_container .My_card .My_content
  {
    padding-right: 50px;
    left: 70px;
    width: 350px;
  }


/*
@media (max-width: 1020px)
{

  .My_container
  {
    width: 100%;
    flex-direction: column;
    align-items: center;

    margin-top: 300px;
  }


 .My_container .My_card
  {
    width: 400px;
    
  }

  .My_text
  {
    padding-right: 10px;
    padding-bottom: 10px;
  }


  .tocenter
{
  width: 100%;
  height: auto;
  position: relative;
  left: 47.5%;
  /*top: 50%;*/
  transform: translate(-50%, -50%);
  /*top: 610px;*/
 
}

   
}

*/









