:root {
	--tecnol-blue: #044b64;
	--tecnol-blue-hover: rgb(8, 87, 116);
	--tecnol-blue-hover-dark: #044258;
	--blue: #4e73df;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #e74a3b;
	--orange: #f45b24;
	--orange-hover: #ff6f3b;
	--yellow: #f6c23e;
	--green: #1cc88a;
	--teal: #20c9a6;
	--cyan: #36b9cc;
	--white: #fff;
	--gray: #7c8c9c;
	--gray-dark: #5a5c69;
	--primary: #4e73df;
	--secondary: #858796;
	--success: #1cc88a;
	--info: #36b9cc;
	--warning: #f6c23e;
	--danger: #e74a3b;
	--light: #f8f9fc;
	--dark: #5a5c69;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/*CSS DO LAYOUT*/
@font-face {
	font-family: "Maven Pro";
	src: url("../../fonts/MavenPro.ttf");
}

label {
    cursor: pointer !important;
}

.font-maven {
    font-family: "Maven Pro" !important;
  }

i, span {
	font-family: 'Font Awesome\ 5 Free', var(--font-family-sans-serif) !important;
}

.eye-pass {
    position: absolute;
    right: 8px;
    top: 0;
}

.btn:focus, .btn:active {
	box-shadow: none !important;
}

input:focus {
	box-shadow: none !important;
}

.min-100vh {
	min-height: 100vh !important;
}

.min-70vh {
	min-height: 70vh !important;
}

.bg-image {
	min-height: 100vh;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url('../../images/bgLogin.jpg');
}

/* BTN TECNOL BLUE */
.btn-tecnol-blue {
    color: #fff !important;
    background-color: var(--tecnol-blue) !important;
    border-color: var(--tecnol-blue) !important;
    transition: 0.2s;
}

.btn-tecnol-blue:hover {
    color: #fff !important;
    background-color: var(--tecnol-blue-hover) !important;
    border-color: var(--tecnol-blue-hover) !important;
    transition: 0.2s;
}

.btn-tecnol-blue:focus, .btn-tecnol-blue.focus {
    color: #fff !important;
    background-color: var(--tecnol-blue) !important;
    border-color: var(--tecnol-blue) !important;
}

.btn-tecnol-blue.disabled, .btn-tecnol-blue:disabled {
    color: #fff !important;
    background-color: #076e94 !important;
    border-color: #076e94 !important;
}

.btn-tecnol-blue:not(:disabled):not(.disabled):active, .btn-tecnol-blue:not(:disabled):not(.disabled).active,
.show > .btn-tecnol-blue.dropdown-toggle {
    color: #fff !important;
    background-color: var(--tecnol-blue) !important;
    border-color: var(--tecnol-blue) !important;
}

/* BTN TECNOL ORANGE */
.btn-orange {
    color: #fff !important;
    background-color: var(--orange) !important;
    border-color: var(--orange) !important;
    transition: 0.15s !important;
}

.btn-orange:hover {
    color: #fff !important;
    background-color: var(--orange-hover) !important;
    border-color: var(--orange-hover) !important;
    transition: 0.15s !important;
}

.btn-orange:focus, .btn-orange.focus {
    color: #fff !important;
    background-color: var(--orange);
    border-color: var(--orange) !important;
}

.btn-orange.disabled, .btn-orange:disabled {
    color: #fff !important;
    background-color: #f37a4e !important;
    border-color: #f37a4e !important;
}

.btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active,
.show > .btn-orange.dropdown-toggle {
    color: #fff !important;
    background-color: var(--orange) !important;
    border-color: var(--orange) !important;
}

.btn {
	transition: .2s;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: var(--orange);
}

.nav-tabs .nav-link {
	color: var(--tecnol-blue);
}

.p-login {
	line-height: 15px;
    margin: 10px 0px;
    font-size: 13px;
    color: #868686;
}

.a-link {
	text-decoration: underline;
	transition: .2s;
}

.a-link:hover {
	text-decoration-color: var(--orange-hover);
}

.a-link:hover > small {
	transition: .2s;
	text-decoration: none;
	color: var(--orange);
}

.text-orange {
	color: var(--orange) !important;
}

a:hover .text-orange {
	color: var(--orange-hover) !important;
}

.text-tecnol {
	color: var(--tecnol-blue) !important;
}

.bg-tecnol {
	background-color: var(--tecnol-blue) !important;
}

.bg-orange {
	background-color: var(--orange) !important;
}

/* Logos em SVG: */
.tecnol-logo-white {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' width='52mm' height='14mm' viewBox='0 0 210 50' version='1.1' id='svg877' inkscape:version='1.0.1 (3bc2e813f5, 2020-09-07)' sodipodi:docname='tecnol_white.svg'%3E%3Cdefs id='defs871' /%3E%3Csodipodi:namedview id='base' pagecolor='%23ffffff' bordercolor='%23666666' borderopacity='1.0' inkscape:pageopacity='0.0' inkscape:pageshadow='2' inkscape:zoom='0.35' inkscape:cx='400' inkscape:cy='445.71429' inkscape:document-units='mm' inkscape:current-layer='layer1' inkscape:document-rotation='0' showgrid='false' inkscape:window-width='1353' inkscape:window-height='1034' inkscape:window-x='208' inkscape:window-y='46' inkscape:window-maximized='0' /%3E%3Cmetadata id='metadata874'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage' /%3E%3Cdc:title%3E%3C/dc:title%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cg inkscape:label='Layer 1' inkscape:groupmode='layer' id='layer1'%3E%3Cpath style='fill:%23f1592a;fill-opacity:1;stroke:none;stroke-width:0.633366px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0' d='M 7.4115702,19.572925 19.004436,9.2241837 h 13.572131 l -0.226192,8.0301793 -2.71443,2.375137 z' id='path58-1' sodipodi:nodetypes='cccccc' /%3E%3Cpath style='fill:%237c8d97;fill-opacity:1;stroke:none;stroke-width:0.633366px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0' d='M 35.799948,16.292997 35.743384,8.2062787 37.6661,6.1704507 H 60.738733 L 49.541715,16.236461 Z' id='path60-6' sodipodi:nodetypes='cccccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0.633366px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.0722891' d='m 29.635938,23.474933 5.541955,-4.524039 h 3.732342 V 36.36846 l -9.330846,7.74742 z' id='path62-4' sodipodi:nodetypes='cccccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0.633366px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0' d='m 61.869756,16.596347 6.10746,-5.56255 15.890705,0.113231 -0.05653,5.061281 -7.577782,0.02847 0.113101,20.131999 -5.763158,-0.0078 -0.0049,-19.777719 z' id='path64-4' sodipodi:nodetypes='ccccccccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0.633366px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0' d='m 87.317507,11.14693 -1.2e-5,25.447726 19.997715,-0.02161 0.007,-5.294565 -14.462804,0.113218 -1.1e-5,-4.863336 10.451575,-0.106754 -0.0731,-5.208915 -10.604664,0.0078 v -5.029572 l 14.703144,0.04617 V 11.03443 Z' id='path66-3' sodipodi:nodetypes='ccccccccccccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0.633366px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0' d='m 131.08765,36.594656 -0.0282,-25.617406 5.62678,-0.05648 9.55704,16.399669 0.33929,-16.399699 4.86335,1.27e-4 v 25.56084 h -5.42884 L 136.46,22.344059 l 0.1132,14.250769 z' id='path74-2' sodipodi:nodetypes='ccccccccccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0.633366px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0' d='m 181.88841,11.146899 5.29739,3.1e-5 -0.14125,19.877534 13.43078,0.112983 -5.71159,5.23762 -12.89356,-0.0078 z' id='path76-3' sodipodi:nodetypes='ccccccc' /%3E%3Cpath id='path78-62' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0.66859;stroke-opacity:1' d='m 166.67471,10.581304 a 13.107188,13.119727 0 0 0 -13.10734,13.119832 13.107188,13.119727 0 0 0 13.10734,13.119835 13.107188,13.119727 0 0 0 13.10677,-13.119835 13.107188,13.119727 0 0 0 -13.10677,-13.119832 z m 0.0318,5.56721 a 7.2979362,7.6256426 0 0 1 7.29819,7.625883 7.2979362,7.6256426 0 0 1 -7.29819,7.625315 7.2979362,7.6256426 0 0 1 -7.29764,-7.625315 7.2979362,7.6256426 0 0 1 7.29764,-7.625883 z' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0.633366px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0' d='m 127.63444,10.925381 h -9.43702 c 0,0 -9.7169,1.479549 -9.63691,13.315772 0.08,11.836233 10.47664,12.036184 10.47664,12.036184 h 8.59729 l 0.04,-5.43828 -8.39733,0.07991 c 0,0 -5.67819,-0.83973 -5.6382,-7.197712 0.04,-6.358002 5.03836,-7.637594 5.03836,-7.637594 h 8.99717 z' id='path930-4' sodipodi:nodetypes='ccsccccsccc' /%3E%3C/g%3E%3C/svg%3E%0A");
}

.tecnol-logo {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' width='50mm' height='10mm' viewBox='0 0 210 50' version='1.1' id='svg877' inkscape:version='1.0.1 (3bc2e813f5, 2020-09-07)' sodipodi:docname='tecnol.svg'%3E%3Cdefs id='defs871' /%3E%3Csodipodi:namedview id='base' pagecolor='%23ffffff' bordercolor='%23666666' borderopacity='1.0' inkscape:pageopacity='0.0' inkscape:pageshadow='2' inkscape:zoom='0.35' inkscape:cx='400' inkscape:cy='445.71429' inkscape:document-units='mm' inkscape:current-layer='layer1' inkscape:document-rotation='0' showgrid='false' inkscape:window-width='1353' inkscape:window-height='1034' inkscape:window-x='208' inkscape:window-y='46' inkscape:window-maximized='0' /%3E%3Cmetadata id='metadata874'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage' /%3E%3Cdc:title%3E%3C/dc:title%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cg inkscape:label='Layer 1' inkscape:groupmode='layer' id='layer1'%3E%3Cpath style='fill:%23f1592a;fill-opacity:1;stroke:none;stroke-width:0.65155px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0' d='M 6.5298733,19.972211 18.455583,9.3263413 h 13.96181 l -0.23268,8.2607397 -2.79237,2.44333 z' id='path58' sodipodi:nodetypes='cccccc' /%3E%3Cpath style='fill:%237c8d97;fill-opacity:1;stroke:none;stroke-width:0.65155px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0' d='m 35.733323,16.598111 -0.0582,-8.3188997 1.97792,-2.09428 h 23.73509 l -11.5185,10.3550197 z' id='path60' sodipodi:nodetypes='cccccc' /%3E%3Cpath style='fill:%230c4a65;fill-opacity:1;stroke:none;stroke-width:0.65155px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.0722891' d='m 29.392333,23.986251 5.70108,-4.65393 h 3.8395 v 17.917651 l -9.59875,7.969859 z' id='path62' sodipodi:nodetypes='cccccc' /%3E%3Cpath style='fill:%230c4a65;fill-opacity:1;stroke:none;stroke-width:0.65155px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0' d='m 62.551633,16.910171 6.28282,-5.72226 16.34695,0.11648 -0.0582,5.2066 -7.79535,0.0293 0.11635,20.71002 -5.92863,-0.008 -0.005,-20.345569 z' id='path64' sodipodi:nodetypes='ccccccccc' /%3E%3Cpath style='fill:%230c4a65;fill-opacity:1;stroke:none;stroke-width:0.65155px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0' d='m 88.730033,11.304291 -1e-5,26.178369 20.571857,-0.0222 0.008,-5.446581 -14.878037,0.11647 -1e-5,-5.00297 10.751637,-0.10983 -0.0752,-5.35847 -10.909137,0.008 v -5.173988 l 15.125297,0.0475 v -5.35204 z' id='path66' sodipodi:nodetypes='ccccccccccccc' /%3E%3Cpath style='fill:%230c4a65;fill-opacity:1;stroke:none;stroke-width:0.65155px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0' d='m 133.75688,37.48266 -0.029,-26.352919 5.78833,-0.0581 9.83144,16.87053 0.34904,-16.87056 5.00298,1.3e-4 v 26.29473 h -5.58471 l -9.83146,-14.54356 0.11648,14.659929 z' id='path74' sodipodi:nodetypes='ccccccccccc' /%3E%3Cpath style='fill:%230c4a65;fill-opacity:1;stroke:none;stroke-width:0.65155px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0' d='m 186.01622,11.304261 5.44947,3e-5 -0.14529,20.44825 13.81639,0.11623 -5.87559,5.388001 -13.26374,-0.008 z' id='path76' sodipodi:nodetypes='ccccccc' /%3E%3Cellipse style='fill:%230c4a65;fill-opacity:1;stroke:none;stroke-width:0.687784;stroke-opacity:1' id='path78' cx='170.36546' cy='24.218933' rx='13.483515' ry='13.496415' /%3E%3Cellipse style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0.391271;stroke-opacity:1' id='path78-6' cx='170.39857' cy='24.294085' rx='7.5074716' ry='7.8445868' /%3E%3Cpath style='fill:%230c4a65;fill-opacity:1;stroke:none;stroke-width:0.65155px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0' d='m 130.20452,11.076381 h -9.70797 c 0,0 -9.99589,1.52203 -9.91362,13.69809 0.0823,12.17607 10.77746,12.381752 10.77746,12.381752 h 8.84413 l 0.0411,-5.594412 -8.63843,0.0822 c 0,0 -5.84124,-0.86384 -5.80008,-7.40437 0.0411,-6.54055 5.18303,-7.85688 5.18303,-7.85688 h 9.25548 z' id='path930' sodipodi:nodetypes='ccsccccsccc' /%3E%3C/g%3E%3C/svg%3E%0A");
}

.tecnol-logo-lg {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' width='53mm' height='14mm' viewBox='0 0 210 50' version='1.1' id='svg877' inkscape:version='1.0.1 (3bc2e813f5, 2020-09-07)' sodipodi:docname='tecnol.svg'%3E%3Cdefs id='defs871' /%3E%3Csodipodi:namedview id='base' pagecolor='%23ffffff' bordercolor='%23666666' borderopacity='1.0' inkscape:pageopacity='0.0' inkscape:pageshadow='2' inkscape:zoom='0.35' inkscape:cx='400' inkscape:cy='445.71429' inkscape:document-units='mm' inkscape:current-layer='layer1' inkscape:document-rotation='0' showgrid='false' inkscape:window-width='1353' inkscape:window-height='1034' inkscape:window-x='208' inkscape:window-y='46' inkscape:window-maximized='0' /%3E%3Cmetadata id='metadata874'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage' /%3E%3Cdc:title%3E%3C/dc:title%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cg inkscape:label='Layer 1' inkscape:groupmode='layer' id='layer1'%3E%3Cpath style='fill:%23f1592a;fill-opacity:1;stroke:none;stroke-width:0.65155px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0' d='M 6.5298733,19.972211 18.455583,9.3263413 h 13.96181 l -0.23268,8.2607397 -2.79237,2.44333 z' id='path58' sodipodi:nodetypes='cccccc' /%3E%3Cpath style='fill:%237c8d97;fill-opacity:1;stroke:none;stroke-width:0.65155px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0' d='m 35.733323,16.598111 -0.0582,-8.3188997 1.97792,-2.09428 h 23.73509 l -11.5185,10.3550197 z' id='path60' sodipodi:nodetypes='cccccc' /%3E%3Cpath style='fill:%230c4a65;fill-opacity:1;stroke:none;stroke-width:0.65155px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.0722891' d='m 29.392333,23.986251 5.70108,-4.65393 h 3.8395 v 17.917651 l -9.59875,7.969859 z' id='path62' sodipodi:nodetypes='cccccc' /%3E%3Cpath style='fill:%230c4a65;fill-opacity:1;stroke:none;stroke-width:0.65155px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0' d='m 62.551633,16.910171 6.28282,-5.72226 16.34695,0.11648 -0.0582,5.2066 -7.79535,0.0293 0.11635,20.71002 -5.92863,-0.008 -0.005,-20.345569 z' id='path64' sodipodi:nodetypes='ccccccccc' /%3E%3Cpath style='fill:%230c4a65;fill-opacity:1;stroke:none;stroke-width:0.65155px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0' d='m 88.730033,11.304291 -1e-5,26.178369 20.571857,-0.0222 0.008,-5.446581 -14.878037,0.11647 -1e-5,-5.00297 10.751637,-0.10983 -0.0752,-5.35847 -10.909137,0.008 v -5.173988 l 15.125297,0.0475 v -5.35204 z' id='path66' sodipodi:nodetypes='ccccccccccccc' /%3E%3Cpath style='fill:%230c4a65;fill-opacity:1;stroke:none;stroke-width:0.65155px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0' d='m 133.75688,37.48266 -0.029,-26.352919 5.78833,-0.0581 9.83144,16.87053 0.34904,-16.87056 5.00298,1.3e-4 v 26.29473 h -5.58471 l -9.83146,-14.54356 0.11648,14.659929 z' id='path74' sodipodi:nodetypes='ccccccccccc' /%3E%3Cpath style='fill:%230c4a65;fill-opacity:1;stroke:none;stroke-width:0.65155px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0' d='m 186.01622,11.304261 5.44947,3e-5 -0.14529,20.44825 13.81639,0.11623 -5.87559,5.388001 -13.26374,-0.008 z' id='path76' sodipodi:nodetypes='ccccccc' /%3E%3Cellipse style='fill:%230c4a65;fill-opacity:1;stroke:none;stroke-width:0.687784;stroke-opacity:1' id='path78' cx='170.36546' cy='24.218933' rx='13.483515' ry='13.496415' /%3E%3Cellipse style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0.391271;stroke-opacity:1' id='path78-6' cx='170.39857' cy='24.294085' rx='7.5074716' ry='7.8445868' /%3E%3Cpath style='fill:%230c4a65;fill-opacity:1;stroke:none;stroke-width:0.65155px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0' d='m 130.20452,11.076381 h -9.70797 c 0,0 -9.99589,1.52203 -9.91362,13.69809 0.0823,12.17607 10.77746,12.381752 10.77746,12.381752 h 8.84413 l 0.0411,-5.594412 -8.63843,0.0822 c 0,0 -5.84124,-0.86384 -5.80008,-7.40437 0.0411,-6.54055 5.18303,-7.85688 5.18303,-7.85688 h 9.25548 z' id='path930' sodipodi:nodetypes='ccsccccsccc' /%3E%3C/g%3E%3C/svg%3E%0A");
}

.tecnol-icon {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' width='17mm' height='15mm' viewBox='0 0 210 150' version='1.1' id='svg877' inkscape:version='1.0.1 (3bc2e813f5, 2020-09-07)' sodipodi:docname='logo_branca.svg'%3E%3Cdefs id='defs871' /%3E%3Csodipodi:namedview id='base' pagecolor='%23ffffff' bordercolor='%23666666' borderopacity='1.0' inkscape:pageopacity='0.0' inkscape:pageshadow='2' inkscape:zoom='11.2' inkscape:cx='29.998411' inkscape:cy='25.919606' inkscape:document-units='mm' inkscape:current-layer='layer1' inkscape:document-rotation='0' showgrid='false' inkscape:window-width='1920' inkscape:window-height='1011' inkscape:window-x='-8' inkscape:window-y='38' inkscape:window-maximized='1' inkscape:snap-text-baseline='false' /%3E%3Cmetadata id='metadata874'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage' /%3E%3Cdc:title%3E%3C/dc:title%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cg inkscape:label='Layer 1' inkscape:groupmode='layer' id='layer1'%3E%3Cpath style='fill:%23f1592a;fill-opacity:1;stroke:none;stroke-width:2.25541px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0' d='M 11.446887,59.848335 52.729314,22.996266 h 48.330626 l -0.80546,28.595623 -9.66618,8.457909 z' id='path58-1' sodipodi:nodetypes='cccccc' /%3E%3Cpath style='fill:%237c8d97;fill-opacity:1;stroke:none;stroke-width:2.25541px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0' d='m 112.53847,48.168448 -0.20146,-28.796959 6.84684,-7.249625 h 82.1621 l -39.8728,35.845257 z' id='path60-6' sodipodi:nodetypes='cccccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:2.25541px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.0722891' d='M 90.58828,73.743459 110.32327,57.63327 h 13.291 v 62.02429 l -33.227374,27.58871 z' id='path62-4' sodipodi:nodetypes='cccccc' /%3E%3C/g%3E%3C/svg%3E%0A");
}

.tecnol-text {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' width='21mm' height='5mm' viewBox='0 0 210 50' version='1.1' id='svg877' inkscape:version='1.0.1 (3bc2e813f5, 2020-09-07)' sodipodi:docname='logotipo.svg'%3E%3Cdefs id='defs871' /%3E%3Csodipodi:namedview id='base' pagecolor='%23ffffff' bordercolor='%23666666' borderopacity='1.0' inkscape:pageopacity='0.0' inkscape:pageshadow='2' inkscape:zoom='11.2' inkscape:cx='51.98708' inkscape:cy='25.919606' inkscape:document-units='mm' inkscape:current-layer='layer1' inkscape:document-rotation='0' showgrid='false' inkscape:window-width='1920' inkscape:window-height='1011' inkscape:window-x='-8' inkscape:window-y='38' inkscape:window-maximized='1' inkscape:snap-text-baseline='false' /%3E%3Cmetadata id='metadata874'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage' /%3E%3Cdc:title%3E%3C/dc:title%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cg inkscape:label='Layer 1' inkscape:groupmode='layer' id='layer1'%3E%3Cg id='g848' transform='matrix(1.9133298,0,0,1.9133298,-105.83182,-134.77909)'%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0.496514px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0' d='m 55.822136,78.13521 4.787812,-4.360642 12.457178,0.08876 -0.04432,3.967683 -5.94044,0.02232 0.08866,15.782049 -4.517905,-0.0061 -0.0038,-15.504318 z' id='path64-4' sodipodi:nodetypes='ccccccccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0.496514px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0' d='m 75.771355,73.863256 -1e-5,19.949199 15.676781,-0.01694 0.0055,-4.150561 -11.337807,0.08876 -8e-6,-3.812508 8.193284,-0.08369 -0.0573,-4.083417 -8.313295,0.0061 v -3.942825 l 11.526216,0.03619 v -4.078516 z' id='path66-3' sodipodi:nodetypes='ccccccccccccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0.496514px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0' d='m 110.08401,93.812455 -0.0221,-20.082216 4.411,-0.04428 7.49203,12.856169 0.26598,-12.856192 3.81252,9.9e-5 v 20.037876 h -4.25582 l -7.49206,-11.082906 0.0887,11.171585 z' id='path74-2' sodipodi:nodetypes='ccccccccccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0.496514px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0' d='m 149.90818,73.863232 4.15277,2.4e-5 -0.11073,15.582567 10.52877,0.08857 -4.47747,4.10592 -10.10763,-0.0061 z' id='path76-3' sodipodi:nodetypes='ccccccc' /%3E%3Cpath id='path78-62' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0.524127;stroke-opacity:1' d='M 137.98172,73.419846 A 10.275099,10.284929 0 0 0 127.70651,83.704857 10.275099,10.284929 0 0 0 137.98172,93.98987 10.275099,10.284929 0 0 0 148.25649,83.704857 10.275099,10.284929 0 0 0 137.98172,73.419846 Z m 0.0249,4.364295 a 5.7210605,5.977959 0 0 1 5.72126,5.978147 5.7210605,5.977959 0 0 1 -5.72126,5.977702 5.7210605,5.977959 0 0 1 -5.72083,-5.977702 5.7210605,5.977959 0 0 1 5.72083,-5.978147 z' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0.496514px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0' d='m 107.37694,73.689578 c 0,0 -6.24911,-0.104128 -7.397946,0 -0.669804,0.06071 -7.617348,1.15986 -7.554641,10.438614 0.06271,9.278761 8.212927,9.435508 8.212927,9.435508 h 6.73966 l 0.0314,-4.263223 c 0,0 -6.16691,0.146092 -6.5829,0.06264 -0.6537,-0.131139 -4.451296,-0.658289 -4.419946,-5.642492 0.0314,-4.98422 3.505053,-5.923567 3.949706,-5.987328 0.71674,-0.102778 7.05314,0 7.05314,0 z' id='path930-4' sodipodi:nodetypes='csscccssscc' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

/*BARRA SUPERIOR - MENU*/
.default_lay .container.container_body{
    background-color: rgba(255,255,255,1);
    margin-top: 55px;
    min-height: 800px;
}

/*BARA SUPERIOR - MENU HOMOLOGACAO*/
.default_lay_homologacao{
    background-color: rgb(124, 141, 151) !important;
}

@media (min-width: 1200px) {
    #form_navbar {
        display: none;
    }
}

@media (min-width: 1300px) {
    #form_navbar {
        display: flex;
    }
}

