/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: Astra is fast, fully customizable &amp; beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with Schema.org code integrated and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL &amp; Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained &amp; Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and WooCommerce ready theme that you can use for building any kind of website!
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 1.1706743249
Updated: 2024-01-31 23:20:49

*/

:root {
  --hue: 223;
  --primary: hsl(var(--hue), 90%, 50%);
  --trans-dur: 0.3s;
  --trans-timing: cubic-bezier(0.65, 0, 0.35, 1);
}


.text-green {
  color: #4ABAB8;
}

.text-blue-green {
  color: #0B8B8E;
}
a{
	text-decoration: none !important;
	
}

/*.ast-primary-header-bar.ast-primary-header.main-header-bar.site-header-focus-item {
    display: none !important;
}
*/

/*HEADER*/
.nav {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  background: #ffffff;
}

.nav .wrapper {
  position: relative;
  max-width: 1300px;
  /*padding: 0px 30px;*/
  height: 70px;
  line-height: 70px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wrapper .logo {
  display: flex;
}


.wrapper .logo a {
  display: inline-flex;
  width: 96px;
  height: 33px;
}

.wrapper .logo a img {
  width: 100%;
  height: 100%;
}

.wrapper .nav-links {
  display: inline-flex;
  /*gap: 41px;*/
  margin: 0 !important;
}

.nav-links li {
  list-style: none;
}

.nav-links li a {
  color: #505050;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  padding: 9px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.nav-links li a:hover {
  color: #005351 !important;


}

.nav-links .mobile-item {
  display: none;
}

.nav-links .drop-menu {
  position: absolute;
  background: #242526;
  width: 180px;
  line-height: 45px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
  transition: all 0.3s ease;
  top: 70px;
  opacity: 1;
  visibility: visible;
}

.drop-menu li a {
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 400;
  border-radius: 0px;
}

.mega-box {
 position: absolute;
     left: 0px;
    width: 100%;
 padding: 0 30px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
}

.mega-box .content {
  background: #ffffff;
  display: flex;
  width: 100%;
  justify-content: space-around;
  box-shadow: 1px 15px 17px 1px rgba(0, 0, 0, 0.15);
  padding: 0 20px;
}

.mega-box .content .row {

  line-height: 34px;
  width: 100%;
}

.content .row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content .row header {
  color: #f2f2f2;
  font-size: 20px;
  font-weight: 500;
}


.mega-links {
  margin-left: 16px;
  border-left: 1px solid #505050;
}

.container-megalinks {
  display: flex;
}

.container-megalinks ul:nth-child(2) {
  border: none;
}

 .sublinks {
  padding-left: 20px !important;
} 

.row .mega-links li {
  padding-left: 0;
}

.row .mega-links li a {
  padding: 0px;
  /* padding: 0 20px; */
  color: #4A4A4A;
  font-size: 12px;
  display: block;
  line-height: normal;
  margin: 10px 0;
  font-weight: 400;
}


.wrapper .btn {
  color: #002221;
  font-size: 20px;
  cursor: pointer;
  display: none;
}

.wrapper .btn.close-btn {
  position: absolute;
  right: 30px;
  top: 10px;
}


.second-row {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  justify-content: space-evenly;
}

.second-title {
  width: 100%;
}

.row-p {
  width: 230px;
}

.sub-title {
  color: #4A4A4A;
  font-weight: 500;
  margin-left: 40px;
  font-size: 14px;
}

.arrow-down {
  margin-left: 10px;
}

::-webkit-scrollbar {
  width: 10px !important;
}

::-webkit-scrollbar-track {
  background: #ffffff !important;
}

::-webkit-scrollbar-thumb {
  background: #002221 !important;
}


@media screen and (max-width: 970px) {
  .wrapper .btn {
    display: block;
  }

  .wrapper .nav-links {
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    background: #ffffff;
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px #4A4A4A;
    transition: all 0.3s ease;
  }

  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px !important;
  }

  ::-webkit-scrollbar-track {
    background: #ffffff !important;
  }

  ::-webkit-scrollbar-thumb {
    background: #002221 !important;
  }

  #menu-btn:checked~.nav-links {
    left: 0%;
  }

  #menu-btn:checked~.btn.menu-btn {
    display: none;
  }

  #close-btn:checked~.btn.menu-btn {
    display: block;
  }

  .nav-links li {
    margin: 15px 10px;
  }

  .nav-links li a {
    padding: 0;
    /* padding: 0 20px;*/
    display: block;
    font-size: 16px;
  }

  .nav-links .drop-menu {
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }

  #showDrop:checked~.drop-menu,
  #showMega:checked~.mega-box,
  #showInternational:checked~.mega-box,
  #showResources:checked~.mega-box{
    max-height: 100%;
  }

  .nav-links .desktop-item {
    display: none;
  }

  .nav-links .mobile-item {
    display: block;
    color: #505050;
    font-size: 16px;
    font-weight: 400;
    padding-left: 16px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }

  .nav-links .mobile-item:hover {
    color: #005351;
  }

  .drop-menu li {
    margin: 0;
  }

  .drop-menu li a {
    border-radius: 5px;
    font-size: 18px;
  }

  .mega-box {
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }

  .mega-box .content {
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }

  .mega-box .content .row {
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2) {
    border-top: 0px;
  }

  .content .row .mega-links {
    border-left: 0px;
    padding-left: 15px;
  }

  .row .mega-links li {
    margin: 0;
  }

  .content .row header {
    font-size: 19px;
  }

  .btn-contacto {
    display: none;
  }

  .contenedor-img {
    grid-template-rows: repeat(15, 25px);
    grid-template-columns: repeat(6, 30px);
  }

  .tarjeta3 {
    grid-area: 4 / 4 / 9 / 7;
    flex-direction: column;
    height: 206px;
  }

  .tarjeta4 {
    grid-area: 9 / 4 / 9 / 7;
    height: 206px;
  }

  .tarjeta5 {
    grid-area: 11 / 1 / 11 / 4;
    flex-direction: column;
    height: 206px;
  }

  .tarjeta3>.tarjeta_img,
  .tarjeta5>.tarjeta_img {
    border-radius: 30px 30px 0 0px !important;
  }

  .acordeon {
    align-items: center;
  }

  .container-megalinks {
    display: block;
  }
}

.nav input {
  display: none;
}

.SMN_effect-15 a:before,
.SMN_effect-15 a:after {
  display: inline-block;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s;
}

.SMN_effect-15 a:before {
  margin-right: 2px;
  content: '[';
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  transform: translateX(20px);
}

.SMN_effect-15 a:after {
  margin-left: 2px;
  content: ']';
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  transform: translateX(-20px);
}

.SMN_effect-15 a:hover:before,
.SMN_effect-15 a:hover:after,
.SMN_effect-15 a:focus:before,
.SMN_effect-15 a:focus:after {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}

/* FORM */

.contacto-form {
  background-color: #FFFFFF;


  height: auto;
  justify-content: space-between;

  width: 600px;
  padding: 60px 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /*grid-template-rows: repeat(9, auto);*/
  grid-template-rows: repeat(10, auto);
  grid-column-gap: 20px;
  grid-row-gap: 20px;

}

.titulo-form {
  text-align: center;
}

.contacto-form div {
  display: flex;
  flex-direction: column;

}


.contacto-form-page {
    width: 500px !important;
	padding: 0;
}

/*.div1 {
  grid-area: 1 / 1 / 2 / 3;
}

.div2 {
  grid-area: 2 / 1 / 3 / 3;
}

.div3 {
  grid-area: 3 / 1 / 4 / 2;
}

.div4 {
  grid-area: 3 / 2 / 4 / 3;
}

.div5 {
  grid-area: 4 / 1 / 5 / 2;
}

.div6 {
  grid-area: 4 / 2 / 5 / 3;
}

.div7 {
  grid-area: 5 / 1 / 6 / 2;
}

.div8 {
  grid-area: 5 / 2 / 6 / 3;
}

.div9 {
  grid-area: 6 / 1 / 7 / 2;
}

.div10 {
  grid-area: 6 / 2 / 7 / 3;
}

.div11 {
  grid-area: 7 / 1 / 8 / 3;
}

.div12 {
  grid-area: 8 / 1 / 9 / 3;
}

.div13 {
  grid-area: 9 / 1 / 10 / 3;
}*/

/* --- Reemplaza tus reglas .divX con este bloque completo --- */

.div1 { grid-area: 1 / 1 / 2 / 3; } /* Interesado en */
.div2 { grid-area: 2 / 1 / 3 / 3; } /* Certificación de Interés */

/* Estado del SG (ocupa todo el ancho en la fila 3) */
.div3 { grid-area: 3 / 1 / 4 / 3; } 

/* Campos que comparten filas */
.div4 { grid-area: 4 / 1 / 5 / 2; } /* Nombre */
.div5 { grid-area: 4 / 2 / 5 / 3; } /* Apellido */
.div6 { grid-area: 5 / 1 / 6 / 2; } /* Correo */
.div7 { grid-area: 5 / 2 / 6 / 3; } /* Teléfono */
.div8 { grid-area: 6 / 1 / 7 / 2; } /* Empresa */
.div9 { grid-area: 6 / 2 / 7 / 3; } /* Puesto o Cargo */
.div10 { grid-area: 7 / 1 / 8 / 2; } /* Ciudad */
.div11 { grid-area: 7 / 2 / 8 / 3; } /* País */

/* Campos que ocupan todo el ancho de nuevo */
.div12 { grid-area: 8 / 1 / 9 / 3; } /* ¿Cómo se enteró? */
.div13 { grid-area: 9 / 1 / 10 / 3; } /* Mensaje */
.div14 { grid-area: 10 / 1 / 11 / 3; } /* Botón Enviar */



select {
  display: flex !important;
  padding: 12px !important;
  align-items: center !important;
  gap: 16px !important;
  align-self: stretch !important;
  border-radius: 10px !important;
  background: #F8F9F8 !important;
  border: none !important;
	height: 50px;
}

