/* BASE  */
@import url("https://fonts.googleapis.com/css2?family=Grandstander:ital,wght@0,100..900;1,100..900&family=Karla:ital,wght@0,200..800;1,200..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/*  RESET */
* {
  color: inherit;
  margin: 0;
  box-sizing: border-box;
  font-size: 15px;
}

*,
::after,
::before {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

a:focus,
div:focus,
button:focus,
input:focus,
textarea:focus {
  outline: none;
}

html {
  margin-top: 0 !important;
}

body {
  height: auto !important;
  font-family: "Roboto", sans-serif;
  color: #434041;
  font-weight: 300;
  letter-spacing: 1px;
}

section {
  padding: 120px 0 90px;
}

.form-control:focus,
.field-wrap textarea:focus {
  box-shadow: 0 0 0 0 rgba(3, 4, 3, 0.5);
}

/*  TIPOGRAPHY */
h2 {
  margin: 1rem 0 2rem;
  font-size: 2.5rem;
  letter-spacing: -2px;
  text-transform: uppercase;
  text-align: center;
}
h2 strong {
  font-size: 2.5rem;
}

h3 {
  font-size: 1.75rem;
  margin-bottom: 1.4rem;
  font-weight: 400;
}

h4 {
  font-size: 2.5rem;
  text-transform: uppercase;
  margin-bottom: 1.4rem;
  font-weight: 900;
}

h5 {
  font-size: 1.75rem;
  margin-bottom: 1.4rem;
  text-transform: uppercase;
  font-weight: 400;
}

h6 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0055b8;
  display: block;
  padding: 0;
  margin-bottom: 0;
}

:is(h2, h3, h4, h5) b,
:is(h2, h3, h4, h5) strong,
:is(p) b,
:is(p) strong {
  color: #434041;
}

p {
  font-size: 1.1rem;
  letter-spacing: 1px;
  line-height: 1.4rem;
}

/* LAYOUT  */
/* BREAKPOINTS */
/* MEDIAQUERY */
/* HEADER */ /* NAVIGATION */
.navbar {
  box-shadow: 0 0 15px 0 rgba(3, 4, 3, 0.5);
  background: #e0e61d;
}
.navbar-brand {
  margin: 0 auto;
}
.navbar-brand img {
  width: auto;
  height: 100px;
}
.navbar-nav img {
  width: auto;
  height: 50px;
}
.navbar .menu,
.navbar .menu-menu-principal-container {
  margin-left: auto;
}
.navbar .menu ul,
.navbar .menu-menu-principal-container ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.navbar .menu ul li,
.navbar .menu-menu-principal-container ul li {
  display: inline-block;
  margin: 0 5px;
}
.navbar .menu ul li:first-child,
.navbar .menu-menu-principal-container ul li:first-child {
  margin-left: 0;
}
.navbar .menu ul li:last-child,
.navbar .menu-menu-principal-container ul li:last-child {
  margin-right: 0;
}
.navbar .menu ul li.current-menu-item a,
.navbar .menu-menu-principal-container ul li.current-menu-item a {
  background: #e0e61d;
  transition: all 200ms ease;
}
.navbar .menu ul li.current-menu-item a:hover,
.navbar .menu-menu-principal-container ul li.current-menu-item a:hover {
  background: #e0e61d;
}
.navbar .menu ul li a,
.navbar .menu-menu-principal-container ul li a {
  color: #434041;
  padding: 0.5rem 0.75rem;
  border-radius: 0.375rem;
  transition: all 200ms ease;
}
.navbar .menu ul li a:hover,
.navbar .menu-menu-principal-container ul li a:hover {
  color: #434041;
  background: rgba(67, 64, 65, 0.5);
}

@media only screen and (max-width: 500px) {
  .navbar-toggler {
    border: 0;
  }
  .navbar-toggler:focus {
    box-shadow: 0 0 0 transparent;
  }
  button:focus:not(:focus-visible) {
    outline: none;
  }
  .menu,
.menu-menu-principal-container {
    margin-left: auto;
  }
  .menu ul,
.menu-menu-principal-container ul {
    padding: 2rem 0 !important;
  }
  .menu ul li a,
.menu-menu-principal-container ul li a {
    display: block;
  }
}
/* FOOTER */
.educacion_footer_estamos {
  background-color: #dadfe1;
  padding: 3rem 0;
  margin: 0;
}
.educacion_footer_estamos iframe {
  width: 100%;
  height: 300px;
}
.educacion_footer_rrss ul {
  list-style: none;
  padding: 1rem 0;
  text-align: right;
}
.educacion_footer_rrss ul li {
  padding: 0 5px;
  display: inline-block;
  font-weight: 700;
}
.educacion_footer_rrss ul li:last-child {
  padding-right: 0;
}
.educacion_footer_rrss ul li a {
  color: #0055b8;
  transition: all 500ms ease;
  font-weight: 700;
}
.educacion_footer_rrss ul li a:hover {
  color: #434041;
}
.educacion_footer_rrss ul li img {
  width: 15px;
  height: auto;
}
.educacion_footer_contacto {
  margin: 1rem 0 0;
  padding: 1.5rem 0;
}
.educacion_footer_contacto img {
  width: 100%;
}
.educacion_footer_contacto ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.educacion_footer_contacto ul li {
  margin-bottom: 2px;
}
.educacion_footer_contacto ul li strong {
  font-weight: 700;
  text-transform: uppercase;
}
.educacion_footer_contacto ul li a {
  color: #434041;
  font-weight: 500;
}
.educacion_footer_contacto ul li a:hover {
  text-decoration: underline;
}
.educacion_footer_copyright {
  text-align: right;
}
.educacion_footer_copyright p {
  font-size: 0.75rem;
  letter-spacing: normal;
}

img.logo_desarrollo {
  width: 40px;
  height: auto;
}

@media only screen and (max-width: 500px) {
  .educacion_footer_contacto_imgEdu {
    width: 50% !important;
    margin: 30px 0 !important;
  }
}
/* INCLUDE  */
.educacion_cotizar {
  background: #e0e61d;
  padding: 1.5rem 0;
}
.educacion_widget-area p {
  color: #434041;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.9rem;
}
.educacion_widget-area p a {
  color: #0055b8;
  font-size: 2rem;
  transition: all 500ms ease;
  font-weight: 900;
}
.educacion_widget-area p a:hover {
  color: #434041;
}

/* FORM */
form {
  margin: 2rem 0;
}
form p {
  margin-bottom: 0;
}
form label {
  width: 100%;
  margin-bottom: 1rem;
  color: #5b5b5b;
}
form label input {
  width: 100%;
  color: #434041;
  padding: 0.5rem 0.5rem;
  border-radius: 0;
  border: 1px solid #434041;
}
form label input[type=file] {
  border: 0;
}
form label input[type=submit] {
  border: 0;
}
form label textarea {
  width: 100%;
  color: #434041;
  padding: 0.5rem 0.5rem;
  resize: none;
  border-radius: 0;
  border: 1px solid #434041;
}

input.wpcf7-submit {
  border: 0;
  padding: 0.5rem 1.75rem;
  background: #e0e61d;
  transition: all 500ms ease;
}
input.wpcf7-submit:hover {
  color: #434041;
  border: 1px solid #e0e61d;
}

/* COMPONENTS  */
/* BUTTONS */
.btn_verMas {
  color: #e0e61d;
  padding: 0.5rem 1.75rem;
  background: #e0e61d;
  transition: all 500ms ease;
}
.btn_verMas:hover {
  color: #434041;
  border: 1px solid #e0e61d;
}
.btn_verMas_blanco {
  color: #e0e61d;
  padding: 0.5rem 1.75rem;
  background: #e0e61d;
  transition: all 500ms ease;
}
.btn_verMas_blanco:hover {
  color: #e0e61d;
  background: rgba(67, 64, 65, 0.5);
  border: 1px solid #e0e61d;
}
.btn_whatsapp {
  position: fixed;
  bottom: 1%;
  right: 1%;
  width: 65px;
  height: 65px;
  display: block;
}
.btn_whatsapp img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 500ms ease;
}
.btn_whatsapp img:hover {
  filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.2));
}

