/* CONTENT */


.content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 60vh;
    background: linear-gradient(to bottom, #04e4f8a8 , #d001df80), url("https://images.unsplash.com/photo-1642957323739-5632d8a2ff3d?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D") center no-repeat;
    border-radius: 0 0 120px 0;
    margin-bottom: 50px;
    background-size: cover;
  }
  


  /**** Tarjetas *****/


  /*

.profile-cards {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  margin: 30px;
  color: black;
}
.profile-cards .card {
  width: 300px;
  height: 400px;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  border-radius: 20px;
}
.profile-cards .card:hover .card-details,
.profile-cards .card:hover .card-details-social a {
  transform: none;
}
.profile-cards .card:hover img {
  filter: blur(3px);
  transform: scale(1.2);
}
.profile-cards .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.profile-cards .card .card-details {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  padding: 20px 10px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--color-negro);
  transform: translateY(100%);
  transition: all 0.3s;
}
.profile-cards .card .card-details-title {
  font-size: 18px;
  color: var(--color-letras-contenido);
}
.profile-cards .card .card-details-social {
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile-cards .card .card-details-social ul,
.profile-cards .card .card-details-social ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile-cards .card .card-details-social ul li {
  list-style-type: none;

}
.profile-cards .card .card-details-social ul li:nth-child(1) a {
  transition-delay: 0.1s;
}
.profile-cards .card .card-details-social ul li:nth-child(2) a {
  transition-delay: 0.2s;
}
.profile-cards .card .card-details-social ul li:nth-child(3) a {
  transition-delay: 0.3s;
}
.profile-cards .card .card-details-social ul li:not(:last-child) {
  margin-right: 15px;
}
.profile-cards .card .card-details-social ul li a {
  width: 35px;
  height: 35px;
  color: #272727;
  background-color: white;
  border-radius: 50px;
  box-shadow: 0 5px 4px grey;
  cursor: pointer;
  transform: translateY(50px);
  transition: all 0.3s;
}
.profile-cards .card .card-details-social ul li a svg {
  width: 20px;
  height: 20px;
}*/



/**** Nuevas tarjetas***/

.container__docentes{
  font-family: sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.fa-linkedin-square:before {
  content: "\f08c";
  font-size: 2rem;
  color: var(--color-principal);
}

.card-profile{
  background: var(--color-fondo-tarjetas);
  color:white;
  margin: 20px;
  
  width: 300px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  border-radius: 5px;
  transition: transform 0.2s;
  cursor: pointer;
}

.card-profile:hover{
  transform: scale(1.05);
}
 
.card-profile > img{
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  object-fit: cover;
  object-position: 100 50;
  width: 300px;
  height: 250px;
}

.card-profile .info{
  margin: 0px;
  padding: 20px 20px 20px 20px;
  display: flex;
  flex-direction: column;
}

.info h3{
  margin-bottom: 5px;
}

.info p{
  color: var(--color-principal);
  margin-bottom: 30px;
  font-weight: 600;
}

.info span{
  color: #888;
  line-height:5px;
  font-size: 13px;
}

.container__docentes img.logo{
  margin-top: 18px;
  object-fit:scale-down;
  height: 45px;
  object-position: 0;  
}

.addmore{
  background: #1d3254;
  color: #aaa;
  height: 410px;
  width: 300px;
  border: 3px solid #111e33;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: transform 0.1s ease-in;
}

.addmore i{
  font-size: 40px;
  margin: 10px;
}

div.addmore:hover{
  transform: scale(1.05);
}

@media(max-width:1100px){

  .container__docentes{
    /* Agregue el flex wrap para que se ajustaran las tarjetas a la ventana */
    flex-wrap: wrap;
  }
}

/*** Perfiles docentes ***/


.clear {
  clear: both;
}

#menu {
  position: fixed;
  right: 0;
  top: 15%;
  width: 8em;
  margin-top: -2.5em;
}

p {
  font-size: 1em;
  line-height: 1.4em;
  margin-bottom: 20px;
  color: #444;
  transition: all 1s linear;
  -o-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -webkit-transition: all 1s linear;
}

a {
  color: inherit;
}

.cv {
  max-width: 54rem;
  background: #fff;
  margin: 30px auto;
  border-radius: 20px;
}

.cv:hover {
  cursor: grab;
  cursor: -webkit-grab;
}

.cv:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.mainDetails {
  padding: 25px 35px;
  border-bottom: 19px solid var(--color-fondo);
  background: #f3f3f3;
}

#name h1 {
  font-size: 2.5em;
  color: var(--color-principal);
}

#name h2 {
  font-size: 2em;
}

#mainArea {
  padding: 0 40px;
}

/* I deeply love breakfast burritos */
.wrap {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.wrap:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

#headshot {
  width: 15.5%;
  float: left;
  margin-right: 50px;
}