option {
  color: #AAAAA9;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
input{
	height: 50px !important;
}
label{
	color: #585858 !important;
	font-size: 18px;
	font-weight: 400 !important;
}

input,
textarea {
  display: flex;
  padding: 12px !important;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border-radius: 10px !important;
  background: #F8F9F8 !important;
  border: none !important;


}


input,
textarea {
  outline-color: #0d9691;
}

.form-container button, .wpcf7-submit {
  display: flex;
  width: 158px;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 10px;
  background: #0B8B8E !important;
  border: none;
  color: #FFFFFF;
}
.elementor-button{
	border-radius: 10px !important;
}

input:focus,
textarea:focus,
select:focus {
  background: #F8F9F8 !important;
  outline: solid #0d9691 !important;

}

textarea {
  resize: none;
}

.opciones {
  flex-direction: row !important;
  gap: 40px;

}


.opcion {
  display: flex;
  flex-direction: row !important;
}

.loader {
  width: 80px;
}

.error-message {
  color: red;
  margin-top: 30px;
}

@media (min-width: 320px) and (max-width: 480px) {
  .contacto-form {
    width: 100vw;
  }

  .opciones {
    flex-direction: column !important;
  }

  .div1 {
    grid-area: 1 / 1 / 2 / 3;
  }

  .div2 {
    grid-area: 2 / 1 / 3 / 3;
  }

  .div3 {
    grid-area: 3 / 1 / 4 / 2;
  }

  .div4 {
    grid-area: 3 / 2 / 4 / 3;
  }

  .div5 {
    grid-area: 4 / 1 / 5 / 2;
  }

  .div6 {
    grid-area: 4 / 2 / 5 / 3;
  }

  .div7 {
    grid-area: 5 / 1 / 6 / 2;
  }

  .div8 {
    grid-area: 5 / 2 / 6 / 3;
  }

  .div9 {
    grid-area: 6 / 1 / 7 / 2;
  }

  .div10 {
    grid-area: 6 / 2 / 7 / 3;
  }

  .div11 {
    grid-area: 7 / 1 / 8 / 3;
  }

  .div12 {
    grid-area: 8 / 1 / 9 / 3;
  }

  .div13 {
    grid-area: 9 / 1 / 10 / 3;
  }


}


/* Carrusel/Acordeon */

.acordeon {
  display: flex;
  justify-content: center;
}

.contenedor-info {
  width: 40%;
  margin: 0px 80px;
  display: flex;
  flex-direction: column;

}

#imagen-info {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 30px !important;
  object-position: top;
}

.contenedor-img {
  display: grid;
  grid-template-columns: repeat(11, 30px);
  grid-template-rows: repeat(10, 25px);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-self: center;
}

.contenedor-imagen {
  height: 235px;
}

.contenedor-imagen>img {
  height: 100% !important;
}

.tarjeta1 {
  grid-area: 1 / 1 / 6 / 4;

  text-align: center;


  border-radius: 30px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

#informacion {
  margin-top: 20px !important;
	text-align: justify;
}

.tarjeta2 {
  grid-area: 6 / 1 / 11 / 4;


  border-radius: 30px;

  text-decoration: none;

}

.tarjeta3 {
  grid-area: 1 / 4 / 4 / 9;



  border-radius: 30px;
  display: flex;
  text-decoration: none;

}


.tarjeta4 {
  grid-area: 4 / 4 / 9 / 7;


  border-radius: 30px;
  text-decoration: none;

}

.tarjeta5 {
  grid-area: 4 / 7 / 7 / 12;



  border-radius: 30px;
  display: flex;
  text-decoration: none;

}

.tarjetaNumero {
  background-color: #EFEFEF;
}

.tarjeta_numero {
  color: #505050 !important;
}

.tarjeta3>.tarjeta_img,
.tarjeta5>.tarjeta_img {
  width: auto;
  height: 100%;
  border-radius: 30px 0 0 30px !important;
}

.tarjeta3>.tarjeta_numero,
.tarjeta5>.tarjeta_numero {
  align-self: center;
  margin: 0 auto;
  text-align: center;

}

.tarjeta_img {
  width: 100%;
  height: auto;

  border-radius: 30px 30px 0 0 !important;
}



.tarjeta_numero {
  align-self: center;
  color: #FFF;
  margin: 0;
  text-align: center;
  font-family: "Source Sans Pro";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.tarjeta-seleccionada {
  box-shadow: 0px 3px 5.7px 0px rgba(0, 0, 0, 0.19) !important;
  background-color: #4ABAB8;
}

.tarjeta-seleccionada .tarjeta_numero {
  color: white !important;
}

.tarjeta-seleccionada .imagen {
  filter: brightness(80%);
}

.second-menu-footer {
  display: flex;
  justify-content: space-evenly;
	    margin-bottom: 15px;
	color: white !important;
}

#astra-footer-menu, .second-menu-footer, .ast-footer-copyright {
    color: white !important;
    font-size: 14px !important;
}
.site-below-footer-wrap[data-section="section-below-footer-builder"]{
	background-color: #002221 !important;
}

.site-above-footer-wrap[data-section="section-above-footer-builder"], .site-primary-footer-wrap[data-section="section-primary-footer-builder"]{
	background-color: #002221 !important;
	color: white !important;
	border: none !important;
}
.ast-builder-footer-grid-columns.site-above-footer-inner-wrap.ast-builder-grid-row {
    align-items: center !important;
}
.site-primary-footer-wrap.ast-builder-grid-row-container.site-footer-focus-item.ast-builder-grid-row-full.ast-builder-grid-row-tablet-full.ast-builder-grid-row-mobile-full.ast-footer-row-stack.ast-footer-row-tablet-stack.ast-footer-row-mobile-stack {
    padding: 0 !important;
}
.site-below-footer-wrap.ast-builder-grid-row-container.site-footer-focus-item.ast-builder-grid-row-full.ast-builder-grid-row-tablet-full.ast-builder-grid-row-mobile-full.ast-footer-row-stack.ast-footer-row-tablet-stack.ast-footer-row-mobile-stack {
    padding: 0;
}

@media (min-width: 320px) and (max-width: 480px) {
  .contacto-form {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .opciones {
    flex-direction: column !important;
  }

  .div1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  .div2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  .div3 {
    grid-area: 3 / 1 / 4 / 2;
  }

  .div4 {
    grid-area: 4 / 1 / 5 / 2;
  }

  .div5 {
    grid-area: 5 / 1 / 6 / 2;
  }

  .div6 {
    grid-area: 6 / 1 / 7 / 2;
  }

  .div7 {
    grid-area: 7 / 1 / 8 / 2;
  }

  .div8 {
    grid-area: 8 / 1 / 9 / 2;
  }

  .div9 {
    grid-area: 9 / 1 / 10 / 2;
  }

  .div10 {
    grid-area: 10 / 1 / 11 / 2;
  }

  .div11 {
    grid-area: 11 / 1 / 12 / 2;
  }

  .div12 {
    grid-area: 12 / 1 / 13 / 2;
  }

  .div13 {
    grid-area: 13 / 1 / 14 / 2;
  }

  .div14 {
    grid-area: 14 / 1 / 15 / 2;
  }

  .div15 {
    grid-area: 15 / 1 / 16 / 2;
  }

  .second-menu-footer {
    flex-direction: column;
    gap: 0;
  }

  .nav .wrapper {
    padding: 0 30px;
  }

}

.telefono:hover {
  color: #002221 !important;
}

/* SLIDER */
.contenedor-slider {
  position: relative;
  height: 90vh;
}

.mySwiper-wrapper {
  height: 80% !important;
}

.mySwiper {
  width: 100% !important;
  height: 100% !important;
  background: white !important;
  display: flex !important;
  justify-content: center !important;
  align-items: start !important;
  margin-top: 40px !important;
}

.mySwiper-slide {
  text-align: center !important;
  font-size: 18px !important;
  background: #fff !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.mySwiper-slide img {
  display: block !important;
  width: 70% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 32px !important;
  /*margin-right: 67px !important;*/
}

.video-banner {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 32px !important;

}

.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 0%) !important;
  left: auto !important;
  border-radius: 100% !important;
  border: 1px solid var(--Black, #000) !important;
  width: 48px !important;
  height: 48px !important;

}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 0%) !important;
  right: auto !important;
  border-radius: 100% !important;
  border: 1px solid var(--Black, #000) !important;
  width: 48px !important;
  height: 48px !important;
}

.swiper-button-next,
.swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 85%) !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: black !important;
  font-size: 15px !important;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 24%) !important;
}

.swiper-pagination-bullet-active {
  background-color: #707070 !important;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
}

.info-noticia {
  position: absolute !important;
  display: flex !important;
  height: 251px !important;
  padding: 20px 35px 20px 35px !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 7px !important;
  flex-shrink: 0 !important;
  width: 40% !important;
  left: 70px !important;
  border-radius: 26px !important;
  background: #005351 !important;
  justify-content: center;
}

.info-noticia h3 {
  color: #FFF !important;
  font-size: 26px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
  margin: 0 !important;
}

.info-noticia p {
  color: #FFF !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 150% !important;
  text-align: start !important;
}

.info-noticia a {
  color: #FFF !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 150% !important;
  /* 24px */
  text-decoration-line: underline !important;
  align-self: center;
}

.swiper-backface-hidden .mySwiper-slide {
  justify-content: end !important;
  width: 100% !important;

}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 40% !important;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 80px !important;
  left: 0;
  width: 100%;
}

/* NOSOTROS*/
.mision_parrafo,
.vision_parrafo,
.filosofia_parrafo {
  text-align: left;
}

.tarjeta-calendario {
  box-shadow: none !important;
}

.fecha-calendario,
.titulo-calendario {
  margin: 0 !important;
}

/*Icon box description style on hover*/
.icon-box:hover .elementor-icon-box-title,
.icon-box:hover g[clip-path="url(#clip0_87_1973)"] path,
.icon-box:hover g[clip-path="url(#clip0_87_1990)"] path,
.icon-box:hover g[clip-path="url(#clip0_87_2015)"] path,
.icon-box:hover g[clip-path="url(#clip0_87_2025)"] path,
.icon-box:hover g[clip-path="url(#clip0_87_2033)"] path,
.icon-box:hover g[clip-path="url(#clip0_87_2048)"] path,
.icon-box:hover g[clip-path="url(#clip0_87_1982)"] path,
.icon-box:hover g[clip-path="url(#clip0_87_1999)"] path,
.icon-box:hover path[fill-rule="evenodd"] {
  color: white !important;
  transition: all 0.5s;
  fill: white !important;
}


.icon-box:hover .elementor-icon-box-description {
  color: white !important;
  transition: all 0.5s;
}

.tarjeta-calendario:hover .elementor-heading-title {
  color: white !important;
  transition: all 0.5s;
}


.tarjeta-calendario:hover .elementor-heading-title {
  color: white !important;
  transition: all 0.5s;
}

.documento-hover:hover .elementor-icon-box-title,
.documento-hover:hover g[clip-path="url(#clip0_520_613)"] path {
  fill: #77CBCA !important;
  color: #77CBCA !important;
}

