/* Global */
html, body {
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li {
  font-family: 'Helvetica';
}

/* Fin */
/* Header */
.site-header {
  background-color: #C22CC7;
  padding: 10px 47px 10px 037px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all .3s ease;
}
.sticky {
  background: #C22CC7;
  transition: all .3s ease;
  box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
}
ul#primary-menu {
  position: absolute;
  top: 30px;
  left: 150px;
}
div#sidebar-header {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
div#nav_menu-2 {
  align-items: center;
  display: flex;
  position: relative;
  right: 20%;
}
div#sidebar-header ul {
  list-style-type: none;
  display: inline-flex;
  align-items: center;
  margin: auto;
}
.w-w-header img {
  width: 78px;
  height: 55px;
}

.menu li {
  margin-right: 25px;
}
.menu li a {
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
.textwidget.custom-html-widget li {
  padding: 0 1em;
}
.textwidget.custom-html-widget a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  line-height: 3;
}
.textwidget.custom-html-widget button {
  background-color: transparent;
  border-color: transparent;
}
.textwidget.custom-html-widget button img {
  width: 20px;
  padding-bottom: 8px;
}
.textwidget.custom-html-widget ul li:first-child:before {
  content: url(https://wizzlearning.es/wp-content/uploads/2021/05/tel-icon.svg);
  margin-right: 10px;
}
.textwidget.custom-html-widget ul li:nth-child(2):before {
  content: url('https://www.wizzlearning.es/wp-content/uploads/2023/08/user-blanco-20pt.svg');
  margin-right: 10px;
}
.active:after {
  content: " ";
  display: block;
  border-bottom: 2px solid #fff;
  width: 19px;
}
.textwidget.custom-html-widget li:last-child {
    border-left: 1px solid #fff;
}
.textwidget.custom-html-widget li:first-child {
    border-right: 1px solid #fff;
}

form.woocommerce-cart-form {
  margin: 90px 11%;
}
.cart-collaterals {
  margin: 0px 11% 0px -11%;
}
form.checkout.woocommerce-checkout {
  margin: 90px 11%;
}
/* Fin */
/* Home */
.w-h-ps {
  padding: 3.125rem 1.625rem 5.125rem 1.625rem;
}
.w-h-titular-h1, .w-h-titular-fundae {
  text-align: center;
}
.w-h-titular-h1 h1 {
  font-size: 65px;
  color: #fff;
  text-shadow: rgb(0 0 0 / 40%) 0px 4px 5px;
  font-weight: bold;
  padding-bottom: 40px;
}
.w-h-titular-fundae h1 {
  font-size: 120px;
  color: #fff;
  text-shadow: rgb(0 0 0 / 40%) 0px 4px 5px;
  font-weight: bold;
  padding-bottom: 40px;
}
::marker {
  color: #c22cc7;
}
.w-h-lista ul {
  margin: 0;
  padding: 0;
}
.w-h-lista ul li:nth-child(5)::marker {
  font-size: 68px;
  line-height: 0px;
}
.w-h-lista ul li:nth-child(5) strong {
  font-size: 43px;
  position: relative;
}

.w-h-lista ul li:nth-child(5):before {
    width: 25px;
    height: 25px;
    left: -37px;
}

.w-h-lista ul li:nth-child(5) strong {
  font-size: 43px;
  position: relative;
  font-family: 'Anton', sans-serif;
}

.w-h-lista ul li:nth-child(5) strong em {
  font-size: 3.2vh;
  font-style: normal;
}
.w-h-lista ul li {
  font-size: 3.2vh;
  color: #fff;
  text-shadow: rgb(0 0 0 / 40%) 0px 4px 5px;
  font-weight: bold;
  position: relative;
  list-style-type: disc;
  list-style-position: inside;
}

/*.w-h-lista ul li:before {
  content: "";
  position: absolute;
  left: -31px;
    top: 25px;
  width: 16px;
  height: 16px;
  background-color: #C22CC7;
  border-radius: 30px;
}*/

.w-h-lista ul li strong {
  color: #C22CC7;
  text-shadow: #ffffff 0px 0px 6px;
  font-size: 35px;
}
.w-h-botones {
  width: 192px;
  height: 40px;
  margin: 0px auto;
  background-color: #C22CC7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 19px;
  transition: all 0.9s;
}
.w-h-botones a:visited {
  color: #fff;
}
.w-h-botones:hover {
  background-color: #1ac4a5;
}
.w-h-botones a {
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
.w-h-botones a:hover {
  color: #fff;
}
.w-h-titulo-h2 h2 {
  color: #6B6B6B;
  text-shadow: rgba(0, 0, 0, 0.40) 0px 4px 5px;
  font-size: 47px;
  font-weight: bold;
}
.w-h-titulo-h2-blanco {
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.40) 0px 4px 5px;
  font-size: 40px;
  font-weight: bold;
}

.w-h-titulo-h2-blanco {
  font-weight: bold;
}

.w-h-parrafo p {
  color: #424242;
  font-size: 19px;
    line-height: 31px;
}
.w-h-parrafo p strong {
  font-size: 24px;
  color: #1AC4A5;
  
}
.circulo-detras-nino {
    position: relative;
}

.circulo-detras-nino:before {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background-color: #ccf5ed94;
    left: 117px;
    z-index: -1;
    top: 61px;
}
.w-h-p-bold p {
  font-size: 33px;
  font-weight: bold;
  color: #1AC4A5;
  line-height: 35px;
  text-align: center;
  margin-top: 40px;
  text-shadow: rgba(0, 0, 0, 0.20) 0px 3px 6px;
}

.w-h-p-bold-left p {
  font-size: 33px;
  font-weight: bold;
  color: #1AC4A5;
  line-height: 35px;
  text-align: left;
  margin-top: 40px;
  text-shadow: rgba(0, 0, 0, 0.20) 0px 3px 6px;
}

.w-h-p-bold-right p {
  font-size: 33px;
  font-weight: bold;
  color: #1AC4A5;
  line-height: 35px;
  text-align: right;
  margin-top: 40px;
  text-shadow: rgba(0, 0, 0, 0.20) 0px 3px 6px;
}

.w-h-p-white p {
	color: #fff;
    font-size: 20px;
    font-weight: normal;
    line-height: 39px;
	text-align: left;
    margin-bottom: 24px !important;
}
.como-trabajamos p {
    margin-bottom: 0;
    text-align: center;
    font-weight: bold;
    color: #424242;
    font-size: 15px;
}

.como-trabajamos .wpb_single_image {
    margin-bottom: 10px;
}

.como-trabajamos p strong {
  color: #1AC4A5;
}
.w-h-titular-banner {
  margin-left: 106px;
}
.w-h-titular-banner h2 {
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.40) 0px 4px 5px;
  font-size: 90px;
    font-weight: bold;
}
.w-h-titulo-h2-blanco h2 {
  color: #ffff;
  text-shadow: rgba(0, 0, 0, 0.40) 0px 4px 5px;
  font-size: 47px;
  font-weight: bold;
}
.w-h-titular-hablamos-blanco h2 {
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.40) 0px 4px 5px;
  font-size: 100px;
  font-weight: bold;
}
.w-h-parrafo-blanco p {
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.40) 0px 3px 6px;
  font-size: 16px;
}
.w-h-p-bold-blanco p {
  font-size: 33px;
  font-weight: bold;
  color: #fff;
  line-height: 22px;
  text-shadow: rgba(0, 0, 0, 0.40) 0px 3px 6px;
}
.w-h-titular-banner-color h2 {
  color: #5DE9CF;
  text-shadow: rgba(0, 0, 0, 0.40) 0px 4px 5px;
  font-size: 170px;
  font-weight: bold;
}
.w-h-fc h3 {
    font-weight: bold;
    color: #787878;
    margin-top: 30px;
}
.banner-home-final {
  min-height: 950px;
}
.imagen-contacto img {
    max-width: 413px !important;
  width: 100%;
}
.w-h-titular-banner-color-chiqui h2 {
  color: #5DE9CF;
  text-shadow: rgba(0, 0, 0, 0.40) 0px 4px 5px;
  font-size: 40px;
  font-weight: bold;
}
.vc_custom_1622071983936 {
  border: 1px solid #a1e6d9 !important;
  width: 97% !important;
  margin: 0px auto !important;
  display: flex;
  align-items: center;
}
.w-h-wps {
  background-color: #A1E6D9;
  height: 405px;
  margin: 0px auto !important;
  align-items: center;
  display: flex;
}
.w-h-wps h2 {
  color: #fff;
  font-size: 100px;
    line-height: 83px;
  font-weight: bold;
  justify-content: center;
  display: flex;
  text-align: center;
}
.w-h-testimonial {
  text-align: center;
  padding: 0px 10%;
  border-right: 1px solid #A1E6D9;
}
.w-h-testimonial:last-child {
  border: none;
}
.w-h-testimonial p strong {
  font-size: 16px;
  line-height: 19px;
  color: #A1E6D9;
}
.w-h-testimonial p {
  color: #6B6B6B;
  font-size: 14px;
  line-height: 21px;
}
.testimonio-cont:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #A1E6D9;
}
.w-h-parralax-d {
  height: 882px;
}
.wpb_text_column.wpb_content_element.w-h-parrafo-blanco.subtitulo-p p {
    font-size: 20px;
}

