/* importacion de la fuente Open Sans en google fonts */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap');
/* importacion de la fuente Robot en google fonts */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&family=Roboto:wght@100;300;500;700&display=swap');
/* contenidos de boostrap*/
@import url(bootstrap.css);

/* colores a necesitar */
:root{
    --gold1:#ffc300;
    --gold2:#f4b200;
    --red1:#d83135;
    --shadow: 0 8px 8px;
    --color_shadow: #00000033;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
  font-family: 'Open Sans', sans-serif;
}

.ser-txt{
  color: #000 !important; 
  text-decoration: none !important;
}
.ser-txt:hover{
  color: rgb(197, 0, 0) !important; 
  font-weight: 600;
}
/* --------------------------------------------------------------------- */
.Gallery-img{
    width: 90%;
    margin: 50px auto 50px;
    position: relative;
}
.img_G{
  width:50%;
  height: 300px;
  object-fit: cover;
}
.Gallery-text{
  position: absolute;
  background-color: var(--gold1);
}
.Gallery-text h5{
  padding: 10px 20px;
  color: #fff;
}

.Galery-col{
  margin-top: 30px;
  border: none !important;
}
.Galery--col{
  margin-top: 30px;
  width: 23rem;
}
.card-title-gallery{
  text-align: center;
}
.card-text-gallery{
  text-align: center;
  font-weight: 300;
  letter-spacing: 1px;
}
.Car-b{
  min-height: 25.3vh;
}
@media (min-width: 360px){
  .Galery--col{
    width: 19rem;
  }
  .Galery-col{
    width: 19rem;
  }
  .Car-b{
    min-height: 25vh;
  }
  .card-body{
    min-height: 12vh;
    margin-bottom: 20px;
  }
  .card-text-gallery{
    text-align: center;
    font-weight: 300;
    letter-spacing: 1px;
  }
}
@media (min-width: 411px){
  .Galery--col{
    width: 22rem;
  }
  .Galery-col{
    width: 22rem;
  }
  .Car-b{
    min-height: 25vh;
  }
  .card-body{
    min-height: 10vh;
    margin-bottom: 20px;
  }
  .card-text-gallery{
    text-align: center;
    font-weight: 300;
    letter-spacing: 1px;
  }
}
@media (min-width: 576px){
  .Galery--col{
    width: 30rem;
  }
  .Galery-col{
    width: 30rem;
  }
  .Car-b{
    min-height: 25vh;
  }
  .card-body{
    min-height: 12vh;
    margin-bottom: 20px;
  }
  .card-text-gallery{
    text-align: center;
    font-weight: 300;
    letter-spacing: 1px;
  }
}
@media (min-width: 768px){
  .Galery--col{
    width: 14rem;
  }
  .Galery-col{
    width: 14rem;
  }
  .Car-b{
    min-height: 25vh;
  }
  .card-body{
    min-height: 22vh;
  }
  .card-text-gallery{
    text-align: center;
    font-weight: 300;
    letter-spacing: 1px;
  }
}
@media (min-width: 992px){
  .Galery--col{
    width: 18rem;
  }
  .Galery-col{
    width: 18rem;
  }
  .Car-b{
    min-height: 25vh;
  }
  .card-body{
    min-height: 22vh;
  }
  .card-text-gallery{
    text-align: center;
    font-weight: 300;
    letter-spacing: 1px;
  }
}
@media (min-width: 1200px){
  .Galery--col{
    width: 23rem;
  }
  .Galery-col{
    width: 23rem;
  }
  .Car-b{
    min-height: 25vh;
  }
  .card-body{
    min-height: 22vh;
  }
  .card-text-gallery{
    text-align: center;
    font-weight: 300;
    letter-spacing: 1px;
  }
}
@media (min-width: 1400px){
  .Galery-col{
    width: 25rem;
  }
  .Car-b{
    min-height: 16vh;
  }
  .card-body{
    min-height: 18vh;
  }
}

/* --------------------------------------------------------------------- */
/* parte del antfooter */
.cont__antifooter--all{
  margin-bottom: 20px;
}
.text__antfooter{
  font-size: 24px;
  text-align: center;
}
.container-red{
  background: #d83235;
}
.experiencia-cont{
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 10px;
}

.experiencia-cont p{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #fff;
}