.icon-box:hover g[clip-path="url(#clip0_2340_740)"] path,
.icon-box:hover g[clip-path="url(#clip0_2340_757)"] path,
.icon-box:hover g[clip-path="url(#clip0_2340_782)"] path,
.icon-box:hover g[clip-path="url(#clip0_2340_792)"] path,
.icon-box:hover g[clip-path="url(#clip0_2340_800)"] path,
.icon-box:hover g[clip-path="url(#clip0_2340_815)"] path,
.icon-box:hover g[clip-path="url(#clip0_2359_704)"] path,
.icon-box:hover g[clip-path="url(#clip0_2343_768)"] path,
.icon-box:hover g[clip-path="url(#clip0_2343_704)"] path,
.icon-box:hover g[clip-path="url(#clip0_2343_706)"] path {
  fill: white !important;
}

.email-hover:hover .elementor-element-ec9de1b elementor-icon-box-title .elementor-widget-container .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title span {
  color: red !important;
}

.elementor-toggle .elementor-tab-title.elementor-active {
  background-color: #4ABAB8 !important;
}

.elementor-toggle-item {
  border-radius: 25px;
}

.elementor-3643 .elementor-element.elementor-element-a8f902c .elementor-tab-title, .elementor-9632 .elementor-element.elementor-element-8f2e425 .elementor-tab-title, .elementor-9696 .elementor-element.elementor-element-87c23ca .elementor-tab-title {
  border-radius: 25px;
}

.elementor-toggle .elementor-tab-title.elementor-active {
  border-radius: 25px 25px 0 0 !important;
}

.elementor-3643 .elementor-element.elementor-element-a8f902c .elementor-tab-content {
  border-radius: 0 0 25px 25px;
}


/*Eventos*/

.ect-list-img {
  background-image: none !important;
}

#ect-events-list-content .style-1.ect-simple-event .ect-list-post-left .ect-list-date {
  background: transparent !important;

}
.epta-related-area {
    display: none;
}

.ect-list-post {
  height: 100px !important;
  padding: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}



.ect-list-date .ect-date-area .ev-day {
  color: #77CBCA !important;
  font-size: 48px !important;
  font-weight: bold !important;
}

.ect-list-date .ect-date-area .ev-mo {
  color: #505050 !important;
  font-size: 24px !important;
  font-weight: bold !important;
}

#ect-events-list-content h2.ect-list-title,
#ect-events-list-content h2.ect-list-title a.ect-event-url,
.ect-clslist-event-info .ect-clslist-title a.ect-event-url,
#ect-no-events p {
  color: #505050 !important;
  font-size: 18px !important;
  font-weight: bold !important;
  word-spacing: 0px !important;
}

#ect-events-list-content .ect-events-read-more {
  color: #505050 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}

.ect-list-post.style-3 {
    min-height: 200px !important;
}
.ect-list-post-left {
    display: none !important;
}
.ect-list-post {
  border: 2px solid #77CBCA !important;
}
span.ect-google {
    display: none !important;
}
.ect-list-post-right{
	width: 100% !important;
	
}
.ect-list-post-right-table {
	display: flex !important;
  flex-direction: row-reverse;
  overflow: hidden;
  text-overflow: ellipsis;
 /* white-space: nowrap;*/
	align-items: center;
}
.ect-date-area.default-schedule{
	    display: flex !important;
    flex-direction: column !important;
}
#ect-events-list-content .ect-simple-event.style-2 .ect-list-venue .ect-icon, #ect-events-list-content .ect-simple-event.style-2 .ect-list-venue .ect-venue-details, #ect-events-list-content .ect-simple-event.style-2 .ect-list-venue .ect-venue-details span, #ect-events-list-content .ect-simple-event.style-2 .ect-list-venue .ect-venue-details .ect-google a {
    color: #a5a5a5 !important;
}
.modern-list-right-side{
	width: 45% !important;
}
.ect-list-venue.default-venue{
	display: flex !important;
    flex-direction: row !important;
}
span.ev-yr {
    display: none !important;
}
.ect-list-description {
    width: 64% !important;
}
.ast-separate-container .ast-article-post,
.ast-separate-container .ast-article-single:not(.ast-related-post) {
  background-color: white !important;
}

#epta-template.epta-template-1 .epta-light-bg,
#epta-template.epta-template-1 .epta-countdown-cell,
#epta-template.epta-template-1 .epta-sidebar-box h2.tribe-events-single-section-title,
#epta-template.epta-template-1 .epta-addto-calendar a {
  background: transparent !important;
}

#epta-template.epta-template-1 .epta-title-date h2,
#epta-template.epta-template-1 .epta-title-date .tecset-date,
#epta-template.epta-template-1 .epta-countdown-cell,
#epta-template.epta-template-1 .epta-sidebar-box h2.tribe-events-single-section-title,
#epta-template.epta-template-1 .epta-addto-calendar a,
#epta-template.epta-template-1 .epta-related-title h4,
#epta-template.epta-template-1 .epta-related-title h4 a,
#epta-template.epta-template-1 .epta-related-date {
  color: #505050 !important;
}

.epta-title-date.no-image {
  padding: 0 !important;
}

#epta-template.epta-template-1 .epta-sidebar-area,
#epta-template.epta-template-1 .epta-map-area .tribe-events-venue-map {
  background-color: #F9F9F9 !important;
}

.tribe-events-meta-group a {
  color: #4ABAB8 !important;
}

a:hover,
a:focus {
  color: #005351 !important;
}

.elementor-button-wrapper .elementor-button,
.elementor-button-wrapper .elementor-button:visited {
  color: var(--ast-global-color-5) !important;
}

/* Carrusel/Acordeon */

.container-list-principal {
  display: flex;
  justify-content: space-around;
  align-items: center;


}

.container-list {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.container-list .box-list {
  position: relative;
  max-width: 400px;
  height: 90px;
  background-color: white;
  cursor: pointer;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.025);
  transition: transform 0.5s ease-in-out;
  border-radius: 0 20px 20px 0;
  width: 350px;
  height: auto;
}

.text-list {
  padding: 20px 0;
}


.box-list:hover {
  transform: translateX(30px);
}



.box-list:hover~.box-list {
  transform: translateX(0);
}

.container-list-image {
  width: 50%;
}

.container-list-image>img {
  width: 70% !important;
}

.container-list .box-list::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 100%;
  background-color: #0B8B8E;
  transition: transform 0.5s ease;
  border-radius: 0 20px 20px 0;

}

.container-list .box-list:hover::before {
  width: 100%;
  transition: width 0.5s ease;


}

.container-list .box-list .content-list {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}

.container-list .box-list p {
  margin: 0 20px;
text-align: justify;
}

.container-list .box-list:hover p {
  color: white;
}

/* line capacitacion*/
.container-timeline {
  display: flex;
  justify-content: center;
  align-items: start;
}

.timeline-image {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.timeline-image img {
  width: 500px;
  border-radius: 25px;
}

.btn-group {
  display: flex;
  gap: 20px;
  justify-content: end;
  margin: 20px 0;
}


.timeline {

  width: 100%;
  max-width: 36em;
  width: 50 !important;
}

.timeline__arrow {
  background-color: transparent !important;
  border-radius: 0.25em;
  cursor: pointer;
  flex-shrink: 0;
  margin-inline-end: 0.25em;
  outline: transparent;
  width: 2em;
  height: 2em;
  transition:
    background-color calc(var(--trans-dur) / 2) linear,
    color var(--trans-dur);
  -webkit-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
}

.timeline__arrow:focus-visible,
.timeline__arrow:hover {
  background-color: #0B8B8E;
  color: #ffffff;
}

.timeline__arrow-icon {
  display: block;
  pointer-events: none;
  transform: rotate(-90deg);
  transition: transform var(--trans-dur) var(--trans-timing);
  color: black;
}

.timeline__date {
  font-size: 0.833em;
  line-height: 2.4;
}

.timeline__dot {
  background-color: #002221;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
  margin: 20px 0;
  margin-inline-end: 1em;
  position: relative;
  width: 0.75em;
  height: 0.75em;
}

.timeline__item {
  position: relative;
  padding-bottom: 2.25em;
}

.timeline__item:not(:last-child):before {
  background-color: currentColor;
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 90px;
  width: 0.125em;
  height: 100%;
  transform: translateX(-50%);
}

[dir="rtl"] .timeline__arrow-icon {
  transform: rotate(90deg);
}

[dir="rtl"] .timeline__item:not(:last-child):before {
  right: 2.625em;
  left: auto;
  transform: translateX(50%);
}

.timeline__item-header {
  display: flex;
}

.timeline__item-body {
  border-radius: 0.375em;
  overflow: hidden;
  margin-top: 0.5em;
  margin-inline-start: 110px;
  height: 0;
}

.timeline__item-body-content {
  background-color: hsl(var(--hue), 10%, 50%, 0.2);
  opacity: 0;
  padding: 0.5em 0.75em;
  visibility: hidden;
  transition:
    opacity var(--trans-dur) var(--trans-timing),
    visibility var(--trans-dur) steps(1, end);
}

.timeline__meta {
  width: 100%;
  display: flex;
  align-items: center
}

.timeline__title {
  font-size: 1.5em;
  line-height: 1.333;
}

.timeline__item-body--expanded {
  height: auto;
}

.timeline__item-body--expanded .timeline__item-body-content {
  opacity: 1;
  visibility: visible;
  transition-delay: var(--trans-dur), 0s;
}

.timeline__arrow[aria-expanded="true"] .timeline__arrow-icon {
  transform: rotate(0);
}

/* Linea del tiempo */

.container-years {
  --bgColor: white;

  --col-gap: 2rem;
  --row-gap: 2rem;
  --line-w: 0.25rem;
  display: grid;
  grid-template-columns: var(--line-w) 1fr;
  grid-auto-columns: max-content;
  column-gap: var(--col-gap);
  list-style: none;
  width: min(60rem, 90%);
  margin-inline: auto;
}

/* line */
.container-years::before {
  content: "";
  grid-column: 1;
  grid-row: 1 / span 20;
  background: rgb(225, 225, 225);
  border-radius: calc(var(--line-w) / 2);
}

/* columns*/

/* row gaps */
.container-years .container-card-item:not(:last-child) {
  margin-bottom: var(--row-gap);
}

/* card */
.container-years .container-card-item {
  grid-column: 2;
  --inlineP: 1.5rem;
  margin-inline: var(--inlineP);
  grid-row: span 2;
  display: grid;
  grid-template-rows: min-content min-content min-content;
}

/* date */
.container-years .container-card-item .date {
  --dateH: 3rem;
  height: var(--dateH);
  margin-inline: calc(var(--inlineP) * -1);

  text-align: center;
  background-color: var(--accent-color);

  color: white;
  font-size: 1.25rem;
  font-weight: 700;

  display: grid;
  place-content: center;
  position: relative;

  border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
}

/* date flap */
.container-years .container-card-item .date::before {
  content: "";
  width: var(--inlineP);
  aspect-ratio: 1;
  background: var(--accent-color);
  background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
  position: absolute;
  top: 100%;

  clip-path: polygon(0 0, 100% 0, 0 100%);
  right: 0;
}

#ect-events-list-content,
.ect-list-wrapper {

  flex-direction: row !important;

  margin: 0 !important;

  gap: 20px !important;
	flex-wrap: wrap !important;

}

#ect-events-list-content .ect-list-post {

    max-width: 365px !important;
}

