/*
Theme Name: Coaching Emotions
Theme URI: http://www.destacaimagen.com
Version: 1.0
Description: Tema Web
Author: Destaca Imagen
Author URI: http://www.destacaimagen.com
Template: Divi
*/
 
@import url("../Divi/style.css");
 
/*----------------- Empieza a añadir cambios aquí abajo -------------------------------*/
#page-container{
  opacity: 1;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 10000000;
  /* makes sure it stays on top */

  
}

#top-menu-nav{
  /*-webkit-font-smoothing:auto !important;*/
  font-family: 'Roboto Slab',Georgia,"Times New Roman",serif !important;
}

#status {
  width: 87px;
  height: 87px;
  position: absolute;
  left: 50%;
  animation: preloader 2s infinite;

  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(img/imagotipo.png);
  background-repeat: no-repeat;
  background-position: center;
  margin: -44px 0 0 -44px;
  -webkit-animation: rotar 1s infinite linear;
  -o-animation: rotar 1s infinite linear;
  animation: rotar 1s infinite linear;

  /* is width and height divided by two */
}

@keyframes rotar{
  0%{
    transform: rotate(0deg);
  }

  100%{
    transform: rotate(360deg);
  }

}

.et-social-google-plus,
.et-social-twitter,
.et-social-rss{
  display: none !important;
}

#barraaceptacion{
    width: 95%;
    margin-left: 2.5%;
    max-width: 350px;
    bottom: 20px;
    background: rgba(255,255,255,0.8);
    z-index: 12;
    position: fixed;
    padding: 15px;
    border-radius:0px;
    font-size: 12px;
    line-height: 14px;
}

#barraaceptacion p{
    margin-bottom: 10px;
}

#top-menu li li a{
  padding:6px 0px;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 8px;
}

/* MENU */
#top-menu li li a:hover{
  background:none;
}
.et-top-navigation{
  position: relative;
}

.contador{
  position: absolute;
  top: 22px;
  font-size: 12px;
  background:#A22492;
  right:400px;
  display: inline-block;
  border-radius: 100%;
  width:18px;
  height: 18px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  z-index: 20;
}


@media (max-width: 1180px) {
 #et_mobile_nav_menu {
 display: block;
 }

 #main-header{
  position: absolute;
 }
 
#top-menu {
 display: none;
 }

 .contador{
 
 }

#menu-item-14910{
    position: relative;
  }

 .contador.mobile{
  top: 10px;
  right: auto;
  left: -10px;
 }


 }

 @media (max-width: 980px){
.et_header_style_left #logo, .et_header_style_split #logo {
    max-width: 80%;
}
}

/* Clases varias */
.txt-degradado .et_pb_text_inner h1,
.txt-degradado .et_pb_text_inner h2,
.txt-degradado .et_pb_text_inner h3,
.txt-degradado .et_pb_text_inner h4,
.txt-degradado .et_pb_text_inner p,
.single-eventos article h1.entry-title,
.eventos-lista-tit{
  background: linear-gradient(to right,#91278f,#2c67b5) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  display:inline-block;
  line-height: 1.5em;
}

.txt-degradado .et_pb_text_inner h2[style="text-align: right;"]{
  float: right;
}


/* home */
.lista-numeros ul{
  list-style: none;
  counter-reset: lista;
}

.lista-numeros ul li{
  padding-left: 50px;
  position: relative;
  margin-bottom: 18px;
  display: block;

}

.lista-numeros ul li:before{
  display: inline-block;
  position: absolute;
  left: 0px;
  top: -3px;
  counter-increment: lista;
  content:counter(lista);
  height: 34px;
  width: 34px;
  line-height:40px;
  background:#2e3192;
  text-align: center;
  border-radius: 100%;
  transition:all ease 0.25s;
}

.lista-numeros ul li:after{
  content: '»';
  padding-left: 7px;
  display: inline-block;
  transition:all ease 0.25s;
  position: absolute;
}



.lista-numeros ul li:hover:after{
  padding-left: 12px;
}

.lista-numeros ul li:hover:before{
  background:#91278f;
}

.lista-numeros ul li a{
  color: #fff;
}

@media(max-width: 560px){
  #home-nosotros .et_pb_column{
    width:100% !important; 
    margin-left: 5.5%;
  }
}