.container.container-nuestros-cursos {
    margin: 0 auto !important;
}

.container-nuestros-cursos .w-h-servicios-container .vc_column-inner {
    background-color: #ffffff;
    border-radius: 23px;
    overflow: hidden;
}
.w-h-titular-banner {
  margin: 80px 0px 0px 57px;
}
/* ss */
.w-h-ss {
  padding: 3% 0;
}
.w-h-ss-contenedor-texto .w-h-titulo-h2 {
  padding-bottom: 30px;
}

.w-h-ss-img-laptop {
  position: absolute;
  top: 220px;
  left: -70px;
}
/* fin */
/* parrallaz */
.w-h-parralax-u {
  height: 982px;
}
/* fin */
/* cs */
.w-h-cs-list ul {
  display: inline-flex;
  list-style-type: none;
}
.w-h-cs-list {
  /*margin-right: 70px;*/
  text-align: center;
}
.w-h-cs-list p {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  color: #424242;
}
.w-h-video {
  background-color: #B6F3E8;
  box-shadow: 0px 4px 5px rgb(0 0 0 / 40%);
  padding: 20px;
}
/* fin */
/* qs */
.w-h-qs-items {
  background-color: #fff;
  width: 1286px;
  margin: 0px auto !important;
  background-image: url(https://wizzlearning.es/wp-content/uploads/2021/05/chica-wizz.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}
.w-h-qs-items-text {
  padding:40px 140px 40px 240px !important;
  background-image: url(https://wizzlearning.es/wp-content/uploads/2021/05/pc-wizz.jpg);
  background-size: 223px 123px;
  background-repeat: no-repeat;
  background-position: 80% 87%;
}
.w-h-qs-items-text-inner p strong:before {
  content: url(https://wizzlearning.es/wp-content/uploads/2021/05/Icon-ionic-ios-arrow-back.svg);
  margin-right: 15px;
}
/* fin */
/*sss*/
.w-h-servicios {
  background-color: #fff;
  width: 100%;
  margin: 0px auto;
  padding: 23px 36px;
  border-radius: 0px 0px 23px 23px;
}
.wpb_text_column.wpb_content_element.w-h-servicios.servicios-cta {
    padding-top: 0;
    text-align: center;
}
.wpb_text_column.wpb_content_element.w-h-servicios.servicios-cta p strong {
    font-size: 20px;
}
.wpb_text_column.wpb_content_element.w-h-servicios.servicios-cta p a {
    font-size: 18px;
}
.w-h-servicios-container {
  width: 536px;
  margin: 0px auto;
}
.w-h-servicios h2 {
  font-size: 30px;
  line-height: 34px;
  color: #C22CC7;
  font-weight: bold;
}
.w-h-servicios h2:after {
  content: " ";
  display: block;
  border: 3px solid #A1E6D9;
  width: 67px;
  margin-top: 19px;
  margin-bottom: 12px;
}
.w-h-servicios p {
  font-size: 16px;
  line-height: 26px;
  color: #080B33;
}
.w-h-servicios a {
  color: #C22CC7;
  font-size: 17px;
  line-height: 29px;
  font-weight: bold;
  text-decoration: none;
}
/* fin */
/* Fin Home */
/* Cusos */
.w-ci-caja-precios-container {
  display: flex;
  justify-content: center;
}
.w-ci-caja-precios {
  width: 284px !important;
  height: auto;
  background-color: #fff;
  margin-right: 26px;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
  padding: 33px 30px 24px 30px !important;
}
.w-ci-titulo-curso h2 {
  font-size: 20px;
  color: #6B6B6B;
  line-height: 15px;
  text-align: center;
  font-weight: bold;
}
.w-ci-caja-precios h3 {
  color: #6B6B6B;
  font-size: 13px;
  line-height: 19px;
}
.aio-icon-box {
  margin-bottom: -20px;
}
.w-ci-precio-curso ul {
  padding: 0;
  text-align: center;
  list-style-type: none;
  display: flex;
}
.w-ci-precio-curso ul li {
  color: #C22CC7;
  font-size: 47px;
  font-weight: bold;
}
.w-ci-precio-curso ul li:first-child {
  font-size: 23px;
}
.w-ci-precio-curso ul li:last-child {
  font-size: 15px;
  display: flex;
  align-items: flex-end;
}
.w-h-titular-h1.ci h1 {
  font-size: 33px;
}
.w-h-titular-h2.ci-bold h2 {
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.40) 0px 4px 5px;
  font-size: 57px;
  font-weight: bold;
  margin-bottom: 48px;
}
.w-ci-titular-h2 {
  margin: 40px 0px;
}
.w-ci-titular-h2 h2 {
  color: #fff;
  text-shadow: rgb(0 0 0 / 40%) 0px 4px 5px;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 48px;
}
.w-ci-parrafo p {
  font-size: 14px;
  line-height: 24px;
  color: #424242;
  opacity: 54%;
  margin: 14px 0px;
}
.w-h-p-bold h2 {
  color: #C22CC7;
  text-shadow: rgb(0 0 0 / 40%) 0px 4px 5px;
  font-size: 34px;
  font-weight: bold;
  line-height: 39px;
  margin-bottom: 24px !important;
}
.w-ci-titular p {
  color: #707070;
  font-size: 23px;
  font-weight: bold;
  max-width: 856px;
	width: 100%;
  margin: 0px auto;
  line-height: 36px;
}
.w-ci-titular:after {
  content: " ";
  display: block;
  border-bottom: 3px solid #1AC4A5;
  max-width: 103px;
	width: 100%;
  margin: 18px auto;
}
.w-ci-parrafo p {
  font-size: 23px;
  line-height: 32px;
  color: #6B6B6B;
  max-width: 620px;
  margin: 0px auto;
	width: 100%;
  font-weight: 400;
  opacity: 1;
}

.w-ci-parrafo {
  margin-bottom: 30px !important;
}

.nina-recuadro img{
  width: 400px;
}
.formula-wizz {
  max-width: 1208px;
	width: 95%;
  height: 88px;
  background-color: #A1E6D9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
  background-image: url(https://wizzlearning.es/wp-content/uploads/2021/05/Grupo-148.svg);
    background-repeat: no-repeat;
    background-position: 38% 50%;
}
.formula-wizz h2 {
  color: #fff;
  font-size: 33px;
  line-height: 23px;
  font-weight: bold;
  text-shadow: 0px 4px 5px rgb(0 0 0 / 19%);
}
.w-ci-cuerpo-tabla {
  max-width: 1208px;
	width: 95%;
  margin: 0px auto !important;
  border: 1px solid #81DECD;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
  display: flex;
  align-items: center;
}
.w-ci-texto-tabla {
  display: flex;
  justify-content: center;
  padding: 21px 0px 45px 0px;
}
.w-ci-texto-tabla p {
  font-size: 25px;
  line-height: 40px;
  color: #6B6B6B;
  font-weight: 400;
}
.w-ci-list {
  max-width: 864px;
width: 90%;
  margin: 0px auto;
}
.w-ci-list li {
  font-size: 19px;
  line-height: 32px;
  color: #424242;
  padding-bottom: 20px;
}
.w-ci-list ul {
  list-style-type: none;
}
.w-ci-list li:before {
  content: url(https://wizzlearning.es/wp-content/uploads/2021/05/Icon-ionic-ios-arrow-back.svg);
  position: absolute;
  margin-left: -20px;
}
.white h2 {
  color: #fff !important;
}

.blue h2 {
  color: #064ab7 !important;
}
.w-ci-parrafo-dos p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}
.w-ci-precio-curso {
  text-align: center;
  padding: 10px 0px 27px 0px;
}
/* Fin */
/*
Formulario CF7 a 2 columnas responsive
*/
#responsive-form{
  max-width:600px /*-- change this to get your desired form width --*/;
  margin:0 auto;
  width:100%;
}
.form-row{
  width: 100%;
}
.column-half, .column-full{
  float: left;
  position: relative;
  padding: 0.65rem 1rem 0.65rem 1rem;
  width:100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.w-h-fc {
  background: #A8E8DC;
  border-radius: 7px;
  margin: 70px 0px 40px 0px;
}

.w-h-fc .column-full.text-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.w-h-fc input{
  width: 100%;
  height: 44px;
  border-radius: 10px !important;
  box-shadow: 0px 4px 3px -2px #8e8e8e;
  color: #666;
  padding: 0 10px !important;
}

.w-h-fc textarea {
  border-radius: 10px !important;
  box-shadow: 0px 4px 3px -2px #8e8e8e;
  color: #666;
  padding: 10px !important;
}

.w-h-fc input.wpcf7-form-control.wpcf7-submit {
  /*width: 93px; para centrar boton en formulario */
  margin: 0px auto !important;
  background-color: #81decd;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 50px !important;
}

.woocommerce div.product .product_title span {
    display: block;
}

h2.woocommerce-loop-product__title span {
    display: block;
    font-size: 25px;
}
/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
  .column-half{
    width: 50%;
  }
}
/* Footer */
#sidebar-footer {
  display: grid;
  grid-template-columns: [logo] 1fr [menu] 1fr [equipos] 1fr [contacto];
  padding: 4% 5% 0% 5%;
  grid-template-rows: [y0] 1fr;
  grid-row-gap: 57px;
}
#text-3 img {
  margin-bottom: 7px;
}
#text-3 p {
  font-size: 29px;
  font-weight: bold;
  color: #fff;
  text-shadow: rgb(0 0 0 / 40%) 0px 4px 5px;
  margin: 7px 0px 40px 0px;
}
#nav_menu-3 ul {
  margin: 17px 0px 0px 18px;
  padding: 0;
}
#nav_menu-3 li {
  margin-bottom: 12px;
}
#nav_menu-3 a {
  color: #6B6B6B;
  
  line-height: 17px;
  font-weight: 400;
}
#nav_menu-4 {
  text-align: center;
  width: 100%;
  padding: 30px 0px 0px 0px;
  grid-column: 5 / 1;
}
#text-2 .textwidget {
  margin-top: 19px;
}
#text-2 p {
  color: #6B6B6B;
  line-height: 17px;
  font-weight: bold;
}
/* #text-2 p strong {
  font-size: 15px;
} */
#text-2 p strong a {
  color: #6B6B6B;
  text-decoration: none;
}
.menu-footer-legales-container {
  border-top: 1px solid rgb(255 255 255 / 45%);
  border-bottom: 1px solid rgb(255 255 255 / 45%);
  padding: 17px 0px;
}
.menu-footer-legales-container ul {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-footer-legales-container li a {
  font-family: 'Helvetica';
  font-size: 15px;
  line-height: 17px;
  color: #6B6B6B;
  font-weight: 600;
}
.site-footer {
  background-color: #A1E6D9;
}
.widget_text h3,
.widget-title{
  font-size: 18px;
  font-weight: bold;
  line-height: 41px;
  color: #6B6B6B;
}
.widget_text h3:after,
.widget-title:after{
  content: " ";
  display: block;
  border-bottom: 3px solid #C22CC7;
  width: 40px;
}
div#text-3 ul {
  padding: 0;
  margin: 12px 0px 0px 0px;
  list-style-type: none;
  display: inline-flex;
}
div#text-3 ul li {
  padding-right: 9px;
}
/* fin */

