




@keyframes click-wave {
  0% {
    height: 40px;
    width: 40px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}

#step2 .option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 13.33333px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 40px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}
#step2 .option-input:hover {
  background: #9faab7;
}
#step2 .option-input:checked {
  background: #e91b7b;
}
#step2 .option-input:checked::before {
  height: 40px;
  width: 40px;
  position: absolute;
  content: '✔';
  display: inline-block;
  font-size: 26.66667px;
  text-align: center;
  line-height: 40px;
}
#step2 .option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #e91b7b;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
#step2 .option-input.radio {
  border-radius: 50%;
}
#step2 .option-input.radio::after {
  border-radius: 50%;
}












/***********************************************/
/******************* INDEX *********************/
/***********************************************/
#wizard {
    padding-top: 50px!important;
    margin-bottom: 150px;
}
/***********************************************/
/***************** CALENDARIO ******************/
/***********************************************/
#calendario {
    margin-bottom:75px;
}
.calendario-box {
    padding-top:25px;
    width: 85%;
    border-radius: 10px;
    background-color: #f1f1f1;
}
.ui-widget-content {
    border:none!important;
    background-color: #c4c3bb!important;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: 1!important;
    color:#919191!important;
}
.ui-widget.ui-widget-content {
    border: none!important;
}
.ui-state-default {
    background: #ffffff!important;
    color:#919191!important;
}
.red a.ui-state-default {
    background: #e5006d!important;
    color:#ffffff!important;
    font-weight: bold;
}
.yellow a.ui-state-default {
    background: #ffa600!important;
    color:#000000!important;
    font-weight: bold;
}
.calendario_evento a.ui-state-default {
    background: #a9e45e!important;
    color:#000000!important;
    font-weight: bold;
}
/***********************************************/
/******************* CENTROS *******************/
/***********************************************/

#check{
    display: none;
}
.check-centro {
    margin-top: 20%;
}
.centro {
    background-size: 100%;
    margin: 1px;
    height:200px;
    width: 24%;
    float: left;
    border:1px solid black;
}
.centro h4, .centro i {
     text-align: center;
     color: white;
     position: relative;
     top: 50%;
     margin: 0;
}
#centros-btn {
    margin-top: 15px;
}
.info_especialidad {
    font-size: 18px;
    margin-top: 40px;
    float: left;
    width: 100%;
}
.ui-widget-header {
    background-color: #e5006d!important;
    color: #ffffff!important;
}
.calendario_evento a {
   /* background-color: red!important;*/
}

