/* -----------------------GENERALES-------------------------- */
:root {
  --azul: #5f6db2;
  --gris: #818181;
}
h1 {
  font-size: 1.5em;
  color: var(--azul);
  font-weight: 500;
}
p {
  font-size: 1em;
  color: var(--gris);
  margin: 10px 0;
  text-align: justify;
  line-height: 1.4em;
}
article {
  margin-bottom: 60px;
}
.naranja {
  color: var(--azul);
}
.exp-centrado {
  text-align: center;
}
/* --------------------SUBMENU----------------------- */
/* --------------------SUBMENU----------------------- */
#menuRefer {
  margin-top: -40px;
  position: relative;
  font-size: 0.9em;
}

#menuRefer a {
  color: var(--gris);
  text-decoration: none;
  display: flex;
  font-size: 1em;
}
#menuRefer a span {
  width: 12px;
  margin-left: 10px;
  transform: rotate(270deg);
}
#subMenuExp {
  position: absolute;
  background: rgba(77, 77, 77, 1);
  top: 100%;
  margin-top: 10px;
  left: 0;
  box-shadow: rgb(0, 0, 0 / 30%) 0px 5px 10px;
  z-index: 1000;
  width: 300px;
  padding: 10px 0;
  display: none;
}
#subMenuExp.active {
  display: block;
}
#subMenuExp::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent rgba(77, 77, 77, 1) transparent;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%, 0);
}
#subMenuExp li {
  width: 100%;
  padding: 10px 20px;
  position: relative;
  list-style: none;
}
#subMenuExp li a {
  display: flex;
  justify-content: space-between;
  color: white;
}
#subMenuExp li a:hover {
  color: var(--azul);
}
#subMenuExp li a.active {
  color: var(--azul);
}

/* -----------Experiencias titulo section--------------- */
.exp__title {
  background: var(--azul);
  text-align: center;
  /* margin: 40px 0; */
  padding: 40px 0;
  font-family: "Helvetica", sans-serif;
}
.exp__title img {
  width: 100%;
  max-width: 500px;
}
.exp__title h3 {
  color: white;
  font-weight: 500 !important;
  margin: 20px 0;
}
.exp__title a {
  text-decoration: none;
  padding: 10px 20px;
  background: white;
  border-radius: 7px;
  color: var(--azul);
  font-weight: bold;
  margin-top: 20px;
  display: block;
  width: 200px;
  margin: 0 auto;
}
.exp_section__uno p {
  text-align: center;
}
p span {
  font-size: 1.5em;
  font-weight: bold;
  color: var(--azul);
}
.exp_section__uno_img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}
.exp_section__uno_img img {
  width: 100px;
  margin-right: 40px;
}
.exp_section__uno_img p {
  position: relative;
  padding: 20px 0;
}
.exp_section__uno_img p::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 1px;
  background-color: var(--azul);
  top: 0;
  left: 0;
}
.exp_section__uno_img p::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 1px;
  background-color: var(--azul);
  bottom: 0;
  left: 0;
}
/* seccion carrusel items */
.exp__carousel_items {
  display: flex;
  width: 100%;
  justify-content: center !important;
  align-items: center;
  margin-top: 40px;
}
.exp_carousel_item {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 700px;
  margin: 0 auto;
  max-width: 1000px;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
}
.exp_carousel_left {
  width: 50%;
  height: 100%;
  position: relative;
  background: rgba(111, 177, 200, 0.2);
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 40px;
  align-items: flex-end;
}
.exp_carousel_left h2 {
  color: var(--gris);
  font-size: 2.5em;
  font-weight: bold;
  text-transform: uppercase;
}
.exp_carousel_left p,
.exp_carousel_left h2 {
  text-align: right;
}
.exp_carousel_left p {
  margin-top: 20px;
}
.exp_carousel_left p:nth-last-child(3) {
  color: #000;
  font-weight: 500;
}
.exp_carousel_left .exp_carousel_left_botones {
  margin-top: 20px;
  display: flex;
}
.exp_carousel_left a {
  text-decoration: none;
  color: #000;
  padding: 10px 20px;
  /* margin-top: 20px; */
  border: 1px solid var(--gris);
  border-radius: 5px;
  transition: all ease 0.3s;
  margin-right: 10px;
}
.exp_carousel_left a:hover {
  background: var(--gris);
  color: white;
}
.exp_carousel_left button {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
}
.exp_carousel_right {
  width: 50%;
  height: 100%;
}
.exp_carousel_right img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
/* seccion nuestras experiencias */
.exp_nuestras {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 60px 0;
  flex-wrap: wrap;
}
.exp_nuestras__title,
.exp_nuestras_video {
  width: 50%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.exp_nuestras__title h2 {
  color: var(--gris);
  font-weight: bold;
  text-align: right;
  font-size: 2.8em;
  text-transform: uppercase;
  position: relative;
  padding: 20px 0;
}
.exp_nuestras__title h2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: var(--azul);
  top: 0;
  left: 0;
}
.exp_nuestras__title h2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: var(--azul);
  bottom: 0;
  left: 0;
}
.exp_nuestras_video iframe {
  width: 100%;
  height: 450px;
}
.exp_galeria {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* flex-wrap: wrap; */
}
.exp_galeria_item {
  width: 100%;
  max-width: 500px;
  text-align: center;
  padding: 20px;
}
.exp_galeria_item img {
  width: 100%;
  object-fit: cover;
}

