﻿html {
    min-height: 100%;
    position: relative;
}

body {
    background: #FBFBFB;
    font-family: Rutan, sans-serif;
    height: 100%;
    margin: 0;
    margin-bottom: 50px;
    padding-top: 100px;
}

.navbar {
    background-color: rgb(241,243,245) !important;
}

/*********************************/
/********   Movile         *******/
/********************************/
@media (min-width:576px) {
    ul.dropdown-menu.show {
        margin-left: -60px;
    }

    ul.navbar-nav.mr-auto {
        margin-left: -60px;
    }
}

/*********************************/
@font-face {
    font-family: rutan;
    /*src: url(../assets/fonts/rutan_regular-webfont.eot);*/
    src: url(../assets/fonts/rutan_regular-webfont.eot?#iefix) format("embedded-opentype"), url(../assets/fonts/rutan_regular-webfont.woff2) format("woff2"), url(../assets/fonts/rutan_regular-webfont.woff) format("woff"), url(../assets/fonts/rutan_regular-webfont.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    text-rendering: optimizeLegibility
}

@font-face {
    font-family: rutanlight;
    src: url(../assets/fonts/rutan_light-webfont.eot);
    src: url(../assets/fonts/rutan_light-webfont.eot?#iefix) format("embedded-opentype"),url(../assets/fonts/rutan_light-webfont.woff2) format("woff2"),url(../assets/fonts/rutan_light-webfont.woff) format("woff"),url(../assets/fonts/rutan_light-webfont.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    text-rendering: optimizeLegibility
}

@font-face {
    font-family: rutandemibold;
    src: url(../assets/fonts/rutan_demi_bold-webfont.eot);
    src: url(../assets/fonts/rutan_demi_bold-webfont.eot?#iefix) format("embedded-opentype"),url(../assets/fonts/rutan_demi_bold-webfont.woff) format("woff2"),url(../assets/fonts/rutan_demi_bold-webfont.woff) format("woff"),url(../assets/fonts/rutan_demi_bold-webfont.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    text-rendering: optimizeLegibility
}

@font-face {
    font-family: rutanbold;
    src: url(../assets/fonts/rutan_bold-webfont.eot);
    src: url(../assets/fonts/rutan_bold-webfont.eot?#iefix) format("embedded-opentype"),url(../assets/fonts/rutan_bold-webfont.woff) format("woff2"),url(../assets/fonts/rutan_bold-webfont.woff) format("woff"),url(../assets/fonts/rutan_bold-webfont.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    text-rendering: optimizeLegibility
}


/*********************************/
/********   header         *******/
/***************************+*****/

.header-trinity {
    height: 100px;
}

.logo-principal {
    height: 32px;
    vertical-align: baseline;
    vertical-align: -webkit-baseline-middle;
}

/*********************************/
/********   contenedores     *******/
/***************************+*****/
.form-container {
    background: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(194,194,194,0.50);
    border-radius: 10px;
    margin: auto;
    margin-bottom: 50px;
    margin-top: 50px;
    min-height: 500px;
    max-width: 900px;
    padding: 15px;
}

.main-container-info {
    text-align: center;
    margin-top: 40px;
}
.top-3 {
    margin-top: 3em;
}
.bot-3 {
    margin-bottom: 3em;
}
.iconos-gris {
    color: rgb(164, 166, 173);
}

.btn-sm {
    padding: .25rem .5rem!important;
    font-size: .875rem!important;
    line-height: 1.5!important;
    border-radius: .2rem!important;
    width: 50%!important;
}
/*********************************/
/********   textos      *******/
/***************************+*****/

.main-title {
    font-weight: 500;
    font-size: 40px;
}

.main-subtitle {
    text-transform: lowercase;
    font-size: 21px;
    font-weight: 400;
}

.form-title {
    font-size: 24px;
    font-weight: 500;
    margin-top: 50px;
    margin-bottom: 20px;
}

p {
    font-size: 0.9em;
    font-weight: lighter;
}

.text-strong {
    font-weight: bold;
}

.text-red {
    color: rgb(225,83,83);
}

.left {
    text-align: left !important;
}

.left-2em {
    margin-left: 1.6em !important;
}

/*********************************/
/********   controles     *******/
/***************************+*****/

.btn-broxel {
    background: #00A9EA;
    border-radius: 7px;
    border: none;
    color: white;
    font-size: 14px;
    padding: 10px;
    margin-top: 30px;
    -webkit-transition: transform 0.5s ease-out;
    -moz-transition: transform 0.5s ease-out;
    -o-transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    width: 250px;
}

.btn-broxel:hover {
    color: white;
    transform: scale(1.04)
}

.btn-broxel-secondary {
    background: #F9F9F9;
    border-radius: 7px;
    border: 1px solid #C4C5CA;
    color: #00A9EA;
    font-size: 14px;
    padding: 10px;
    margin: 5px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    width: 95%;
}

.btn-broxel-secondary:hover {
    background: #00A9EA;
    border: none;
    color: white;
    transform: scale(1.03)
}

.disabled {
    cursor: not-allowed;
    opacity: 0.6;
}

.disabled:hover {
    transform: none;
}


.link-broxel {
    color: #19A6F8;
}

.form-check-label {
    color: #19A6F8;
}

.radio-card, .card {
    background: #F1F3F5;
    border-radius: 7px;
    width: 360px;
    min-height: 140px;
    margin: auto;
    padding: 20px;
    text-align: left;
}

.radio-title {
    color: black;
    font-size: 16px;
    font-weight: 500;
    margin-left: 5px;
}

.radio-subtitle {
    font-size: 12px;
    margin-top: 5px;
    margin-left: 5px;
}

.card {
    border: none;
}

.card-title {
    margin-top: 5px;
    font-size: 16px;
    font-weight: 500;
    margin-left: 4px;
}

.card-subtitle {
    font-size: 14px;
    font-weight: 500;
}

.card-description {
    font-size: 12px;
    margin-top: 5px;
}

.btn-card-broxel {
    background: #00A9EA;
    border-radius: 7px;
    border: none;
    color: white;
    font-size: 12px;
    padding: 10px 15px;
    margin-top: 10px;
}

.card-link {
    color: black;
    text-decoration: underline;
    opacity: 0.9
}

.card-link:hover {
    color: #00A9EA;
    opacity: 1;
}


.input-radio-label {
    color: black;
    font-size: 14px;
}

.btn-broxel-info {
    background: #0091FF;
    border-radius: 3px;
    border: none;
    color: white;
    height: 38px;
    margin-top: 31px;
    padding: 5px;
    width: 50px;
}


.label-file {
    font-size: 10px;
    text-wrap: normal;
}
/*********************************/
/********   footer         *******/
/***************************+*****/
.footer {
    background: #00A9EA;
    bottom: 0;
    color: white !important;
    font-family: Arial, Helvetica, sans-serif;
    height: 50px;
    padding: 7px;
    position: absolute;
    width: 100%;
}

.footer-link {
    color: white !important;
    font-size: 12px;
}

.footer-logo-broxel {
    height: 16px !important;
    width: 140px;
    vertical-align: baseline;
    vertical-align: -webkit-baseline-middle;
}

img {
    vertical-align: bottom !important;
}

@media only screen and (max-width: 576px) {
    body {
        background: white;
    }

    .form-container {
        box-shadow: none;
        border-radius: 0px;
    }

    .navbar-brand {
        margin: auto;
    }
}


#Mask {
    background-color: black;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -ms-opacity: 0.2;
    opacity: 0.2;
}

.img-thumbnail {
    border: none !important;
}

.modal-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, 0.5);
}

.modal-modal {
    display: none;
    z-index: 9999999;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50%;
    background-color: white;
    border-radius: 5px;
    padding: 8px;
    box-sizing: border-box;
}

.modal-close {
    float: right;
}

.modal-close:hover {
    cursor: pointer;
}

@media only screen and (max-width: 550px) {
    .modal-modal {
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
}

.negritas {
    font-weight: bold;
}

.dropzone {
    border: none !important;
    background: rgb(241,243,245) !important;
}

.center {
    text-align: center;
}


.dropzone .dz-preview .dz-error-message {
    top: 150px !important;
}

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 999999;
    cursor: pointer;
}

.overlay-text {
    position: absolute;
    top: 35%;
    left: 50%;
    color: white;
    transform: translate(-50%,-50%);
    width: 100%;
    -ms-transform: translate(-50%,-50%);
}

.img-loader {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.font-reduce {
    font-size: 0.85em!important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* btn - broxel */
.btn-activo {
    border: 2px solid #008CBA!important;
}