/* Blog */

.w-blog-titulo p {
  font-size: 47px;
  font-weight: bold;
  color: #6B6B6B;
  line-height: 32px;
  text-align: center;
  text-shadow: 0px 4px 5px rgb(0 0 0 / 40%);
}
.w-blog-container {
  width: 520px !important;
  height: 187px;
  border: 1px solid #1AC4A5;
  background-color: #fff;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
  padding: 28px 50px;
  float: right;
  position: relative;
  bottom: 55px;
  right: 550px;
}
.w-form-title p {
  font-size: 22px;
  line-height: 26px;
  color: #1AC4A5;
  font-weight: bold;
}
.w-blog-container input {
  width: 100% !important;
}
.w-blog-cont-noti-dos, .w-blog-cont-noti-tres {
  background-color: #fff;
}
.w-blog-cont-noti-autor p {
  font-size: 13px;
  line-height: 16px;
  color: #6B6B6B;
  font-weight: 400;
}
.w-blog-cont-noti-titulo div {
  font-size: 23px;
  line-height: 25px;
  color: #1AC4A5;
  font-weight: bold;
}
.w-blog-cont-notiextract p {
  font-size: 15px;
  line-height: 23px;
  color: #6B6B6B;
  font-weight: 400;
}
.w-blog-cont-noti-btn a {
  background-color: transparent !important;
  font-size: 16px !important;
  line-height: 25px;
  font-weight: bold !important;
  color: #1AC4A5 !important;
}
.w-blog-cont-noti-dos {
  margin-bottom: -140px;
}
.w-blog-cont-noti {
  width: 456px;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
  margin: 0px auto;
}
.blog-list {
  right: -240px;
  position: relative;
}
.container.ib-blog-conta-prin {
  max-width: 940px;
    border: 1px solid rgba(229, 229, 229, 0.75);
    padding: 40px 60px;
    margin: 100px auto 0100px auto;
    width: 100%;
}
h1.entry-title {
  font-size: 40px;
  color: #000;
  font-weight: 600;
}
.post p {
  color: #595959;
}
.post p strong {
  color: #a1e6d9;
}