.breadcrumbs {
  margin: 1rem 0 2rem;
  display: block;
}
.breadcrumbs a {
  display: inline-block;
  color: #434041;
  position: relative;
  border-radius: 20px;
  padding: 0.5rem 1rem 0.5rem 1rem;
  background: #e0e61d;
  transition: all 500ms ease;
  border: 1px solid #e0e61d;
  font-weight: 500;
}
.breadcrumbs a:hover {
  text-decoration: none !important;
  background: #e0e61d;
  padding: 0.5rem 1rem 0.5rem 2.5rem;
}
.breadcrumbs a:hover::before {
  content: "";
  background: url(../../assets/images/prev.svg) no-repeat;
  opacity: 1;
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 10px;
  top: calc(50% - 7px);
}

/* ACCORDION */ /* CAROUSEL */
.educacion_inicio_slider .slick-slide img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.educacion_inicio_slider .slick-dots {
  bottom: 20px;
}
.educacion_inicio_slider .slick-dots li {
  width: 20px;
  height: 5px;
}
.educacion_inicio_slider .slick-dots li button {
  width: 20px;
  height: 5px;
}
.educacion_inicio_slider .slick-dots li button::before {
  content: "";
  width: 20px;
  height: 5px;
}
.educacion_inicio_destacados .slick-dots {
  bottom: -20px;
}
.educacion_inicio_destacados .slick-dots li {
  width: 20px;
  height: 5px;
}
.educacion_inicio_destacados .slick-dots li button {
  width: 20px;
  height: 5px;
}
.educacion_inicio_destacados .slick-dots li button::before {
  content: "";
  width: 20px;
  height: 5px;
  background: #e0e61d;
}
.educacion_inicio_destacados .slick-track {
  margin-left: initial;
  margin-right: initial;
}