/**********************************************/
/******************* WIZARD *******************/
/**********************************************/

    .wizard {
        /*margin: 20px auto;*/
        background: #fff;
    }

    .wizard .nav-tabs {
        position: relative;
        /*margin: 40px auto;*/
        margin-bottom: 0;
        border-bottom-color: #e0e0e0;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

    .connecting-line {
        height: 2px;
        background: #e0e0e0;
        position: absolute;
        width: 90%;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 50%;
        z-index: 1;
    }

    .wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
        color: #555555;
        cursor: default;
        border: 0;
        border-bottom-color: transparent;
    }

    span.round-tab {
        /*width: 70px;
        height: 70px;
        line-height: 70px;*/
        width: 50px;
        height: 50px;
        line-height: 50px;
        display: inline-block;
        border-radius: 100px;
        background: #fff;
        border: 2px solid #e0e0e0;
        z-index: 2;
        position: absolute;
        left: 0;
        text-align: center;
        font-size: 25px;
    }
    span.round-tab i{
        color:#555555;
    }
    .wizard li.active span.round-tab {
        background: #fff;
        border: 2px solid #e91b7b;

    }
    .wizard li.active span.round-tab i{
        color: #e91b7b;
    }

    span.round-tab:hover {
        color: #333;
        border: 2px solid #333;
    }

    .wizard .nav-tabs > li {
        width: 25%;
    }

    .wizard li:after {
        content: " ";
        position: absolute;
        left: 46%;
        opacity: 0;
        margin: 0 auto;
        bottom: 0px;
        border: 5px solid transparent;
        border-bottom-color: #e91b7b;
        transition: 0.1s ease-in-out;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 46%;
        opacity: 1;
        margin: 0 auto;
        bottom: 0px;
        border: 10px solid transparent;
        border-bottom-color: #e91b7b;
    }

    .wizard .nav-tabs > li a {
        /*width: 70px;
        height: 70px;*/
        width: 50px;
        height: 50px;
        margin: 20px auto;
        border-radius: 100%;
        padding: 0;
    }

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

    .wizard .tab-pane {
        position: relative;
        padding-top: 35px;
    }

    .wizard h3 {
        margin-top: 0;
    }
    .step1 .row {
        margin-bottom:10px;
    }
    .step_21 {
        /*border :1px solid #eee;*/
        border-radius:5px;
        padding:10px;
    }
    .step33 {
        border:1px solid #ccc;
        border-radius:5px;
        padding-left:10px;
        margin-bottom:10px;
    }
    .dropselectsec {
        width: 68%;
        padding: 6px 5px;
        border: 1px solid #ccc;
        border-radius: 3px;
        color: #333;
        margin-left: 10px;
        outline: none;
        font-weight: normal;
    }
    .dropselectsec1 {
        width: 74%;
        padding: 6px 5px;
        border: 1px solid #ccc;
        border-radius: 3px;
        color: #333;
        margin-left: 10px;
        outline: none;
        font-weight: normal;
    }
    .mar_ned {
        margin-bottom:10px;
    }
    .wdth {
        width:25%;
    }
    .birthdrop {
        padding: 6px 5px;
        border: 1px solid #ccc;
        border-radius: 3px;
        color: #333;
        margin-left: 10px;
        width: 16%;
        outline: 0;
        font-weight: normal;
    }


    /* according menu */
    #accordion-container {
        font-size:13px
    }
    .accordion-header {
        font-size:13px;
        background:#ebebeb;
        margin:5px 0 0;
        padding:7px 20px;
        cursor:pointer;
        color:#fff;
        font-weight:400;
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
        border-radius:5px
    }
    .unselect_img{
        width:18px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .active-header {
        -moz-border-radius:5px 5px 0 0;
        -webkit-border-radius:5px 5px 0 0;
        border-radius:5px 5px 0 0;
        background:#F53B27;
    }
    .active-header:after {
        content:"\f068";
        font-family:'FontAwesome';
        float:right;
        margin:5px;
        font-weight:400;
    }
    .inactive-header {
        background:#333;
    }
    .inactive-header:after {
        content:"\f067";
        font-family:'FontAwesome';
        float:right;
        margin:4px 5px;
        font-weight:400;
    }
    .accordion-content {
        display:none;
        padding:20px;
        background:#fff;
        border:1px solid #ccc;
        border-top:0;
        -moz-border-radius:0 0 5px 5px;
        -webkit-border-radius:0 0 5px 5px;
        border-radius:0 0 5px 5px;
    }
    .accordion-content a{
        text-decoration:none;
        color:#333;
    }
    .accordion-content td{
        border-bottom:1px solid #dcdcdc;
    }



    @media( max-width : 585px ) {

        .wizard {
            width: 90%;
            height: auto !important;
        }

        span.round-tab {
            font-size: 16px;
            width: 50px;
            height: 50px;
            line-height: 50px;
        }

        .wizard .nav-tabs > li a {
            width: 50px;
            height: 50px;
            line-height: 50px;
        }

        .wizard li.active:after {
            content: " ";
            position: absolute;
            left: 35%;
        }
    }

.btn-next {
    background-color:#e5006d;
    color: #ffffff;
    border-color: #e5006d!important;
    font-weight: bold!important;
}

.btn-default {
    font-weight: bold!important;
}
/**********************************************/
/***************** Categorias *****************/
/**********************************************/
.tipo__centro {
    text-align: center;
}
.tipo__centro> img {
    border:1px solid #f1f1f1;
    border-radius:10px;
    cursor:pointer;
    width: 300px;
}

/**********************************************/
/***************** Formulario *****************/
/**********************************************/

#resumen {
    margin-bottom: 25px;
    padding-top: 10px;
    border-radius: 10px;
    padding-bottom: 10px;
    text-align: center;
    border:3px solid #e5006d;
    font-size: 15px;
}