.post .entry-meta {
    display: none;
}

.post .entry-content {
    margin-top: 30px;
}
/* Fin */

/* Tienda */
.columns-2 {
width: 100%;
  max-width: 960px;
  margin: 90px auto 0px auto;
  text-align: center;
}
h2.woocommerce-loop-product__title {
  font-size: 26px !important;
  font-weight: bold !important;
  color: #696363;
  text-align: center;
}
span.woocommerce-Price-amount.amount {
  font-size: 30px;
  font-weight: bold;
  color: #c22cc7;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, a.button.product_type_variable.add_to_cart_button {
  background-color: #81decd;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, a.button.product_type_variable.add_to_cart_button:hover {
  background-color: #81decdad;
  color: #fff;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images,
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
  float: initial !important;
  width: 100% !important;
  text-align: center;
}
.woocommerce div.product div.images img {
  width: 980px !important;
  margin: 90px auto 0px auto;
}
h1.product_title.entry-title {
  text-align: center;
  font-size: 36px;
  color: #696363;
}
div#tab-description ul {
  margin: 0px;
  padding: 0;
  list-style-type: none;
}
div#tab-description ul li {
  text-align: center;
}
div#tab-description ul li h2 {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}
div#tab-description ul li p {
  font-size: 16px;
  color: #000;
  padding: 1% 3rem;
}
ul.tabs.wc-tabs {
  display: none;
}
form.cart {
  margin: 30px auto !important;
  text-align: center;
  display: grid;
  align-items: center;
  justify-content: center;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #a2e6d9 !important;
}
div#tab-description {
  text-align: center;
  display:none!important;
}
/* Fin */
form.woocommerce-form.woocommerce-form-login.login {
    width: 560px;
    margin: 80px auto;
}
.woocommerce-account h2 {
    display: none;
}
.woocommerce-form-row input {
    height: 44px;
}
nav.woocommerce-MyAccount-navigation {
    padding: 5% 0%;
}
.woocommerce-MyAccount-content {
    padding: 5% 10% 0% 10%;
}
button.woocommerce-button.button.woocommerce-form-login__submit {
    background-color: #a1e6d9;
}
form.woocommerce-ResetPassword.lost_reset_password {
    width: 560px;
    margin: 80px auto;
}
.woocommerce .quantity .qty {
    height: 35px;
}
.single_variation_wrap {
    text-align: center;
    margin: 0px auto;
}
.woocommerce-message {
    margin-top: 80px !important;
}
.woocommerce-message {
    border-top-color: #c22cc7 !important;
}
.woocommerce-message::before {
    color: #c22cc7 !important;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    height: 44px;
}
/* Responsive */

@media (max-width: 768px) {
	.w-h-titulo-h2-blanco h2 {
		text-shadow: none !important;
		font-size: 35px;
	}
	
	.w-h-parrafo-blanco p, .w-h-p-bold-blano p, #text-3 p {
		text-shadow: none !important;
	}
	
	
}