/* Eventos */
h3.eventos-lista-tit{
  margin-bottom:20px;
  display: inline-block;
  margin-left: calc(50% - 105px);
  font-size: 24px;
  text-align: center;
}

/* Curso */ 
.curso .et_pb_gutters4 .et_pb_column_1_4{
  width: 24%;
  margin-right: 3%;

}
.curso > div > .et_pb_column_1{
  margin-top: -120px;
}

.curso .formulario{
  padding:20px 20px 0 20px;
  border:1px solid rgba(0,0,0,0.2);
  border-top: 0px;
  border-radius:0 0 20px 20px;
  background: #fff;
}


#form_form_mas-informacion {

}

#form_mas-informacion .frm_style_estilos-formidable.with_frm_style .form-field{
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}




#form_descargaprogramacoaching,
#form_descargaprogramacoaching label{
  text-align: center;
}

#form_mas-informacion input::placeholder,
#form_descargaprogramacoaching input::placeholder{
text-align: center !important;
font-family: itc-m, Helvetica, Arial, Lucida, sans-serif;
}

#form_contacto select{
color: rgba(0,0,0,0.4);
  }

#form_mas-informacion .frm_button_submit,
#form_descargaprogramacoaching .frm_button_submit,
#form_contacto .frm_button_submit,
.mailpoet_form input[type="submit"]{
  border:#2d46a0 1px solid;
  border-radius: 60px;
  font-family: itc-b, Helvetica, Arial, Lucida, sans-serif;
  display: block;
  width: 100%;
  padding: 18px 10px 12px 10px;
  color: #2d46a0;
  font-size: 16px;
  -webkit-box-shadow: 0 3px 0 0 rgba(0,0,0,0.1);
 box-shadow: 0 3px 0 0 rgba(0,0,0,0.1);
 cursor: pointer
}

.mailpoet_form input[type="submit"]:hover{
  background:rgba(0,0,0,0.15);
}

#form_descargaprogramacoaching input[type="text"],
#form_descargaprogramacoaching input[type="email"],
#form_descargaprogramacoaching input[type="tel"],
#form_mas-informacion input[type="text"],
#form_mas-informacion input[type="email"],
#form_mas-informacion input[type="tel"]{
 text-align: center;
}

#form_contacto input[type="text"],
#form_contacto input[type="tel"],
#form_contacto input[type="email"]{
  padding:8px 12px;
  height: auto;
}

#form_contacto textarea{
  border-radius: 10px;
}

#form_contacto select{
  border-radius: 20px;
}

.frm_pro_form input[type="text"],
.frm_pro_form input[type="email"],
.frm_pro_form input[type="tel"]{
  border-radius: 20px !important;
}

.frm_pro_form *{
font-family: itc-m, Helvetica, Arial, Lucida, sans-serif !important;
}

#form_reservatuplaza .frm_submit{
  text-align: center;
}