#hide {
    display: none;
}
.hide {
    display: none;
}

/************************************************/
/***************** Inscritos ********************/
/************************************************/
#inscritos {
    margin-top: 50px;
}
#inscritos .container {
    width: 1250px;
}

.campos {
    font-weight: bold;
}
 /* .col1{
    background-color: #ffcbe4;
    border-bottom:1px solid black;
    height: 20px;
    padding: 3px 0px 3px 10px;
 } */
[class*="urticare"] {
    background-color: #fce9f2;
}
[class*="angiocare"] {
    background-color: #f9eb9f;
}
[class*="cinducare"] {
    background-color: #ece4fb;
}
 /* .col2{
    border-bottom:1px solid black;
    background-color: #f8f8f8;
    height: 20px;
    padding: 3px 0px 3px 10px;
 } */

/************************************************/
/*************** Edit Inscritos *****************/
/************************************************/

.edit_input {
    width: 60%;
    padding: 6px 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    outline: none;
    font-weight: normal;
}

.esp_otro {
    display: none;
}

#editar .Editor-editor {
    height: 150px!important;
    border:1px solid #eeeeee!important;
}

/*****************PRINCIPAL****************/

section.introduccion {
    padding: 30px 0;
    text-align: center;
}
section.introduccion h1 {
    font-size: 40px;
}

section.introduccion p {
    font-weight: bold;
    font-size: 20px;
}

section.coordinacion {

    padding: 30px 0;
}

section.coordinacion h1 {
    color: #ffffff;
    text-align: center;
}
section.coordinacion .section-container {
    margin: auto;
    width: 70%;
}
section.coordinacion .puntets {
    width: 10%;
    text-align: center;
    float: left;
    padding-top: 1%;
}
section.coordinacion .box-coordinador {
    width: 45%;
    float: left;
    font-weight: bold;
    text-align: center;
}
section.coordinacion .coordinador {
    font-size: 18px;
}

section.objetivos {
    padding: 30px 0;
}
section.objetivos .section-heading {
  text-align: center;
  color: #e5006d;
}

section.objetivos .section-container {
    font-size: 20px;
}

.obj-contenido {
    width:60%;
    margin:0 auto;
}
.obj-icon {
    float: left;
    height: 30px;
    margin-right: 15px;
}

section.metodologia .section-heading {
  text-align: center;
  color:#ffffff;
}

section.metodologia .section-container {
    font-size: 20px;
    margin-top: 40px;
}
section.metodologia ul {
    font-size: 16px;
    margin-left: 20px;
    text-align: left;
}
.met-contenido {
    margin:0 auto;
}
.met-icon {
    float: left;
    height: 15px;
    margin-right: 15px;
}
.met-text {
    color:#ffffff;
}

section.programa {
    padding: 30px 0;
}
section.programa .section-heading {
  text-align: center;
  color: #e5006d;
}

section.programa .section-container {
    font-size: 20px;
}

.jornada {
    border: 4px solid #e5006d;
    padding: 15px;
    border-radius: 10px;
    min-height: 416px;
}

.pro-icon {
    float: left;
    height: 30px;
    margin-right: 15px;
}

section.acreditacion {
    padding: 30px 0;
    background-color: #c4c3bb;
    margin-bottom: 100px;
}
section.acreditacion .section-heading {
  text-align: center;
  color: #ffffff;
}

