@font-face {
  font-family: 'bariolregular';
  src: url('../fonts/bariol_regular-webfont.woff2') format('woff2'),
       url('../fonts/bariol_regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'bariolregular_italic';
  src: url('../fonts/bariol_regular_italic-webfont.woff2') format('woff2'),
       url('../fonts/bariol_regular_italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'bariolthin';
  src: url('../fonts/bariol_thin-webfont.woff2') format('woff2'),
       url('../fonts/bariol_thin-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'bariollight';
  src: url('../fonts/bariol_light-webfont.woff2') format('woff2'),
       url('../fonts/bariol_light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'bariolbold';
  src: url('../fonts/bariol_bold-webfont.woff2') format('woff2'),
       url('../fonts/bariol_bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body{
  color:#FFF;
  background-image: url(../images/fondo-summer.jpg);
  background-size: 100% auto;
  background-position:top center;
  background-color: #631cbd;
  background-repeat: no-repeat;
  /*background: linear-gradient(90deg, rgba(111,31,217,1) 0%, rgba(75,17,143,1) 100%);*/
  display: flex;
  flex-direction: column;
  font-family: 'bariolregular';
  font-size: 1.1em;
  margin:0;
  justify-self: unset;
  justify-content: space-between;
  padding:0;
  position: relative;
}

.masInfoBoton{
  position:absolute;
  right:10px;
  bottom: 10px;
}

.workshop{
  background-image: url(../images/fondo-workshop.jpg) !important;
  background-size: 100% auto;
  background-position:top center;
  background-repeat: no-repeat;
  background-color: #250fb6;
  min-height:95vh;
}

.amIntensive{
  background-image: url(../images/fondo-amintensive.jpg) !important;
  background-size: 100% auto;
  background-position:top center;
  background-repeat: no-repeat;
  background-color: #d18f0b;
  min-height:95vh;
}

.roadWorlds{
  background-image: url(../images/fondo-roadworlds.jpg) !important;
  background-size: 100% auto;
  background-position:top center;
  background-repeat: no-repeat;
  background-color: #2424b9;
  min-height:95vh;
}

.onlineMode{
  background-image: url(../images/fondo-online-ddc.jpg) !important;
  background-size: 100% auto;
  background-position:top center;
  background-repeat: no-repeat;
  background-color: #09d17b;
  min-height:95vh;
}

a, a:hover{
  color:inherit;
  text-decoration: none;
}

.w5{
  width: 5% !important;
  transition: all .5s;
}

.w10{
  width: 10% !important;
  transition: all .5s;
}

.w15{
  width: 15% !important;
}

.w20{
  width: 20% !important;
}

.w25{
  width: 25% !important;
}

.w30{
  width: 30% !important;
}

.w35{
  width: 35% !important;
}

.w40{
  width: 40% !important;
}

.w45{
  width: 45% !important;
}

.w50{
  width: 50% !important;
}

.w55{
  width: 55% !important;
}

.w60{
  width: 60% !important;
}

.w65{
  width: 65% !important;
}

.w70{
  width: 70% !important;
}

.w75{
  width: 75% !important;
}

.w80{
  width: 80% !important;
}

.w90{
  width: 90% !important;
}

.w100{
  width: 100% !important;
}

.margenAuto{
  margin: auto;
}

.margenT1{
  margin-top:1%;
}

.margenT3{
  margin-top:3%;
}

.margenT5{
  margin-top:5%;
}

.margenT10{
  margin-top:10%;
}

.margenT13{
  margin-top:13%;
}

.margenT15{
  margin-top:15%;
}

.margenT30{
  margin-top:30%;
}

.margenB1{
  margin-bottom: 1%;
}

.margenB3{
  margin-bottom: 3%;
}

.margenB5{
  margin-bottom: 5%;
}

.margenB10{
  margin-bottom: 10%;
}

.margenR1{
  margin-right: 1%;
}

.margenR3{
  margin-right: 3%;
}

.margenR5{
  margin-right: 5%;
}

.margenR10{
  margin-right: 10%;
}

.margenL1{
  margin-left:1%;
}

.margenL3{
  margin-left:3%;
}

.margenL5{
  margin-left:5%;
}

.margenL10{
  margin-left:10%;
}

.margenLM15{
  margin-left:-15%;
}

.sinMargen{
  margin:0 !important;
}

.paddingB5{
  padding-bottom:5% !important;
}

.paddingB10{
  padding-bottom:10% !important;
}

.paddingR5px{
  padding-right: 5px;
}

.botonActivo{
  cursor: pointer;
}

.bLine{
  border-bottom: 1px solid #f1f1f1;
}

.rLine{
  border-right: 1px solid #f1f1f1;
}

.lLine{
  border-left: 1px solid #f1f1f1;
}

.tLine{
  border-top: 1px solid #f1f1f1;
}

.centroTodo{
  align-items: center;
  justify-content: center;
  text-align: center;
}

.centroTop{
  align-items: center;
  text-align: center;
}

.alignTop{
  align-items: flex-start;
  justify-content: flex-start !important;
}

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

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

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

.alignBottom{
  align-items: flex-end;
}

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

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

.justifyCenter{
  justify-content: center;
}

.justifySpaceBet{
  justify-content: space-between;
}

.pRelative{
  position: relative;
}

.pAbsolute{
  position: absolute;
}

.flexSpaceBet{
  justify-content: space-between;
}

.flexSpaceAr{
  justify-content: space-around;
}

.textARight{
  text-align: right;
}

.textALeft{
  text-align: left;
}

.lineHe30{
  line-height: 30px;
}

.hGroup{
  display: flex;
  flex-direction: row;
  width: 100%;
}

.hGroup2{
  display: flex;
  flex-direction: row;
  width: 100%;
}

.vGroup{
  display: flex;
  flex-direction: column;
  width: 100%;
}

footer{
  color:#FFF;
  font-family: 'bariolregular';
  font-size: 1.2em;
  padding:20px 0;
}

footer p{
  font-size: small;
  margin:5px 0;
  text-align: center;
}

strong{
  font-family: 'bariolbold';
}

.backBlanco{
  color:#341d61;
  background: #FFF;
  padding:20px 5%;
  width: 90%;
}

.bBlanco{
  color:#0036a9;
  background: #FFF;
  font-size: 1.1em;
  margin-left:auto;
  margin-right:auto;
  margin-bottom: 5%;
  padding:20px 50px;
  width: calc(70% - 100px);
  width: calc(70% - 100px);
}

.bAmarillo{
  background: #fffb58;
  font-size: 1.1em;
  padding:10px 15px;
  width: fit-content;
}

.bRosa{
  background-color:#f408e1 !important;
}

.bMorado{
  background-color:#4b118f !important;
  margin:5% 0;
  padding:10% 5%;
  width: 90% !important;
}

.bAzulG{
  background-color:#0177bd !important;
  margin:5% 0;
  padding:10% 5%;
  width: 90% !important;
}

.bAzul{
  background-color:#08adf6 !important;
}

.bAmarilloB{
  background-color:#f5d50b !important;
}

.fBlanco{
  color:#FFF;
}

.fAmarillo{
  color:#fffe58;
}

.fRosa{
  color:#ff77db;
}

.fMorado{
  color:#6f1fd9;
}

h3.titulo{
  font-size: 2.5em;
}

p.inicio{
  font-size: 1.35em;
}

.fotoInicio{
  margin:-70px auto 0 auto;
  width: 80%;
  max-width: 800px;
}

.bGris{
  background: #f6f6f6;
}

section{
  margin:auto;
  padding-bottom:10%;
  width:70%;
}

section.completo{
  width:85% !important;
}

section.completo95{
  width:95% !important;
}

section h1{
  font-size: 2.7em;
}

.link{
  text-decoration: underline;
}

.radiusLeft{
  border-radius: 5px 0 0 5px;
}

.radiusRight{
  border-radius: 0 5px 5px 0;
}

.boxShadow{
  box-shadow: 1px 1px 23px -5px #2f006b;
}


.radiusTodo{
  border-radius: 5px;
}

.radiusBoton{
  border-radius: 10px;
}

.radiusTop{
  border-radius: 10px 10px 0 0;
}
/**************/

.paquetes p{
  font-size: 1.1em;
  margin:5px 0;
}

.paquetes p span{
  color: #FFFE59;
  font-family: 'bariolbold';
}

.paquetes input[type="radio"], #formWorkshop input[type="radio"]{
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  transform: scale(1.5);
  padding: 10px;
  margin-right: 10px;
}

.inputNormal{
  font-size: .7em !important;
  height: 1.5em !important;
  margin-bottom: 0 !important;
}

.fichaPago{
  margin:0;
  text-indent: 20px;
}

.fichaDivisor{
  border-bottom: 1px solid #a26dda;
}

.hiddenHeight{
  display: block;
  height: 75px;
  overflow: hidden;
  text-overflow:ellipsis;
  text-align: left;
  transition: all .1s;
  white-space:normal;
}

.logoDDC{
  text-align: center;
  width: 100%;
}

.logoDDC img{
  width: 100%;
  max-width: 500px;
}

.captionLogo{
  font-size: 2.5em;
  margin-top:-40px;
}

.contLan{
  margin: 5% auto 0 auto;
  padding:0 30px;
  max-width: 1100px ;
  width:calc(100% - 60px);
}

.max900{
  max-width: 900px;
}

.cuadroMorado{
  background-color: #7c3fbf;
  padding-left:25px
}

.botonBlanco{
  background:#ffffff;
  border-radius: 20px;
  color:#631bbe;
  cursor: pointer;
  font-family: 'bariolbold';
  font-size: 1.2em;
  margin: 2% auto;
  padding:1% 5%;
  text-align: center;
  width: auto;
  min-width: 160px;
}

.botonBlanco span{
  font-family: 'bariolregular';
  font-size:.7em;
}

.botonBlanco:hover{
  color:#7d3eca;
}

.botonMorado{
  background-color: #7a22bf;
  cursor: pointer;
  margin-bottom: 2%;
  padding:3% 0;
  width: 100%;
}

.botonMorado p{
  color:#FFF;
  font-family: 'bariolbold';
  font-size: 1.7em;
  letter-spacing: 1px;
  margin:0;
  text-align: center;
}

.botonMorado p span{
  font-family: 'bariolregular';
  font-size: .8em;
}

.botonMoradoC{
  align-items: center;
  background-color: #7a22bf;
  color:#FFF;
  cursor: pointer;
  height: 4.5em;
  justify-content: center;
  margin-bottom: 2%;
  text-align: center;
  width: 100%;
}

.btBloqueado{
  color:#9a65cd !important;
  cursor:default !important; 
}

.btInactivo{
  color:rgba(255, 255, 255, .5) !important; 
}

.contMoradoBajo{
  background-color: #6e2dad;
  padding:2% 3%;
  width: 94%;
}

.botonMoradoC p{
  font-family: 'bariolbold';
  font-size: 1.8em;
  margin:0;
}

.botonMoradoC p span{
  font-family: 'bariolthin';
  font-size: .5em;
}

.contenidoMorado{
  background-color: #7a22bf;
  margin:auto;
  padding:2% 3%;
  width: 94%;
}

.subTitulo{
  font-size: 1.5em;
}

.noBoton{
  cursor:default !important;
}

.bordeCuadro{
  border:2px solid #FFF;
  border-radius: 20px;
  margin-bottom: 5%;
  padding:15px 20px;
  width: calc(100% - 40px);
}

.cuadroHora{
  color:#000;
  background-color: #ffffff;
  border-radius: 15px;
  margin-right:1%;
  margin-bottom:3%;
  padding:5px 10px;
  min-height:80px;
  width: calc(96% - 20px);
}

.cuadroNombre{
  color:#000;
  background-color: #f8ee5f;
  border-radius: 15px;
  margin-right:1%;
  margin-bottom:3%;
  padding:5px 10px;
  min-height:80px;
  width: calc(96% - 20px);
}

#enviaRegistro{
  margin:auto;
  width: 90%;
}

#enviaRegistro p{
  margin:5px 0;
}

input[type="text"], input[type="number"], input[type="email"], input[type="password"], textarea, #comFormRegistro select{
  
  border-top:none;
  border-left:none;
  border-right:none;
  border-bottom:1px solid #6f27ce;
  
  color:#000;
  font-family: 'bariolregular';
  font-size: 1em;
  height: 2em;
  margin-bottom:2%;
  text-indent: 20px;
  width: 98%;
}

textarea{
  height: 5em;
  padding-top: 10px;
  resize: none;
}

#comFormRegistro input[type="text"].disabled{
  background-color: #d6d6d6 !important;
}

