/*
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: 3.7.6.1641341217
Updated: 2022-01-05 01:06:57

*/
.editor-styles-wrapper .edit-post-visual-editor__post-title-wrapper > :where(:not(.alignleft):not(.alignright)), .editor-styles-wrapper .block-editor-block-list__layout.is-root-container > :where(:not(.alignleft):not(.alignright)) {
  max-width: unset !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
      scroll-behavior: auto;
  }
}

select#language-dropdown {
    padding: 18px;
    border: none;
}

iframe {
  width: 100%;
}

.rosa {
  color: #f6b3b6;
}

.col__2__between{
  display: flex;
  gap: 3rem;
  flex-wrap:wrap;
  justify-content: space-between;
}

.text__right {
  text-align: right;
}

.textos__rojo {
  color: #c32434;
}

.textos__negro {
  color: #000000 !important;
}

.textos__underline {
  text-decoration: underline;
}

.arriba__izquierda {
  align-items: flex-start;
  justify-content: flex-start;
}
.arriba__centro {
  align-items: center;
  justify-content: flex-start;
}

.arriba__derecha {
  align-items: flex-end;
  justify-content: flex-start;
}

.centro__izquierda {
  align-items: flex-start;
  justify-content: center;
}

.centro__centro {
  align-items: center;
  justify-content: center;
}

.centro__derecha {
  align-items: flex-end;
  justify-content: center;
}

.abajo__izquierda {
  align-items: flex-start;
  justify-content: flex-end;
}

.abajo__centro {
  align-items: center;
  justify-content: flex-end;
}

.abajo__derecha {
  align-items: flex-end;
  justify-content: flex-end;
}

.obj__arriba__izquierda {
  -o-object-position: top left;
     object-position: top left;
}
.obj__arriba__centro {
  -o-object-position: top center;
     object-position: top center;
}

.obj__arriba__derecha {
  -o-object-position: top right;
     object-position: top right;
}

.obj__centro__izquierda {
  -o-object-position: center left;
     object-position: center left;
}

.obj__centro__centro {
  -o-object-position: center center;
     object-position: center center;
}

.obj__centro__derecha {
  -o-object-position: center right;
     object-position: center right;
}

.obj__abajo__izquierda {
  -o-object-position: bottom left;
     object-position: bottom left;
}

.obj__abajo__centro {
  -o-object-position: bottom center;
     object-position: bottom center;
}

.obj__abajo__derecha {
  -o-object-position: bottom right;
     object-position: bottom right;
}

.margin__left__auto {
  margin-left: auto !important;
}

.margin__right__auto {
  margin-right: auto !important;
}

p.fecha__limite__inscripcion {
    text-align: center;
    border: 2px dotted #c32434;
    padding: 1rem;
    max-width: fit-content;
    margin-inline: auto;
    color: #c32434;
    font-weight: 600;
    text-transform: uppercase;
}

p.info__producto {
  text-align: center;
  max-width: 767px !important;
  margin: 0 auto;
  margin-top: 1rem;
  font-size: 14px;
  line-height: 1.2rem;
}

.bloque__botones {
  text-align: center;
  padding-top: 3rem;
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto;
}

.bloque__botones a {
  width: 100% !important;
}

.boton__fantasma {
  border: 2px solid #ffffff;
  padding: 10px 3rem;
  text-transform: uppercase;
  color: white !important;
  text-decoration: none !important;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: clamp(0.875rem, 1vw + 0.5rem, 1.125rem);
  border-radius:5px;
  transition:.5s;
  font-family: 'Open Sans',sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  text-align:center;
}

.boton__fantasma:hover {
  border: 2px solid #c32434;
  background-color:#C32434;
  color:#fff !important;
}

.boton__fantasma__negro {
  border: 2px solid #333333;
  padding: 10px 3rem;
  text-transform: uppercase;
  color: #333333;
  text-decoration: none !important;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: clamp(0.875rem, 1vw + 0.5rem, 1.125rem);
  border-radius:5px;
  transition:.5s;
  font-family: 'Open Sans',sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  text-align:center;
}

.boton__fantasma__negro:hover {
  background-color:#333333;
  color:#fff !important;
}