/* circle */
.container-years .container-card-item .date::after {
  content: "";
  position: absolute;
  width: 2rem;
  aspect-ratio: 1;
  background: var(--bgColor);
  border: 0.3rem solid var(--accent-color);
  border-radius: 50%;
  top: 50%;

  transform: translate(50%, -50%);
  right: calc(100% + var(--col-gap) + var(--line-w) / 2);
}

/* title descr */
.container-years .container-card-item .title,
.container-years .container-card-item .descr {
  background: var(--bgColor);
  position: relative;
  padding-inline: 1.5rem;
}

.container-years .container-card-item .title {
  overflow: hidden;
  padding-block-start: 1.5rem;
  padding-block-end: 1rem;
  font-weight: 500;
}

.container-years .container-card-item .descr {
  padding-block-end: 1.5rem;
  font-weight: 300;
  padding-block-start: 1.5rem;
	text-align: justify;
	color: black;
}

/* shadows */
.container-years .container-card-item .title::before,
.container-years .container-card-item .descr::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 0.5rem;
  background: rgba(0, 0, 0, 0.5);
  left: 50%;
  border-radius: 50%;
  filter: blur(4px);
  transform: translate(-50%, 50%);
}

.container-years .container-card-item .title::before {
  bottom: calc(100% + 0.125rem);
}

.container-years .container-card-item .descr::before {
  z-index: -1;
  bottom: 0.25rem;
}

/* circulo proceso de certificación*/
.container-process {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px;
  gap: 100px;
}

.container-img {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin-right: 20px;
}

.image {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  position: relative;
  z-index: -1;
}

.svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  max-width: 100%;
  z-index: 1;
}

.message-container {
  flex: 1;
  background-color: #f0f0f0;
  padding: 20px;
  border-radius: 5px;
}


/*Slide normas*/


.collection .content{
    height: 17rem;
    width: 25rem ;
    background-color: #F9F9F9 !important;
    border: .2rem solid rgba(255,255,255,.1) !important;
    border-radius: .7rem !important;
    border-bottom: 5px solid #0B8B8E !important;
    border-width: 0px 0px 5px 0px !important;
    overflow: hidden;
    /* padding: .2rem; */
    box-shadow: -4px 5px 13.8px 0px rgba(0, 0, 0, 0.40)
}

.content img{
    width: 100%;
    border-bottom-left-radius: .6rem;
    border-bottom-right-radius: .6rem;
}
.text-content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.text-content h3{
    font-size: 1.7rem;
    font-weight:bold;
    color: #505050;
    margin: 10px 0 0 0;
}
.text-content p{
    max-width: 22rem;
    font-size: .8rem;
    font-weight: 400;
    text-align: center;
    color: #505050;
    margin: 0;

}
.btn-content{
    background-color: #0B8B8E;
    padding: 8px;
    border: 2px solid #0B8B8E;
    outline: none;
    font-size: .8rem;
    border-radius: .5rem;
    margin: 1rem 0;
    cursor: pointer;
    text-decoration: none;
    color: #FFF;
    width: 120px;
    text-align: center;
}
.icono-content{
    width: 32px !important;
    height: 32px !important;
    margin-top: 20px !important;
}


@media (min-width: 40rem) {
  .container-years {
    grid-template-columns: 1fr var(--line-w) 1fr;
  }

  .container-years::before {
    grid-column: 2;
  }

  .container-years .container-card-item:nth-child(odd) {
    grid-column: 1;
  }

  .container-years .container-card-item:nth-child(even) {
    grid-column: 3;
  }

  /* start second card */
  .container-years .container-card-item:nth-child(2) {
    grid-row: 2/4;
  }

  .container-years .container-card-item:nth-child(odd) .date::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    left: 0;
  }

  .container-years .container-card-item:nth-child(odd) .date::after {
    transform: translate(-50%, -50%);
    left: calc(100% + var(--col-gap) + var(--line-w) / 2);
  }

  .container-years .container-card-item:nth-child(odd) .date {
    border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
  }
}


@media only screen and (max-width: 1024px) {
  .inner-box .service-block-image {
    position: relative;
  }

  .elementor-absolute.icon {
    position: relative !important;
  }

}

@media (min-width: 545px) and (max-width: 921px) {

  .timeline__item:not(:last-child):before {
    left: 74px;
  }
}

@media (min-width: 320px) and (max-width: 674px) {

  .info-noticia {
    left: 0 !important;
    margin-left: 20px !important;
  }

  .info-noticia h3 {
    font-size: 14px !important;
  }

  .info-noticia p {
    font-size: 10px !important;
  }

  .mySwiper {
    align-items: start !important;
  }

  .mySwiper-slide img {
    width: 85% !important;
  }

  .info-noticia {
    width: 50% !important;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 25px !important;
    height: 25px !important;
  }

  .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 0%) !important;
  }

  .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 0%) !important;
  }


  .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    top: var(--swiper-pagination-top, 85%) !important;
    left: 190px !important;
    width: auto !important;
  }

  .swiper-button-next,
  .swiper-button-prev {
    position: absolute;
    top: 88% !important;
  }

  .contenedor-fechas {
    padding-top: 0 !important;
    padding-bottom: 0 !important;

  }

  .tarjeta-calendario {
    padding: 0 !important;
  }

  .columna-fecha {
    width: 30% !important;
    text-align: center;
  }

  .columna-info {
    width: 70% !important;
    text-align: center;

  }

  .contacto-form {
    width: 100% !important;
  }

  .second-menu-footer {
    flex-direction: column !important;
    gap: 0;
  }

  .nav .wrapper {
    padding: 0 30px;
  }

  .acordeon {
    flex-direction: column;
  }

  .contenedor-info {
    width: 100%;
    margin: 0;
    padding: 40px 30px;
    height: 90vh;

  }

  .contenedor-img {
    grid-template-rows: repeat(15, 25px);
    grid-template-columns: repeat(6, 30px);
  }

  .tarjeta3 {
    grid-area: 4 / 4 / 9 / 7;
    flex-direction: column;
    height: 206px;
  }

  .tarjeta4 {
    grid-area: 9 / 4 / 9 / 7;
    height: 206px;
  }

  .tarjeta5 {
    grid-area: 11 / 1 / 11 / 4;
    flex-direction: column;
    height: 206px;
  }

  .tarjeta3>.tarjeta_img,
  .tarjeta5>.tarjeta_img {
    border-radius: 30px 30px 0 0px !important;
  }

  .timeline__item:not(:last-child):before {
    left: 65px;
  }

  .container-list-principal {
    flex-direction: column;
  }

  .container-list-image {

    margin-bottom: 50px;
  }

  .elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-wrapper {
    align-items: center;
  }

  .container-list {
    justify-content: center;
  }

  .container-list-image {
    display: none;
  }

  .container-list .box-list {
    width: 250px;
  }

  .container-process {
    flex-direction: column-reverse;
  }
	.ast-builder-footer-grid-columns.site-above-footer-inner-wrap.ast-builder-grid-row {
    flex-direction: column;
    gap: 30px;
}
}

@media (min-width: 675px) and (max-width: 1024px) {

  .info-noticia {
    left: 40px !important;
  }

  .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 77%) !important;
  }


  .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 6%) !important;
  }

  .contacto-form {
    width: 100%;
  }

  .swiper-button-next,
  .swiper-button-prev {

    top: 88% !important;
  }

  .contenedor-fechas {
    padding-top: 0 !important;
    padding-bottom: 0 !important;

  }

  .columna-fecha {

    text-align: center;
  }

  .columna-info {

    text-align: center;

  }

  .elementor-2505 .elementor-element.elementor-element-29f6a5b {
    --width: 50% !important;
  }

  .elementor-2505 .elementor-element.elementor-element-a321995 {
    --width: 50% !important;
  }

  .elementor-2505 .elementor-element.elementor-element-8377891 {
    --width: 50% !important;
  }

  .elementor-2505 .elementor-element.elementor-element-16a6668 {
    --width: 50% !important;
  }

  .elementor-2505 .elementor-element.elementor-element-64b74f8 {
    --width: 50% !important;
  }

  .contacto-form {
    width: 100% !important;
  }


}





@media (max-width: 1024px) and (min-width: 986px) {

  .columna-calendario,
  .capacitacion-columna {
    width: 33.33% !important;
  }

  .contenedor-fechas {
    padding-top: 0 !important;
    padding-bottom: 0 !important;

  }

  .elementor-element-0dcfb6c {
    --width: 33.33% !important;
  }

  .elementor-2505 .elementor-element.elementor-element-29f6a5b {
    --width: 33.3% !important;
  }

  .elementor-2505 .elementor-element.elementor-element-a321995 {
    --width: 33.33% !important;
  }

  .elementor-2505 .elementor-element.elementor-element-8377891 {
    --width: 33.33% !important;
  }

  .elementor-2505 .elementor-element.elementor-element-16a6668 {
    --width: 33.33% !important;
  }

  .elementor-2505 .elementor-element.elementor-element-64b74f8 {
    --width: 33.33% !important;
  }

  .logo {
    margin-left: 30px;
  }

  .btn-contacto {
    margin-right: 30px;
  }

}


@media screen and (max-width: 1023px) {

  .contenedor-img {
    grid-template-rows: repeat(15, 25px);
    grid-template-columns: repeat(6, 30px);
  }

  .tarjeta3 {
    grid-area: 4 / 4 / 9 / 7;
    flex-direction: column;
    height: 206px;
  }

  .tarjeta4 {
    grid-area: 9 / 4 / 9 / 7;
    height: 206px;
  }

  .tarjeta5 {
    grid-area: 11 / 1 / 11 / 4;
    flex-direction: column;
    height: 206px;
  }

  .tarjeta3>.tarjeta_img,
  .tarjeta5>.tarjeta_img {
    border-radius: 30px 30px 0 0px !important;
  }

  .acordeon {
    align-items: center;
  }

  .container-list-image {
    display: none;
  }
}

/*NUEVO SLIDER*/

.video-mobile {
  height: 100vh;
  object-fit: cover;
}

.flickity-prev-next-button {
  width: 35px !important;
  height: 35px !important;
  padding: 0 !important;
  border-radius: 50% !important;
}

.flickity-prev-next-button .flickity-button-icon {
  left: 22% !important;
  top: 22% !important;
  width: 50% !important;
  height: 50% !important;
}

.flickity-button:hover {
  background: #005351 !important;
}

.btn-slide {
  margin-top: 20px;
  background-color: #0b8b8e;
  color: white;
  width: 135px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  font-weight: bold;
}