/* CARDS */
.card {
  margin: 20px 15px;
  display: block;
  transition: all 500ms ease;
  border: 0;
}
.card:hover {
  box-shadow: 0 0 5px 1px rgba(67, 64, 65, 0.5);
}
.card .card-body {
  top: 0;
  height: 100%;
  width: 100%;
  padding: 1rem 0.5rem;
}
.card .card-body .card-title {
  font-weight: 900;
}
.card .card-body p {
  text-align: left;
  font-weight: 400;
  margin-bottom: 1.3rem;
  font-size: 1rem;
}
.card .card-body a {
  color: #434041;
  position: relative;
  border-radius: 20px;
  padding: 0.5rem 1rem 0.5rem 1rem;
  background: #e0e61d;
  transition: all 500ms ease;
  border: 1px solid #e0e61d;
  font-weight: 500;
}
.card .card-body a:hover {
  background: #e0e61d;
  padding: 0.5rem 2.5rem 0.5rem 1rem;
}
.card .card-body a:hover::after {
  content: "";
  background: url(../../assets/images/next.svg) no-repeat;
  opacity: 1;
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 10px;
  top: calc(50% - 7px);
}

/* VIEWS  */
/* HOME */
.educacion_inicio_somos {
  padding: 3rem 0 1rem;
  background-size: cover !important;
  background-position: center !important;
  background-blend-mode: multiply;
}
.educacion_inicio_somos h2 {
  margin-bottom: 1rem;
}
.educacion_inicio_somos p {
  font-size: 1.3rem;
  line-height: 1.5rem;
}
.educacion_inicio_somos p b, .educacion_inicio_somos p strong {
  font-size: 1.3rem;
  font-weight: 500;
}
.educacion_inicio_establecimientos {
  margin-bottom: 4rem;
}
.educacion_inicio_establecimientos_grid {
  border: 1px solid #C3C3C3;
  margin: 0 0 2rem 0;
}
.educacion_inicio_establecimientos_grid h3 {
  margin: 0 0 0.2rem;
  padding: 1rem 1rem 0;
  color: #434041;
  font-weight: 700;
}
.educacion_inicio_establecimientos_grid p {
  padding: 0.2rem 1rem;
}
.educacion_inicio_establecimientos_btn {
  display: block;
  transition: all 500ms ease;
  background: #e0e61d;
  padding: 0.5rem 1rem;
  color: #434041;
  font-size: 1.1rem;
  font-weight: 500;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: relative;
}
.educacion_inicio_establecimientos_btn::after {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: 10px;
  top: calc(50% - 15px);
  background-size: cover !important;
  background: url(../../assets/images/arrow_btn.svg) no-repeat;
  z-index: 99;
}
.educacion_inicio_establecimientos_btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #dedfb2;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.educacion_inicio_establecimientos_btn:hover, .educacion_inicio_establecimientos_btn:focus, .educacion_inicio_establecimientos_btn:active {
  color: #434041;
}
.educacion_inicio_establecimientos_btn:hover:before, .educacion_inicio_establecimientos_btn:focus:before, .educacion_inicio_establecimientos_btn:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