#form_reservatuplaza .frm_button_submit{
  display: inline-block;
  border-radius: 60px;
  font-size: 20px;
  border:3px solid transparent;
  font-family: itc-b, Helvetica, Arial, Lucida, sans-serif !important;
  padding: 18px 26px 12px 26px;
  border:none;
  letter-spacing: 2px;
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2d4aa2+1,2d95d4+100 */
background: rgb(45,74,162); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(45,74,162,1) 1%, rgba(45,149,212,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(45,74,162,1) 1%,rgba(45,149,212,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(45,74,162,1) 1%,rgba(45,149,212,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d4aa2', endColorstr='#2d95d4',GradientType=1 ); /* IE6-9 */
transition: all ease 0.25s;
}

.mailpoet_form{
  font-family: 'itc-m',Helvetica,Arial,Lucida,sans-serif
}

.mailpoet_form input[type="text"],
.mailpoet_form input[type="email"]{
  width: 100% !important;
  max-width: 100% !important;
  border-radius: 20px !important;
  padding:8px;
  text-align: center;
  margin:0px;
  display: block;
  font-family: 'itc-m',Helvetica,Arial,Lucida,sans-serif;

}


#form_reservatuplaza .frm_button_submit:hover{
  border:3px solid #fff;
  padding-left:36px;
  padding-right:36px;
}

.descarga-a a{
  padding-right: 20px;
  background: url(img/arrow.png) right no-repeat;
  background-size: 7.5px auto;
  display: inline-block;
}

.single-eventos .saboxplugin-wrap{
  display: none;
}

/**/

.leer-mas:not(.et_pb_accordion) > div,
.leer-mas.et_pb_accordion{
  max-height: 180px;
  overflow: hidden;
  position: relative;
}

.leer-mas:not(.et_pb_accordion) > div:after,
.leer-mas.et_pb_accordion:after{
  position: absolute;
  display: block;
  content: '';
  bottom:0px;
  width: 100%;
  height: 120px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.descarga-programa{
  display: none;
}

.btn-leer-mas{
  display: none;
  margin-bottom:30px;

  padding:2px 5px;
  border:1px solid rgba(0,0,0,0.1);
  border-radius: 4px;
  text-align:center;
  width: 150px;
 
}

.btn-leer-mas:after{
  display: block;
  height: 0px;
  width: 0px;  
  clear: both;
  content: '';
}


.slide-profes .et_pb_slide{
  padding:0px;
}

.slide-profes .et_pb_slide_image{
  width:170px;
  margin:0;
}

.slide-profes .et_pb_slide_description{
  width:calc(100% - 200px);
}

.slide-profes .et_pb_media_alignment_center .et_pb_slide_image{
  top:0%;
  margin-top:40px !important;
}

.slide-profes img{
    border-radius:8px;
}

.slide-profes.et_pb_slider{
  overflow:visible;
}

.slide-profes.et_pb_slider:hover .et-pb-arrow-prev {
  left:-40px !important;
} 


.slide-profes.et_pb_slider:hover .et-pb-arrow-next {
  right:-42px !important;
}

/* Listado Eventos */
.page-id-14908{
  background:rgba(0,0,0,0.02);
}

.page-ide-14908 .pagination{
  clear: both;
  float: none;

}
#eventos-lista{
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    padding: 60px 40px 30px 40px;
}

.single-eventos #eventos-lista{
  padding-top: 0px;
}

.home-eventos-lista{
  padding-top: 30px;
  border-top: 1px solid rgba(0,0,0,0.1);
}

.home #eventos-lista{
  padding: 0;
 
}

#eventos-lista article{
  display: flex;
  margin:0px;
  width: calc(33.3% - 20px);
  border-radius: 20px;
  padding:18px;
  background:#fff;
  box-shadow:0px 2px 17px -9px rgba(0,0,0,0.3);
  margin-bottom:30px;
  border:1px solid rgba(0,0,0,0.05);
  cursor: pointer;
  transition: all ease 0.25s;
  position: relative;
}

#eventos-lista article:hover{
  transform: translateY(-10px);
}


#eventos-lista article .col:first-child{
  width: 65%;
}

#eventos-lista article .col:last-child{
  width: 35%;
}

#eventos-lista article .col:first-child{
  padding-top: 20px;
  padding-right: 20px
}


@media(max-width: 1400px){
  #eventos-lista article{
    width: calc(50% - 20px);
  }
}

@media(max-width: 900px){
  #eventos-lista article{
    width: 80%;
    min-width: 310px;
    margin:0 auto 30px auto;
  }
}

@media(max-width: 576px){

  #eventos-lista{
    padding-left: 0px;
    padding-right: 0px;
  }

  #eventos-lista article{
    display: block;
    text-align: center;
  }

  #eventos-lista article .col:first-child{
    margin-bottom:30px;
    width: 100%;
  }    

  #eventos-lista article .col:last-child{
    width:100%;
    text-align: center;
  }

   #eventos-lista article .col:last-child img{
      max-width: 250px;
   }

  #eventos-lista article .col{
   width: 100%;
   display: block;
  }
}


#eventos-lista .entry-featured-image-url{
  margin-bottom:0px;
}

