/*=============== GOOGLE FONTS ===============*/
@import url("https://fonts.googleapis.com/css2?family=Bai+Jamjuree:wght@400;500;600&display=swap");

/*=============== VARIABLES CSS ===============*/
:root {
  /*========== Colors ==========*/
  /*Color mode HSL(hue, saturation, lightness)*/
  --first-color: hsl(38, 92%, 58%);
  --first-color-light: hsl(38, 100%, 78%);
  --first-color-alt: hsl(32, 75%, 50%);
  --second-color: hsl(195, 75%, 52%);
  --dark-color: hsl(212, 40%, 12%);
  --white-color: hsl(212, 4%, 95%);
  --body-color: hsl(212, 42%, 15%);
  --container-color: hsl(212, 42%, 20%);

  /*========== Font and typography ==========*/
  /*.5rem = 8px | 1rem = 16px ...*/
  --body-font: "Bai Jamjuree", sans-serif;
  --h2-font-size: 1.25rem;
  --normal-font-size: 1rem;
}



a {
  text-decoration: none;
}

.card__img {
  display: block;
  max-width: 100%;
  height: auto;
}




/*=============== CARD ===============*/
.container {
  position: absolute;
  top: 535px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 53%;
  width: 100%;
  background-color: rgba(51, 4, 4, 0.068);
}

#container-id h1{
  text-align: center;
  font-size: 50px;
  color: white;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

}

.card__container {
  padding-block: 5rem;
}

.card__content {
  margin-inline: 1.75rem;
  border-radius: 1.25rem;
  overflow: hidden;
}

.card__article {
  width: 300px; /* Remove after adding swiper js */
  border-radius: 1.25rem;
  overflow: hidden;
}

.card__image {
  position: relative;
  background-color: var(--first-color-light);
  padding-top: 1.5rem;
  margin-bottom: -.75rem;
}

.card__data {
  background-color: var(--container-color);
  padding: 1.5rem 2rem;
  border-radius: 1rem;
  text-align: center;
  position: relative;
  z-index: 10;
}

.card__img {
  width: 180px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.card__shadow {
  width: 200px;
  height: 200px;
  background-color: var(--first-color-alt);
  border-radius: 50%;
  position: absolute;
  top: 3.75rem;
  left: 0;
  right: 0;
  margin-inline: auto;
  filter: blur(45px);
}

.card__name {
  font-size: var(--h2-font-size);
  color: var(--second-color);
  margin-bottom: .75rem;
}

.card__description {
  font-weight: 500;
  margin-bottom: 1.75rem;
}

.card__button {
  display: inline-block;
  background-color: var(--first-color);
  padding: .75rem 1.5rem;
  border-radius: .25rem;
  color: var(--dark-color);
  font-weight: 600;
}

/* Swiper class */
.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
}

.swiper-button-prev,
.swiper-button-next {
  width: initial;
  height: initial;
  font-size: 3rem;
  color: var(--second-color);
  display: none;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.swiper-pagination{
  position: absolute;
  top: 540px;
  height: 12px;
  
}

.swiper-pagination-bullet {
  position: absolute;
  top: 0px;
  background-color: hsl(212, 32%, 40%);
  opacity: 1;
  
  
}

.swiper-pagination-bullet-active {
  background-color: var(--second-color);
}



#director-cco
img{
	height: 215px;
	width: 215px;
}

#director-texto h4,
#roger-texto h4,
#angel-texto h4,
#marvin-texto h4,
#yudi-texto h4,
#obed-texto h4,
#jenifer-texto h4,
#arnold-texto h4,
#laura-texto h4,
#julisa-texto h4,
#gabriela-texto h4,
#carlos-texto h4{
	margin-top: -10px;
	font-size: 15px;

}

#director-texto{
	top: 3px;
	height: 185px;
  
}


#roger-texto,
#angel-texto,
#marvin-texto,
#yudi-texto,
#jenifer-texto,
#obed-texto,
#arnold-texto,
#laura-texto,
#julisa-texto,
#gabriela-texto,
#carlos-texto{
	top: -3px;
	height: 185px;
  
}



#director-texto p,
#roger-texto p,
#angel-texto p,
#marvin-texto p,
#yudi-texto p,
#jenifer-texto p,
#obed-texto p,
#arnold-texto p,
#laura-texto p,
#julisa-texto p,
#gabriela-texto p,
#carlos-texto p{
	margin-top: -2px;
     color: white;
	font-size: 15px;

	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

}

#redes-personales{
	top: 130px;
	position: absolute;
	height: 70px;
	width: 50px;
	right: 90px;
	background-color: transparent;
}

#redes-personales a{
	background-color: transparent;
}

#redes-personales
#facebook {
	position: absolute;
	top: -3px;
	height: 65px;
	width: 65px;
	left: 0px;

}

#redes-personales
#youtube {
	position: absolute;
	top: -3px;
	height: 65px;
	width: 65px;
	left: 40px;

}

#caja-roger{
	height: 425px;
}



#roger-cco
img{
	height: 220px;
	width: 275px;
}


#caja-angel{
	height: 425px;
}

#angel-cco
img{
	height: 220px;
	width: 275px;
}

#caja-marvin{
	height: 425px;
}

#marvin-cco
img{
	height: 220px;
	width: 260px;
}

#caja-yudi{
	height: 435px;
}

#yudi-cco
img{
	height: 220px;
	width: 200px;
}

#caja-obed{
	height: 425px;
}

#obed-cco
img{
	height: 220px;
	width: 230px;
}

#caja-jenifer{
	height: 425px;
}

#jenifer-cco
img{
	height: 220px;
	width: 200px;
}

#caja-arnold{
	height: 425px;
}

#arnold-cco
img{
	height: 220px;
	width: 250px;
}

#caja-laura{
	height: 425px;
}

#laura-cco
img{
	height: 220px;
	width: 220px;
}

#caja-julisa{
	height: 425px;
}

#julisa-cco
img{
	height: 220px;
	width: 230px;
}

#caja-gabriela{
	height: 435px;
}

#gabriela-cco
img{
	height: 220px;
	width: 255px;
}

#caja-carlos{
	height: 425px;
}

#carlos-cco
img{
	height: 220px;
	width: 210px;
}

/*=============== BREAKPOINTS ===============*/
/* For small devices */
@media screen and (max-width: 320px) {
  .card__data {
    padding: 1rem;
  }
}

/* For medium devices */
@media screen and (min-width: 768px) {
  .card__content {
    margin-inline: 3rem;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: block;
  }
}

@media screen and (min-width: 767px) {
  .card__content {
    margin-inline: 3rem;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: block;
  }
}

@media screen and (min-width: 520px) {
  .card__content {
    margin-inline: 3rem;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: block;
  }
}

@media screen and (min-width: 492px) {
  .card__content {
    margin-inline: 3rem;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: block;
  }
}

@media screen and (min-width: 412px) {
  .card__content {
    margin-inline: 3rem;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: block;
  }
}

@media screen and (min-width: 375px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: block;
  }

  .swiper-button-prev {
    left: -1rem;
  }
  .swiper-button-next {
    right: -1rem;
  }
}

/* For large devices */
@media screen and (min-width: 1120px) {
  .card__container {
    max-width: 1120px;
  }

  .swiper-button-prev {
    left: -1rem;
  }
  .swiper-button-next {
    right: -1rem;
  }
}