:root {
  --titulos: #00aa51;
  --titulos2: #61ce70;
  --titulos3: #8ccb51;
  --background-white: #fff;
  --gray: rgba(150 150 150 / 0.8);
  --sombra: 0px 0px 10px 1px rgba(150 150 150 / 0.5);
}
@font-face {
  font-family: "Helvetica";
  src: url("../assets/fonts/_Helvetica_LT_93_Black_Extended.ttf") format("ttf");
}
@font-face {
  font-family: "Circular-Black";
  src: url("../assets/fonts/CircularStd-Black.otf");
}
@font-face {
  font-family: "Circular-Book";
  src: url("../assets/fonts/CircularStd-Book.ttf");
}
* {
  font-family: "Circular-Book";
}
body {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;    
}

.resaltar-texto {
  color: var(--titulos);
}
.titulo-der{
  color: #00a951;
}
.titulo-izq{
  color: #6ed042;
}

.button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: fit-content;
  height: 29px;
  padding: 2px 8px 2px 6px;
  border: 1px solid var(--titulos3);
  border-radius: 4px;
  color: var(--titulos3);
  background-color: transparent;
  text-decoration: none;
  font-family: "Circular-Black";
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
.button-otro {
  display: block;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 2px 8px 2px 6px;
  border: 1px solid var(--titulos3);
  border-radius: 4px;
  color: var(--titulos3);
  background-color: transparent;
  text-decoration: none;
  font-family: "Circular-Black";
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
.button img {
  margin-right: 8px;
}
h2 {
  font-size: 36px;
  line-height: 28px;
  font-weight: 900;
  font-family: "Helvetica";
}
h3 {
  font-size: 30px;
  font-weight: 900;
  font-family: "Circular-Black";
}
h4 {
  font-size: 14px;
  font-weight: 500;
}
.subtitulo {
  color: var(--gray);
  font-size: 14px;
  font-weight: 500;
}
.espacio-abajo {
  margin-bottom: 40px;
}
.p-ancho {
  width: 450px;
}

/* ================ */

.banner {
  width: 100%;
  height: auto;
  box-shadow: var(--sombra);
  margin-bottom: 50px;
}
.banner img {
  width: 100%;
  object-fit: contain;
}
.filtros {
  margin-bottom: 13rem;


  /* 
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: var(--gray);
  margin-left: 3rem;
  */
}
.filtros-emp {
  position: relative;
  width: 100%;
  margin-bottom: 100px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: var(--gray);
}
.select {
  position: relative;
  padding: 8px 8px 0 8px;
  margin-right: 12px;
  box-sizing: content-box;
  border: 1px solid transparent;
  border-bottom: none;
  cursor: pointer;
}
.select::after {
  content: "";
  position: absolute;
  bottom: 2px;
  width: 190px;
  height: 2px;
  background-color: var(--gray);
}
.select-activate {
  color: var(--titulos);
  border: 1px solid var(--titulos);
  border-bottom: none;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.select-activate::after {
  content: "";
  position: absolute;
  bottom: 2px;
  /*width: 190px;*/
  height: 2px;
  background-color: var(--titulos);
}



/*//////////////////////////////////////////////*/
.boton {
  display: flex;
    justify-content: space-between;
    align-items: center;
    width: fit-content;
    height: 29px;
    padding: 2px 8px 2px 6px;
    border: 1px solid var(--titulos3);
    border-radius: 4px;
    color: var(--titulos3);
    background-color: transparent;
    text-decoration: none;
    font-family: 'Circular-Black';
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}
.boton img { margin-right: 8px; }
h2 {
    font-size: 36px;
    /*line-height: 28px;*/
    font-weight: 900;
    font-family: 'Helvetica';
}

.seleccion {
  position: relative;
  width: 190px;
  height: 24px;
  padding: 8px 8px 0 8px;
  margin-right: 12px;
  box-sizing: content-box;
  border: 1px solid transparent;
  border-bottom: none;
  cursor: pointer;
}
.seleccion::after {
  content: '';
  position: absolute;
  bottom: 0px;
  width: 190px;
  height: 2px;
  background-color: var(--gray);
}
.seleccion-activate {
  color: var(--titulos);
  border: 1px solid var(--titulos);
  border-bottom: none;
  border-top-left-radius: 8px; 
  border-top-right-radius: 8px;
}
.seleccion-activate::after {
  content: '';
  position: absolute;
  bottom: 0px;
  width: 190px;
  height: 2px;
  background-color: var(--titulos);
}

.opciones {
  position: relative;
  width: 208px;
  left: -9px;
  bottom: 2px;
  height: 0;
  overflow-y: scroll;
  margin-top: 5px;
  backdrop-filter: blur(20px);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  z-index: 10;
  scrollbar-color: var(--titulos) transparent;
}
.opciones button {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4px 10px;
  background: transparent;
  border: none;
  font-family: 'Circular-Book';
  cursor: pointer;
}
.opciones-activate {
  height: auto;
  max-height: 200px;
  border: 1px solid var(--titulos);
  border-top: none;
}
.seleccion span {
  display: block;
  position: absolute;
  bottom: -26px;
  margin-top: 10px;
  font-size: 14px;
  font-family: 'Circular-Book';
  color: #000;
  cursor: default;
}
.opciones::-webkit-scrollbar {
  -webkit-appearance: none;
}
.opciones::-webkit-scrollbar:vertical {
  width:5px;
}
.opciones::-webkit-scrollbar-button:increment,
.opciones::-webkit-scrollbar-button {
  display: none;
}
.opciones::-webkit-scrollbar:horizontal {
  height: 10px;
}
.opciones::-webkit-scrollbar-thumb {
  background-color: var(--titulos);
  border-radius: 20px;
  border: 2px solid transparent;
}
.option-selected {
  color: var(--titulos);
}
.option-selected::after {
  content: '';
  position: absolute;
  bottom: 0px;
  width: 170px;
  height: 2px;
  background-color: var(--titulos);
}

.filtros-emp input[type="checkbox"] {
  width: 22px;
  height: 22px;
  margin-right: 8px;
  border-radius: 8px;
  border: 1px solid var(--gray);
}
.hola::placeholder {
  color: var(--gray);
}
.filtros-emp input[type="text"] {
  padding: 6px 8px;
  border: 1px solid var(--gray);
  border-radius: 4px;
  outline: none;
}
.filtros-emp label {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*/////////////////////////////////*/

.options {
  position: relative;
  /*width: 208px;*/
  bottom: -200px;
  left: 0;
  height: 0; 
  overflow-y: scroll;
  backdrop-filter: blur(20px);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  z-index: 10;
  scrollbar-color: var(--titulos) transparent;
}
.options button {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4px 10px;
  background: transparent;
  border: none;
  font-family: "Circular-Book";
  cursor: pointer;
}
.options-activate {
  height: auto;
  max-height: 200px;
  border: 1px solid var(--titulos);
  /*border-top: none;*/
}
.select span {
  display: block;
  position: absolute;
  bottom: -26px;
  margin-top: 10px;
  font-size: 14px;
  font-family: "Circular-Book";
  color: #000;
  cursor: default;
}
.options::-webkit-scrollbar {
  -webkit-appearance: none;
}
.options::-webkit-scrollbar:vertical {
  width: 5px;
}
.options::-webkit-scrollbar-button:increment,
.options::-webkit-scrollbar-button {
  display: none;
}
.options::-webkit-scrollbar:horizontal {
  height: 10px;
}
.options::-webkit-scrollbar-thumb {
  background-color: var(--titulos);
  border-radius: 20px;
  border: 2px solid transparent;
}
.option-selected {
  color: var(--titulos);
}
.option-selected::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 170px;
  height: 2px;
  background-color: var(--titulos);
}

.contenedor::-webkit-scrollbar-track {
  border-radius: 10px;
}
.filtros input[type="checkbox"] {
  width: 22px;
  height: 22px;
  margin-right: 8px;
  border-radius: 8px;
  border: 1px solid var(--gray);
}
.hola::placeholder {
  color: var(--gray);
}
.filtros input[type="text"] {
  padding: 6px 8px;
  border: 1px solid var(--gray);
  border-radius: 4px;
  outline: none;
}
.filtros label {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.resultados {
  display: grid;
  grid-template-columns: repeat(auto-fit, 300px);
  justify-content: center;
  column-gap: 50px;
  row-gap: 80px;
  margin-bottom: 100px;
}
.tarjeta {
  position: relative;
  width: 310px;
  background-color: var(--background-white);
  border-radius: 8px;
  box-shadow: var(--sombra);
}
.tarjeta_nombre {
  font-family: "Circular-Black";
}
.tarjeta > div {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 200px;
  padding: 0 12px;
}
.tarjeta div:first-child > h4 {
  height: 38px;
}
.tarjeta div:first-child > button {
  height: 26px;
}
.tarjeta > img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.tarjeta > div:last-child {
  display: flex;
  align-items: center;
  position: absolute;
  top: -50px;
  left: -30px;
  width: 120px;
  height: 120px;
  background-color: var(--background-white);
  box-shadow: var(--sombra);
  border-radius: 50%;
  overflow: hidden;
}
.tarjeta > div:last-child img {
  display: block;
  width: 120%;
  border-radius: 50%;
}
.mostrar-mas {
  display: block;
  width: 150px;
  margin: 0 auto;
  padding-bottom: 4px;
  margin-bottom: 100px;
  background: transparent;
  border: none;
  border-bottom: 2px solid var(--titulos3);
  font-size: 20px;
  font-weight: 700;
  color: var(--titulos3);
  cursor: pointer;
}
.espacio {
  height: 50px;
}
.espacio-title {
  max-height: 60px;
}
.contacto {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  text-decoration: none;
}
.contacto div:first-child a {
  align-items: center;
}
.contacto div:last-child a {
  margin-right: 2px;
}
.contacto a {
  margin-top: 5px;
}

.footer {
  display: flex;
  justify-content: space-between;
  font-family: "Circular-Black";
}
.footer > div {
  width: 50%;
  padding: 0 0 100px 150px;
}
.footer_logo img {
  width: 13rem;
  height: auto;
}
@media only screen and (max-width: 576px) {
  .img-logo {
    width: 7rem !important;
  }
}
@media only screen and (max-width: 576px) {
  .btn-header {
    font-size: 0.6rem !important;
  }
}
@media only screen and (min-width:575px) and (max-width: 700px) {
  .btn-header {
    font-size: 1rem !important;
  }
}
.footer_contacto {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.footer_contacto p:first-child,
.footer_contacto div {
  margin-bottom: 10px;
}
.footer_contacto a {
  margin-right: 5px;
}
.hide {
  display: none;
}
a img {
  cursor: pointer;
}
/* /////////////////////// */
.mifuente {
  font-size: 2vh;
}
/*/////////////////////////*/

.cont-nav-bar {
  width: 100%;
  background-color: white;
}

.cont-nav-bar .ul {
  width: 100%;

  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
}

.cont-nav-bar .li {
  color: #fff;
  margin: 0;
  transition: all 0.5s ease;
  list-style: none;
}
.abs-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cont-nav-bar .title {
  color: black;
  transition: all 0.5s ease;
  list-style: none;
  
  display: inline-block;
}

.cont-nav-bar a {
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.12rem;
  font-weight: 900;
  font-size: larger;
}

.cont-nav-bar .li.activo {
  background-color: lightskyblue;
  color: white;
}

.cont-nav-bar .subc-cont-bar {
  min-height: 10vh;
  background-color: lightsalmon;
  position: relative;
}

.cont-nav-bar .bloque {
  background-color: lightseagreen;
  margin: 1em;
  padding: 1em;
  position: absolute;
  top: 0;
  opacity: 0;
  transition: all 0.5s ease;
}

.cont-nav-bar .bloque.activo {
  opacity: 1;
}
/**   sliders  **/

.itemCarrousel {
  height: 16rem;
  /*width: 55rem; */
  position: relative;
}

.tarjetaCarrousel {
  height: 100%;
  position: relative;
}
.tarjetaCarrousel img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 100%;
}

.flechasCarrousel {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5em;
}

.shadow {
  border-radius: 50%;
  box-shadow: 3px 3px #c7c2c0;
  /* box-shadow:
  inset 0 -3em 3em rgba(0,0,0,0.1),
        0.3em 0.3em 1em rgba(0,0,0,0.3); */
}

.contenedorCarrousel {
  box-sizing: border-box;
  height: 16rem;
  /* width: 55rem; */
  overflow: hidden;
}

.link {
  text-decoration: none;
}

.svgimg {
  filter: drop-shadow(3px 3px 5px #3b3a3a);
  height: 25px;
  width: 25px;
}

.border-bottom-uno {
  border-bottom: 0.7em solid #00aa51;
}
.border-bottom-dos {
  border-bottom: 0.7em solid #6ed042;
}

.conteCarrouselController {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}

.conteCarrouselController > a {
  text-decoration: none;
  font-size: 1.5em;
  color: #00aa51;
}
.slider {
  position: relative;
}

.card-img {
  background-color: var(--background-white);
  border-radius: 8px;
  box-shadow: var(--sombra);
}

.slider > div:last-child {
  display: flex;
  align-items: center;
  position: absolute;
  top: -50px;
  left: -30px;
  width: 100px;
  height: 100px;
  box-shadow: var(--sombra);
  border-radius: 50%;
  overflow: hidden;
}
.slider > div:last-child img {
  display: block;
  width: 100%;
  border-radius: 50%;
}

.section-img {
  background-size: cover;
  background-repeat: no-repeat;
}
.section-img-der {
  background-position: right;
}

.carousel-indicadores{ 
  position: relative !important;
}
.carousel-indicadores li {
  width: 10px !important;
  height: 10px !important;
  border-radius: 100% !important;
}
.carousel-indicadores [data-bs-target]{
  margin-top: 1rem !important;
  width: 15px !important;
  height: 15px !important;
  border-radius: 100% !important;
}
.carousel-indicadores-der [data-bs-target]{
  background-color: #00a951 !important;
}
.carousel-indicadores-izq [data-bs-target]{
  background-color: #6ed042 !important;
}
.carousel-control-next-icon {
  background-image: url(../assets/icons/izq_flecha.svg);
  filter: drop-shadow(3px 3px 5px #3b3a3a);
  height: 2.5rem;
  width: 2.5rem;
}
.carousel-control-prev-icon {
  background-image: url(../assets/icons/der_flecha.svg);
  filter: drop-shadow(3px 3px 5px #3b3a3a);
  height: 2.5rem;
  width: 2.5rem;
}

/**fin sliders**/
.rota-horizontal{
  transform: scaleX(-1);
}

.contenedor {
  display: flex;
  /* flex-direction: row; */
  min-height: 20em;
  align-items: center;
}

.text-justify{
  text-align: justify;
}

.w-50 {
  width: 50%;
}

.mx-8{
  margin-left: 8rem;
  margin-right: 8rem;
}

@media only screen and (min-width:575px) and (max-width: 700px) {
  .mx-8 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}

.mx-6 {
  margin-left: 6rem;
  margin-right: 6rem;
}

@media only screen and (min-width:575px) and (max-width: 700px) {
  .mx-6 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}