@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300&display=swap');


*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0; padding: 0;
}

html, body {
    background-color: #13243E; color: #ffffff !important;
    font-size: 16px; font-weight: 300; line-height: 19px;
    position: relative;
    padding: 0; margin: 0;
    scroll-behavior: smooth;
}

main, section, header {
    position: relative;
}

main {
    overflow-x: hidden;
    width: 100%; min-height: 100vh;
}

a {
    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}

a:hover {
    color: #e60000; text-decoration: none;
}

header {
    background-color: #003247; padding: 2em;
    background-image: url("../img/FondoConversatorioFormulario.jpg");
    background-size: cover;
    background-position: center;
    -webkit-background-size: cover;
}

.Panelistas, .programacion {
    background-image: url(../img/perfiles/fondo.jpg);
    -webkit-background-size: cover;
            background-size: cover;
    
}

form {
    margin: 1.5em auto; padding: .3em;
}

form h2, h2 {
    color: #ffe046; 
    font-size: 27px; font-weight: 500; line-height: 32px;
}
form p {
    font-weight: 400; line-height: 26px; font-size: 24px;
    margin: 1em 0;
    text-align: center;
}
form p.regular span {
    font-size: 18px;
}
form p.fecha {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px; font-weight: 400; line-height: 19px;
    text-align: left; margin: .5em 0;
    clear: both; display: block;
}
form p.fecha .hora, form p.fecha .title {
    color: #ffe046; margin-right: 10px;
    float: left; height: 30px;
}

form input[type="text"], form input[type="email"], form input[type="number"], form input[type="password"]{
    display: block;
    padding: .4em; margin: .5em auto; min-width: 210px;
    font-weight: 300; font-size: 16px; line-height: 19px;
    color: #fff; font-family: 'Roboto Condensed', sans-serif;
    border: 1px solid #20467e;
    background-color: #13243E;
}

form button.submit.disabled {
    background-color: #003247; cursor: no-drop;
    z-index: 1;
}

form button.submit, a.submit {
    display: block;
    padding: .5em 1.3em; margin: 1.5em auto;
    border: 1px solid #ccc; position: relative;
    overflow: hidden; color: #fff; background-color: red;
    font-weight: 400; font-size: 16px; line-height: 19px;
    z-index: 1;
    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}

form button.submit:after, a.submit:after{
    content: '';
    position: absolute; left: 0; right: 0; bottom: 0;
    background-color: #fff;
    width: 100%; height: 0;
    z-index: -1;
    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}

form button.submit.disabled:after{
    display: none;
}

form button.submit:hover, a.submit:hover {
    color: #000;
}

form button.submit:hover:after, a.submit:hover:after{
    height: 100%; top: 0;
}


.form-check {
    padding-left: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}

.form-check-input[type=checkbox]~.form-check-label {
    font-size: 12px;
}

footer {
    padding: .8em 0;
    background-color: #33334B;
}

footer p {
    text-align: center; margin-bottom: 0;
    color: #B3B3B3; font-size: 16px; font-weight: 300; line-height: 18px;
}

label.error {
    text-align: center; display: block;
    margin-bottom: 1.5em; font-size: 12px; 
    color: red; white-space: nowrap;
}

.btn {
    padding: .3em 1em; background-color: #28a745;
    color: #fff; font-weight: 400; font-size: 17px; line-height: 19px;
}

table.dataTable thead th, table.dataTable tfoot th {
    font-size: 12px;
}
::-webkit-input-placeholder { /* Edge */
  color: #4386e9;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #4386e9;
}

::placeholder {
  color: #4386e9;
}
.ical img {
    -webkit-filter: grayscale(.5);
         -o-filter: grayscale(.5);
            filter: grayscale(.5);
}
.gracias p {
    font-size: 19px;
}
.modal-dialog {
    height: 100vh; width: 100%; max-width: inherit !important;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
        align-items: center;
    margin: 0 auto;
    background-color: rgb(0 0 0 / 22%);
}
.modal-content .close {
    position: absolute; right: 0; top: 0;
    width: 35px; height: 40px;
    background-color: grey; color: #fff;
    text-shadow: none; 
}
.modal-content .close span {
    position: relative; top: -2px;
}
.modal-content {
    max-width: 500px; padding: 2em 1em;
}
.modal-content p {
    font-size: 22px; font-weight: 400; line-height: 27px;
    color: #000; text-align: center; padding: 0; margin-bottom: 0;
}
.hidden {
    display: none !important;
}
table.dataTable tbody th, table.dataTable tbody td {
    font-size: 15px; font-family: 'Roboto Condensed', sans-serif;
}
.Perfiles h2 {
    font-size: 40px; font-weight: 400; line-height: 32px;
    color: #fff;
}
.Perfil {
    margin-bottom: 1em; padding-bottom: 1em; 
    border-bottom: 1px solid #687C95;
}
.programacion .Perfil {
    border-bottom: 0;
}
.Perfil img {
    display: block; margin: auto;
}
.Perfil h4.name {
    font-size: 20px; line-height: 29px; font-weight: 400;
    color: #ffe046;
}
.Perfil h5.cargo {
    font-size: 18px; line-height: 25px; font-weight: 400;
    color: #fff; font-family: 'Roboto Condensed', sans-serif;
}
.Perfil p.perfil {
    font-size: 14px; font-weight: 300; line-height: 19px;
    font-family: 'Roboto Condensed', sans-serif; color: #fff;
    margin-bottom: 0; text-align: left;
}
.bb-1 {
    border-bottom: 1px solid #687C95;
}
@media screen and (max-width: 991px){
    img {
        max-width: 100%;
    }
    header {
        padding: .6em;
    }
    form {
        margin-top: .5em; padding: 0 1em;
    }
    form h2 {
        font-size: 21px; line-height: 26px;
    }
    form p {
        font-size: 22px; line-height: 22px;
    }
    form p.regular span {
        font-size: 16px;
    }
    form input[type="text"], form input[type="email"], form input[type="number"], form input[type="password"] {
        margin: .3em auto;
        min-width: 280px;
    }
    .gracias p {
        font-size: 16px;
    }
    footer p {
        font-size: 13px !important;
    }
    form h2, h2 {
        font-size: 1rem;
    }
    .gracias p {
        font-size: 15px;
    }
    .Perfil {
        margin: 1em 0;
    }
    .Perfil img {
        margin-bottom: .8em;
    }
}