/*! HTML5 Boilerplate v7.0.1 | MIT License | https://html5boilerplate.com/ */

/* main.css 1.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

 
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

   html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}




 /* ==========================================================================
   Author's custom styles
   ========================================================================== */

:root{
    --claro: #e3b441;
    --oscuro: #021b31;
}

html{
    font-size: 12px;
}
body{
    color: var(--oscuro);
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    letter-spacing: 0.05rem;
    position: relative;
}

section{
    padding-top: 40px;
    padding-bottom: 40px;
}
.back-bco{
    background-color: #fff;
}
.back-verde{
    background-color: #6dc136;
}
.back-gris{
    background-color: #f2f2f2;
}
.back-verde-textura{
    background: #6dc136 url('../img/textura.png') 0 0 repeat;
}
.back-azul{
    background-color: var(--oscuro);
}
.back-azul-textura{
    background: var(--oscuro) url('../img/textura-azul.png') 0 0 repeat;
}
.back-amarillo{
    background-color: var(--claro);
}
/*.back-amarillo-textura{
    background: var(--claro) url('../img/textura-amarillo.png') 0 0 repeat;
}*/
.back-cafe{
    background-color: var(--claro);
}
.back-cafe-textura{
    background: var(--claro) url('../img/textura-cafe.png') 0 0 repeat;
}
.back-negro-textura{
    background: var(--oscuro) url('../img/textura-negro-2.png') 0 0 repeat;
}
.back-amarillo-textura{
    background: var(--claro) url('../img/textura-amarillo.png') 0 0 repeat;
}


/*
BOTONES
*/
a{
    color: var(--claro);
    display: inline-block;
}
a:hover{
    color: inherit;
    text-decoration: none;
}
.boton{
    background-color: var(--oscuro);
    color: #fff;
    height: 70px;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.2rem;
    line-height: 70px;
    display: inline-block;
    border-radius: 40px;
    border: 1px solid var(--oscuro);
    -webkit-transition:all ease .3s;
    -o-transition:all ease .3s;
    transition:all ease .3s;
}
.boton:hover{
    background-color: var(--claro);
    color: var(--oscuro);
    border: 1px solid var(--claro);
    -webkit-transition:all ease .3s;
    -o-transition:all ease .3s;
    transition:all ease .3s;
}
.boton.boton-sm{
    height: 40px;
    padding-right: 1rem;
    padding-left: 1rem;
    line-height: 38px;
    font-size: 0.9rem;
}
.boton-blanco{
    color: #6dc136;
    background-color: #fff;

}
.btn-hover-negro:hover{
    color: var(--oscuro);
    background-color: #fff;
    border: 1px solid var(--oscuro);
}
/*
TIPO
*/

h1,
.h1{
    font-size: 3rem;
    font-weight: 700;
    /*text-transform: uppercase;*/
}
h2{
    font-size: 2.5rem;
    font-weight: 700;
}

.text-blanco{
    color: #fff;
}
.text-verde{
    color: #6dc136;
}
.text-amarillo{
    color: var(--claro);
}
.text-bold{
    font-weight: 700;
}


/*
COLORES

verde:  #6dc136
gris:   #b3b3b3

*/



/*
HOME
*/

header{
    color: #fff;
    background-color: #000;
    background-image: url('../img/textura-azul.png');
    background-repeat: repeat;
    background-position: top;
    padding-top: 45px;
    padding-bottom: 45px;
    min-height: 600px;
    text-align: center;
    position: relative;
    z-index: 0;
}
header.interior{
    min-height: 350px;
    padding-top: 150px;
    z-index: 0;
}
    header.interior::after{
        content: '';
        background-color: rgba(0, 0, 0, 0.5);
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
.cont-menu{
    width: 100%;
    position: absolute;
    top: 20px;
    z-index: 9;
}
.navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
nav{
}
.logo img{
    width: 180px;
}
.nav-link{
    color: #fff;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    display: inline-block;
}
.nav-link.active,
.nav-link:hover{
    color: var(--claro);
    border-bottom-color: #fff;
}

#copy{
    margin-top: 200px;
    /*text-transform: uppercase;*/
}
#copy h1{
    margin-bottom: 30px;
    font-size: 3rem;
    font-weight: 300;
    text-wrap: balance;
}
#copy h2{
    font-size: 1.3rem;
    font-weight: 300;
    text-wrap: balance;
}