@media only screen and (max-width: 500px) {
  .educacion_inicio_somos p {
    font-size: 1rem;
  }
  .educacion_inicio_somos p b, .educacion_inicio_somos p strong {
    font-size: 1rem;
  }
  .educacion_inicio_aplicados a img {
    margin: 15px 0;
  }
  .educacion_inicio_slider .slick-slide img {
    height: 120px;
  }
  .educacion_inicio_slider__destacado .slick-slide {
    margin: 0 20px;
  }
}
/* COTIZACIONES */
.educacion_cotizaciones_header img {
  object-fit: cover;
  width: 100%;
}
.educacion_cotizaciones_info {
  margin: 4rem 0;
}
.educacion_cotizaciones_info h2 {
  text-align: center;
}

@media only screen and (max-width: 500px) {
  .educacion_cotizaciones_header img {
    height: 250px;
  }
}
/* SINGLE */
.single_establecimiento {
  margin: 5rem 0 6rem;
}
.single_establecimiento p {
  font-weight: 400;
}
.single_establecimiento a {
  font-weight: 400;
  color: #434041;
  font-size: 1.1rem;
  transition: all 500ms ease;
}
.single_establecimiento a:hover {
  text-decoration: underline;
}
.single_establecimiento_maps {
  display: block;
}
.single_establecimiento_maps iframe {
  width: 100%;
  height: 400px;
  display: block;
  margin: 1.1rem 0;
}
.single_establecimiento_maps_mobile {
  display: none;
}
.single_establecimiento_info {
  margin: 2rem 0;
  padding-bottom: 2rem;
  border-bottom: 1px solid #434041;
}
.single_establecimiento_info_content {
  margin: 1rem 0;
}
.single_establecimiento_info_content p {
  margin: 0;
}
.single_establecimiento_sellos img {
  margin: 1rem 0;
  width: 35%;
  height: auto;
}

@media only screen and (max-width: 500px) {
  .single_establecimiento_maps {
    display: none;
  }
  .single_establecimiento_maps_mobile {
    display: block;
  }
}
.category_establecimiento {
  margin-bottom: 8rem;
}
.category_establecimiento_title {
  margin-bottom: 4rem;
}
.category_establecimiento_title h1 {
  color: #0055b8;
  font-size: 3rem;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
}
.category_establecimiento_title p {
  margin: 0;
  font-size: 1.1rem;
  text-align: center;
  font-weight: 500;
}
.category_establecimiento_card img {
  height: 200px;
  object-fit: cover;
  object-position: center;
}
.category_establecimiento_widget h5 {
  font-size: 1rem;
  font-weight: 900;
}
.category_establecimiento_widget ul {
  list-style: none;
  padding: 0;
}
.category_establecimiento_widget ul li {
  margin-bottom: 10px;
}
.category_establecimiento_widget ul li a {
  padding: 5px 10px;
  border-radius: 50px;
  color: #434041;
  transition: all 500ms ease;
}
.category_establecimiento_widget ul li a:hover {
  background: #e0e61d;
  font-weight: 700;
}
.category_establecimiento_widget ul li.current-cat a {
  background: #e0e61d;
  font-weight: 700;
}
.category_establecimiento_header {
  height: 400px;
  object-fit: cover;
}
.category_establecimiento_img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

@media only screen and (max-width: 500px) {
  .categoria_interior {
    display: none;
  }
}

/*# sourceMappingURL=main.css.map */