.default_lay .default_bar_lay {
    /*background: #00325D !important;*/
    padding: 18px;
    background: rgba(255, 255, 255, 1) !important;
    border-bottom: 1px solid rgba(241, 89, 42, 0.2);
}

.default_lay .default_bar_lay .box_logo {
    align-self: flex-start;
}

.default_lay .box_popup_wrapper {
    min-height: 140px;
    /*background: #609AA8;*/
}

.default_lay .box_popup_wrapper.success {
    /*background: #609AA8;*/
}

.default_lay .box_popup_wrapper.error {
    /*background: #a88270;*/
}

.default_lay .box_popup_wrapper .media_default_lay .media_body_default_lay {
    padding: 15px 20px;
}

.default_lay .btn_close_lay {
    background: none;
    font-size: 45px;
    color: #000;
    opacity: 0.2;
    border: none;
    cursor: pointer;
}

.default_lay .btn_close_lay:hover {
    opacity: 0.4;
}

.default_lay .submenu_default_lay {
    border-radius: 6px;
    background: #2C5A68;
}

.default_lay .icon_alert_wrapper {
    margin: 10px;
}

.default_lay .icon_alert_wrapper i {
    font-size: 3em;
}

.default_lay .box_menu_default_lay .navbar_default_lay li .nav_icon_default_lay {
    text-align: center;
}

