﻿/*
padding:25px 50px 75px 100px;
top padding is 25px
right padding is 50px
bottom padding is 75px
left padding is 100px

padding:25px 50px 75px;
top padding is 25px
right and left paddings are 50px
bottom padding is 75px

padding:25px 50px;
top and bottom paddings are 25px
right and left paddings are 50px

padding:25px;
all four paddings are 25px
*/

* {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 11pt;
    box-sizing: inherit;
}

body {
    line-height: 1.6;
    font-size: 10.5pt;
    box-sizing: inherit;
    font: 100%/1.2 Calibri;
    background_: #42413C;
    background_: #FFFFFF;
    background: #f5f5f5;
    /* font-family_: tahoma; */
    margin: 0;
    padding: 0;
    color: #006694;
    height: 100vh;
    text-rendering: optimizeLegibility;
}

/* ======================================== */

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #006694;
    background-color: #f5f5f5;
}

.container-fluid {
    background-color: #fff;
    min-height: 100vh;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

#barraverde {
    top: 0px;
    background: url(../_img/barraverde.gif) repeat top;
    border: none;
    height: 22px;
    display_: flex;
}

#header {
    position: left;
    top: 0px;
    height: 205px;
    background: url(../_img/headerfundo.gif) no-repeat right;
    display: flex;
}

header nav ul {
    display: flex;
    font-size: 14px;
}

header nav ul li {
    list-style: none;
    font-size: 1em;
}

header nav ul li a {
    text-decoration: none;
    text-transform_: uppercase;
    color: white;
    font-size: 1em;
    padding: 24px;
    transition: all 250ms linear 0s;
}

/* ~~ This fixed width container surrounds all other blocks ~~ */

.container1 {
    width: 950px;
    max-width: 950px;
    /* the auto value on the sides, coupled with the width, centers the layout */
    padding-right: 0px;
    padding-left: 0px;
    min-height: 760px;
    border_: 1px solid #ff00ff;
    margin_: 0 auto;
    background_: url(../_img/fundocontainer.gif) no-repeat right bottom;
    /*height: expression(this.scrollHeight < 800 ? "800px": auto);
    /*	height: expression(this.scrollHeight < 750 ? "750px" : "820px");*/
    display_: flex;
}

.container-fluid {
    background-color: #fff;
    min-height: 100vh;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

#logo {
    position: relative;
    float: left;
    padding-right: 5px;
}

#login {
    position: relative;
    float: left;
    border: solid 1px green;
    top: 55px;
    width_: 220px;
    padding: 10px 0px 0px 0px;
}

#iconObjetivo {
    background: url(../_img/objetivo.gif) no-repeat;
    border: none;
    height: 28px;
}

#iconComoFunciona {
    background: url(../_img/comofunciona.gif) no-repeat;
    border: none;
    height: 28px;
}

#iconComoPartidipar {
    background: url(../_img/comoparticipar.gif) no-repeat;
    border: none;
    height: 28px;
}

#iconInovando {
    background: url(../_img/inovando.gif) no-repeat;
    border: none;
    height: 28px;
}

#iconOproblema {
    background: url(../_img/oproblema.gif) no-repeat;
    border: none;
    height: 28px;
}

#barraverdeinvertida {
    top_: 760px;
    background_: url(../_img/barraverdeinvertida.gif) no-repeat top;
    background: url(../_img/barraverdeinvertida.gif) repeat top;
    border: none;
    height: 22px;
    clear: both;
    /* this clear property forces the .container to understand where the columns end and contain them */
    margin-top_: 180px;
}

#footer {
    background-color: #889976;
    height_: 50px;
    width_: 790px;
    margin: 0 auto;
    font: 80%/1.2 Calibri;
    color: #FFF;
    clear: both;
    /* this clear property forces the .container to understand where the columns end and contain them */
    /* this gives IE6 hasLayout to properly clear */
}

