span.item-span-desktop:hover {
    color: #FF0000;
}

.l-container {
    padding: 40px 0;
}

.content-nav{
    border-bottom: none;
}

.banner {
    background-image: url('../img/banner-mobile.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 230px;
    background-position: top;
}
@media (min-width: 768px){
    .banner {
        background-image: url('../img/banner-desktop.jpg');
        background-size: cover;
        min-height: 510px;
        background-position: top;
    }
}

.banner > h1{
    color: #6AC4DA;
    padding-top: 100px;
    display: block;
    padding-left: 35%;
    font-family: 'solano_gothic_mvb_stdBd';
    text-transform: uppercase;
    font-size: 85px;
}

.banner > h1:before{
    border: 5px solid #48257F;
}

.banner h2{
    color: #48257F;
    font-family: 'zizou-slab-regular';
    font-weight: 500;
    font-style: italic;
    font-size: 25px;
    padding-left: 20%;
    padding-top: 10%;
}

.banner .linea{
    display: inline-block;
    position: relative;
    top: -49px;
    width: 35.5%;
    height: 6px;
    background: #6AC4DA;
    margin-top: 9px;
    text-align: center;
}

.profesor{
    display: block;
    width: 396px;
    height: 91px;
    background-color: #191919;
    color: #FFFFFF;
    text-align: left;
    padding: 10px;
    position: relative;
    top: -150px;
    left: 65px;
}

.profesor h1{
    font-family: 'solano_gothic_mvb_stdBd';
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.profesor p{
    font-family: 'zizou-slab-regular';
    font-size: 16px;
}

.franja-banner{
    background-color: #FF0000;
    color: #FFFFFF;
    padding: 35px;
    display: block;
    margin-top: 180px;
}

.franja-banner h3{
    font-size: 40px;
    font-weight: 700;
    font-family: 'solano_gothic_mvb_stdBd';
    text-transform: uppercase;    
}

.franja-banner p{
    font-size: 20px;
    font-weight: 500;
    font-family: 'zizou-slab-regular';
    line-height: 26.6px;
}
.title-section {
    font-family: 'solano_gothic_mvb_stdBd';
    font-size: 36px;
    color: black;
    padding-left: 21px;
    border-left: 6px solid #D50000 !important;
    margin-top: 70px !important;
    margin-bottom: 42px;
    text-transform: uppercase;
}
.card-play {
    position: relative;
    z-index: 10;
    top: -190px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    border-radius: 50%;
    /* font-size: 3rem; */
    color: rgba(255, 255, 255, 0.7);
}
.video-btn:hover {
    color: none;
    text-decoration: none;
}
section.cursos-requisitos,
section.contacto{
    background: #F2F2F2;
}
section.cursos-requisitos p{
    font-family: 'zizou-slab-regular';
    font-size: 28px;
    font-weight: 400;
}
section.contacto p{
    font-family: 'zizou-slab-regular';
    font-size: 20px;
    font-weight: 400;
    padding: 0px 40px;
}
.descarga{
    position: relative;
    left: 40%;
    background: #E50A17;
    color: #FFFFFF;
    border: 1px solid #E50A17;
    width: 195px;
    height: 48px;
    padding: 12px 35px;
    font-family: 'zizou-slab-regular';
    font-weight: 500;
    text-align: center;
    display: block;
    cursor: pointer;
}
a:hover{
    text-decoration: none;
}
.descarga:hover{
    box-shadow: none;
    border: 2px solid;
}

.mas-info{
    position: relative;
    left: 40%;
    background: #E50A17;
    color: #FFFFFF;
    border: 1px solid #E50A17;
    width: 250px;
    height: 48px;
    padding: 12px 35px;
    font-family: 'zizou-slab-regular';
    font-weight: 500;
    text-align: center;
    display: block;
    cursor: pointer;
}
.mas-info:hover{
    box-shadow: none;
    border: 2px solid;
}


.contenedor{
    padding-left: 50px;
    padding-right: 50px;
}

.card{
    border-radius: 0px !important;
    margin-bottom: 15px;
}
.card-header{
    background-color: #FFFFFF;
    border-radius: 0px !important;
}
.card-header:active{
    display: block;
}
.card-header:hover{
    /* background-color: #FF0000; */
    border-radius: 0px !important;
    color: #FFFFFF;
    cursor: pointer;
}
.card-header h5{
    font-family: 'zizou-slab-regular';
    font-size: 18px;
    font-weight: 500;
    color: #000000;
}
.card-header button{
    color: #000000;
}

.card-header button:hover{
    color: #FFFFFF;
    text-decoration: underline;
}

.card-body{
    font-family: 'zizou-slab-regular';
    font-size: 18px;
    padding: 10px 85px;
}

.card-body > ul{
    padding: 10px 85px;
}

.card-body > ul > li::before{
    content: '-';
    padding-right: 15px;
    color: #FF0000;
}

.card-body > ul > li{
    list-style: none;
    padding-bottom: 20px;
    font-family: 'zizou-slab-regular';
    font-size: 18px;
}

section.contacto li{
    font-family: 'zizou-slab-regular';
    font-size: 20px;
    list-style: none;
}
section.contacto li::before{
    content: url('../img/certificado.png');
    display: block;
    float: left;
}
section.contacto li>a{
    text-decoration: underline;
    color: #000000;
}
.certificados{
    padding: 10px 70px;
}


@media (max-width: 480px) {
    .banner h1{
        padding-left: 17%;
        padding-top: 40%;
        margin-top: -70px;

    }
    .banner .linea{
        width: 18.5%;
    }
    .banner h2{
        display: none;
    }
    .card-play{
        top: -123px;
    }
    .franja-banner{
        margin-top: 80%;
    }
    .profesor{
        left: 0;
        top: -99px;
        width: 100%;
    }
    section.cursos-requisitos p{
        font-size: 20px;
    }
    section.cursos-requisitos .title-section,
    section.contacto .title-section{
        margin-top: 0 !important;
    }
    .descarga{
        left: 25%;
    }
    section.preguntas-frecuentes{
        margin-left: 15px;
        padding-right: 15px;
    }
    .contenedor{
        padding-left: 0;
        padding-right: 0;
    }
    #accordion{
        width: 95%;
    }
    .card-body{
        padding: 10px 15px;
    }
    .card-body > ul{
        padding: 10px 15px;
    }
    section.cursos-requisitos,
    section.contacto{
        padding-left: 15px;
        padding-right: 15px;
    }
    section.contacto li{
        font-size: 16px;
    }
    section.contacto p {
        font-size: 18px;
    }
    .certificados{
        padding: 10px 30px;
    }
    footer > .container{
        text-align: center;
    }
}




  #faq .card {
    margin-bottom: 30px;
    border: 0;
  }
  
  #faq .card .card-header {
    border: 1px solid #999999;
    border-radius: 0;
    padding: 0;
  }
  
  #faq .card .card-header .btn-header-link {
    /* color: #000000; */
    display: block;
    text-align: left;
    /* background: #FFFFFF; */
    color: #222;
    padding: 20px;
    background: #FF0000;
    color: #FFFFFF;
    border-radius: 0;
    box-shadow: none;
    font-family: 'zizou-slab-regular';
    font-size: 18px;
  }
  
  #faq .card .card-header .btn-header-link:after {
    content: "\f068";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
  }
  
  #faq .card .card-header .btn-header-link.collapsed {
    background: #FFFFFF;
    color: #000000;
    white-space: inherit;
  }
  
  #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f067";
  }
  
  #faq .card .collapsing {
    background: #FFFFFF;
    line-height: 30px;
    border-left: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
  }
  
  #faq .card .collapse {
    border: 0;
  }
  
  #faq .card .collapse.show {
    background: #FFFFFF;
    line-height: 30px;
    color: #222;
    /* border: 1px solid #999999; */
    border-left: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
  }