@media (max-width: 480px) {
  ul#primary-menu {
    position: initial;
    top: 0px;
    left: 0px;
  }
  button.menu-toggle {
    background-color: #fff;
    border-color: #fff;
    font-size: 18px;
    padding: 10px;
  }
  .menu-toggle {
    position: absolute;
    top: 10px;
    right: 30px;
  }
  div#nav_menu-2, div#custom_html-2 {
    display: none !important;
  }
  .vc_custom_1622071983936 {
    width: 97% !important;
    margin: 0px auto !important;
    display: initial;
  }
  #sidebar-footer {
    display: inherit;
  }
  .w-h-botones {
    margin-bottom: 30px !important;
  }
  .w-h-qs-items-text {
    padding: 40px 30px 40px 40px !important;
    background-image: none;
    background-position: 80% 87%;
  }
  .w-h-qs-items {
    background-color: #fff;
    width: 100%;
    background-image: none;
  }
  .w-h-p-bold-blanco p {
    font-size: 25px;
    line-height: 32px;
  }
  .w-h-servicios {
    width: 100%;
  }
  .w-ci-titular p,
  .w-ci-parrafo p,
  .formula-wizz,
  .w-ci-list{
    width: 100%;
  }
  .w-ci-cuerpo-tabla {
    width: 100%;
    display: inherit;
  }
  .w-ci-caja-precios {
    width: 100% !important;
    margin-bottom: 26px;
  }
  .w-ci-caja-precios-container {
    display: inherit;
    margin: 0px auto !important;
  }
  .blog-list {
    right: -50px;
    position: relative;
  }
  .w-h-p-bold p {
    font-size: 25px;
    line-height: 32px;
  }
  .w-h-p-bold-left p, .w-h-p-bold-right p {
	text-align: center;
  }
  .w-ci-titular, .w-ci-parrafo {
    padding: 0px 5%;
  }
  .w-ci-list ul {
    margin: 0;
    padding: 0px 10%;
  }
  li.product.type-product.post-296.status-publish.first.instock.product_cat-sin-categorizar.has-post-thumbnail.shipping-taxable.purchasable.product-type-variable,
  li.product.type-product.post-449.status-publish.last.instock.product_cat-sin-categorizar.has-post-thumbnail.shipping-taxable.purchasable.product-type-simple,
  li.product.type-product.post-500.status-publish.first.instock.product_cat-sin-categorizar.has-post-thumbnail.shipping-taxable.purchasable.product-type-simple{
    width: 100%;
  }
  li.product.type-product.post-243.status-publish.last.instock.product_cat-sin-categorizar.has-post-thumbnail.shipping-taxable.purchasable.product-type-variable {
    width: 100%;
  }
  li.product.type-product.post-347.status-publish.last.instock.product_cat-sin-categorizar.has-post-thumbnail.shipping-taxable.purchasable.product-type-variable {
    width: 100%;
  }
  li.product.type-product.post-398.status-publish.first.instock.product_cat-sin-categorizar.has-post-thumbnail.shipping-taxable.purchasable.product-type-variable {
    width: 100%;
  }
  .columns-2 {
    width: 100% !important;
    padding: 0px 3% !important;
  }
  div#sidebar-header ul {
    list-style-type: none;
    align-items: center;
    display: inherit;
  }
  div#sidebar-header {
    display: inherit;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }
  div#nav_menu-2 {
    align-items: center;
    display: inherit;
    position: relative;
    right: 0;
  }
  div#tab-description ul li p {
    padding: 1% 5rem;
  }
}

.imagen-nina-home {
    position: relative;
    left: -52px;
}

.nina-animacion {
    position: absolute;
    top: -23px;
    right: 12px;
}

.suscribirse-blog {
    background-color: #ffffff;
    border: 3px solid #A1E6D9;
    border-radius: 10px;
    padding: 20px !important;
    text-align: center;
  margin: 40px 0;
}


.suscribirse-blog h2 {
  font-weight: bold;
  color: #A1E6D9
}

.suscribirse-blog p {
  margin-bottom: 0;
}

.suscribirse-blog form label, .suscribirse-blog form span{
  width: 100%;
}

.suscribirse-blog form input {
  width: 100%;
  width: 100%;
    height: 44px;
    border-radius: 10px !important;
    box-shadow: 0px 4px 3px -2px #8e8e8e;
    color: #666;
    padding: 0 10px !important;
}

.suscribirse-blog form input[type="submit"] {
  background: #A1E6D9;
  color: #ffffff;
  box-shadow: none;
  border: 0; 
  margin-top: 20px;
  font-weight: bold;
}

.container-blog {
  margin: 0 auto !important;
  max-width: 1600px !important;
}

.container-blog .vc_column-inner>.wpb_wrapper>.vc_grid-container-wrapper.vc_clearfix {
    display: block;
}

.blog-cuad-cont {
    background-color: #ffffff;
  padding: 20px 40px !important;
}

.blog-new-grid-item:last-child {
    padding-bottom: 20px !important;
}
.blog-new-grid-item {
    margin-bottom: 0px;
    background-color: #A1E6D9;
    padding: 20px 20px 0!important;
}

.blog-cuad-titulo h2 {
    font-weight: bold;
    color: #A1E6D9;
}