.divHead {
    text-align: center;
    height: auto;
    width: max-content;
    float: right;
    margin-right: 200px;
    margin-top: 50px;
    position: absolute;
    left: 53%;
    top: 5%;
}

ul,
ol,
dl {
    /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p1 {
    margin-top: 5px;
    /* removing the top margin gets around an issue where margins can escape from their containing block. The remaining bottom margin will hold it away from any elements that follow. */
    margin-bottom: 0;
    /* removing the top margin gets around an issue where margins can escape from their containing block. The remaining bottom margin will hold it away from any elements that follow. */
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 0px;
    /* adding the padding to the sides of the elements within the blocks, instead of the block elements themselves, gets rid of any box model math. A nested block with side padding can also be used as an alternate method. */
    font-size_: 1.2rem;
}

a img {
    /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
    border: none;
}


/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */

a:link {
    color: #42413C;
    text-decoration: underline;
    /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}

a:visited {
    color: #6E6C64;
    text-decoration: underline;
}

a:hover,
a:active,
a:focus {
    color: #fff;
    /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
    text-decoration: none;
}


/* ~~ These are the columns for the layout. ~~
1) Padding is only placed on the top and/or bottom of the block elements. The elements within these blocks have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the block itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the block element and place a second block element within it with no width and the padding necessary for your design.
2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a block set to float right). Many times, padding can be used instead. For blocks where this rule must be broken, you should add a "display:inline" declaration to the block element's rule to tame a bug where some versions of Internet Explorer double the margin.
3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar blocks could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document.
4) If you prefer your nav on the left instead of the right, simply float these columns the opposite direction (all left instead of all right) and they'll render in reverse order. There's no need to move the blocks around in the HTML source.
*/

.sidebar1 {
    float: right;
    width: 180px;
    background: #EADCAE;
    padding-bottom: 10px;
}

.content {
    padding: 10px 0;
    width: 395px;
    float: left;
}

.contentLeft {
    float: left;
    padding: 18px 0;
    width: 375px;
    padding-bottom: 10px;
    background-color: transparent;
    border: 1px solid green;
}

.contentRight {
    float: right;
    padding: 18px 0;
    width: 375px;
    padding-bottom: 10px;
    background-color: transparent;
    border: 1px solid cyan;
}

.texto {
    font-family_: inherit;
    font-size: 14pt;
    padding_: 10px 5px 0px 0px;
}


/* ~~ This grouped selector gives the lists in the .content area space ~~ */

.content ul,
.content ol {
    padding: 0 15px 15px 40px;
    /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}


/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */

nav ul {
    list-style: none;
    /* this removes the list marker */
    border-top: 1px solid #666;
    /* this creates the top border for the links - all others are placed using a bottom border on the LI */
    margin-bottom: 15px;
    /* this creates the space between the navigation on the content below */
}

nav ul li {
    border-bottom: 1px solid #666;
    /* this creates the button separation */
}

nav ul a,
nav ul a:visited {
    /* grouping these selectors makes sure that your links retain their button look even after being visited */
    padding: 5px 5px 5px 15px;
    display: block;
    /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
    width: 160px;
    /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
    text-decoration: none;
    background: #C6D580;
}

nav ul a:hover,
nav ul a:active,
nav ul a:focus {
    /* this changes the background and text color for both mouse and keyboard navigators */
    background: #ADB96E;
    color: #FFF;
}


/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */

header,
section,
footer,
aside,
nav,
article,
figure {
    display: block;
}

div#loadCenter {
    z-index: 100;
    font-size: 10.5pt;
    border-radius: 05px;
    color: #990000;
    display: none;
    text-align: center;
    position: fixed;
    *position: absolute;
    /* hack para ie >= 6, ie não entende o fixed */
    border: 1px solid;
    padding: 10px;
    border-color: #CCC #666 #666 #CCC;
    background-color: #FCF8C7;
    width: 201px;
    left: 40%;
    top: 33%;
}