.balazo{
    padding: 20px;
}
.balazo-text{
    padding-top: 20px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 2rem;
    border:none;
    border-top: 3px solid var(--claro);

}
.balazo-foto{
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    min-height: 300px;
}

.tit-cont{
    padding-top: 2rem;
}
.tit-cont h2{
    margin-bottom: 4rem;
}

/*
FAQs
*/

.collapsing {
    /*-webkit-transition: none;
    transition: none;
    display: none;*/
}
.card-curso{
    padding: 20px 0;
    border: 1px solid var(--claro);
    margin-bottom: 10px;
}
.card-body{
    padding: 10px 20px;
}
.card-tit h6{
    position: relative;
    padding: 0 20px;
}
a.curso-acordion-tit{
    display: block;
    font-weight: 700;
}
a.curso-acordion-tit:hover{
  cursor: pointer;
  color: var(--claro)!important;
}
[data-toggle="collapse"][aria-expanded="true"],{
  color: var(--claro)!important;
}
[data-toggle="collapse"][aria-expanded="true"] > span i{
    color: var(--claro);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
a.curso-acordion-tit span{
    position: absolute;
    top: calc(50% - 8px);
    right: 5px;
}
/*
CURSOS
*/
.cont-curso-list{
    -webkit-box-shadow: 7px 7px 15px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 7px 7px 15px 0px rgba(0,0,0,0.3);
    box-shadow: 7px 7px 15px 0px rgba(0,0,0,0.3);
    height: 100%;
    background-color: #fff;
}
.cont-curso-list p{
    margin-bottom: 0;
    margin-top: 1rem;
}
.curso-list-foto{
    background-color: var(--claro);
}
.curso-list-foto img{
    opacity: 1;
    -webkit-transition:all ease .3s;
    -o-transition:all ease .3s;
    transition:all ease .3s;
}
.curso-list-foto img:hover{
    opacity: 0.8;
    -webkit-transition:all ease .3s;
    -o-transition:all ease .3s;
    transition:all ease .3s;
}
.curso-list-info{
    background-color: #fff;
    padding: 25px 15px;
    text-wrap: balance;
}
.curso-list-tit{
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
}
.curso-list-tit a{
    color: var(--oscuro);
}
.curso-list-tit a:hover{
    color: var(--claro);
}

.curso-tit{
    text-transform: uppercase;
}
.copy-curso{
    line-height: 1.7em;
}
.ficha{
    margin: 60px 0;
}
.ficha > div{
    border: 1px solid var(--claro);
    border-bottom: none;
    border-collapse:collapse;
}
.ficha > div:last-child{
    border-bottom: 1px solid var(--claro);
}
.ficha-col{
    padding: 20px;
}
.ficha-col h5{
    color: var(--claro);
    font-size: 1.1rem;
    font-weight: 300;
    position: relative;
}
h5.ficha-col-sub{
    margin-bottom: 0;
}
h5.ficha-col-resp{
    color: #1a1a1a;
    margin-bottom: 2rem;
}
h5.ficha-col-sub.ficha-icon{
    padding-left: 35px;
}
h5.ficha-col-sub.ficha-icon i{
    position: absolute;
    left: 0;
    top: 3px;
}
h5.ficha-col-resp.ficha-icon{
    padding-left: 35px;
}
p.ficha-col-p{
    margin-bottom: 2rem;
}
.ficha-col-ul{
    padding-left: 0;
    margin-top: 1rem;
}
.ficha-col-ul li{
    padding-left: 20px;
    margin-bottom: .7rem;
    list-style: none;
    position: relative;
}
.ficha-col-ul li::before{
    color: var(--claro);
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: "\f00c";
    position: absolute;
    left: 0;
}
.precio{
    color: #fff;
    font-weight: 700;
}
.precio i{
    margin-right: 1rem;
}

#temario{
    margin-top: 60px;
}
.temario-cont{
}
.temario-cont ol {
  counter-reset: item;
  padding-left: 20px;
  list-style: none;
}
.temario-cont > ol {
    padding-left: 0;
}
.temario-cont li {
    color: #1a1a1a;
    line-height: 1.5em;
}
.temario-cont li::before {
    color: var(--claro);
  content: counters(item, ".") ".  ";
  counter-increment: item;
  padding: 0 0 0 5px;
}
.temario-cont ol li ol li::before{
    padding: 0;
}
.temario-cont > ol > li{
    padding: 5px 0;
    color: var(--oscuro);
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.8em;
}
/*.temario-cont > ol > li::after{
    content: "";
    display: block;
    height: 20px;
}*/
.temario-cont ol li ol{
    background-color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
}
.temario-cont ol li li{
    font-size: 0.8rem;
    margin-top: 5px;
    margin-bottom: 5px;
}
.biblio-cont{
    border:none;
    border-top: 1px solid var(--oscuro);
}
.biblio-cont ul{
    padding-left: 0;
    list-style: none;
}
.biblio-cont ul li{
    color: #808080;
    font-size: 10px;
    margin-bottom: 10px;
}
/*
FOOTER
*/