/* EXPERIENCIAS TESTIMONIALES */
.exp__test-container {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 40px;
}
.exp__test-item {
  width: 100%;
  max-width: 500px;
  height: 320px;
  background: url("/theme/larc/images/guias/experiencias/b4-test.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 20px;
  text-align: center;
  position: relative;
}
.exp__test-item-inf {
  width: 100%;
  position: absolute;
  padding: 0 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -70%);
}
.exp__test-item .exp__test-item-inf img {
  width: 100%;
  max-width: 140px;
  border-radius: 20px;
}
.exp__test-item .exp__test-item-inf h3 {
  font-size: 1em;
  margin-top: 15px;
  font-weight: bold;
}
.exp__test-item .exp__test-item-inf p {
  font-size: 0.8em;
  text-align: center;
  padding: 0 40px;
}
.exp__asistir_img {
  max-width: 100px !important;
}
.exp__logo_final {
  text-align: center;
}
.exp__logo_final img {
  max-width: 300px;
  filter: invert(1);
}
@media screen and (max-width: 1170px) {
  .exp__test-item {
    margin: 0 40px;
  }
}
@media screen and (max-width: 1024px) {
  .exp__test-item {
    width: 100%;
  }
  .exp_nuestras__title,
  .exp_nuestras_video {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .exp__test-item {
    width: 100%;
    height: 280px;
    margin: 0;
  }
  .exp_carousel_item {
    height: auto;
    flex-direction: column-reverse;
  }
  .exp_carousel_left,
  .exp_carousel_right {
    width: 100%;
    height: auto;
  }
  .exp_carousel_left h2,
  .exp_nuestras__title h2 {
    font-size: 2em;
  }
  .exp_nuestras_video iframe {
    height: 280px;
  }
  .exp_galeria_item {
    width: 100%;
    padding: 10px;
  }
}
@media screen and (max-width: 470px) {
  .exp_section__uno_img {
    flex-wrap: wrap;
  }
  .exp_section__uno_img p::after,
  .exp_section__uno_img p::before {
    width: 100%;
  }
  p {
    text-align: center;
  }
  p span {
    font-size: 1.2em;
  }
  .exp_galeria_item {
    width: 100%;
  }
  .exp__title {
    padding: 40px 20px;
  }
  .exp__title h3 {
    font-size: 1em;
  }
  .exp_carousel_left .exp_carousel_left_botones {
    flex-wrap: wrap;
    justify-content: center;
  }
  .exp_carousel_left button {
    margin-top: 10px;
  }
}