.btn-slide:hover {
  background-color: #005351;
  color: white !important;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
	background: linear-gradient(to bottom, rgb(14 29 51 / 60%), rgba(14, 29, 51, 0.2));
}

.hero-slider {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.hero-slider .carousel-cell {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hero-slider .carousel-cell .inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero-slider .carousel-cell .inner .subtitle {
  font-size: 2.2rem;
  line-height: 1.2em;
  font-weight: 700;
  color: rgb(255 255 255);
  margin-bottom: 5px;
}

.hero-slider .carousel-cell .inner .title {
  font-size: 3rem;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 40px;
}

.hero-slider .carousel-cell .inner .btn {
  border: 1px solid #fff;
  padding: 14px 18px;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 3px;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease;
}

.hero-slider .carousel-cell .inner .btn:hover {
  background: #fff;
  color: #000;
}

.hero-slider .carousel-cell .flickity-prev-next-button {
  width: 80px;
  height: 80px;
  background: transparent;
}

.hero-slider .carousel-cell .flickity-prev-next-button:hover {
  background: transparent;
}

.hero-slider .carousel-cell .flickity-prev-next-button .arrow {
  fill: white;
}

.hero-slider .carousel-cell .flickity-page-dots {
  bottom: 30px;
}

.hero-slider .carousel-cell .flickity-page-dots .dot {
  width: 30px;
  height: 4px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  border: 0 solid white;
  border-radius: 0;
}

.hero-slider .carousel-cell .flickity-page-dots .dot.is-selected {
  background: #ff0000;
  border: 0 solid #ff0000;
}

.elementor embed, .elementor iframe, .elementor object, .elementor video{
	
    width: 100vw !important;
    height: 100vh !important;
    object-fit: cover;
}
section#block-9{
	margin: 0;
}

section#block-9 > a{
	    color: white;
}

.ast-builder-footer-grid-columns.site-above-footer-inner-wrap.ast-builder-grid-row {
    display: flex;
    justify-content: space-between;
}

.elementor-element.elementor-element-21a2339.elementor-widget.elementor-widget-google_maps {
    height: 50%;
}
.elementor-element.elementor-element-9eafe3c.elementor-widget.elementor-widget-google_maps {
    height: 50%;
}

/* Animaciones */
.word {
            display: inline-flex;
            flex-direction: row;
            position: relative;
            margin-bottom: 20px; /* Espacio entre las palabras */
        }

        .letter {
            display: inline-block;
            opacity: 0;
            position: relative;
            animation: moveLetters 4s ease forwards;
        }

        .word:nth-child(1) .letter:nth-child(odd) {
            animation: moveDown 4s ease forwards;
        }
        .word:nth-child(1) .letter:nth-child(even) {
            animation: moveUp 4s ease forwards;
        }
        .word:nth-child(2) .letter:nth-child(odd) {
            animation: moveUp 4s ease forwards;
        }
        .word:nth-child(2) .letter:nth-child(even) {
            animation: moveDown 4s ease forwards;
        }
        .word:nth-child(3) .letter:nth-child(odd) {
            animation: moveDown 4s ease forwards;
        }
        .word:nth-child(3) .letter:nth-child(even) {
            animation: moveUp 4s ease forwards;
        }
        /* Añadimos reglas para más palabras si es necesario */
        .word:nth-child(4) .letter:nth-child(odd) {
            animation: moveUp 4s ease forwards;
        }
        .word:nth-child(4) .letter:nth-child(even) {
            animation: moveDown 4s ease forwards;
        }

        @keyframes moveLetters {
            0% {
                transform: translateY(100%);
                opacity: 0;
            }
            50% {
                transform: translateY(0);
                opacity: 1;
            }
            100% {
                transform: translateY(0);
                opacity: 1;
            }
        }

        @keyframes moveDown {
            0% {
                transform: translateY(-100%);
                opacity: 0;
            }
            100% {
                transform: translateY(0);
                opacity: 1;
            }
        }

        @keyframes moveUp {
            0% {
                transform: translateY(100%);
                opacity: 0;
            }
            100% {
                transform: translateY(0);
                opacity: 1;
            }
        }

#multi-step-form .fw-wizard-step-container h3{
	    font-size: 18px !important;
}

.elementor-widget-google_maps iframe {
    height: 300px !important;
}

/*-------------------------------NUEVOS ESTILITICOS------------------------------------------*/
.navFSSC{
    margin-left: 5%;
    margin-top: 40px;
}

.sectionFSSC{
    display: flex;
    flex-direction: row;
    padding: 10px 25px;
    justify-content: center;
    margin-top: 10px;
}

.mainFSSC h1{
    font-size: 50px !important;
    font-weight: 700 !important;
}
.leftSection p{
    text-align: justify;
    padding-bottom: 30px;
}
.leftSection button{
    padding: 15px 0px;
}

.leftSection {
    flex: 1;
    display: flex;
    flex-direction: column; /* Permite que los elementos dentro se alineen verticalmente */
    justify-content: center;
    align-items: flex-end; /*flex-start*/
    padding: 10px; 
    max-width: 550px;
}

.divtbnContactanos{
    width: 100%;
}

.rightSection {
    flex: 1;
    display: flex;
    justify-content: center; /* Centra el contenido horizontalmente */
    align-items: center; /* Centra el contenido verticalmente */
    max-width: 550px;
}

.rightSection img{
    width: 90%;
    max-width: 100%;
    height: 400px !important;
    max-height: 410px;
    object-fit: cover;
    border-radius: 3% 3% 3% 40% !important;
}

/*---------Objetivos---------*/
.articleObjetivos{
    display: flex;
    justify-content: center;
}
.sectionObjetivos p{
    text-align: justify;
}
.sectionObjetivos{
    display: flex;
    justify-content: left;
    padding: 10px 0px;
    margin-top: 50px;
    width: 75vw;
    max-width: 1500px;
}
.mainFSSC hr {
    border-top: 2px solid #0B8B8E;
    width: 100px;
}
.sectionObjetivos p {
    margin-top: 35px;
    margin-left: 2%;
    width: 100%;
    position: relative;
    font-weight: 600;
    font-size: 18px;
}

.sectionObjetivos p.with-vertical-line::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 0;
    bottom: 0;
    width: 1.5px;
    background-color: #0B8B8E;
}
.pObjetivos{
    margin-left: 50px !important;
}
.divObjetivos{
    display: flex;
}

/* --------MÓVIL-------- */
    @media (max-width: 768px) {
        
        /*Objetivos*/
        .pObjetivos{
            margin-left: 5px !important;
        }
        .divObjetivos{
            display: block;
        }
    
    }

/*---------Dirigido a------------*/
.articleDirigido{
    display: flex;
    justify-content: center;
}

.sectionDirigido {
    /*display: block;*/
    /*display: flex;*/
    justify-content: left;
    padding: 10px 5%;
    margin-top: 30px;
    width: 100vw;
    max-width: 1500px;
}

.divCorrectorDirigido{
    display: flex;
    justify-content: center;
}
.divCorrectorDirigido header{
    justify-content: left;
    padding: 10px 0px;
    margin-top: 50px;
    width: 75vw;
    max-width: 1500px;
}

.sectionDirigido header {
    padding: 10px 0px;
    margin-top: 30px;
}

.articleDivs {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Tres columnas de igual tamaño */
    gap: 20px; /* Espacio entre los elementos */
    margin-top: 20px;
    padding: 10px;
}

.articleDivs div {
    padding: 10px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    text-align: justify;
    align-content: center;
    padding: 50px 30px;
    border-bottom: 5px solid #0B8B8E;
}

/*---------Temario------------*/
.articleTemario{
    display: flex;
    justify-content: center;
}
.articleTemario section{
    justify-content: left;
    padding: 10px 5%;
    margin-top: 50px;
    width: 85vw;
    max-width: 1500px;
}
.articleTemario h1{
    font-family: 'Source Sans 3', system-ui, sans-serif !important;
    font-size: 50px !important;
    font-weight: 700 !important;
    
}
.articleTemario hr {
    border-top: 2px solid #0B8B8E;
    width: 100px;
}
    /* --------MÓVIL-------- */
    @media (max-width: 768px) {
        .articleCalendario h1{
            font-size: 45px !important;
        }
        .articleTemario header{
            margin: 0px -20px;
        }
        
    }

    /* --------MÓVIL-------- */
    @media (max-width: 768px) {
        
        .sectionFSSC{
        display: flex;
        flex-direction: column;
        }
        .sectionObjetivos p{
            font-size: 15px;
            margin-top: 50px;
        }
        /*Dirigido a*/
        .articleDivs {
            grid-template-columns: repeat(1, 1fr);
        }
        .navFSSC{
            margin-left: 5%;
        }
        .section1 {
            flex-direction: column;
            height: auto;
        }

        .leftSection, .rightSection {
            width: 100%; 
            padding: 10px 0;
        }

        .rightSection img {
            /**width: 80%;
            height: auto;**/
            width: 100%;
            min-height: 300px;
            height: auto;
        }
        

    }
    @media only screen and (min-width: 1026px) {
        .articleTemario header{
            margin-left: -5%;
        }
    }
    @media only screen and (min-width: 1025px) and (max-width: 1440px) {
        .articleTemario header{
            margin-left: 0%;
        }
    }
    @media (min-width: 1800px) and (max-width: 1980px) {
        .sectionDirigido{
            margin-left: 20%;
        }
    }
    @media (min-width: 1800px) and (max-width: 1980px) {
        .sectionObjetivos{
            margin-left: 7%;
        }
    }
	@media (min-width: 1800px) and (max-width: 1980px) {
        .articleObjetivos{
            margin-left: -8%;
        }
    }
/*ACORDEÓN*/
div.c{
  position: relative;
  /*margin:2em;*/
  background-color: #F5F5F5;
  width: 100%; /*45*/
}
.accordionTemario input{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity:0;
  visibility: 0;
}
.accordionTemario h1{
  background: #F5F5F5;
  color:white;
  /*padding:1em;*/
  padding-top: 20px;
  padding-left: 20px;
  position: relative;
  height: 30px;/*EXTRA*/
}
.h1FinalLeft{
    height: 50px !important;
}
.h1FinalRight{
    height: 50px !important;
}
label::before{
 /* content:"";
  display: inline-block;
  border: 15px solid transparent;
  border-left:20px solid black;*/
}
.c label{
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
}
/*Contenido*/
div.p{
  max-height:0px;
  overflow: hidden;
  transition:max-height 0.7s;
  background-color: #F5F5F5;
}
/*Contenido*/
div.p p{
  padding:2em;
}
div.p ul{
  /*padding:2em;*/
  margin-left: 2rem;
}
/*Flecha*/
.accordionTemario input:checked ~ h1 label::before{
  border-left:15px solid transparent;
  border-top:20px solid green;
  margin-top:12px;
  margin-right:10px;
}
/*Contenido*/
.accordionTemario input:checked ~ h1 ~ div.p{
  max-height:800px;
}

