﻿#content {
  padding: 0px 0;
  overflow-y: unset;
  overflow-x: unset;
}


#content .xcol-pic-box   {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  aspect-ratio: 1/1;
  border-radius: 100%;
  overflow: hidden;
  padding: 12px;
}


#content .xcol-pic-box > a  {
    border-radius: 100%;
    overflow: hidden;
    aspect-ratio: 1/1;
    height:100%;
}

#cursos::before {
content:" ";
display:block;
background:rgba(255,255,255,0.6);
width:100%;
height: 100%;
position:absolute;
z-index:0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(7px);
  top:0;
  box-shadow: inset 0 0 100px rgba(0,0,0,0.1);
}


.anima_pics {
  height: 600px;
}

.anima_pics li {
  border-radius: 100%;
  border: 1px solid #ccc;
  padding: 15px;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
}

.anima_pics img {
  border-radius: 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

 