#eventos-lista img{
  border-radius: 5px;
}

#eventos-lista article a{
  color:#2c67b5;
}

#eventos-lista article a.mas-info{
  color:#2c67b5;
  transition: all ease 0.25s;
  font-family: 'itc-b',Helvetica,Arial,Lucida,sans-serif;
  text-transform: lowercase;

}

#eventos-lista article h2{
  font-size: 18px;
}

#eventos-lista article a:hover{
  color:#8b288f;
}

#eventos-lista article img{
  color:#8b288f;
  transition: all ease 0.25s;
}

#eventos-lista article a:hover img{
  transform: scale(0.97);
}

.page-id-14908 #main-content .container:before,
.single-eventos #main-content .container:before{
display: none;
}

#eventos-lista .gratis,
.single-eventos .gratis{
display: inline-block;
padding:4px 5px 2px 5px;
background: linear-gradient(to right,#91278f,#2c67b5) !important;
color: #fff;
border-radius:32px;
position: absolute;
top: -10px;
left: -10px;
font-family: 'itc-m',Helvetica,Arial,Lucida,sans-serif;
font-size: 14px;
}

.single-eventos .detalles .gratis{
  left: auto;
  right: -20px;

}

/* Single Evento */
.single-eventos .et_pb_title_container h1{
  font-family: 'itc-m',Helvetica,Arial,Lucida,sans-serif;
  font-size: 18px;
  margin-bottom:0px;
  padding-bottom: 0px;
  margin-top:-30px;
}
.single-eventos .post-meta{
  display: none;
}

.single-eventos h1.entry-title{
  margin-bottom:30px;
}

.single-eventos .detalles{
  padding-top: 65px;
  position: relative;
  font-size: 0.9em;
}

.evento-contenedor{
  background:rgba(0,0,0,0.02);
  padding-top: 40px;
  border-top:1px solid rgba(0,0,0,0.1);
}

.evento-contenedor h4{
  text-align: center;
  padding:0 25px 25px;
  font-size: 1.5em;
}

.single-eventos .et_post_meta_wrapper img{
  padding: 8px;
  max-width: 100%;
  background:#fff;
  border:1px solid rgba(0,0,0,0.1);
}

.single-eventos .detalles{
  padding:20px;
  border:1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
  border-radius: 20px;
  margin-top:70px;
}

.single-eventos .detalles .detalles-campo{
  padding-bottom: 20px;

}


.single-eventos .detalles b{
    font-family: 'itc-m',Helvetica,Arial,Lucida,sans-serif;
    font-size: 16px;
}


.single-eventos .detalles .detalles-campo p{
  padding-bottom: 5px !important;
}



/* Servicios */
#sidebar .mailpoet_form{
  margin-top:30px;
}

.banner{
  margin-top:40px;
  border-radius: 20px;
  border:1px solid rgba(0,0,0,0.1);
  padding:20px;
  text-align: center;
  font-family: 'itc-m',Helvetica,Arial,Lucida,sans-serif;
  font-size: 0.8em;
}


/* SERVICIOS */
.page-id-30 #aprende #titular,
.page-id-15232 #aprende #titular{
  display: none;
  
}


.page-id-18 li,
.parent-pageid-18 li,
.page-id-18 ul,
.parent-pageid-18 ul{
  list-style: none !important;
}



/* Curso 980px */
@media(max-width: 980px){
  #reserva{
    clear: both;
  }
  .curso > div > .et_pb_column_1{
    
    margin-top: 40px;
  }

  .curso .et_pb_gutters4 .et_pb_column_1_4,
  .et_pb_column_1_4.mobile .et_pb_module{
    width:100%;
    max-width: 500px;
    margin-left:50%;
    transform: translateX(-50%);
  }

  .et_pb_column_1_4.mobile{
    background:#efefef;
    padding:40px;
  }


}