.accordionTemario{
    width: 100%;
    padding: 8px;
    /*NUEVO*/
    display: flex;/*NUEVO*/
    flex-direction: row;
    justify-content: center;
}

/*--*/
.accordionTemario input:checked ~ h1:before{
  transform: rotate(360deg);
  transition: 0.45s transform ease;
  border-top: 6px solid #0B8B8E;
}
.c h1::before {
  /*content: "▶";*/
  /*color: green;*/
  line-height: 1rem;
  top: 1.5rem;
  left: unset;
  right: 0.6rem;
  
  content: "";
  position: absolute;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid black;
  transform: rotate(270deg);
  transform-origin: center;
  transition: 0.2s transform ease;
}
.c h3{
    font-size: 17px;
    font-weight: 700;
}
.c h3:hover{
    color: #02514E;
    transition: color 0.3s ease;
}
.accordionTemario input:checked ~ h1 h3 {
  color: #0B8B8E;
  transition: color 0.3s ease;
}

.leftSectionAccordion{
    flex: 1;
    display: flex;
    flex-direction: column;
   /* justify-content: center;*/
    align-items: flex-start;
    padding: 10px;
    min-width: 50%;
}

.rightSectionAccordion{
    flex: 1;
    display: flex;
    flex-direction: column;
   /* justify-content: center;  Centra el contenido horizontalmente */
    align-items: center;
    min-width: 50%;
    margin-top: 10px;
}

    /* --------MÓVIL-------- */
    @media (max-width: 768px) {
        .accordionTemario{
            padding: 0px;
            flex-direction: column;
        }
        .leftSectionAccordion{
            padding: 0px;
            min-width: 50%;
        }
        .c h3{
            font-size: 15px;
        }
        .rightSectionAccordion{
            margin-top: 0px;
        }
        .h1FinalLeft{
            height: 35px !important;
        }
        .h1FinalExtra{
            height: 35px !important;
        }
        
    }
/*DURACIÓN LUGAR*/
.sectionDuracionLugar{
        margin-top: 25px;
        background-color: #0B8B8E;
        height: 115px;
    }
    .sectionDuracionLugar article{
        display: flex;
        flex-direction: row;
        justify-content: center;
        color: white;
        height: 115px;
    }
    .leftDivDuracionLugar{
        flex: 1;
        display: flex;
        flex-direction: row;
        justify-content: end;
        padding: 10px;
        min-width: 50%;
        padding-right: 50px;
    }
    .rightDivDuracionLugar{
        flex: 1;
        display: flex;
        flex-direction: row;
        min-width: 50%;
        padding: 10px;
        padding-left: 50px;
    }
    .divCorrectorDuracionLugar{
        align-self: center;
    }
    .divCorrectorDuracionLugar h4{
        margin-bottom: 5px;
        color: white;
        font-weight: 700;
    }
    .sectionDuracionLugar i{
        font-size: 38px;
        margin-right: 25px;
        align-self: center;
    }
    
        /* --------MÓVIL-------- */
    @media (max-width: 768px) {
            .leftDivDuracionLugar{
                padding-right: 2px;
            }
            .rightDivDuracionLugar{
                padding-left: 2px;
            }
            .sectionDuracionLugar i{
                font-size: 30px;
            }
    }
/*CONOCE NUESTRO CALENDARIO*/
.articleCalendario{
    display: flex;
    justify-content: center;
}
.articleCalendario section{
    justify-content: left;
    padding: 10px 5%;
    margin-top: 50px;
    width: 85vw;
    max-width: 1500px;
}
.articleCalendario h1{
    font-family: 'Source Sans 3', system-ui, sans-serif !important;
    font-size: 50px !important;
    font-weight: 700 !important;
    
}
.articleCalendario hr {
    border-top: 2px solid #0B8B8E;
    width: 100px;
}

.articleCalendario h2{
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 0px;
}

        /* --------MÓVIL-------- */
    @media (max-width: 768px) {
        .articleCalendario h1{
            font-size: 45px !important;
        }
        .articleCalendario header{
            margin: 0px -20px;
        }
        .articleCalendario h2{
            font-size: 30px;
        }
        
    }
/*Meses*/
.articleCalendario2 h2{
    font-weight: 700;
    margin-top: -40px;
    margin-bottom: 0px;
    font-size: 30px;
}