section.acreditacion .section-container {
    font-size: 20px;
    width: 60%;
}
#mapa_espana {
    width: 500px;
    padding-top:20px;
}


@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
    .navbar-header {
      float: none;
    }
    .navbar-toggle {
      display: block;
    }
    .navbar-collapse.collapse {
      display: none!important;
    }
    .navbar-nav {
      float: none!important;
    }
    .navbar-nav>li {
      float: none;
    }
    .navbar-collapse.collapse.in{
      display:block !important;
    }

    /*** PRINCIPAL ***/
    section.introduccion p {
        font-size: 16px;
    }
    .obj-contenido {
        width: 65%;
    }

    .obj-icon {
        height: 60px;
    }

    section.metodologia .section-container {
        display: none;
    }

    section.programa .section-container h1 {
        font-size: 26px;
    }

    section.programa .section-container {
        font-size: 16px;
    }

    section.acreditacion .section-container {
        font-size: 20px;
        width: 80%;
    }

    .centro {
        height: 165px;
    }
}

/********** INFO CENTRO + CV *********/
    #metodologia li {
      cursor: pointer;
    }
    .met-text li:hover {
      color:#000000;
      font-weight: bold;
    }
    .modal-content {
        border: none;
        border-radius: 0px;
        background: transparent;
    }
    .card{
        position: relative;
        max-width: 800px;
        height: auto;
          /*border: 1px solid #CCC;*/
        box-shadow: 0 2px 3px rgba(0,0,0,0.16), 0 2px 3px rgba(0,0,0,0.23);
        margin: 20px auto;

    }
     .card h1,.card h2,.card p,.card ul,.card ol{
        margin: 0;
        padding: 0;
      }




     .card h2{
        padding: 15px 10px;
        text-align: center;

      }
      .card h4 {
        margin: 10px;
        color: #000000;
      }

    a{
      cursor: pointer;
    }

    .top{
        padding: 35px 35px 35px 35px;
        /*background-image: url(../images/centros/2.jpg);*/
        background-size: cover;
        max-height: 500px;
        overflow-y: auto;

    }
    .title button.close {
        padding: 10px;
    }
    .coordinador .btn-close, .coordinador2 .btn-close {
        right: 5px;
        left: inherit;
    }
    .coordinador h2, .coordinador2 h2 {
        background-color:#185591;
        color: #ffffff;
    }

    .contenedor-imagen {
      display: flex;
      margin-bottom: 20px;
    }

    .contenedor-imagen img {
        width:125px;
        height:125px;
        padding: 2px;
        background: #e5006d;
        border-radius: 50%;
        box-shadow: 0 1px 3px 0 rgba(75,75,75,0.5);
        animation: fadeIn .8s ease-in-out;
    }

    .descripcion p{
        background-color: #ffffff;
        animation: fadeInDown .6s ease-in-out;
        font-size: 14px;
        text-shadow: 0 1px 1px rgba(0,0,0,.020);


    }

    .descripcion ul {
        padding: 10px 10px 10px 25px;
        font-size: 14px!important;
    }

    @keyframes fadeInOnly{
      0%{
        opacity: 0;
      }
      100%{
        opacity: 1;
      }
    }
    @-webkit-keyframes fadeInOnly{
      0%{
        opacity: 0;
      }
      100%{
        opacity: 1;
      }
    }
    @-moz-keyframes fadeInOnly{
      0%{
        opacity: 0;
      }
      100%{
        opacity: 1;
      }
    }
    @-o-keyframes fadeInOnly{
      0%{
        opacity: 0;
      }
      100%{
        opacity: 1;
      }
    }


    @-webkit-keyframes fadeInDown {
      from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
      }

      to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
      }
    }
    @keyframes fadeInDown {
      from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -o-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
      }

      to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
      }
    }
    .list ul {
        margin-left: 0px!important;
    }
    .list li{
      list-style: none;
      background: rgba(255,255,255,10);
      display: block;
      border-bottom: 1px solid rgba(75,75,75,.080);
      font-size: 17px;
    }
    .list li a{
      display: block;
      text-decoration: none;
      padding: 15px 10px;
      color: #000;
      font-weight: 500;
      text-shadow: 0 1px 2px rgba(75, 75, 75, .1);
    }
    .list li a i{
      color:#000000;
      padding-right:5px;
    }
    /*  .list li:first-child{
      animation: slideInLeft .2s ease-in-out;
    }
    .list li:nth-child(2){
      animation: slideInLeft .4s ease-in-out;
    }
    .list li:nth-child(3){
      animation: slideInLeft .6s ease-in-out;
    }
    .list li:nth-child(4){
      animation: slideInLeft .8s ease-in-out;
    }
  .list li:last-child{
      animation: slideInLeft 1s ease-in-out;
      border: 0;
    }*/
    .list li a{
      background:#2d6ba7;
      color: #FFF !important;
    }
    .list li a:hover{
      background:#185591;
      color: #FFF !important;
    }
    .list li span i{
      display: block;
    }
    @keyframes slideInLeft {
      from {
        -webkit-transform: translate3d(-25%, 0, 0);
        transform: translate3d(-25%, 0, 0);
        visibility: visible;
      }

      to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
      }
    }

    @-webkit-keyframes slideInLeft{
       from {
        -webkit-transform: translate3d(-25%, 0, 0);
        transform: translate3d(-25%, 0, 0);
        visibility: visible;
      }

      to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
      }
    }
    @-moz-keyframes slideInLeft{
       from {
        -webkit-transform: translate3d(-25%, 0, 0);
        transform: translate3d(-25%, 0, 0);
        visibility: visible;
      }

      to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
      }
    }
    @-o-keyframes slideInLeft{
       from {
        -webkit-transform: translate3d(-25%, 0, 0);
        transform: translate3d(-25%, 0, 0);
        visibility: visible;
      }

      to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
      }
    }
    .list-content{
      background: #ffffff;
      width: 100%;
      position: absolute;
      top:0;
      bottom: 0;
      height: auto;
      z-index: 10;
      display: none;
      font-size: 14px!important;
      animation: fadeIn .5s ease-in-out;
      overflow: auto;
      overflow-x:hidden;
    }
    .list-border li{
      list-style: none;
      padding: 10px;
      padding-bottom: 10px;
      color: #888;
      margin: 10px 15px 10px 15px;
      background: #FFF;
      border: 1px solid rgba(203,202,202,.4);
      border-radius: 4px;
      animation: fadeInUp .8s ease-in-out;
    }
    @keyframes fadeIn{
      from{
        opacity: 0;
        transform: rotateY(180deg);
        transform-style: preserve-3d;
      }
      to{
        opacity: 1;
      }
    }
    @-webkit-keyframes fadeIn{
      from{
        opacity: 0;
        transform: rotateY(180deg);
        transform-style: preserve-3d;
      }
      to{
        opacity: 1;
      }
    }
    @-moz-keyframes fadeIn{
      from{
        opacity: 0;
        transform: rotateY(180deg);
        transform-style: preserve-3d;
      }
      to{
        opacity: 1;
      }
    }
    @-o-keyframes fadeIn{
      from{
        opacity: 0;
        transform: rotateY(180deg);
        transform-style: preserve-3d;
      }
      to{
        opacity: 1;
      }
    }
    @keyframes fadeInUp {
      from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
      }

      to {
        -webkit-transform: none;
        transform: none;
      }
    }
    @-webkit-keyframes fadeInUp{
       from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
      }

      to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
      }
    }
    @-moz-keyframes fadeInUp{
      from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
      }

      to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
      }
    }
    @-o-keyframes fadeInUp{
      from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
      }

      to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
      }
    }
    .coordinador ul, .coordinador2 ul{
      margin-top: 20px;
      font-size: 14px!important;
    }
    .coordinador li strong, .coordinador2 li strong {
      color: #000;
      font-weight: 600;
    }
    .coordinador p, .coordinador2 p {
      margin: 10px;
      color: #000000;
    }

    .coordinador ul, .coordinador2 ul {
        padding-left: 45px!important;
        padding-right: 15px;
    }
    .coordinador-info {
        padding-left: 15px!important;
    }


    ::-webkit-scrollbar{
      width: 8px;
    }
    ::-webkit-scrollbar-track{
      background: #EEE;
    }
    ::-webkit-scrollbar-thumb{
      background: #ccc;
    }
    ::-webkit-scrollbar-button{
      background: #CCC;
    }
    ::-webkit-scrollbar-corner{
      background: #EEE;
    }

    .btn-close{
      font-size: 20px;
      position: absolute;
      top:10px;
      left:5px;
      cursor: pointer;
      text-align: center;

      /*background: #92C7C7;
      border-radius: 50%;*/
      -moz-border-radius:50%;
      -webkit-border-radius:50%;
      line-height: 35px;
      width: 35px;
      height: 35px;
      -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    a.btn-close i{
      color: rgba(0, 0, 0, .4);
    }
    .btn-close:hover{
      animation: fa-spin-fast .5s ease-in-out;
      -moz-animation:fa-spin-fast .5s ease-in-out;
      -webkit-animation: fa-spin-fast .5s ease-in-out;
    }
    @-webkit-keyframes fa-spin-fast {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
        }
    }
    @keyframes fa-spin-fast{
       0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
        }
    }
    @-moz-keyframes fa-spin-fast{
       0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
        }
    }
    @-o-keyframes fa-spin-fast{
       0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
        }
    }
    .fa-lg{
      font-size: 20px;
      color: #878;
    }
    .fa-times{
      color: #888;
    }
    .gallery li{
      margin: 10px 10px 10px 15px;
    }
    .quotes p{
      color: rgba(203,202,202,.8);
      padding: 10px;
      margin: 10px 10px 0 10px;
      animation: fadeInUp .8s ease-in-out;
    }