.boton__primario {
  background-color: #C32434;
  color: #ffffff;
  text-decoration: none !important;
  padding: 10px 3rem;
  border: 2px solid #C32434;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: clamp(0.875rem, 1vw + 0.5rem, 1.125rem);
  border-radius:5px;
  transition:.5s;
  font-family: 'Open Sans',sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  text-align:center;
}

.boton__primario:hover {
  background-color: transparent;
  color: #ffffff !important;
  border: 2px solid #ffffff;
}

.boton__rojo {
  background-color: #C32434;
  color: #ffffff;
  text-decoration: none !important;
  padding: 10px 3rem;
  border: 2px solid #C32434;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: clamp(0.875rem, 1vw + 0.5rem, 1.125rem);
  border-radius:5px;
  transition:.5s;
  font-family: 'Open Sans',sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  text-align:center;
}

.boton__rojo:hover {
  background-color: transparent;
  color: #C32434 !important;
  border: 2px solid #C32434;
}

.boton__blanco {
  background-color: #ffffff;
  color: #C32434;
  text-decoration: none !important;
  padding: 10px 3rem;
  border: 2px solid #ffffff;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: clamp(0.875rem, 1vw + 0.5rem, 1.125rem);
  border-radius:5px;
  transition:.5s;
  font-family: 'Open Sans',sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  text-align:center;
}

.boton__blanco:hover {
  background-color: #C32434;
  color: #ffffff !important;
  border: 2px solid #C32434;
}

.boton__fantasma__rojo {
  border: 2px solid #C32434;
  padding: 10px 3rem;
  color: #C32434;
  text-decoration: none !important;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: clamp(0.875rem, 1vw + 0.5rem, 1.125rem);
  border-radius:5px;
  transition:.5s;
  font-family: 'Open Sans',sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  text-align:center;
}

.boton__fantasma__rojo:hover {
  background-color: #C32434;
  color: #ffffff !important;
}


a.boton__negro {
  font-size: 22px;
  font-size: clamp(0.875rem, 1vw + 0.5rem, 1.125rem);
  background: #222222;
  color: #ffffff;
  text-decoration: none !important;
  padding: 10px 3rem;
  border: 2px solid #222222;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 5px;
  transition: .5s;
  font-family: 'Open Sans',sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  text-align:center;
}

a.boton__negro:hover {
  background: transparent;
  color: #222222 !important;
  border: 2px solid #222222;
}

@media (max-width: 767px) {
  .bloque__botones {
      grid-gap: 1rem;
      grid-template-columns: 1fr;
  }
  .boton__negro {
   
  }
  .boton__fantasma__rojo {
   
  }
  .boton__blanco {
   
  }
  .boton__rojo {
    
  }
  .boton__primario {
    
  }
  .boton__fantasma__negro {
    
  }
  .boton__fantasma {
    
  }
}

/* Formulario */

#nf-form-5-cont .nf-form-content,
#nf-form-6-cont .nf-form-content,
#nf-form-3-cont .nf-form-content,
#nf-form-2-cont .nf-form-content {
  max-width: 900px;
  padding: 3rem;
  background: #f1f1f1;
}

#nf-form-5-cont .nf-form-fields-required,
#nf-form-6-cont .nf-form-fields-required,
#nf-form-3-cont .nf-form-fields-required,
#nf-form-2-cont .nf-form-fields-required {
  display: none !important;
}

.nf-error .ninja-forms-field {
  border-color: unset !important;
}
.nf-error .ninja-forms-field {
  border: unset !important;
}

.nf-error.field-wrap .nf-field-element:after {
  background: transparent !important;
  color: #e80000 !important;
}

.nf-error-msg.nf-error-field-errors {
  text-align: center;
  font-style: italic;
}

.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
  background: transparent !important;
  border: 1px solid #CCCCCC !important;
  border-radius: 8px !important;
  box-shadow: none;
  color: #666666 !important;
  transition: all .5s;
}

input#nf-field-38,
input#nf-field-40,
input#nf-field-19,
input#nf-field-10 {
  width: 100% !important;
  border-radius: 8px !important;
}

select.ninja-forms-field:not([multiple]) {
  background: transparent !important;
  border: 1px solid #CCCCCC !important;
  border-radius: 8px !important;
  box-shadow: none;
  color: #666666 !important;
  transition: all .5s;
}

#nf-form-5-cont .nf-form-content,
#nf-form-6-cont .nf-form-content,
#nf-form-3-cont .nf-form-content,
#nf-form-2-cont .nf-form-content {
  background: #F1F1F1 !important;
  border-radius: 12px !important;
}