@media(max-width: 767px){
  .page-id-12 #cabecera-curso *,
  .page-id-14 #cabecera-curso *{
    color: #fff !important;
  }
 
  .page-id-12 #cabecera-curso .txt-degradado .et_pb_text_inner h1,
  .page-id-14 #cabecera-curso .txt-degradado .et_pb_text_inner h1{
  background:none !important;
  -webkit-text-fill-color:#fff !important;
  display: block;
  color: #fff;
  }

  .slide-profes .et_pb_slides .et_pb_slide_description{
    padding-left: 0px;
    padding-right:0px;
  }

  .slide-profes .et_pb_slides  .et_pb_slide_image{
    width:100%;
  }

 }


 /* BLOG */
.entry-featured-image-url img{
  background:#fff;
  padding:12px;
  box-shadow: 0px 2px 17px -9px rgba(0,0,0,0.3);
  transition: all ease 0.25s;
}

.entry-featured-image-url:hover img{
  transform: translateY(-10px);
  opacity: 0.8;
}

 .rpwe-block h3{
  font-size: 24px;
  font-family: itc-m, Helvetica, Arial, Lucida, sans-serif;
 }

#sidebar #mailpoet_form-2{
  background:rgba(0,0,0,0.05);
  text-align: center;
  border-radius: 12px;
  border:1px solid rgba(0,0,0,0.05);
  padding:20px;
}

/* Whatsapp */

/* CAPTCHAt*/
.rc-anchor-normal-footer{
  display: none;
}

.frm-g-recaptcha,
.g-recaptcha{
  overflow:hidden ;
}

/*Cursos*/
.wpc-container {
  font-size: 14px;
}

.wpc-container .saboxplugin-wrap {
  display: none !important;
}

.wpc-sidebar.wpc-left-sidebar {
  display: none;
}

#courses-wrapper {
    width: 100%;
}

.wpc-button {
  text-shadow: none;
}

.wpc-progress-bar-level, .wpc-purchased {
  background-color: #3a3a89;
}

h2.course-title a:hover {
  color: #3a3a89;
}

body.single-lesson #top-menu li:nth-child(5) a, body.single-course #top-menu li:nth-child(5) a, body.single-wpc-quiz #top-menu li:nth-child(5) a{
    color: #3a3a89
}

.lesson-course-title {
    color: #3a3a89;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 40px;
}

.wpcq-button {
  background-color: #ffffff;
  border-color: #3a3a89;
  color: #3a3a89;
  font-weight: bold;
  text-shadow: none;
  padding: 8px 12px;
}

.wpcq-button:hover {
  background-color: #ffffff;
  border-color: #c83d2e;
  color: #c83d2e;
}

.wpcq-button:disabled {
  color: #9e9e9e;
}

.wpcq-button:disabled:hover {
  color: #9e9e9e;
  background-color: #d2d2d2;
  border: 1px solid #afafaf;
  cursor: default;
}

#wpc-retake-quiz {
  display: none !important;
}

#wpc-submit-quiz {
  background-color: #3a3a89;
  border-color: #3a3a89;
  color: #ffffff;
}

#wpc-submit-quiz:hover {
  background-color: #c83d2e;
  border-color: #c83d2e;
  color: #ffffff;
}

.wpc-lesson-comments .avatar {
  width: 50px;
}

.wpc-lesson-comments .comment-body {
  padding-left: 60px;
  padding-right: 0px;
}

.wpc-lesson-comments .comment-reply-link {
  position: relative;
  font-size: 14px !important;
  padding: 5px 10px !important;
  width: 110px !important;
  min-width: auto !important;
}

.wpc-lesson-comments .comment-edit-link {
  display: none !important;
} 

.wpc-lesson-comments #commentform textarea {
  height: 150px;
  resize: none;
  font-size: 14px;
}
.lesson-nav {
  margin-top: 15px;
}
.course-bar-option {
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid lightgray;
  padding: 10px 20px;
  box-shadow: 0px 5px 9px rgba(0,0,0,0.2);
  overflow: hidden;
}

.course-bar-option.option-inline > div {
  display: none;
}

.course-bar-option.open{
  background-color: #eee;
}

.course-bar-option.option-inline.open > div {
  display: block;
}

.course-bar-option > a:hover {
  color: #c83d2e;
}

.course-notification {
    margin-top: 20px;
    border-bottom: solid 1px #c1c1c1;
    padding-bottom: 15px;
}