footer{
    background-color: var(--oscuro);
    color: #fff;
    padding-top: 120px;
    padding-bottom: 60px;
}
footer h5{
    font-size: 0.9rem;
}
footer h5:first-child{
    margin-bottom: 15px;
}
footer a{
    color: #fff;
    padding-bottom: 1px;
    border-bottom: 1px solid var(--oscuro);
}
footer a:hover{
    border-bottom-color: var(--claro);
}
.borde-footer{
    border: none;
}
.contacto{
    line-height: 1.5em;
}
.redes a{
    margin-right: 1rem;
    border:none;
}
.redes a:hover{
    color: var(--claro);
    border:none;
}
.disclaimer{
    font-size: 0.6rem;
}
.disclaimer a{
     border-bottom-color: var(--claro);
}
.disclaimer a:hover{
     border-bottom-color: #fff;
}
/*
COLORES

verde:  #6dc136
gris:   #b3b3b3

amarillo:   var(--claro)
azul:       var(--oscuro)
*/





 /* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

 .hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; /* 1 */
}

/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

 
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

   @media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

 
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}


/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    html{
        font-size: 14px;
    }
    h1,
    .h1{
        font-size: 3rem;
    }
    .tit-cont{
        padding-top: 4rem;
    }
    .balazo{
        padding: 50px;
    }
    .balazo-text{
        padding-left: 25px;
        border:none;
        border-left: 2px solid var(--claro);

    }
    .card-curso{
        margin-bottom: 30px;
    }
    .ficha > div{
        border: 1px solid var(--claro);
        border-right: none;
        border-collapse:collapse;
    }
    .ficha > div:last-child{
        border-right: 1px solid var(--claro);
    }
    .biblio-cont{
        border:none;
        border-left: 1px solid var(--claro);
    }
    #intro{
        margin-bottom: 80px;
    }
    .intro-cont{
        column-count: 2;
        column-gap: 60px;
        column-rule: 1px solid var(--claro);
    }
    .borde-footer{
        border-right: 1px solid var(--claro);
    }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    section{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .balazo{
        padding: 40px 30px;
    }
    .ficha{
        margin: 90px 0;
    }
    .nav-item{
        margin-left: 2rem;
    }


}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    

}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .navbar-collapse {
        background-color: rgba(0,0,0,0.8);
        z-index: 999;
        padding: 15px 0 15px 20px;
    }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {

}



/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

   @media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