.page-id-11 #nf-form-2-cont .nf-form-content {
  background: rgba(195, 35, 67, 0.05) !important;
}

/* Blog */

article.bloque__blog__card-sup {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.bloque__blog__card-imagen-sup {
  width: 100%;
  height: 480px;
}

.bloque__blog__card-imagen-sup img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section.bloque__blog__seccion {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(22rem, 1fr));
  grid-gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

h2.bloque__blog__card-encabezado-sup {
  font-size: clamp(1.5rem, 1vw + 1rem, 2rem);
  line-height: 1.2em;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 1rem;
}

p.bloque__blog__card-fecha-sup {
  font-size: 16px;
  font-style: italic;
  margin-bottom: 1rem;
}

article.bloque__blog__card-sup {
  font-size: 16px;
  color: #282938;
  line-height: 28px;
}

.bloque__blog__card-imagen-sup {
  margin-bottom: 2rem;
}

.bloque__blog__card-imagen-sup {
  box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
}


.bloque__blog__card-imagen {
  width: 100%;
  height: 285px;
  margin-bottom:1rem;
}

.bloque__blog__card-imagen img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

h2.bloque__blog__card-encabezado {
  font-size: 22px;
  line-height: 28px;
}


.bloque__blog__card-contenido {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}

p.read-more a {
  color: #C32343;
  text-decoration: none !important;
}

.bloque__blog__card-contenido-sup {
  max-width: 900px;
  margin: 0 auto;
}

article.bloque__blog__card-sup > a {
  cursor: pointer !important;
  text-decoration: none !important;
}

article.bloque__blog__card > a {
  text-decoration: none !important;
  cursor: pointer;
}

a.moretag {
  display: block;
  margin-top: 1rem;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  gap: 1rem;
  color: rgb(195, 35, 67);
}

.bloque__blog__card-contenido-sup a.moretag {
  justify-content:center;
}

article.bloque__blog__card:hover {
  box-shadow: 0 25px 50px -12px rgb(0 0 0 / 25%);
}

p.bloque__blog__card-fecha-sup {
  padding: 0 1rem;
}

h2.bloque__blog__card-encabezado {
  padding: 0 1rem;
}

.bloque__blog__card-contenido {
  padding: 0 1rem;
}

section.bloque__blog__seccion {
  margin-bottom: 3rem;
}

/* FOOTER */

.ast-footer-social-1-wrap {
  margin-right: 0 !important;
}
.ast-footer-copyright {
  padding: 0 1rem;
}
.site-footer-section-1 .wp-block-image img {
  max-width: 70% !important;
}

/* Formaciones  */

.cursos__formacion {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(auto-fill, minmax(21rem, 1fr));
}

h3.curso__formacion__titulo {
  padding: 1rem;
  margin: 0;
}

.curso__formacion__resumen {
  padding: 0 1rem;
}

img.curso__formacion__logo {
  width: 50%;
  padding: 0 1rem;
  margin-bottom: 2rem;
}

.curso__formacion__fecha {
  background: #C32343;
  padding: 1rem;
  color: white;
}

article.curso__formacion {
  border: 2px solid #C32343;
  border-radius: 7px;
  background: #DDDDDD;
}

article.curso__formacion a {
  text-decoration: none !important;
}

article.curso__formacion:hover {
  box-shadow: 0 25px 50px -12px rgb(0 0 0 / 25%);
}

article.curso__formacion:hover a {
  text-decoration:none !important;
  color:unset !important;
}

article.curso__formacion {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}

.curso__formacion__resumen {
  margin-bottom: 2rem;
}

img.curso__formacion__logo {
  margin-top: auto;
}

section.cursos__formacion a {
  text-decoration: none !important;
}

section.cursos__formacion a:hover {
 color:unset !important;
}

/* Single Producto con categoria Formacion */

section.hero__producto__formacion {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
  width: 100vw;
  position: relative;
}

section.hero__producto__formacion img {
  width: 100%;
}

p.fecha__hero__producto__formacion {
  background: #B64043;
  position: absolute;
  top: 0;
  right: 0;
  padding: 1rem 4rem;
  color: white;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 1px;
}

p.pais__hero__producto__formacion {
  background: #000000;
  position: absolute;
  top: 50px;
  right: 75px;
  padding: .7rem 2rem;
  color: white;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'blairmitd tt';
}

section.encabezado__producto__formacion {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
  width: 100vw;
  position: relative;
  background: #b64043;
  color: white;
}

.encabezado__rojo__producto__formacion {
  max-width: 1100px;
  margin: 0 auto;
  padding: 1rem 1rem;
}

p.texto__jornada__producto__formacion {
  margin: 0;
  font-size: clamp(0.875rem, 1vw + 0.5rem, 1.313rem);
  font-family: 'blairmitd tt';
}

h1.subtitulo__prooducto__formacion {
  color: white;
  font-family: 'Roboto';
  font-weight: 900;
  font-size: clamp(1.313rem, 2vw + 1rem, 2.125rem);
  letter-spacing: 1px;
}

.encabezado__negro__producto__formacion {
  max-width: 1100px;
  margin: 0 auto;
  padding: 1rem;
}

p.cta1__contenido__producto__formacion {
  font-size: clamp(2.063rem, 2vw + 1.25rem, 2.563rem);
  font-family: 'SignPainter HouseScript';
  color: #b64043;
  max-width: 260px;
  text-align: center;
  line-height: 1.1em;
  margin: 0;
  margin-bottom: 2rem;
}

p.subtitulo__prooducto__formacion {
  margin: 0;
  background: black;
  color: white;
  font-weight: 600;
  padding: 1rem;
  font-size: clamp(1rem, 1vw + 0.75rem, 1.5rem);
  max-width: 500px;
  text-align: center;
  position: relative;
  margin-left: auto;
  top: -25px;
}

section.contenido__producto__formacion {
  max-width: 900px;
  margin: 0 auto;
  font-size: clamp(1rem, 1vw + 0.75rem, 1.188rem) !important;
}

p.titulos__ficha__formacion {
  margin: 0;
  font-family: 'blairmitd tt';
  font-size: 16px;
  color: #b64043;
}

p.parrafo__ficha__formacion {
  margin-bottom: 1.5rem;
}

p.cta2__contenido__producto__formacion {
  font-size: clamp(2.063rem, 2vw + 1.25rem, 2.563rem);
  font-family: 'SignPainter HouseScript';
  color: #b64043;
  max-width: 150px;
  text-align: center;
  line-height: 1.1em;
  margin: 0;
  margin-bottom: 2rem;
  margin-left: auto;
}

.contenido__contenido__producto__formacion .textos__rojo{
  font-weight: bold !important;
}

img.logo__ficha__formacion {
  max-width: 280px;
}

.seccion__logos {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
  width: 100%;
  justify-content: center;
  align-items: center;
}

section.contenido__inferior__producto__formacion {
  text-align: center;
  padding: 1rem;
  padding-bottom: 3rem;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
  width: 100vw;
  border: none;
  border-bottom-width: 14px;
  border-style: solid;
  border-image: linear-gradient(90deg, rgb(0 0 0) 50%, rgba(182,64,67,1) 50%);
  border-image-slice: 1;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}

section.contenido__inferior__producto__formacion {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

@media (max-width: 767px) {
  p.pais__hero__producto__formacion {
    top: 30px;
    right: 35px;
    padding: 0.3rem 2rem;
    font-size: 10px;
  }
  p.fecha__hero__producto__formacion {
    padding: 0.3rem 2rem;
    font-size: 14px;
  }
  p.cta1__contenido__producto__formacion {
    margin: 0 auto 2rem auto;
  }
  p.cta2__contenido__producto__formacion {
    margin: 0 auto 2rem auto;
  }
  .direccion {
    text-align: center;
  }
  .col__2__between {
      gap: 1rem;
      justify-content: center;
  }
}

/* formulario formaciones */

.nf-form-fields-required {
  display: none !important;
}

.nf-error-msg.nf-error-required-error {
  display: none !important;
}

input#nf-field-29 {
  width: 100%;
}

div#nf-form-4-cont {
  padding: 2rem 2rem;
  background: #f1f1f1 !important;
  margin: 2rem 0;
  border-radius: 12px;
}

.ast-menu-cart-outline .ast-cart-menu-wrap .count, .ast-menu-cart-outline .ast-addon-cart-wrap {
    color: #c32434 !important;
}