#formLogin input[type="text"], 
#formRegistro input[type="text"], 
#comFormRegistro input[type="text"], 
#formLogin input[type="number"], 
#formRegistro input[type="number"], 
#comFormRegistro input[type="number"], 
#formLogin input[type="email"], 
#formRegistro input[type="email"], 
#comFormRegistro input[type="email"], 
#formLogin input[type="password"], 
#formRegistro input[type="password"],
#comFormRegistro input[type="password"]{
  background-color: transparent;
}

#formLogin p, #formRegistro p{
  margin:1% 0;
}

#formLogin input:focus, #formRegistro input:focus, #comFormRegistro input:focus {
  border-bottom:2px solid #2e0069;
  outline: 0;
  
}

#enviaRegistro input[type="text"], #enviaRegistro input[type="number"], #enviaRegistro input[type="email"]{
  background-color:#7a22bf;
  color:#FFF;
}

#enviaRegistro input::-webkit-input-placeholder { /* Edge */
  color: #b576fb;
}

#enviaRegistro input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #b576fb;
}

#enviaRegistro input::placeholder {
  color: #b576fb;
}

.cuadroInscr{
  opacity: .3;
  transition: all .5s;
}

.cuadroInscr:hover{
  opacity: 1;
}

table{
  border-spacing: 0px;
  border-collapse: collapse;
  border-color: transparent;
  font-family: 'bariolbold';
}