#headshot img {
  width: 100%;
  height: auto;
  border-radius: 60px;

}

#name {
  float: left;
}

#contactDetails {
  float: right;
}

#contactDetails ul {
  list-style-type: none;
  font-size: 0.9em;
  margin-top: 2px;
}

#contactDetails ul li {
  margin-bottom: 3px;
  color: #444;
  display: inline;
}

#contactDetails ul li a,
a[href^=tel] {
  color: #444;
  text-decoration: none;
  transition: all 0.3s ease-in;
}

#contactDetails ul li a:hover {
  color: var(--color-principal);
}

section {
  /*border-top: 1px solid #dedede;*/
  padding: 20px 0 0;
}

section:first-child {
  border-top: 0;
}

section:last-child {
  padding: 20px 0 10px;
}

.sectionTitle {
  float: left;
  width: 25%;
}

.sectionContent {
  float: right;
  width: 72.5%;
}

.sectionTitle h1 {
  font-size: 1.2rem;
  color: var(--color-principal);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 2rem;
  text-align: center;
  /*border: 3px solid var(--color-principal);*/
  border-bottom: 3px solid var(--color-principal);
}

.sectionContent h2 {
  font-size: 1.5em;
  margin-bottom: -2px;
  color: var(--color-principal);
}

.subDetails {
  font-size: 80%;
  margin-bottom: 3px;
}

.keySkills {
  list-style-type: none;
  -moz-column-count: 3;
  column-count: 3;
  margin-bottom: 20px;
  font-size: 1em;
  color: #444;
}

.keySkills ul li {
  margin-bottom: 3px;
}

@media all and (min-width: 602px) and (max-width: 800px) {
 #headshot {
    display: none;
  }

  .keySkills {
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media all and (max-width: 54rem) {
  .cv {
    width: 95%;
    margin: 10px auto;
    min-width: 280px;
    transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
  }

  #headshot {
    display: none;
  }

  #name,
#contactDetails {
    float: none;
    width: 100%;
    text-align: center;
  }

  .sectionTitle,
.sectionContent {
    float: none;
    width: 100%;
  }

  .sectionTitle {
    margin-left: -2px;
    font-size: 1.25em;
  }

  .keySkills {
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media all and (max-width: 480px) {
  .mainDetails {
    padding: 15px 15px;
  }

  section {
    padding: 15px 0 0;
  }

  #mainArea {
    padding: 0 25px;
  }

  .keySkills {
    -moz-column-count: 1;
    column-count: 1;
  }

  #name h1 {
    line-height: 0.8em;
    margin-bottom: 4px;
  }
}
@media print {
  .cv {
    width: 100%;
  }
}
@-webkit-keyframes reset {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes reset {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.instaFade {
  -webkit-animation-name: reset, fade-in;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-name: reset, fade-in;
  -moz-animation-duration: 1.5s;
  -moz-animation-timing-function: ease-in;
  animation-name: reset, fade-in;
  animation-duration: 1.5s;
  animation-timing-function: ease-in;
}

.quickFade {
  -webkit-animation-name: reset, fade-in;
  -webkit-animation-duration: 2.5s;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-name: reset, fade-in;
  -moz-animation-duration: 2.5s;
  -moz-animation-timing-function: ease-in;
  animation-name: reset, fade-in;
  animation-duration: 2.5s;
  animation-timing-function: ease-in;
}

.delayOne {
  -webkit-animation-delay: 0, 0.5s;
  animation-delay: 0, 0.5s;
}

.delayTwo {
  -webkit-animation-delay: 0, 1s;
  animation-delay: 0, 1s;
}

.delayThree {
  -webkit-animation-delay: 0, 1.5s;
  animation-delay: 0, 1.5s;
}

.delayFour {
  -webkit-animation-delay: 0, 2s;
  animation-delay: 0, 2s;
}

.delayFive {
  -webkit-animation-delay: 0, 2.5s;
  animation-delay: 0, 2.5s;
}









.foto__perfil {
  position: relative;
  height: 150px;
}

.foto__perfil img{
  height: 191px;
  width: 191px;
  object-fit: cover;
  position: relative;
  display:block;
  margin:auto;
  border: 9px solid var(--color-letras-contenido);
  border-radius: 50%;
  top: -121px;
  cursor: pointer;
  transition: ease-in .2s;
}

.foto__perfil img:hover{
transition: ease-in .2s;
  border: 7px solid var(--color-principal);
  border-radius: 50%;
  top: -121px;
  cursor: pointer;
  transform: scale(1.1);
  text-decoration: none;
}

.foto__perfil h1{
  display:block;
  margin:auto;
  color: var(--color-principal);
  text-align: center;
  margin: 1rem;
  top: -121px;
  position: relative;
}