.iframeDivLoad {
    display: none;
    /*sorry for IE5*/
    display/**/
    : block;
    /*sorry for IE5*/
    position: absolute;
    /*must have*/
    top: 0;
    /*must have*/
    left: 0;
    /*must have*/
    z-index: -1;
    /*must have*/
    filter: mask();
    /*must have*/
    width: 200px;
    /*must have for any big value*/
    height: 77px;
    /*must have for any big value*/
}

.yes {
    display: table-cell;
    width: 400px;
    text-align: center;
    vertical-align: middle;
    color: red;
    border: 1px solid blue;
    margin_: 0 auto;
    /* the auto value on the sides, coupled with the width, centers the layout */
    float: left;
    margin: 0 0 3% 25%;
}

.pSucesso {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    color: red;
    border: 0px solid blue;
    padding_: 0 0 0 0;
}

#frmDefault1 input {
    padding: 5px;
    width: 150px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: 0px;
    border_: 1px solid #ccc;
    color: #006694;
    font_: 85%/1.0 calibri;
    background_: #D5EAFF;
}

#frmDefault input {
    padding: 5px;
    border-radius: 3px;
    border-left: 0px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-right: 1px solid #ccc;
}

input::placeholder {
    color: #bababa;
}

input1 {
    padding: .375rem .75rem;
}

input:hover,
textarea:hover,
select:hover {
    background-color: #f1f8e9;/*e2faf2*/
    cursor: pointer;
    transition: background-color .15s;
}

/* .form-control:focus,
input:focus,
select:focus,
textarea:focus {
    background-color: #f1f8e9;
} */

.form-control:hover,
.form-control:focus {
    background-color_: #f0fbf2;
    background-color: #1db038;
}

.form-control::placeholder {
    color: #b8b8b8;
    opacity: 0.7
}

.form-control {
    padding: 0px 05px;
/*    display_: block;
    width_: 100%;
    height_: calc(2.25rem + 2px);
    padding_: 0px;
    font-size_: 1rem;
    color_: #495057;
    background-color_: #fff;
    background-clip_: padding-box;
    border_: 1px solid #ced4da;
    border-radius_: .25rem;
    transition_: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
*/}

label {
    margin-bottom: .2rem;
}

#btnEnviar {
    background: #889976;
    color: #FFF;
    display_: block;
    cursor_: pointer;
    border_: 0px;
    margin_: 5px;
    width_: 100px;
    height_: 20px;
    padding_: 5px 5px 5px 5px;
}

#btnVoltar {
    display: block;
    cursor: pointer;
    border: 0px;
    background: #889976;
    color: #FFF;
    width_: 100px;
    margin_: 5px;
    height_: 20px;
    padding_: 5px 5px 5px 5px;
}

#btnEnviar:hover, 
#btnVoltar:hover {
    background: #006694;
}

#divFormFundo {
    /*background-image: url(../_img/fundocontainer.gif) no-repeat bottom;*/
    background: url(../_img/fundocontainer.gif) no-repeat right bottom;
}

#divForm form {
    width: 400px;
    display: block;
    margin: 0 auto;
    text-align: left;
}

#divForm fieldset {
    padding: 0 15px 10px 15px;
    border: 0px solid #006694;
}

#divForm .fieldsetInscricao {
    padding: 0 15px 10px 15px;
    border: 1px solid #006694;
}

#divForm legend {
    text-align: left;
    color: #006694;
    font-weight: bold;
    padding: 10px 0;
}

#divForm label {
    display: block;
    padding: 3px 0;
    border: 0px solid green;
}

#divForm span {
    color_: #006694;
    font-weight_: bold;
    border: 0px solid red;
}

#divForm input1 {
    padding: 3px;
    width: 360px;
    border: 1px solid #006694;
    color: #006694;
    font: 90%/1.0 Calibri;
}

#divForm textarea1 {
    padding: 3px;
    width: 360px;
    border: 1px solid #006694;
    color: #006694;
    font: 90%/1.0 Calibri;
}