.course-notification:last-child {
  border-bottom: none;
}

.course-material {
  margin-top: 20px;
  border-bottom: solid 1px #c1c1c1;
  padding-bottom: 15px;
}

.course-material a {
  color: #696969;
}

.course-material a:hover {
  text-decoration: underline;
}

.course-material:last-child {
  border-bottom: none;
}

.course-entrega {
  margin-top: 20px;
  border-bottom: solid 1px #c1c1c1;
  padding-bottom: 15px;
}

.course-entrega:last-child {
  border-bottom: none;
}

.course-panel-container .acf-row-handle.remove, .course-panel-container .acf-row-handle.order {
  display: none;
}

/* Cursos - Lecciones */
.lesson-template-default .wpc-light-box .tools-container, .lesson-template-default .wpc-light-box hr, .lesson-template-default .wpc-light-box ul{
    margin-bottom: 1em;
}

.lesson-template-default .wpc-light-box h2{font-size: 30px;}
.lesson-template-default .wpc-light-box h3{ font-size: 25px;}
.lesson-template-default .wpc-light-box h4{font-size: 20px;}

.lesson-template-default .wpc-light-box{
    font-size: 1.15em;
}

.acf-field[data-name="usuario"], .acf-field[data-name="nombre_usuario"] {
  display: none;
}

label[for="acf-field_5ddd123911588"] {
  display: none !important;
}

.course-entrega #message {
  display: none !important;
}

.course-entrega input[type="submit"] {
  display: none;
}

.course-bar-option {
  border-radius: 0;
  border-top: 0;
}

.course-bar-option:first-child {
  border-top: 1px solid lightgray;
}

.lesson-button {
  box-shadow: none;
}

/*Ocultamos el nivel*/
.course-meta-wrapper .cm-item:first-child {
  display: none;
}

#wpc-attachments-content {
  border-radius: 0;
    padding-top: 20px;
    max-height: initial;
    overflow-y: initial;
}

#wpc-attachments-content .toolbar-button {
  border:none;
}

#wpc-attachments-content .toolbar-button:hover {
  text-decoration: underline;
}

#wpc-attachments-content i {
  position: relative;
  float: left;
  margin: 7px 10px 0 0;
}

#wpc-attachments-content a {
  color: #696969;
}

#wpc-viewed-lessons-toggle {
  display: none;
}

#wpc-completed-lesson-toggle[data-status="true"] {
  background-color: #23d19f;
  color: white;
  border: 1px solid #12ad80;
}

.wpc-sidebar.wpc-right-sidebar .wpc-add-to-cart {
  width: 100%;
    text-align: center;
    box-shadow: 0px 5px 9px rgba(0,0,0,0.2);
}

.spu-box textarea {
  resize: none;
  width: 100%;
  height: 250px;
  padding: 10px;
  font-family: 'Helvetica';
}

#duda_feedback {
  display: none;
  color: #3e943e
}

#comment-wrap small a {
    color: #2ea3f2 !important;
}

/*LOGIN*/
.tml-login, .tml-lostpassword, .tml-resetpass {
  padding: 25px 25px 100px 25px;
  width: 70%;
  min-width: 320px;
  max-width: 500px;
  margin: auto;
}

.tml-login label, .tml-lostpassword label  {
  font-size: 17px;
}

.tml-login input[type="text"], .tml-login input[type="password"], 
.tml-lostpassword input[type="text"], .tml-lostpassword input[type="password"],
.tml-resetpass input[type="text"], .tml-resetpass input[type="password"] {
  border-radius: 20px;
  padding: 8px;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #bbb;
  color: #4e4e4e;
  text-align: center;
}

.tml-login input[type="text"]:focus, .tml-login input[type="password"]:focus, 
.tml-lostpassword input[type="text"]:focus, .tml-lostpassword input[type="password"]:focus,
.tml-resetpass input[type="text"]:focus, .tml-resetpass input[type="password"]:focus {
  border-color: #2d3940;
  color: #3e3e3e;
}