.default_lay .box_menu_default_lay .navbar_default_lay li .nav_icon_default_lay i {
    font-size: 2em;
}

.default_lay .box_menu_default_lay .navbar_default_lay>li>a {
    display: flex;
    align-items: center;
}

.default_lay .box_menu_default_lay .navbar_default_lay>li>div.submenu_default_lay {
    color: RGBA(0, 0, 0, 0.5) !important;
}

.default_lay .box_menu_default_lay .navbar_default_lay>li>div.submenu_default_lay>a:hover {
    color: rgba(12, 74, 101, .9) !important;
}

.default_lay .box_menu_default_lay .navbar_default_lay>li>a, .default_lay .box_menu_default_lay .navbar_default_lay>li>div, .default_lay .box_menu_default_lay .navbar_default_lay>li>div>a {
    color: rgba(12, 74, 101, 1) !important;
    /*font-weight: 600;*/
}

.default_lay .box_menu_default_lay .navbar_default_lay>li>a:hover {
    color: rgba(12, 74, 101, 1) !important;
}

.default_lay .box_menu_default_lay .navbar_default_lay>li>a .nav_icon_default_lay {
    display: none;
}

.default_lay .box_menu_user {
    align-self: flex-start;
    display: none;
}

.default_lay .submenu_default_lay {
    background: rgba(232, 231, 231, 0.9);
    top: 48px;
}