#divForm input,
textarea,
select {
    padding_: 3px;
    padding_: 0px 05px;
    width: 360px;
    border: 1px solid #B0D8FF;
    color: #006694;
    font_: 90%/1.0 Calibri;
    background_: #D5EAFF;
}

#divForm p {
    padding-top: 0px;
    border: 0px red solid;
    font_: 90%/1.0 Calibri;
    color_: red !important;
}

#divForm .btnEnviar:hover {
    background: #006694;
    color_: #FFF;
}

#divForm .btnVoltar:hover {
    background: #006694;
    color_: #FFF;
}

#divForm .showField {
    color: #585858;
    padding: 2px;
    font-size: 14px;
    font-weight: bold;
}

.text-left {
    text-align: left!important
}

.text-right {
    text-align: right!important
}

.text-center {
    text-align: center!important
}

small .small {
    font: 10px/14pt;
    color: #ff8040;
}

.divBtn {
    border_: 1px solid red;
    margin_: 0 auto;
    width_: 790px;
    margin-left_: 35%;
    display: flex;
    background: url(../_img/fundocontainer.gif) no-repeat right bottom;
    background-color: #fbfbfc;
    height: 100px;
}

/* ========================================
    cic1.css
    SEÇÕES DO FORMULÁRIO
   ======================================== */
/* ========================================
   RECICLA DADOS - CADASTRO INICIAL STYLES
   ======================================== */

:root {
    --primary-color: #006694;
    --success-color: #28a745;
    --border-color: #dee2e6;
    --warning-color: #ffc107;
    --danger-color: #dc3545;
    --light-gray: #f8f9fa;
    --dark-gray: #6c757d;
}

/* ========================================
   LAYOUT GERAL
   ======================================== */
/*
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #006694;
    background-color: #f5f5f5;
}

.container-fluid {
    background-color: #fff;
    min-height: 100vh;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
} */

/* ========================================
   SEÇÕES DO FORMULÁRIO
   ======================================== */

.form-section {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    margin-bottom: 2rem;
    padding: 2rem;
    border: 1px solid var(--border-color);
    transition: box-shadow 0.3s ease;
}

.form-section:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

.section-title {
    color: var(--primary-color);
    border-bottom: 3px solid var(--primary-color);
    padding-bottom: 0.75rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
    font-size: 1.4rem;
}

labelTr {
    margin-bottom: 10px;
    color: #6d7b5e;
    font-variant-caps: all-small-caps;
    font-weight: normal;
    color: #006694;
}

/* ========================================
   CAMPOS DE FORMULÁRIO
   ======================================== */

.form-label {
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.5rem;
}

.required-field::after {
    content: " *";
    color: var(--danger-color);
    font-weight: bold;
}

.form-control, 
.form-select {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    /* padding: 0.1rem; */
    font-size1: 0.95rem;
    transition: all 0.3s ease;
}

.form-control::placeholder {
    color: #b8b8b8;
    opacity: 0.7
}

/* .form-control:hover,
.form-control:focus {
    background-color: #f0fbf2;
} */

.form-control:hover,
.form-control:focus, 
.form-select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.25rem rgba(0, 102, 148, 0.15);
    background-color_: #fff;
    background-color: #f0fbf2;
}

.form-control:valid {
    border-color: var(--success-color);
}

.form-control:invalid.was-validated {
    border-color: var(--danger-color);
}

/* ========================================
   TEXTAREA ESPECÍFICO
   ======================================== */

textarea.form-control {
    resize: vertical;
    min-height_: 100px;
}

.char-counter {
    font-size: 0.875rem;
    color: var(--dark-gray);
    font-weight: normal;
}

/* ========================================
   BOTÕES
   ======================================== */

.btn {
    border-radius: 8px;
    padding: 0.75rem 2rem;
    font-weight: 600;
    text-transform_: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary-color), #0056b3);
    border-color: var(--primary-color);
    color: #fff;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #005580, var(--primary-color));
    border-color: #005580;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 102, 148, 0.3);
}