table td{
  border:2px solid #fff;
  padding:4px 4px;
}

.whatsapp{
  top:calc(50% - 25px);
  right:2%;
  position: fixed;
}

.whatsapp span{
  font-size: .7em;
  margin-left: 11px;
}


.Error{
  border-bottom: 2px solid #ab4a4a !important;
}

.Error2{
  color:#ff9090 !important;
}

.siMovil{
  display: none !important;
}

/***** MENU OPCIONES ****/

.menuM{
  display: none;
}

.contMenuOpciones{
  display: flex;
  border-bottom: 1px solid #a26dda;
  border-top: 1px solid #a26dda;
  width: 100%;
}

.menuOpciones{
  margin:0 auto;
  justify-content: flex-end;
  width: 100%;
  max-width: 1160px;
}

.menuOpciones p{
  font-size: .9em;
  margin: 0;
  text-align: center;
}

.menuOpBoton{
  align-items: center;
  border-right: 1px solid #a26dda;
  height: 1.8em;
  justify-content: center;
  padding:0 20px;
  width: auto;
  
}

#MenuMovil{
  display: none;
}

.menuD{
  margin:0 auto 1% auto;
  width: 83%;
}

.menuD ul{
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin:0 auto;
  padding:0;
  
  width: 100%;
  max-width: 1160px;
}