/*--------------FORMULARIO CONTACTO----------------*/
.form-container {
        background-color: #F9F9F9;
        padding: 20px;
        border-radius: 8px;
        width: 100%;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 50px;
    }
    .header{
        align-self: start;
        margin-left: 15%;
    }
    .header h2 {
        font-family: 'Source Sans Pro', system-ui, sans-serif;
        font-size: 250%;
    }
    .header hr {
        border-top: 2px solid #0B8B8E;
        width: 100px;
    }
    .form-container li{
        color: #0B8B8E;
    }
    .contacto-form {
        width: 100%;
        max-width: 600px;
        margin-top: 30px;
    }
    .form-group {
        margin-bottom: 15px;
    }
    .form-group label {
        display: block;
        margin-bottom: 5px;
    }
    .form-group input,
    .form-group select,
    .form-group textarea {
        width: 100%;
        box-sizing: border-box;
    }
    .form-group textarea {
        resize: vertical;
    }
    .form-actions {
        text-align: center;
    }
    .form-actions .btn-primario {
        padding: 10px 20px;
        background-color: #0B8B8E;
        color: #fff;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }
    .form-actions .btn-primario:hover {
        background-color: #094f4f;
    }
    .loader {
        display: none;
    }
    .divbtnqueja{
        padding-bottom: 30px;
        padding-top: 10px;
    }
    .header p{
        font-size: 22px;
        margin-top: 20px;
        text-align: justify;
        margin-right: 100px;
        max-width: 1050px;
    }
    
        /* --------MÓVIL-------- */
    @media (max-width: 768px) {
        .header p{
        font-size: 18px;
        margin-right: 50px;
    }
        
    }

/*PROCESO DE CERTIFICACIÓN*/
.sectionProceso{
        margin-top: 25px;
        background-color: #F9F9F9;
        height: 115px;
        padding: 10px;
    }
    .sectionProceso article{
        display: flex;
        height: 100%;
    }
    .sectionProceso article h3{
        margin: auto;
        font-size: 32px;
        font-weight: 600;
    }
    .sectionProceso article a{
        margin: auto;
    }
    .sectionProceso article img{
        margin: auto;
        width: 60px;
    }
    
    /* --------MÓVIL-------- */
    @media (max-width: 768px) {
        .sectionProceso{
        height: 400px;
        padding: 20px;
    }
    .sectionProceso article{
        display: block;
        padding-top: 20px;
        text-align: center;
    }
    .sectionProceso article h3{
        margin-bottom: 50px;
    }
    .sectionProceso article img{
        width: 50px;
        margin-bottom: 30px;
    }
        
    }

/*AVISO DE PRIVACIDAD*/
/*HEADER*/
    .headerAvisoP{
        margin-top: 70px;
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
    }
    .headerAvisoP h1{
        font-size: 50px;
        font-weight: 700;
    }
    .headerAvisoP h2{
        font-weight: 600;
        margin-top: -20px;
    }
    .headerAvisoP hgroup{
        width: 75%;
        max-width: 1200px;
    }

    /*InfoPriv*/
    .sectionInfoPriv{
        background-color: #F9F9F9;
        display: flex;
        justify-content: center;
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .sectionInfoPriv article{
        width: 75%;
        max-width: 1200px;
        text-align: justify;
    }
    /*EnumPriv*/
    .sectionEnumPriv{
        background-color: #F9F9F9;
    }

    /*Política de Cookies*/
    .sectionPCookies div{
        margin-bottom: 80px
    }
    .sectionPCookies header{
        display: flex;
        justify-content: center;
    }
    .sectionPCookies h2{
        font-weight: 600;
        margin-top: 50px;
        width: 75%;
        max-width: 1200px;
    }
    
    /* Clase base para las secciones */
    .sectionBase {
        display: flex;
        justify-content: center;
    }
    .sectionBase div {
        width: 37.5%;
        max-width: 600px;
        text-align: justify;
    }
    .sectionBase h4 {
        font-size: 18px;
        padding: 0 8px;
        margin-bottom: 0;
        margin-top: 10px;
    }
    .sectionBase p {
        padding: 0 8px;
    }
    
        /* --------MÓVIL-------- */
    @media (max-width: 768px) {
        .sectionBase{
            display: block;
        }
        .sectionBase div{
            width: 100%;
            max-width: 100%;
        }
        
    }

/*SECCIÓN OBJETIVOS CON CAJAS CON ÍCONOS ej: BPM*/
.divCorrectorObjetivos{
    display: flex;
    justify-content: center;
}
.divCorrectorObjetivos header{
    justify-content: left;
    padding: 10px 0px;
    margin-top: 50px;
    width: 75vw;
    max-width: 1500px;
}

.sectionObjetivos header {
    padding: 10px 0px;
    margin-top: 30px;
}

.articleDivsObjetivos {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Tres columnas de igual tamaño */
    gap: 20px; /* Espacio entre los elementos */
    margin-top: 20px;
    padding: 10px;
}

.articleDivsObjetivos div {
    position: relative;
    padding: 10px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    text-align: justify;
    align-content: top;
    padding: 50px 30px;
    border-bottom: 5px solid #0B8B8E;
}
.articleObjetivos h1{
    margin-bottom: 40px;
}
.objective-box i {
    position: absolute;
    top: 20px;
    left: 35px;
    font-size: 44px;
    color: #0B8B8E;
}
/* --------MÓVIL-------- */
    @media (max-width: 768px) {
        /*Objetivos*/
        .articleDivsObjetivos {
            grid-template-columns: repeat(1, 1fr);
        }
    }

/* -----------CORRECIÓN HEADER-------------*/
.liRecursos .mega-box .content{
	width: 50%;
	justify-self: center;
	min-height: 50px;
}
.liRecursos .mega-box .content div{
	text-align: center;
}

.liprecenciaInt .mega-box .content{
	width: 50%;
	justify-self: center;
	min-height: 50px;
}
.liprecenciaInt .mega-box .content div{
	text-align: center;
}

/*  Porqué Elegirnos  */
.articlePorqueElegirnos{
        background-color: #F9F9F9;
        padding-bottom: 40px;
    }
    .sectionPorqueElegirnos {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        max-width: 1200px;
        margin: 0 auto;
    }
    .sectionPorqueElegirnos header {
        margin-bottom: 20px;
        margin-top: 30px;
    }
    .articles {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        margin-bottom: 20px;
    }
	.h1CompromisoMain{
		margin-top: 78px;
	}
    .sectionPorqueElegirnos article {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        border-radius: 8px;
        padding: 20px;
        height: 100%;
        margin-top: 30px;
    }

    .sectionPorqueElegirnos img {
        width: 60px;
        height: auto;
        margin-bottom: 10px;
    }

    .sectionPorqueElegirnos h1{
        font-weight: 700;
        font-size: 50px;
        text-align: left;
    }
    .sectionPorqueElegirnos h3 {
        margin: 0 0 10px 0;
        text-align: left;
        font-weight: 700;
    }

    .sectionPorqueElegirnos p {
        text-align: justify;
        flex-grow: 1;
    }

    .sectionPorqueElegirnos button {
        margin-top: 20px;
    }

	.headerh1PresenciaIntMain{
		margin-left: -60px;
	}
    
            /* --------MÓVIL-------- */
    @media (max-width: 767px) {
        .articles {
           grid-template-columns: repeat(1, 1fr) !important;
            width: 100% !important;
        }
		.h1CompromisoMain{
		margin-top: 0px;
		}
    }

.articleAuditorLider{
    display: flex;
    justify-content: center;
}
.articleAuditorLider section{
    justify-content: left;
    padding: 10px 5%;
    margin-top: 50px;
    width: 85vw;
    max-width: 1500px;
}
.articleAuditorLider h1{
    font-family: 'Source Sans 3', system-ui, sans-serif !important;
    font-size: 50px !important;
    font-weight: 700 !important;
    
}
.articleAuditorLider hr {
    border-top: 2px solid #0B8B8E;
    width: 100px;
}

/*--------BoxesISO-------------*/
.boxesISO{
    display: flex;
}
.boxesDivs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 10px;
    padding: 10px 20px;
    margin-left: 35px;
}
.divInBox {
    border: 1px solid #CFD1CB;
    border-radius: 20px;
    padding: 25px 10px;
    text-align: center;
}
.divInBox i{
    font-size: 80px;
    color: #D2D2D2;
    padding-bottom: 10px;
}
.iconTiny{
    font-size: 50px !important;
}
.divInBox a{
    padding: 13px 40px;
    font-size: 16px;
}
.divInBox p{
    margin-bottom: 30px;
}
.pCorrection{
    margin-bottom: 78px !important;
}
.h3IntegralCorrection{
    margin-top: 12%;
    margin-bottom: 33% !important;
}

@media (min-width: 1026px) {
	.boxesDivs{
		margin-left: 0px;
	}
	.headerContactoForm{
		margin-left: 110px;
		max-width: 1150px;
		margin: 0 auto;
	}
	.headerContactoForm p{
		font-size: 20px;
		margin-top: 10px;
		font-weight: normal;
		text-align: justify;
	}
	.headerContactoForm hr {
    border-top: 2px solid #0B8B8E;
    width: 100px;
	}
}
.headerContactoForm hr {
    border-top: 2px solid #0B8B8E;
    width: 100px;
	}


        /* --------LAPTOP-------- */
    @media (min-width: 769px) and (max-width: 1025px) {
        .boxesDivs {
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                width: 100%;
            }
        .pCorrection {
            margin-bottom: 78px !important;
        }
        .h3IntegralCorrection{
            margin-top: 7%;
            margin-bottom: 17% !important;
        }
    }
    
        /* --------TABLETA-------- */
    @media (min-width: 481px) and (max-width: 768px) {
        .boxesDivs {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            width: 100%;
            }
        .pCorrection {
            margin-bottom: 75px !important;
        }
        .h3IntegralCorrection{
            margin-top: 10%;
            margin-bottom: 23% !important;
        }
    }

        /* --------MÓVIL-------- */
    @media (max-width: 767px) {
        .articleAuditorLider h1{
            font-size: 45px !important;
        }
        .articleAuditorLider header{
            margin: 0px -20px;
        }
        .boxesDivs {
            display: grid;
           	grid-template-columns: repeat(1, 1fr) !important;
            width: 100% !important;
        }
        .divInBox a{
            padding: 10px 20px;
            font-size: 15px;
        }
        .divInBox{
            margin-bottom: 10px;
        }
        .h3IntegralCorrection{
            margin-top: 10%;
            margin-bottom: 23% !important;
        }
    }

/*A- Sección Entidades*/
.sectionEntidades img{
        width: 70%;
    }
    .sectionEntidades h2{
        font-size: 45px;
        font-weight: 700;
        text-align: center;
        width: 80%;
        margin: 10px auto;
    }
    .sectionEntidades p{
        font-size: 26px;
        text-align: center;
        width: 70%;
        margin: 20px auto;
    }
    .sectionEntidades div{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        padding: 0px 50px;
        justify-items: center;
        align-items: center;
    }
    
    .sectionEntidades .img-container {
        position: relative;
        width: 100%;
        text-align: center;
    }

    .sectionEntidades .img-container img {
        position: absolute;
    }

    .sectionEntidades .img-container p {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        font-size: 15px;
        margin-top: 40px;
        width: 70%;
    }
    .imgTPECS{
        width: 35% !important;
    }
    .imgOnac{
        margin-top: 50px;
    }
	.p2Main{
		min-width: 1200px;
	}
    
    /* --------MÓVIL-------- */
    @media (max-width: 767px) {
		.p2Main{
		min-width: 0px;
		}
        .sectionEntidades div{
        grid-template-columns: repeat(1, 1fr);
        }
        .sectionEntidades img{
            margin-top: 10px;
        }
        .sectionEntidades h1{
            font-size: 40px;
        }
        
        .sectionEntidades .img-container {
            position: relative;
            width: 100%;
            text-align: center;
        }
        .sectionEntidades .img-container img {
            position: absolute;
        }
        .sectionEntidades .img-container p {
            position: relative;
            top: 45%;
            font-size: 12px;
            margin-top: 18%;
            width: 200%;
            margin-bottom: 20%; 
        }
    }

/*B - Correción en tamaño de pantalla*/
@media (min-width: 1026px) {
	.headerPrincipalesServiciosPaises{
		margin-left: -60px;
	}
	.beneficiosTrabajarPaises{
		margin-left: -50px;
	}
	.beneficiosTrabajarPaises h2{
		margin-top: 80px;
	}
	.headerConocerProcesoPaises{
		margin-left: -50px;
	}
	.pEntidadesAcreditacionPaises{
		min-width: 1180px;
	}
}

/*C - Auditor Líder*/
.boxesISO h3{
        font-size: 20px;
    }
.articleAuditorLider{
    display: flex;
    justify-content: center;
}
.articleAuditorLider section{
    justify-content: left;
    padding: 10px 5%;
    margin-top: 50px;
    width: 85vw;
    max-width: 1500px;
}
.articleAuditorLider h1{
    font-family: 'Source Sans 3', system-ui, sans-serif !important;
    font-size: 50px !important;
    font-weight: 700 !important;
    
}
.articleAuditorLider hr {
    border-top: 2px solid #0B8B8E;
    width: 100px;
}

/*--------BoxesIso Correción Tamaños-------------*/

        /* --------LAPTOP-------- */
    @media (min-width: 769px) and (max-width: 1025px) {
        .boxesDivs {
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                width: 100%;
            }
        .pCorrection {
            margin-bottom: 78px !important;
        }
        .h3IntegralCorrection{
            margin-top: 7%;
            margin-bottom: 17% !important;
        }
    }
    
        /* --------TABLETA-------- */
    @media (min-width: 481px) and (max-width: 768px) {
        .boxesDivs {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            width: 100%;
            }
        .pCorrection {
            margin-bottom: 75px !important;
        }
        .h3IntegralCorrection{
            margin-top: 10%;
            margin-bottom: 23% !important;
        }
    }

        /* --------MÓVIL-------- */
    @media (max-width: 767px) {
        .articleAuditorLider h1{
            font-size: 45px !important;
        }
        .articleAuditorLider header{
            margin: 0px -20px;
        }
        .boxesDivs {
            display: grid;
           grid-template-columns: repeat(1, 1fr) !important;
            width: 100% !important;
        }
        .divInBox a{
            padding: 10px 20px;
            font-size: 15px;
        }
        .divInBox{
            margin-bottom: 10px;
        }
        .h3IntegralCorrection{
            margin-top: 10%;
            margin-bottom: 23% !important;
        }
    }

@media (min-width: 1026px) {
	.boxesDivsPaises{
		grid-template-columns: repeat(3, 1fr) !important;
		width: 100%;
		margin-left: 0px !important;
	}
	.headerFormacionPaises{
		
	}
}
/*D - article Texto Antes de la Seccion*/
/*@media (min-width: 1026px) {*/
	.articleTextoAntesdelaSeccion{
		width: 70%;
		justify-self: center;
		padding-top: 30px;
	}
	.articleTextoAntesdelaSeccion h1{
		font-family: 'Source Sans 3', system-ui, sans-serif !important;
    	font-size: 50px !important;
    	font-weight: 700 !important;
	}
	.articleTextoAntesdelaSeccion p{
		text-align: justify;
	}
@media (min-width: 770px) and (max-width: 1624px){
        .articleTextoAntesdelaSeccion{
            width: 78%;
        }
    }

@media (min-width: 1600px) {
        .articleTextoAntesdelaSeccion{
            width: 62%;
        }
    }

@media (min-width: 1400px) {
        .articleTextPresenciaInternacional img{
            width: 13%;
        }
    }

/* --------MÓVIL-------- */
@media (max-width: 768px) {
	.articleTextoAntesdelaSeccion{
		width: 80%;
	}
	.articleTextoAntesdelaSeccion h1{
    	font-size: 48px !important;
	}
	.articleTextoAntesdelaSeccionPaises h1{
		font-size: 40px !important;
		text-align: center;
	}
}

/*E - Correciones sección principal*/
.navFSSC{
    margin-left: 5%;
    margin-top: 100px;
}
.leftSection h1{
    align-self: start;
}

.rightSection img{
    border-radius: 10% 10% 10% 10% !important;
}

/*---------Dirigido a------------*/
.articleDirigido2{
    display: flex;
    justify-content: center;
}
.sectionDirigido2 {
    /*display: block;*/
    /*display: flex;*/
    justify-content: left;
    padding: 10px 5%;
    margin-top: 30px;
    width: 100vw;
    max-width: 1500px;
}
.divCorrectorDirigido2{
    display: flex;
    justify-content: center;
}
.sectionDirigido2{
    margin-top: 80px;   
}
.articleDivs {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Tres columnas de igual tamaño */
    gap: 20px; /* Espacio entre los elementos */
    margin-top: 20px;
    padding: 10px;
}

.articleDivs div {
    padding: 10px;
    /*box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);*/
    border-radius: 10px;
    text-align: justify;
    align-content: center;
    padding: 50px 30px;
}
.articleDivs i{
    font-size: 50px;
    color: #4ABAB8;
}
.articleDivs h1{
    font-size: 40px !important;
}
.pMision{
    margin-bottom: 63px !important;
}

    /* --------MÓVIL-------- */
    @media (max-width: 768px) {
        /*Dirigido a*/
        .articleDivs {
            grid-template-columns: repeat(1, 1fr);
        }
        .section1 {
            flex-direction: column;
            height: auto;
        }

        .leftSection, .rightSection {
            width: 100%; 
            padding: 10px 0;
        }

        .rightSection img {
            height: 100% !important;
        }
        .pMision{
        margin-bottom: 0px !important;
        }
    }

@media (min-width: 1026px) {
	.mainNosotros .leftSection{
		min-width: 584px !important;
	}
	.mainNosotros .rightSection{
		min-width: 584px !important;
	}
	.navNosotros{
		margin-left: 0px;
	}
	.misionVisionFiloNosotros .sectionDirigido2{
		padding: 0px;
	}
	.misionVisionFiloNosotros .articleDivs{
		width: 100%;	
	}
	.headerCertificacionesNosotros{
		margin-left: -55px;
	}
	.boxesISONosotros .boxesDivs{
		width: 100% !important;
		margin-left: 0px;
		margin-right: -100px !important;
	}
	.boxesISONosotros{
		padding: 0px;
	}
	.headerCertificacionesCertificacion, .headerConoceProcesoCertificacion, .headerAreasGeo{
		margin-left: -55px;
	}
	.mainEquipoAuditor .leftSection{
		min-width: 584px !important;
	}
	.mainEquipoAuditor .rightSection{
		min-width: 584px !important;
	}
	.mainClientes .leftSection{
		min-width: 584px !important;
	}
	.mainClientes .rightSection{
		min-width: 584px !important;
	}
	
}

/*ISOs*/
/*@media (min-width: 1026px) {*/
	.rightSectionIso9001 {
    flex: 1;
    justify-content: center; /* Centra el contenido horizontalmente */
    align-items: center; /* Centra el contenido verticalmente */
    max-width: 400px;
}

.rightSectionIso9001 img{
    width: 100%;
    max-width: 100%;
    max-height: 300px;
    height: 210px;
    object-fit: cover;
    border-radius: 5% 5% 5% 5%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    margin-top: 15px;
    margin-left: 15px;
}

/*---------Objetivos------------*/
.sectionObjetivosIso9001 {
    display: block;
}

/*ISOS general*/
@media (min-width: 1026px) {
    .mainIsos .leftSection{
		min-width: 584px !important;
	}
	.mainIsos .rightSection{
		min-width: 584px !important;
	}
	.sectionObjetivosIso9001{
	    padding-right: 68px;
	    padding-left: 68px;
	}
}
@media (min-width: 770px) and (max-width: 1624px){
    .sectionObjetivosIso9001{
	    padding-right: 1%;
	    padding-left: 1%;
	}
    
}
@media (min-width: 1625px){
        .sectionObjetivosIso9001{
	        padding-right: 150px !important;
	        padding-left: 150px !important;
	    }
    }
@media (min-width: 1026px) {
    .titulosIsos{
     margin-left: -55px;
    }
}

/*Documentación clave*/
.articleDocumentacionClave{
    display: flex;
    justify-content: center;
}

.sectionDocumentacionClave {
    padding: 10px 5%;
    width: 100vw;
}
.articleDivsDocumentacionClave {
    display: flex;
    justify-content: center;
    gap: 20px; /* Espacio entre los elementos */
    margin-top: 20px;
    padding: 10px;
    width: 100%;
}
.articleDivsDocumentacionClave div {
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    align-content: center;
    padding: 50px 30px;
    border-bottom: 5px solid #0B8B8E;
    width: 100%;
    max-height: 160px;
    display: flex;
}
.articleObjetivos h1{
    margin-bottom: 40px;
}
.articleDivsDocumentacionClave i{
    font-size: 28px;
    color: #D2D2D2;
    border: 2px solid #4ABAB8;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center; /* Centra el ícono verticalmente */
    justify-content: center; /* Centra el ícono horizontalmente */
    margin-right: 20px;
}

    /* --------MÓVIL-------- */
    @media (max-width: 768px){
        
        .articleDivsDocumentacionClave {
            display: block;
        }
        .articleDivsDocumentacionClave div{
            margin-bottom: 20px;
            height: 500px !important;
            max-height: 300px;
            display: grid;
            justify-items: center;
            text-align: center;
            max-width: 450px;
            margin-left: auto;
            margin-right: auto;
            
        }
        .articleDivsDocumentacionClave i{
            margin-right: 0px;
            margin-bottom: 20px;
}
    }
/*Fin documentación clave*/

/*Correciones Interpretación*/
@media (min-width: 1026px) {
    .correcionHeaderDirigidoA{
        margin-left: 120px;
    }
    .correcionDivsDirigidoA{
        width: 82%;
        margin: 0 auto;
    }
}

@media (min-width: 770px) and (max-width: 1624px){
    .correcionHeaderDirigidoA{
        margin-left: 10px;
    }
    .correcionDivsDirigidoA{
        width: 100%;
        margin: 0 auto;
    }
	
}
@media (min-width: 770px){
	.p2Main2{
        padding-right: 60px;
    }
}
@media (min-width: 1800px) {
	.correcionHeaderDirigidoA{
        margin-left: 10px;
    }
    .correcionDivsDirigidoA{
        margin-right: 240px;
    }
}

/*a*/
.divInBox p{
	font-weight: normal;
}
.sectionEntidades p{
	font-weight: normal;
}

/* SECCIÓN CERTIFICACIONES*/
.sectionCertificaciones {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, auto);
    gap: 20px;
    align-items: start;
}