.tml-login input[type="submit"], 
.tml-lostpassword input[type="submit"],
.tml-resetpass input[type="submit"] {
    border: #2d46a0 1px solid;
    border-radius: 60px;
    display: block;
    width: 100%;
    padding: 10px 10px 12px 10px;
    color: #2d46a0;
    font-size: 16px;
    -webkit-box-shadow: 0 3px 0 0 rgba(0,0,0,0.1);
            box-shadow: 0 3px 0 0 rgba(0,0,0,0.1);
    cursor: pointer;
    font-weight: bold;
}

.tml-login input[type="submit"]:hover, 
.tml-lostpassword input[type="submit"]:hover,
.tml-resetpass input[type="submit"]:hover {
    background: rgba(0,0,0,0.15);
}

.tml-lostpassword .tml-links {
    display: none;
}

.tml-links {
  list-style: none;
}

.page-id-4308 #et-main-area h1 {
  text-align: center;
    margin-top: 100px;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    list-style-type: none;
    padding-left: 0 !important;
    padding-right: 15px !important;
}

.woocommerce-MyAccount-navigation ul li {
    list-style: none;
    padding: 5px;
    border-bottom: solid 1px #c1c1c1;
}

.woocommerce-MyAccount-navigation ul li a {
  display: block;
}

.woocommerce-MyAccount-navigation ul li:hover {
  background-color: #efefef;
}

body.search.search-results article#post-4308 {
  display: none;
}

.course-access-title {
  text-align: center;
  margin-top: 12px;
}

#post-16018 .u-column1 {
  width: 100%;
}

#post-16018 .u-column2 {
  display: none;
}

.wpc-video-wrapper img {
    height: 300px;
    width: auto;
    margin: auto;
    margin-left: 50%;
    transform: translateX(-50%);
}
/*
 * Eliminar esto cuando se activen los cursos online
 */

/* Cursos Anto */
.wpc-video-wrapper img{
  height:auto;
  width: 100%;
}

.wpc-sidebar.wpc-right-sidebar .wpc-add-to-cart{
    width: 100%;
    text-align: center;
    box-shadow: 0px 5px 9px rgba(0,0,0,0.2);
   
}

.wpc-sidebar.wpc-right-sidebar .wpc-add-to-cart:hover{
  border-color:rgba(0,0,0,0.4);
  }

.wpc-sidebar.wpc-right-sidebar .wpc-add-to-cart[href="?add-to-cart=16136"]{
   background:#2e3192;
    color:#fff;
}

.wpc-sidebar.wpc-right-sidebar .wpc-add-to-cart[href="?add-to-cart=16136"]:hover{
  background:#2c67b5;
  border-color: #2e3192;
}

.woocommerce-cart .entry-content{
  font-size: 80%;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, 
.woocommerce #respond input#submit:disabled[disabled], 
.woocommerce a.button.disabled, .woocommerce a.button:disabled, 
.woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, 
.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], 
.woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled],
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce button.button{
  font-size: 16px !important;
  padding:5px 10px !important;
}

.woocommerce-cart table.cart td.actions .coupon .input-text{
  height:41px !important;
}

button[name="apply_coupon"]{
  opacity: 0.3;
}

button[name="apply_coupon"]:hover{
  opacity: 1;
}

.woocommerce-checkout #left-area{
  font-size: 80%;
}

.woocommerce-checkout #sidebar,
.woocommerce-cart #sidebar{
  display: none;
}

.woocommerce-checkout.et_right_sidebar #main-content .container:before,
.woocommerce-cart.et_right_sidebar #main-content .container:before{
  display: none;
}


body.woocommerce-checkout #page-container #left-area,
body.woocommerce-cart #page-container #left-area{
  width: 100%;
  padding-right:0px;
}

.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea{
padding:10px;
}

#order_review_heading{
  margin-top:20px;
}

.woocommerce-notice--success{
  margin-bottom: 20px;
  color: green;
}

.woocommerce-MyAccount-navigation ul li{
  font-size: 90%;
}

#carga-tipo{
  display: none;
}

/* PEDIDOS */
.woocommerce-orders-table .woocommerce-button.view,
.woocommerce-orders-table__header-order-actions{
    display: none !important;
}