.menuD ul ul{
  background-color:rgba(76, 43, 143, .9);
  box-shadow: 1px 1px 23px -5px #2f006b;
  display: none;
  flex-direction: column;
  right:0;
  position: absolute;
  top:20px;
  width:200%;
  white-space: nowrap;
  z-index: 100;
}

.menuD ul li:hover > ul{
  display: flex;
}

.menuD ul li:active > ul{
  display: flex;
}

.menuD ul li a:hover > ul{
  display: flex;
}

.menuD li ul li{
  border-right: none;
  border-bottom: 1px solid #794fbd;
  height: 2em;
  justify-content: flex-start;
  text-align: left;
  padding-bottom: 5px;
  padding-top: 5px;
}

.menuD li ul li:last-child{
  border-bottom: none;
}

.menuD li{
  align-items: center;
  border-right: 1px solid #FFF;
  display: flex;
  height: 1.1em;
  list-style: none;
  justify-content: center;
  padding:0 10px;
  position: relative;
  
}

.menuD li:last-child{
  border-right: none;
}

.choose_fileN{
  position: relative;
  height: auto;
  margin:0 auto 5px auto;
  width:100%;
  max-width: 540px;
}

.choose_file input[type="file"], .choose_fileN input[type="file"] {
  -webkit-appearance:none;
  height: 100%;
  position:absolute;
  top:0;
  left:0;
  opacity:0;
  width: 100%;
}

