@font-face {
    font-family: "Monserrat Bold";
    src: url("../font/Montserrat-Bold.otf");
}

@font-face {
    font-family: "Roboto";
    src: url("../font/RobotoSlab-Light.ttf");
}

@font-face {
    font-family: "Roboto Bold";
    src: url("../font/RobotoSlab-Bold.ttf");
}

html {
    font-size: 16px;
}

* {
    font-size: 1.05rem;
    font-family: "Roboto", sans-serif;
}

h1 {
    font-size: 1.5rem;
    font-family: "Monserrat Bold", sans-serif;
}

h2,h3,h4,h5,h6 {
    font-size: 1.2rem;
    font-family: "Roboto Bold", sans-serif;
}

.titulo-resaltado{
    font-size: 150%;
}

form * {
    font-size: 14px !important;
}

.container {
    margin: auto;
    width: 100%;
    max-width: 1440px;
}

.justify-text {
    text-align: justify !important;
}

.center-text {
    text-align: center !important;
}

.list-decimal{
    list-style-type: decimal;
}

.aling-self-center {
    align-self: center
}

.figura, .figura-2 {
    position: relative
}

.figura img, .figura-2 img {
    position: absolute;
    top: 50%;
    left: -250px;
    width: 250px;
    height: 250px;
    transform: translateY(-50%) rotate(98deg);
}

.figura-2 img {
    left: initial;
    right: -250px;
    transform: translateY(-50%) rotate(-10deg);
}

label.inactivo {
    color: gray !important;
}

button[type='submit'] {
    background-color: #ffdf00 !important;
    padding: 1em 1em !important;
    text-transform: uppercase !important;
    color: #17385E !important;
    max-width: 300px;
    display: inline-block !important;
}

.input-file, .input-file * {
    cursor: pointer
}

input[type="file"] {
    display: none;
}

h1, h2, p, input {
    color: #333333;
}
a{
    color: #333333;
}
form label, form .input-file input, .logo * {
    color: #17385E !important;
}

.logo {
    margin-top: 1rem !important;
    margin-bottom: 1.5rem !important;
}

.logo h2 {
    font-size: 2rem;
    font-family: "Monserrat Bold", sans-serif;
}

.archivo label small {
    font-size: 0.6rem !important;
}

.resultado p {
    text-align: center;
    font-size: 1.5rem !important;
    color: gray;
}

.contenedor-formularios{
    width: 60%;
    margin: 3.5rem auto;
}
.contenedor-formularios .tabular.menu{
    margin-bottom: 3rem;
}
.contenedor-formularios .tabular.menu .item{
    cursor: pointer;
}
.mesa .archivo{
    text-align: center;
}
@media screen and (max-width: 768px) {
    .contenedor-formularios{
        width: 100%;
        margin: 1rem auto;
        padding: 0 0.5rem;
    }
    .logo>div.four.wide.column {
        width: 100% !important;
        padding: 0 2rem;
    }
    .logo>div.five.wide.column {
        width: 100% !important;
    }
}