@font-face {
    font-family: 'Roboto';
    src: url('font/roboto-regular.ttf') format('ttf');
    font-weight: 400;
    font-style: normal;
}

body {
    background-color: black;
    font-family: 'Roboto', sans-serif;
}

footer a {
    text-decoration: none;
}

.masthead {
    /* height: 500px; */
    background-image: url(../img/header.png);
    color: white;
    background-position: left top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* background-size: auto; */
}

@media (max-width: 991px) {
    .masthead {
        /* height: 500px; */
        background-image: url(../img/header_xl.png);
        color: white;
        background-position: left top;
        background-repeat: no-repeat;
        background-attachment: fixed;
        /* background-size: auto; */
    }
    /* body h1 {
        font-size: 10px;
        font-weight: 600;
    } */
}

.bg-prim {
    background-color: #002553;
}

.bg-sec {
    background-color: #f5f5eb;
}

.bg-g3 {
    background-color: #00E78D;
}

.ico-info {
    font-size: 40px;
    color: #00E78D;
}

.btn-acento {
    background: #f4a40b!important;
    color: #f5f5eb!important;
    text-transform: none!important;
    border: none;
    font-size: 1.8rem;
}

body h1 {
    font-size: 2.2rem;
    font-weight: 600;
}

body hr {
    background-color: #ffffff;
    height: 5px;
    opacity: 1;
}

#introduction {
    font-size: 20px;
    color: #237395;
    font-weight: 500;
}

#introduction p {
    line-height: 2.5;
}

#introduction h3 {
    font-size: 24px;
    font-weight: bold;
}

#ejes_tematicos {
    text-transform: uppercase;
    font-size: 1.2rem;
    color: #237395;
    font-weight: 500;
}

#organizan {
    color: #237395;
    font-weight: 500;
}

#nos_acompanan h3 {
    text-transform: uppercase;
    color: #237395;
    font-size: 32px;
    font-weight: 400;
}


/* NEW CODE*/


/* formulario */

label {
    font-weight: 600;
    color: black !important;
    font-size: 14px;
}

.form-control {
    border: none;
    border-bottom: 2px solid #002553;
    border-radius: 0;
    padding-left: 0;
}

.title-head {
    font-size: 2rem;
    font-weight: 600;
}

.speakers li {
    color: #ffffff!important;
    background: none!important;
    border-color: #00E78D!important;
    text-transform: none!important;
    font-size: 16px!important;
}

#introduction li {
    border: none!important;
    line-height: 1.5;
    background: none!important;
    font-size: 20px;
    color: #237395;
    font-weight: 500;
    padding-left: 0px;
}

#introduction ul {
    margin-left: 0px!important;
}