#subeBanner input[type="button"]{
  color:#FFF;
  font-family: 'bariolbold';
}

@media screen and (max-width: 750px) {
  .noMovil{
    display:none;
  }
  
  .siMovil{
    display: flex !important;
  }
  
  .whatsapp, #MenuD{
    display: none;
  }
  
  .logoDDC{
    margin-top: 0;
  }
  
  .contLan{
    padding:0 10px;
    width:calc(100% - 20px);
  }
  
  .menuM{
    display: block;
    top: 0;
    right: 0px;
    text-align: right;
    width: 15%;
  }
  
  .menuD ul ul{
    background: transparent;
    box-shadow: none;
  }
  
  .contMenuOpciones, .menuD{
    display: none;
  }
  
  .menuD li{
    border-right:none;
    border-bottom:1px solid #a08cca;
    height: auto;
    padding:8px 0;
    text-transform: uppercase;
  }
  
  .menuD>ul, .menuD>ul>li{
    flex-direction: column;
    
  }
  
  .menuD li ul li{
    justify-content: center;
    padding:15px 0;
  }
  
  .menuD>ul>li{
    flex-direction: column;
  }
  
  .menuD ul ul{
    /*display: flex;*/
    
    margin-top:20px;
    position: relative;
    top:0;
    width: 100%;
  }
  
  .bBlanco{
    padding: 20px 20px;
    width: calc(90% - 40px);
  }
  
  .hGroup{
    flex-direction: column;
  }
  
  .hGroup2{
    width: 100% !important;
  }
  
  .fotoInicio{
    margin-top:-15px;
  }
  
  h3.titulo{
    font-size: 2em;
  }
  
  section{
    width:90%;
  }

  section h1{
    font-size:1.9em;
  }
  
  .botonMoradoC{
    height: 5em;
  }
  
  .botonMoradoC p{
    font-size:1.5em;
  }
  
  .w10 .w20, .w30, .w40, .w50, .w60, .w70, .w80, .w90{
    width: 100% !important;
  }
  
  input[type="radio"]{
    transform: scale(2);
    margin-right:10px;
  }
  
  #enviaRegistro{
    width: 100%;
  }
  
  .menuOpBoton{
    border-bottom: 1px solid #a26dda;
  }
  
  .botonBlanco{
    font-size:1em;
    padding:10px 1%;
  }

  .gracias{
    font-size:.7em;
  }
  
  input[type="text"], input[type="number"], input[type="email"], input[type="password"], textarea, #comFormRegistro select{
    font-size: 1.2em;
  }
}