<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ==========================================================================
	 /// BASE ///
   ========================================================================== */
 :root {
    --color1: #EE193A;
    --color2: #77221F;
    --color3: #222222;
    --color4: #777777;
    --color5: #FF5B00;
    --color6: #cdcdcd;
    --color7: #fff;
    --color8: #000;
}
html {
    scroll-behavior: smooth; 
}
body {

    font-family: 'Roboto', sans-serif;
    background-color: var(--color5);
    font-weight: 400;
}
h1, h3 {
    font-weight: 500;
}
h1 {
    margin-bottom: 30px;
}
h3 {
    font-size: 2rem;
    margin: 10px 0 15px;
}
h4 {
    font-size: 1.7rem;
    margin-bottom: 20px;
}
h1 a {
    pointer-events: none;
    cursor: default;
}
h1 img {
    width: 100%;
}
h1 span {
    display: none;
}
b {
    font-weight: 500;
}

a:active, a:hover {
    outline: 0;
    text-decoration: none;
}
ol li {
    margin-bottom: 1rem;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0px;
}
iframe {
    width: 100%;
    height: 140px;
}
textarea:focus, input[type="text"]:focus, button:focus {
       border-color: none;
       box-shadow: none;
       -webkit-box-shadow: none;
       outline: 0;
}
*::selection {
    background: var(--color8);
    color: var(--color5);
}
/* ==========================================================================
	 /// LAYOUT ///
   ========================================================================== */
.container {
    margin-top: 50px;
    margin-bottom: 50px;
}
.container-bg {
    padding: 40px 15px 30px;

}
.flip-xy {
    -moz-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}
.title-item {
    color: var(--color5);
    text-transform: uppercase;
}
/* ==========================================================================
	 /// MODULE ///
   ========================================================================== */
.data-description p {
    font-weight: 500;
}
.form-group {
    margin-bottom: 20px;
}
.form-control {
    border-radius: 2px;
    border: 2px solid var(--color5);
    height: 40px;
}
.select-custom {
    position: relative;
}
.select-custom:after {
    content: '';
    background: var(--color3);
    -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    width: 10px;
    height: 7px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 0;
}
.btn-cta.btn-cta:before {
    -moz-transition: all 0.4s ease-in-out;
    -ms-transform: all 0.4s ease-in-out;
    -webkit-transform: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.btn-cta {
    color: var(--color7);
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px;
    width: 220px;
    text-align: center;
    display: inline-block;
    margin: 30px 0 20px;
    position: relative;
    z-index: 1000;
    line-height: 130%;
}
.btn-cta:before {
    content: "";
    width: 235px;
    height: 46px;
    display: block;
    border: 2px solid var(--color7);
    position: absolute;
    z-index: -1;
    top: 6px;
    left: 10px;
}
.btn-cta:after {
    content: "";
    background: var(--color8);
    width: 238px;
    height: 44px;
    display: block;
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: -1;
}
.btn-cta:hover {
    color: var(--color8);
}
.btn-cta:hover:before {
    top: -3px;
    left: 0;
    background: var(--color8);
}
.btn-cta:hover:after {
    background: var(--color7);
}
.btn-side {
    background-color: var(--color5);
    color: var(--color8);
    border-radius: 0;
    border-color: var(--color5);
    transition: all 0.4s ease-in-out;
}
.btn-side:hover {
    opacity: .8;
}
.btn-minor {
    background-color: var(--color6);
    border-radius: 0;
}
.label-drop {
    color: #fff;
    margin: 10px 0;
    background-color: transparent;
    border: none;
}
.label-indicator:before {
    content: "";
    border-left: solid .5em var(--color1);
    border-top: solid .5em transparent;
    border-bottom: solid .5em transparent;
    width: 0;
    height: 0;
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
}
.link-main {
    background-color: transparent;
    padding: 5px 0;
    color: var(--color1);
    text-decoration: underline;
    border: none;
    text-align: left;
    cursor: pointer;
}
.i-circle {
    position: relative;
    background-color: var(--color8);
    border-radius: 50%;
    width: 55px;
    height: 55px;
    margin: 0 auto;
}
.i-circle i{
    position: absolute;
    color: var(--color7);
    top: 4px;
    left: 0;
    right: 0;
}
.searcher {
    background-color: var(--color8);
    color: var(--color7);
    padding: 20px 12px;
}
.body-container {
    position: relative;
    margin-top: 30px;
    background-image: url(../img/bg-fase2.png);
    background-position-x: center;
    background-position-y: top;
    background-size: cover;
    background-repeat: no-repeat;
}
.summary p {
    max-width: 300px;
    margin: 0 auto;
}
.summary-item  {
    padding: 25px;
}
.summary-item.division {
    border-bottom: 2px solid #000;
    padding: 14px;
}
.show_search {
    background-color: rgba(255, 255, 255, .1);
}
.card-title_result {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.card-data_result, .card-title_result p {
    font-size: .8rem;
}
.card-data_result p {
    display: inline-block;
}
.card-data_result i, .card-title_result i {
    margin-right: 10px;
}
.wrap-image {
    background-color: var(--color6);
    display: inline-block;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    overflow: hidden;
    margin-bottom: 10px;
    margin-right: 10px;
    background-image: url(../img/changarro-img.png);
    background-position: center;
    background-size: contain;
}
.item-result {
    padding: 30px 15px;
    border-bottom: 1px solid var(--color4);
}

.principal-contact div {
    display: inline-block;
    margin-right: 15px;
}
.icon-box {
    font-size: 18px;
}
.payment div {
    border: 1px solid var(--color7);
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 1em;
}
.payment img {
    width: 40px;
}
.nav-pills .nav-link {
    border-radius: 0;
    background-color: rgba( 255, 255, 255, .3);
    color: var(--color8);
    font-size: 1.2rem;
}   
.nav-pills .nav-link.active, .nav-pills .show&gt;.nav-link {
    background-color: var(--color8);
}
.nav-link img {
    width: 45px;
    margin-right: 10px;
}
.social-media a {
    color: var(--color8);
    background-color: var(--color7);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    margin-bottom: 20px;
}
.social-media a i {
    margin-right: 0;
    position: absolute;
    top: 4px;
    left: 5px;
}
.modal-header {
    color: var(--color3);
}
.more {
    display: block;
}
.more, .less {
    font-size: 1rem;
}
.drop-down div, .less {
    display: none;
}
.map {
    position: relative;
    display: block;
    margin: 0;
    padding: 56% 0 0 0;
    border: 0;
    width: 100%;
}
.map .map-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
/* ==========================================================================
	 /// MEDIA QUERIES ///
   ========================================================================== */
@media only screen and (min-width:  480px) {
    h1 img {
        max-width: 350px;
    }   
}
@media only screen and (min-width: 760px) {
    .data-hero {
        max-width: 700px;
        margin: 0 auto;
    }
    iframe {
        width: 380px;
    }
    .secondary-contact {
        display: flex;
        flex-wrap: wrap;
    }
    .secondary-contact &gt; div {
        margin-right: 20px;
    } 
}
@media only screen and (min-width: 900px) {
    .body-container {
        background-size: 100%;
        background-repeat: repeat;
    }
    .container {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .container-bg, .summary {
        max-width: 1200px;
        margin: 0 auto;
    }
    .searcher {
        padding: 50px 30px;
    }
    .summary-item.division {
        border-bottom: 0;
        border-right: 2px solid #000;
    }
    .form-sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1000;
        padding-right: 25px;
    }
}
@media only screen and (min-width: 1200px) {
    section.hero {
        max-width: 1500px;
        margin: 0 auto;
    }       
}


</pre></body></html>