.blog-cuad-extracto {
    color: #696363;
	position: relative;
  display: inline-block;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 4.6em; /* (Number of lines you want visible) * (line-height) */
  line-height: 1.2em;
  text-align:justify;
}
.blog-cuad-extracto-after {
    color: #696363;
	margin-top: -20px;
}
.autor-blog:before {
    content: "";
    position: absolute;
    left: 0;
    top: -4px;
    background-image: url(https://wizzlearning.es/wp-content/uploads/2021/06/LOGO-CIRCULAR-RECORTADO.png);
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.autor-blog {
    font-size: 13px;
    color: #696363;
    position: relative;
    padding-left: 40px;
  display: inline-block;
}

.btn-blog-cat a {
    text-decoration: none;
    color: #ffffff !important;
    padding: 10px 30px;
    background-color: #C22CC7;
    display: inline-block;
    border-radius: 19px;
  font-weight: bold;
}
.btn-blog-cat {
    text-align: center;
    margin-top: 20px;
}

.btn-blog-cat a:visited, .btn-blog-cat a:hover {
  color: #ffffff;
}

.category .site-main .mk-post-recent {
    width: 33.3%;
    min-height: 100%;
    display: flex;
  background-color: #A1E6D9;
}

.category .site-main .mk-post-recent .contenedor-post {
    padding: 20px;
    min-height: 100%;
	width: 100%;
}

.category .site-main .mk-post-recent .contenedor-post a {
    text-decoration: none;
}

.category .site-main {
    max-width: 90%;
    width: 100%;
    display: flex;
    margin: 0 auto;
    margin-bottom: 40px;
	flex-flow: wrap;
}

.category .sec-top h1 {
    font-weight: bold;
    font-size: 46px;
    color: #A1E6D9;
}
.category .sec-top {
    margin-top: 90px;
    text-align: center;
}

.mk-feature-image-pr img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.w-ci-precio-curso p {
    position: relative;
    display: inline-block;
    line-height: 50px;
  color: #C22CC7;
  font-weight: bold;
}

.w-ci-precio-curso p strong {
    font-size: 60px;
    position: relative;
    left: -27px;
    top: 0;

}

.w-ci-precio-curso p em {
    position: absolute;
    right: -33px;
    top: 7px;
    line-height: 23px;
  font-style: normal;
  text-align: left;
}

.mk-navegacion ul li.active:after {
    display: none;
}
.mk-navegacion ul li {
    padding: 0 5px;
}
.mk-navegacion ul {
    margin: 0;
    list-style-type: none;
    display: flex;
    padding: 0;
}
.mk-navegacion {
    width: 100%;
    border-top: 1px solid #ccc;
    margin-top: 30px;
    padding-top: 30px;
}

.mk-navegacion ul li a {
    color: #000;
    text-decoration: none;
}

.mk-navegacion ul li.active a {
    background-color: #A1E6D9;
    padding: 5px;
    color: #ffffff;
}
.coupon {
    display: none;
}

.woocommerce-cart span.woocommerce-Price-amount.amount {
    font-size: 20px;
}

.cont-modal-clase-gratis h3 {
    font-size: 33px;
    font-weight: bold;
    color: #fff;
    line-height: 34px;
    margin-bottom: 40px !important;
}

.cont-modal-clase-gratis form {
    display: flex;
    flex-wrap: wrap;
  justify-content: space-between;
}

.cont-modal-clase-gratis form .form-100 {
    width: 100%;
  margin-bottom: 13px;
}

.cont-modal-clase-gratis form .form-50 {
    width: 48%;
  margin-bottom: 13px;
}

.cont-modal-clase-gratis form label {
    display: block;
  margin-bottom: 5px;
  font-weight: 400;
}

.cont-modal-clase-gratis form span {
    width: 100%;
}

.cont-modal-clase-gratis form span input {
    width: 100%;
  height: 44px;
    border-radius: 10px !important;
    box-shadow: 0px 4px 3px -2px #8e8e8e;
    color: #666;
    padding: 0 10px !important;
}

.pum-container.active:after {
  display: none;
}

.cont-modal-clase-gratis form input.wpcf7-form-control.wpcf7-submit {
    width: auto;
    margin: 0px auto !important;
    background-color: #81decd;
    color: #fff;
    font-weight: bold;
    border: none;
    border-radius: 50px !important;
    padding: 13px 40px;
  box-shadow: 0px 4px 3px -2px #8e8e8e;
}

@media only screen and (max-width: 1200px) {
  .w-h-qs-items-text {
    padding: 40px !important;
    background-color: #ffffff;
  }

  .w-h-qs-items {
    max-width: 1286px;
    width: 100%;
  }

  .w-h-wps h2 {
    font-size: 70px;
  }

  .w-h-p-white p {
    font-size: 18px;
  }
  .w-h-titular-hablamos-blanco h2 {
    font-size: 55px !important;
  }

}
/* diseño responsive para tamaños de pantalla pequeños */
@media only screen and (max-width: 1370px) {
  ul#primary-menu {
    display: none;
  }

  .menu-toggle, .main-navigation.toggled ul#primary-menu {
    display: block;
  }

  .menu-toggle {
    display: block !important;
  }

  .site-header {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }

  div#sidebar-header {
    width: auto;
  }

  nav#site-navigation {
    width: auto;
    margin-left: 30px;
    display: flex;
      justify-content: flex-end;
  }

  .hamburguesa {
    display: flex !important;
  }
}

@media only screen and (max-width: 678px) {
  div#custom_html-2 {
    display: none;
  }

  .w-h-ps {
    padding-top: 100px;
  }

  .w-h-ps .vc_col-sm-4 {
    width: 90%;
    margin: 0 auto;
  }

  .imagen-nina-home {
    position: relative;
    left: 0;
    margin-top: 20px;
  }

  .w-h-botones {
    width: auto;
    height: 60px;
    border-radius: 50px;
    margin-bottom: 20px !important;
  }

  .w-h-ss, .como-trabajamos-cont, .casos-exito, .contact-home, #sidebar-footer {
    width: 90% !important;
    margin: 0 auto !important;
    left: 0 !important;
  }

  .como-trabajamos {
    margin-bottom: 20px;
  }

  .w-h-titular-banner-color h2 {
    font-size: 80px;
  }

  #sidebar-footer {
    flex-direction: column;
    display: flex;
    padding: 0;
    grid-row-gap: 0;
  }

  #sidebar-footer >div {
    margin-bottom: 20px;
  }

  .w-h-lista ul {
    margin-top: 20px;
  }

  .w-h-lista ul li {
    font-size: 23px;
    text-align: left;
	padding-left: 20%;
	text-shadow: none !important;
  }

  .w-h-lista ul li:before {
    display: none;
  }

  .w-h-lista ul li strong {
    font-size: 23px;
  }

  .w-h-titular-h1 h1 {
    font-size: 25px;
	text-shadow: none !important;
  }
  .w-h-titular-fundae h1 {
    font-size: 45px;
	text-align: center !important;
  }
  .formula-wizz {
       background-position: center !important;
    padding-top: 89px;
    height: 170px;
    padding-bottom: 45px;
    background-position-y: 19% !important;
  }

  .header-interna {
    margin-top: 40px;
  }

  .suscribirse-blog {
    margin-top: 100px;
  }

  .container.ib-blog-conta-prin {
    padding: 30px;
  }

  .w-blog-titulo {
    margin-top: 40px;
  }

  .category .site-main {
    flex-direction: column;
  }

  .category .site-main .mk-post-recent {
    width: 100%;
  }

  .contenedor-contacto {
    margin-top: 100px;
  }

  .woocommerce-cart .entry-content {
    margin-top: 100px !important;
    width: 90%;
    margin: 0 auto;
  }

  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100% !important;
  }

  div#tab-description ul li p {
    padding: 1% 2rem;
  }

  .cont-modal-clase-gratis h3 {
    font-size: 25px;
  }

  .cont-modal-clase-gratis form .form-50 {
    width: 100%;
  }
	
	.w-h-titulo-h2 h2, .w-h-titular-h2.ci-bold h2 {
	font-size: 32px;
    font-weight: bold;
    text-align: center;
	}
	
	.testimonio-cont img {
    	margin-bottom: 20px;
	}
	
	.titulo-interna h1 {
		font-size: 40px !important;
	}
	
	#text-3 p {
		font-size: 20px;
	}
	
	.formula-wizz h2 {
		text-shadow: none;
	}
	
	.w-ci-titular-h2 h2, .w-h-p-bold h2, .w-h-titular-h2.ci-bold h2, .menu-movil ul li a {
		text-shadow: none !important;
	}
	
	.mk-feature-image-pr img {
		height: 150px;
		-o-object-fit: cover;
	}
}


.related.products span.price {
    text-align: center;
}


.product_meta {
    display: none;
}