.default_lay .submenu_default_lay>a:hover {
    background: rgba(220, 220, 220, 1);
}

/*MENU USER (WITH ICON)*/

.default_lay #dropdownMenuUser, .default_lay #dropdownMenuFavoritos {
    cursor: pointer;
    color: rgba(12, 74, 101, 1);
}

.default_lay #dropdownMenuUser:hover, .default_lay #dropdownMenuUser:hover i.fa-user, .default_lay #dropdownMenuFavoritos:hover, .default_lay #dropdownMenuFavoritos:hover i.fa-user {
    color: rgba(13, 75, 102, .75);
}
.default_lay #dropdownMenuChat .fa-comments {
    cursor: pointer;
}
.default_lay #dropdownMenuChat .fa-comments:hover{
    opacity: 0.6;
}
.default_lay #dropdownMenuChat .fa-comments.online{
    color: rgba(15,178,87,.8);
}
.default_lay #dropdownMenuChat .fa-comments.offline{
    color: rgba(12, 74, 101, .5);
}
.default_lay #dropdownMenuChat img[src*="line"]{
    display: none;
}

/*Alert*/

.default_lay #box_alert {
    position: fixed;
    z-index: 999999;
		height: auto;
    top: 87px;
		right: 0;
		opacity: 0.9;
		margin-top: 25px;
		margin-right: 10px;
		margin-left: 150px;
}
.default_lay.default_login_lay #box_alert {
    top: 0;
}
.default_lay #box_alert .box_close {
    position: absolute;
    top: 0;
    right: 0;
}