.btn-outline-secondary {
    border-color: var(--dark-gray);
    color: var(--dark-gray);
}

.btn-outline-secondary:hover {
    background-color: var(--dark-gray);
    border-color: var(--dark-gray);
    transform: translateY(-2px);
}

/* ========================================
   ALERTAS
   ======================================== */

.alert {
    border-radius: 10px;
    border: none;
    padding: 1.25rem;
    margin-bottom: 1.5rem;
}

.alert-info {
    background: linear-gradient(135deg, #d1ecf1, #bee5eb);
    color: #0c5460;
}

.alert-warning {
    background: linear-gradient(135deg, #fff3cd, #ffeaa7);
    color: #856404;
}

.alert-success {
    background: linear-gradient(135deg, #d4edda, #c3e6cb);
    color: #155724;
}

.alert-danger {
    background: linear-gradient(135deg, #f8d7da, #f5c6cb);
    color: #721c24;
}

/* ========================================
   LOADING OVERLAY
   ======================================== */

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    backdrop-filter: blur(5px);
}

.loading-overlay .spinner-border {
    width: 3rem;
    height: 3rem;
}

/* ========================================
   VALIDAÇÃO VISUAL
   ======================================== */

.invalid-feedback {
    display: block;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875rem;
    color: var(--danger-color);
    font-weight: 500;
}

.valid-feedback {
    display: block;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875rem;
    color: var(--success-color);
    font-weight: 500;
}

/* ========================================
   HEADER E FOOTER
   ======================================== */

header {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-bottom: 3px solid var(--primary-color);
}

footer {
    background: linear-gradient(135deg, #343a40, #495057) !important;
}

footer a {
    transition: color 0.3s ease;
}

footer a:hover {
    color: var(--primary-color) !important;
}

.form-section {
    animation: fadeIn 0.6s ease-out;
}

.form-section:nth-child(2) {
    animation-delay: 0.1s;
}

.form-section:nth-child(3) {
    animation-delay: 0.2s;
}

/* ========================================
   MELHORIAS DE ACESSIBILIDADE
   ======================================== */

.form-control:focus,
.form-select:focus,
.btn:focus {
    outline: 3px solid rgba(0, 102, 148, 0.3);
    outline-offset: 2px;
}

/* ========================================
   ESTADOS ESPECIAIS
   ======================================== */

.form-control[readonly] {
    background-color: #f8f9fa;
    opacity: 1;
}

.form-control:disabled {
    background-color: #e9ecef;
    opacity: 0.6;
}

/* ========================================
   CUSTOMIZAÇÕES ESPECÍFICAS
   ======================================== */

#numCep {
    font-family_: 'Courier New', monospace;
}

#numCnpj {
    font-family_: 'Courier New', monospace;
}

#numFone1 {
    font-family_: 'Courier New', monospace;
}

/* ========================================
   RESPONSIVIDADE
   ======================================== */

@media (max-width: 768px) {
    .form-section {
        padding: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .section-title {
        font-size: 1.2rem;
    }
    
    .btn {
        padding: 0.6rem 1.5rem;
        font-size: 0.9rem;
    }
    
    .container {
        width: unset;
        padding-left: 15px;
        padding-right: 15px;
    }
}


@media (min-width: 576px) {
  .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .form-section {
        padding: 1rem;
    }
    .btn-lg {
        padding: 0.75rem 1.25rem;
        font-size: 1rem;
    }
    .alert {
        padding: 1rem;
    }
}

/* ========================================
   ANIMAÇÕES
   ======================================== */

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ========================================
   IMPRESSÃO
   ======================================== */

@media print {
    .loading-overlay,
    .btn,
    footer {
        display: none !important;
    }
    
    .form-section {
        box-shadow: none;
        border: 1px solid #000;
        page-break-inside: avoid;
    }
    
    body {
        background: white;
    }
}

/* 
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
} */