.header__tools-leyenda {
    display: flex;
    justify-content: space-evenly;
    margin-top: 20px;
    margin-bottom: 10px;
}

[class^="block-"] {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin:0 10px;
}
[class*="angiocare"] {
    background-color: #f9eb9f;
}
[class*="cinducare"] {
    background-color: #ece4fb;
}
[class*="urticare"] {
    background-color: #fce9f2;
}

.header__tools-leyenda [class*="angiocare"] {
  background-color: #f9eb9f;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  border-top:1px solid #fff;
}

.visible-novartis {
	display: none;
}

/*************************************/
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {

    .navbar-header {
      float: none;
    }
    .navbar-toggle {
      display: block;
    }
    .navbar-collapse.collapse {
      display: none!important;
    }
    .navbar-nav {
      float: none!important;
    }
    .navbar-nav>li {
      float: none;
    }
    .navbar-collapse.collapse.in{
      display:block !important;
    }

    /*** PRINCIPAL ***/
    section.introduccion p {
        font-size: 16px;
    }
    section.coordinacion .section-container {
        margin: auto;
        width: 75%;
    }
    section.coordinacion .box-coordinador {
        width: 45%;
    }
    section.coordinacion .puntets {
        padding-top: 55;
    }
    .obj-contenido {
        width: 65%;
    }

    .obj-icon {
        height: 60px;
    }

    section.metodologia .section-container {
        display: none;
    }

    section.programa .section-container h1 {
        font-size: 26px;
    }

    section.programa .section-container {
        font-size: 16px;
    }

    section.acreditacion .section-container {
        font-size: 20px;
        width: 80%;
    }

    /**** WIZARD ****/
    .container {
        margin-top: 50px;
    }

    #categoria {
        margin:0 30px;
    }
    .centro {
        height: 125px;
    }

    .check-centro {
        margin-top: 4%;
    }

    .list-inline {
        margin-top: 15px;
    }
}
