/* estilos de home- home expertos y home emprendedores */

@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100;300;400;600;800&display=swap");

@font-face {
  font-family: "AvenirNextLTPro";
  src: url("./assets/fonts/AvenirNextLTPro-Bold.otf");
}
/* @font-face {
  font-family: "AvenirNextLTPro";
  src: url ("./assets/fonts/AvenirNextLTPro-Medium.ttf");.prueba {
  font-family: AvenirNextLTPro, serif;
}
} */

html,
body {
  color: black;
  font-family: "Heebo", sans-serif;
  margin-top: 0px !important;

}

.primary {
  color: #04488c;
}

.banner {
  background-image: url("../media/img/trama.png");
  background-repeat: no-repeat;
  background-position: 100% 0%;
  background-color: #f8f8f8;
}
.trama {
  background-image: url("../media/img/trama.png");
  background-repeat: no-repeat;
  background-position: 100% 0%;
  width: 60%;
}

.bg-2 {
  background-color: #f8f8f8;
}

.bg-3 {
  background-color: #e5e5e5;
}
.bg-grey {
  background-color: #f2f2f2;
}

.bg-emp {
  background-color: #0090df;
}

.btn-success-home {
  color: #fff;
  background-color: #04488c;
  border-color: #04488c;
  background: #04488c;
  border-radius: 8px;
}
.btn-success-news {
  color: #ffffff;
  background-color: #8bbb17;
  border-color: #8bbb17;
  background: #8bbb17;
  border-radius: 8px;
}

.btn-success-orange {
  color: #ffffff;
  background-color: #EB7500;
  border-color: #EB7500;
  background: #EB7500;
  border-radius: 8px;
}

.btn-accion--white {
  color: #0090df;
  background-color: white;
  border-color: white;
  background: white;
  border-radius: 8px;
}

.btn-white {
  color: #000;
  background-color: white;
  border-color: white;
  background: white;
  border-radius: 8px;
}


.btn-accion--blue {
  color: white;
  background-color: #04488c;
  border-color: #04488c;
  background: #04488c;
  border-radius: 8px;
  box-shadow: none;
}
.btn:hover {
  color: #0090df;
  text-decoration: none;
}



.text-title--blue {
  color: #04488c;
  font-size: 2.5rem;
}

.border-bottom-primary {
  border-color: #0090df !important;
}
.border-bottom-pink {
  border-color: #de74b2cc !important;
}
.border-bottom-orange {
  border-color: #f2a75dcc !important;
}
.border-bottom-blue {
  border-color:  #04488C !important;
}


footer a {
  color: #000000;
  text-decoration: none;
  background-color: transparent;
}
footer a:hover {
  color: #000000;
  text-decoration: underline;
}
.circulo {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background: #edecec;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0px auto;
  padding: 3%;
}

.circulo > p {
  font-family: sans-serif;
  color: #04488c;
  font-size: 1.4rem;
  padding: 0%;
  margin: 0%;
}

.w-60 {
  width: 60%;
}

.w-80 {
  width: 80%;
}
.w-90 {
  width: 90%;
}

/* indicadores carrusel */
.carousel-indicators {
  left: 0;
  top: 100%;
  bottom: -2rem;
}

.carousel-indicators li {
  background: #a3a3a3;
  border-radius: 50%;
  width: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  border-bottom-width: 2px;
}

.carousel-indicators .active {
  background: #0090df;
}


.form-img-perfil {
  background-image: url("../media/svg/icons/General/Perfil.svg");
}
.img-size{
  height: 80px;
  margin: 10px;
}


/*home emprendedores / expertos */


.item img{ 
  transition: 0.5s;  
}
.item a:hover{
  opacity: 0.85;
}

.item p{
  color: #262626;
  font-weight: 300;
  font-size: 16px;
}
.item .overlay{
  border-radius: 0.42rem;
  transition: 0.5s;  
  overflow: hidden;
  height: 250px;
  display: flex;
}

#consulta-list .overlay{
  height: 100%;
  min-height: 220px;
}
.text-subtitle--blue {
  font-size: 1.75rem!important;
  color: #04488c;
}
.item .img-inner {
  width: 100%!important;
  max-height: 300px!important;
  object-fit: cover;
  margin-top: auto;
  margin-bottom: auto;

}
.item a:hover .overlay{
  background-color: white; 
}
.item a:hover img{
  transform: scale(1.015,1.015);
}

.item article{
  box-shadow: 0px 0px 20px 5px rgb(82 63 105 / 15%);
}