.sectionCertificaciones img {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

/* Estilo para los divs con íconos y títulos */
.sectionCertificaciones > a {
    display: flex;
    /*flex-direction: column;*/
    align-items: center;
    justify-content: center;
    padding: 20px;
    border: 3px solid #CCCACB; 
    border-radius: 20px;
    text-align: justify /*center*/;
    transition: background-color 0.6s ease, color 0.5s ease;
    min-height: 150px;
}

.sectionCertificaciones a:hover{
    background-color: #0B8B8E;
}

.sectionCertificaciones a:hover h3{
    color: #FFFFFF;
}
.sectionCertificaciones a:hover h5{
    color: #FFFFFF;
}
.sectionCertificaciones a:hover i{
    color: #FFFFFF;
}

.sectionCertificaciones h3{
    transition: color 0.6s ease;
    font-weight: 700;
}
.sectionCertificaciones h5{
    transition: color 0.6s ease;
    margin-top: -20px;
    font-weight: normal !important;
}
.sectionCertificaciones hgroup{
    margin: auto;
}
.sectionCertificaciones i {
    font-size: 60px;
    margin-bottom: 10px;
    transition: color 0.6s ease;
    color: #CCCACB;
}

    /*-----MÓVIL-----*/ 
    @media (max-width: 768px){
        .sectionCertificaciones{
            display: block;
            padding-right: 10px;
            padding-left: 10px;
        }
        .sectionCertificaciones div{
            margin-top: 20px;
        }
        .sectionCertificaciones a{
            margin-top: 20px;
        }
    }


/*HGROUP CORRECIONES POR PX*/
.sectionCertificaciones a {
    text-align: left;
    gap: 50px;
}

.sectionCertificaciones hgroup {
    flex-grow: 1;
}
.hgroupISO27001{
    margin-left: 20px !important;
}
.hgroupISO54001{
    margin-left: -8px !important;
}
.hgroupHACCP{
    margin-left: 0px !important;
}
.hgroupISO45001{
    margin-left: -16px !important;
}
.hgroupISO14001{
    margin-left: -7px !important;
}
.hgroupBPM{
    margin-left: -21px !important;
}

/**/
@media (min-width: 770px){
	.pEntidadesAcreditacionPaises2{
        margin-left: -20px !important;
        padding-right: 20px;
        padding-left: 20px;
    }
}
/*quitar negritas*/
.sectionObjetivosIso9001 p{
        font-weight: normal !important;
    }
.container-years div{
        font-family: "Source Sans Pro";
    }

/* Conoce las certificaciones*/
.divConoceLasCertificaciones{
        text-align: center;
        margin-top: 50px;
        display: flex;
        justify-content: center;
    }
    .divConoceLasCertificaciones h3{
        font-size: 26px;
        width: 79%;
    }
/*Sección Más allá*/
.sectionMasalla{
        padding: 0px 50px;
        margin-top: 50px;
    }
    .sectionMasalla h3{
        text-align: center;
    }
    
    /* --------MÓVIL-------- */
    @media (max-width: 768px) {
        .sectionMasalla{
        padding: 0px 2px;
    	}
    }
/*section Documentos Conocer*/
.sectionDocumentosConocer{
        display: flex;
        justify-content: center;
    }
    .sectionDocumentosConocer div div{
        display: flex;
        margin-top: 60px;
        margin-right: 40px;
        margin-left: 40px;
    }
    .sectionDocumentosConocer h3{
        margin: auto;
        font-weight: 600;
        margin-left: 40px;
        transition: color 0.4s ease;
        cursor: pointer;
    }
    .sectionDocumentosConocer i{
        font-size: 40px;
        transition: color 0.4s ease;
        cursor: pointer;
    }
    .sectionDocumentosConocer div div:hover h3,
    .sectionDocumentosConocer div div:hover i {
        color: #66D1BD;
    }
    .sectionDocumentosConocer h3:hover{
        color: #02514E !important;
    }

    /*-----MÓVIL-----*/
    @media (max-width: 768px){
        .sectionDocumentosConocer{
            display: block;
        }
        .sectionDocumentosConocer div div{
            margin-top: 50px;
        }
    }
    
/*Boxes Div Correción, centrar*/
@media (min-width: 1026px) {
	.boxesDivsInAIAL{
 		width: 92%;
 		margin: 0 auto;
	}
}

.b24-form-sign  {
    display: none !important;
}

.bx-imopenlines-form-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90% !important;
    padding-left: 16px;
}

.bx-imopenlines-form-result-container.bx-imopenlines-form-success {
    background: none !important;
    border-bottom: none !important;
	width: 100% !important;
}

.bx-imopenlines-form-result-title {
    margin-bottom: 30px;
    color: #000001 !important;
    font: 17px var(--ui-font-family-secondary, var(--ui-font-family-helvetica));
    font-weight: var(--ui-font-weight-semi-bold, 600);
    line-height: 26px;
    text-align: center;
}