.main-navigation .hamburguesa {
  height: 23px;
  -webkit-box-align: end;
    -ms-flex-align: end;
      align-items: flex-end;
  width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
  position: relative;
  }
  
  .main-navigation .hamburguesa span {
  width: 35px;
  height: 2px;
  background-color: #ffffff;
  display: block;
  position: absolute;
  -webkit-transition: all 0.8s cubic-bezier(0.65, -0.01, 0.33, 0.99);
  transition: all 0.8s cubic-bezier(0.65, -0.01, 0.33, 0.99);
  }
  
  .main-navigation .hamburguesa span:nth-child(1) {
  top: 0;
  }
  
  .main-navigation .hamburguesa span:nth-child(2) {
  top: 10px;
  }
  
  .main-navigation .hamburguesa span:last-child {
  width: 60%;
  top: 21px;
  }
  
  .main-navigation .hamburguesa.close span:nth-child(1) {
  top: 13px;
  -webkit-transform: rotateZ(45deg);
      transform: rotateZ(45deg);
  }
  
  .main-navigation .hamburguesa.close span:nth-child(2) {
  background: transparent;
  }
  
  .main-navigation .hamburguesa.close span:last-child {
  width: 100%;
  top: 13px;
  -webkit-transform: rotateZ(-45deg);
      transform: rotateZ(-45deg);
  }

/* Menu movil. Cambio a alineación texto a la izquierda */
  .menu-movil {
    position: fixed;
    z-index: 9999;
    width: 80%;
    height: 100vh;
    background: #a1e6d9;
    right: 0;
    text-align: left;
    padding: 30px 10px 30px 10px;
    -webkit-transition: all 0.8s cubic-bezier(0.65, -0.01, 0.33, 0.99);
    transition: all 0.8s cubic-bezier(0.65, -0.01, 0.33, 0.99);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    top: 75px;
  margin: 0;
}

.menu-movil.deslizar {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  box-shadow: -10px 0 10px #0000002b;
}

/* Menu movil. Por cambio a alineación a la izquierda, añado margen izquierda */
.menu-movil li {
  margin-left: 10px;
}
.menu-movil ul li {
    list-style-type: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.menu-movil ul li.active:after {
  display: none;
}

.menu-movil ul li a {
    color: #ffffff;
    text-decoration: none;
    padding: 10px 0;
    display: block;
  text-shadow: 0px 4px 5px rgba(0, 0, 0,  0.40) ;
  font-size: 20px;
}
div#text-2 ul li {
    margin-bottom: 7px;
  color: #6B6B6B;
}
div#text-2 ul {
    padding: 0;
    margin-left: 19px;
}

main#primary {
    margin-top: 80px;
}

.titulo-interna h1 {
    color: #6B6B6B;
    text-shadow: rgba(0, 0, 0, 0.12) 0px 4px 5px;
    font-size: 57px;
    font-weight: bold;
    margin-bottom: 48px !important;
}

.contenido-alumno {
    max-width: 1000px;
    margin: 0 auto !important;
    margin-bottom: 30px !important;
}

.um.um-login.um-1147.uimob500, .um.um-password.um-um_password_id.uimob500 {
    margin-top: 123px !important;
}

.um.um-account.um-editing.um-um_account_id {
    padding-top: 89px;
    max-width: 1000px;
}

.um input[type=submit].um-button, .um input[type=submit].um-button:focus, .um a.um-button, .um a.um-button.um-disabled:hover, .um a.um-button.um-disabled:focus, .um a.um-button.um-disabled:active {
  background: #C22CC7 !important;
}

.um .um-tip:hover, .um .um-field-radio.active:not(.um-field-radio-state-disabled) i, .um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i, .um .um-member-name a:hover, .um .um-member-more a:hover, .um .um-member-less a:hover, .um .um-members-pagi a:hover, .um .um-cover-add:hover, .um .um-profile-subnav a.active, .um .um-item-meta a, .um-account-name a:hover, .um-account-nav a.current, .um-account-side li a.current span.um-account-icon, .um-account-side li a.current:hover span.um-account-icon, .um-dropdown li a:hover, i.um-active-color, span.um-active-color {
    color: #C22CC7 !important;
}

.um .um-button.um-alt, .um input[type=submit].um-button.um-alt {
    background: #eeeeee !important;
} 

.contenido-alumno a {
    background-color: #C22CC7;
    text-decoration: none;
    display: inline-block;
    padding: 8px 40px;
    border-radius: 20px;
    color: #ffffff;
}

.contenido-alumno a:hover {
  color: #ffffff;
}

.post-241 .woocommerce {
    width: 1000px;
    margin: 0 auto;
    padding: 50px 0;
    text-align: center;
}

.post-241 .woocommerce .order_details {
    text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;
}

.post-241 .woocommerce .button-alt {
    border: 0;
    padding: 10px 30px;
    border-radius: 20px;
    background: #C22CC7;
    color: #fff;
    margin-right: 20px;
    font-weight: bold;
}

.post-241 .woocommerce .cancel {
    border-radius: 20px;
    padding: 10px 30px;
    font-weight: normal;
    color: #919191;
}

.ultv-video__outer-wrap {
	background: transparent !important;
}

@media only screen and (max-width: 1366px) {
	.w-h-lista ul li {
		font-size: 20px;
	}
	
	.w-h-lista ul li strong {
		font-size: 23px;
	}
	
	.w-h-lista ul li:before {
		top: 11px;
	}
	
	.w-h-lista ul li:nth-child(5):before {
		top: 17px;
	}
}
@media only screen and (max-width: 1200px) {
	.logo-home-cam {
    	width: 78%;
	}
}

@media only screen and (max-width: 1024px) { 
	.banda-botones-interna .wpb_column.btn-container {
    display: block;
	}
	.banda-botones-interna .wpb_column {
		display: none;
	}
	
	.logo-izquierda-home img {
    	width: 71%;
	}
	
	.logo-home-cam {
    	width: 78%;
	}
	
	.logo-izquierda-home {
    	text-align: left !important;
	}
	
	.banda-botones-interna .vc_col-sm-2 {
    	width: 50% !important;
	}
	
	.w-h-qs-items {
    	background-position: -167px;
	}
	
	.w-ci-cuerpo-tabla, .formula-wizz {
		width: 90% !important;
		background-position: 33%;
	}
	
	.blog-cuad-titulo h2 {
		font-size: 20px;
	}
	
	.w-h-titular-banner h2 {
		font-size: 50px !important;
	}
}

@media only screen and (max-width: 470px) {
	.w-h-lista ul li, .w-h-lista ul li strong, .w-h-lista ul li:nth-child(5) strong em {
    	font-size: 16px !important;
	}
	
	.w-h-titular-banner h2 {
		font-size: 30px !important;
		padding-left: 5%;
	}
}