@media screen and (max-width: 992px) {
    .fixed-top {
        position: relative !important;
    }
    .btn-group.pull-right {
        display: none;
    }
}

/*LOGO*/

.box_logo {
    display: flex;
    justify-content: center;
    align-items: center;
    /*min-height: 119px;*/
    min-width: 210px;
    cursor: default;
}
.box_logo img{
    height: 40px;
}

/*Para Desktop*/
@media screen and (min-width: 992px) {
    .default_lay .container.container_body{
        background-color: rgba(255,255,255,1);
        margin-top: 100px;
    }
    .default_lay .default_bar_lay {
        min-height: 66px;
    }
    .default_lay .box_menu_user {
        display: block;
    }
    .default_lay .box_menu_default_lay {
        align-self: flex-end;
    }
    .default_lay .box_menu_default_lay .navbar_default_lay {
        flex: 1;
        justify-content: right;
    }
    .default_lay .box_menu_default_lay .navbar_default_lay>li:first-child .nav_text_default_lay {
        border-left: none;
    }
    .default_lay .box_menu_default_lay .navbar_default_lay>li:last-child .nav_text_default_lay {
        border-right: none;
    }
    .default_lay .box_menu_default_lay .navbar_default_lay>li .nav_text_default_lay {
        border-left: 1px solid RGBA(255, 255, 255, 0.2);
        /*border-right: 1px solid RGBA(183,183,183, 0.1);*/
    }
    .default_lay .box_menu_default_lay .navbar_default_lay>li.dropdown>a.dropdown-toggle .nav_text_default_lay {
        padding-right: 0;
    }
    .default_lay .box_menu_default_lay .navbar_default_lay>li.dropdown>a.dropdown-toggle {
        padding-right: 8px;
    }
    .default_lay .box_menu_default_lay .navbar_default_lay>li>a {
        padding: inherit;
    }
    .default_lay .box_menu_default_lay .navbar_default_lay>li>a .nav_icon_default_lay {
        visibility: hidden;
        display: block;
    }
    .default_lay .box_menu_default_lay .navbar_default_lay>li>a:hover .nav_icon_default_lay {
        visibility: visible;
    }
    .default_lay .box_menu_default_lay .navbar_default_lay>li .nav_text_default_lay {
        padding: 8px;
    }
    .default_lay #menuUser, .default_lay #menuFavoritos{
        right: 0;
        left: inherit;
    }
}

ul.faq_title>li {
    font-weight: bold;
}

/*Gallery boletos*/

ul.gallery, ul.gallery>li {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.gallery {}

ul.gallery>li {
    float: left;
    padding: 20px;
}

.green-check {
    color: green;
    padding-right: 10px;
}

.boleto-pdf {
    cursor: pointer;
    color: lightblue;
}

.boleto_pdf:hover {
    color: blue;
}

.label-radio{
    margin-right: 30px;
}

@media(max-width:639px) {
    ul.gallery>li {
        width: 50%;
    }
}

@media(min-width:640px) {
    ul.gallery>li {
        width: 33.33333333333333%;
    }
}

@media(min-width:768px) {
    ul.gallery>li {
        width: 33.33333333333333%;
    }
}

@media(min-width:992px) {
    ul.gallery>li {
        width: 20%;
    }
}

@media(min-width:1200px) {
    ul.gallery>li {
        width: 20%;
    }
    .container {
        max-width: 1600px !important;
    }
}