/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */


/* main.css 2.1.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.
 */

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

::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;
}


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

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;600;700;900&display=swap');
body {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: 'Raleway', sans-serif;
}

.text-intro.text-center p {
    font-size: 20px;
}

#btnEnviar_papas {
    background-color: #333d4a !important;
}
.btn-rounded {
    border-radius: 10em;
}

.speakers-txt {
    color: #E5004E !important;
}

.info-evento h3 {
    font-size: 20px;
    font-weight: bold;
}

.info-evento h4 {
    font-weight: 900;
}

.info-evento span {
    font-size: 12px;
    text-transform: uppercase;
}

.info-evento p {
    font-weight: 600;
}

.verde {
    color: #61B636;
}

.rosa {
    color: #E5004E;
}

.azul {
    color: #1F6FB8;
}

.amarillo {
    color: #F7951E;
}

.btn-outline-primary {
    color: #212121 !important;
    background-color: transparent !important;
    border: 2px solid #212121 !important;
}

input:focus
{
    outline: none;
    box-shadow: none;
}
.navbar-toggler:focus
{
         outline: none !important;
         box-shadow: none;
}

.container-title-speaker{
    display: flex;
    max-width: 90%;
    margin: auto;
}

.info-extra{
    max-width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.linea-border {
    margin-top: 16px;
    border: 1px solid black;
    height: 0;
    width: 50%;
}

.linea-border2 {
    margin-top: 16px;
    border: 1px solid black;
    height: 0;
    width: 30%;
}

.container-thanks{
    max-width: 90%;
    margin: auto;
}

.title-speaker-box{
    margin-left: 10px;
    margin-right: 10px;
}


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


/*
 * Hide visually and from screen readers
 */

.hidden,
[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
 */

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


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

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


/*
 * 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: " ";
    display: table;
}

.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 */
}


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

@media print {
    *,
    *::before,
    *::after {
        background: #fff !important;
        color: #000 !important;
        /* Black prints faster */
        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:
   * https://web.archive.org/web/20180815150934/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;
    }
}

@media (max-width: 576px) {
    h1 {
        font-size: 1.5rem !important;
    }
    h2 {
        font-size: 1.4rem !important;
    }
    h3 {
        font-size: 1.2rem !important;
    }
    h4 {
        font-size: 1.1rem !important;
    }
    h5 {
        font-size: 1.0rem !important;
    }
    p {
        font-size: 1.1rem !important;
    }
    #speakers h4 {
        font-size: 1.1rem;
    }
    .img-res {
        max-width: 170px;
    }
    .btn-prepatec {
        width: 100%;
    }
}

.btn-prepatec {
    min-width: 270px;
}

.font-weight-bold {
    font-weight: 600 !important;
}

.bk-banner {
    background: url(../img/moders_banner.png) no-repeat top center;
    background-size: cover;
}

@media (max-width: 768px) {
    .bk-banner {
        height: 250px;
    }

    .container-horario{
        text-align: center;
        max-width: 90% !important;
        margin: auto !important;
    }
}

@media (max-width: 767px) {
    #form_alumno{
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 768px) {
    #form_alumno{
        /* border-right: 2px solid #898f96; */
    }
}

label.error{
    color:red;
    margin-bottom: 0px;
    font-size: 15px;
}
.link-info{
    color: black;
    font-weight: bold;
}

.folleto__seccion{
    padding-bottom: 20px;
}

.folleto__seccion .folleto__box{
    display: inline-flex;
    font-family: 'Raleway', sans-serif;
    justify-content: center;
    align-items: center; 
    width: 100%;
    padding: 20px;
}

canvas#viewport { border: 1px solid white; width: 900px; }

/* 3.10. Footer */
.footer {
    text-align: center;
    color: #212121;
    background: #333E4B; 
    padding-bottom: 30px;
    padding-top: 15px;
}


.footer__social {
    padding: 25px 0 15px; 
   
}

.footer__social a
{
  color: #333E4B;
}
.footer__copyright
{
  color: #fff;
  font-size: 14px;
}

.show {
    display: block!important;
}

.social a {
    display: inline-flex;
    justify-content: center;
    align-items: center; 
    height: 40px;
    width: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #333E4B;
    font-size: 18px;
    line-height: 3px;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: 0 3px; 
    background-color: #fff;
    
}

.social a:hover {
    background-color: #333E4B;
    border-color: #fff; 
    color:#fff;
}

.social a .fa {
    position: relative;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all .3s;
    transition: all .3s; 
}
/* 3.10. END Footer */


.hidden-on-init{
    display: none;
}

.btn-enviar{
    background-color: orange;
    color: white;
    font-size: 18px;
    text-transform: none;
    border-radius: 15px;
}

.btn-enviar:hover{
    color:orange;
    background-color:white;
}

.btn-group-toggle{
    max-width: 174px;
}

.check-btns .btn-check-event {
    border-radius: 10px;
    height: fit-content;

    outline: none;
    box-shadow: none;
    
    color: black;
    background-color: white !important;
    border: 2px solid orange;
    font-weight: bold;
}
.check-btns .btn-check-event.active {
    border-radius: 10px;
    background-color: orange !important;
    border: 2px solid orange !important;
    color: white;
    font-weight: bold;
}

label.btn-check-event label.error{
    color:red;
    position: absolute;
    top: 25%;
    left: 1%;
    font-size: 12px;
    background-color: rgba(255, 255, 255, 0.93);
}

.check-btns-container{
    margin: 20px;

}