@media only screen and (max-width: 768px) {
	.banda-botones-interna .vc_col-sm-2 {
    	width: 100% !important;
	}
	
	.logo-home-cam {
    	margin: 0 auto !important;
	}
	
	.woocommerce div.product form.cart .variations select {
    	font-size: 13px;
	}
	
	.logo-izquierda-home {
    	text-align: center !important;
	}
	
	h2.woocommerce-loop-product__title, h2.woocommerce-loop-product__title span {
		font-size: 20px !important;
	}
		
	form.woocommerce-form.woocommerce-form-login.login {
		width: 95%;
		margin: 80px auto;
	}
	
	.woocommerce div.product form.cart .variations tr {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	
	.woocommerce div.product form.cart .variations select {
		    min-width: 100% !important;
	}
	
	.w-h-lista ul li {
		border-bottom: 1px solid #ffffff7d;
		padding-bottom: 10px;
		padding-top: 10px;
	}
	
	.circulo-detras-nino:before {
    	left: 0;
	}
	.testimonio-cont {
   	 padding: 30px 0;
	}
	
	.contenedor-home-header {
		display: flex;
		flex-direction: column;
	}
	
	.contenedor-home-header .vc_col-sm-4 {
		width: 60%;
		margin: 0 auto;
		margin-bottom: 22px;
		text-align: center;
	}
	
	.w-h-lista ul li:before {
		display: none;
	}
	
	.imagen-nina-home {
   	 position: relative;
    	left: 0;
	}
	
	.w-ci-cuerpo-tabla {
    	display: flex;
    	flex-direction: column;
	}
	
	.w-ci-cuerpo-tabla .vc_col-sm-4 {
    	width: 95%;
		padding: 0 20px;
	}
	
	.w-ci-cabecera-tabla, .w-ci-cuerpo-tabla {
		width: 90%;
		margin: 0 auto !important;
	}
	
	.w-ci-cabecera-tabla .vc_column-inner {
    	padding: 0 !important;
	}
	
	.formula-wizz {
		background-position: 26% 50%;
	}
	
	.banda-botones-interna .vc_col-sm-2, .suscripcion-blog .vc_col-sm-4 {
		width: 90%;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	
	.w-ci-caja-precios-container .vc_col-sm-3 {
		width: 48%;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	
	.banda-botones-interna {
		display: flex;
		flex-direction: column;
	}
	
	.w-ci-caja-precios-container {
		flex-flow: wrap;
	}
	
	.suscripcion-blog {
    	display: flex;
    	flex-direction: column;
	}
	
	.category .site-main {
    	flex-flow: wrap;
	}
	
	.category .site-main .mk-post-recent {
    	width: 100%;
	}
	
	.category .site-main .mk-post-recent .contenedor-post {
    	width: 100%;
	}
	
	.w-h-titular-banner-color-chiqui h2 {
		font-size: 20px !important;
	}
	
	.cart-collaterals, form.woocommerce-cart-form {
    	margin: 0;
	}
	
	.post-241 .woocommerce {
    	width: 100%;
	}
	
	.post-241 .woocommerce .order_details li {
    border-right: 0;
    margin-bottom: 13px;
	}
	.post-241 .woocommerce .order_details {
		flex-direction: column;
	}
	
	.post-241 .woocommerce .button-alt {
		margin-right: 0;
	}
	
	form#redsys_payment_form {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.post-241 .woocommerce .cancel {
		margin-top: 20px;
	}

}
/* Corregir distancia entre elementos del menú móvil cambiando height por max-height */
.menu-movil ul {
    margin: 0;
    padding: 0;
    overflow: scroll;
    max-height: 80vh;
}


@media only screen and (max-width: 991px) {
	.ocultar-movil {
    	display: none !important;
	}
}

@media only screen and (min-width: 992px) {
	.banner-movil, .banner-movil-color {
    	display: none !important;
	}
}

.banner-movil-color {
	min-height: 150px;	
}

.banner-movil-color .w-h-titular-banner-color-chiqui h2 {
	text-shadow: none;
}

.banner-movil-color .w-h-titular-banner-color h2 {
	text-shadow: none;
}

.banner-movil-color .w-h-titular-banner {
    margin: 0 auto;
}

.banner-movil-color h2 {
	font-size: 30px;
}

.banner-movil {
    min-height: 300px;
}
.banner-movil .w-h-titular-banner h2 {
    font-size: 40px;
    text-align: center;
}
.banner-movil .w-h-titular-banner-color h2 {
		font-size: 50px;
}

.banner-movil .w-h-titular-banner {
    margin: 0;
}

@media only screen and (max-width: 550px) {
	.contenedor-home-header .vc_col-sm-4 {
		width: 90%;
		margin: 0 auto;
		margin-bottom: 0;
		text-align: center;
	}
	
	.w-ci-caja-precios {
		padding: 20px !important;
	}
	
	.aio-icon-header h3.aio-icon-title {
		font-size: 11px;
	}
	
}
@media screen and (max-width: 1392px) {
	.w-h-titular-banner h2 {
		font-size: 70px
	}
}


@media screen and (min-width: 1024px) and (max-width: 1200px) { 
	.w-h-qs-items {
		background-position: -167px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1200px) { 
	.w-h-titular-banner h2 {
		font-size: 50px
	}
}

.acepto-politica {
	margin-top: 10px;
	display: block;
}

.acepto-politica input {
    width: auto !important;
    height: auto !important;
}

.acepto-politica span a {
	text-decoration: none;
}

.acepto-politica .wpcf7-list-item {
    margin: 0;
}

.suscribirse-blog .acepto-politica span a {
	color: #A1E6D9;
}

.form-row .acepto-politica span a {
	color: #212529;
	font-weight: bold;
}

@media only screen and (max-width: 980px) {
	.w-ci-caja-precios-container {
		flex-flow: wrap;
	}
	
	.w-ci-caja-precios-container .w-ci-caja-precios {
		margin-bottom: 20px;
	}
}

.woocommerce-terms-and-conditions-wrapper {
    display: none;
}

.terminos-wo-mk {
    display: flex;
}

.type-post p strong {
    color: #595959;
}

.type-post a {
    color: #0d6efd;
    text-decoration: none;
}

.type-post blockquote {
    border-left: 3px solid blue;
    color: #1a1a1a;
    font-family: sans-serif;
    font-size: 18px;
    font-style: italic;
    padding: 0.5em 2em;

}

.type-post ::marker {
    color: #001fff;
}

.woocommerce-form-login-toggle {
    display: none !important;
}

p.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated {
    display: none !important;
}