@charset "UTF-8";
/* CSS Document */

body{
    font-family: pragmatica, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #707070;
}

.first_payment_date,.last_payment_date{
    display:block;
}

.end_date{
    display:flex;
}

h1{
    font-family: pragmatica, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #707070;
    font-size: 2rem;
}

h2{
    font-family: pragmatica, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #707070;
    font-size: 1.8rem;
}

h5{
    font-family: pragmatica, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #707070;
    font-size: 0.95rem;
}

a{
    font-size: 1rem;
}

a:hover{
    color: #177DED;
}

hr{
    margin: 0.5rem 0 1rem;
}

.bg-primary{
    background-color: white;
}

.bg-secundary{
    background-color: #FBFBFB;
}

.bg-arc{
    background: url("/assets/arc-half.svg") no-repeat bottom left;
    background-size: auto 18.75rem;
}

.bg-signup {
    background: linear-gradient(
        to right,
        white 0%,
        white 45%,
        #177DED 45%,
        #177DED 100%
    );
}

.bg-blue{
    background-color: #177DED;
}

.text-primary{
    color: #707070;
}

.text-secundary{
    color: #999
}

.text-blue{
    color: #177DED !important;
}

.navbar{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.navbar-form{
    padding-top: 3.5rem;
    max-height: 12vh;
}

.navbar-brand img{
	transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
	width: 290px;
	height: auto;
}

.navbar-brand img.scrolled{
	width: auto;
	height: 40px;
}

.navbar-light .navbar-nav .nav-link, .nav a, .nav-link, .dropdown-item{
    color: #707070;
	text-decoration: none;
    padding: 0.2rem 0.7rem;
}

.navbar-light .navbar-nav .nav-link:hover, .nav a:hover, .nav-link:hover, .dropdown-item:hover{
	text-decoration: none;
}

.navbar-light .navbar-nav .nav-link.active, .nav a.active{
    background: url("/assets/arc.svg") no-repeat right top;
    background-size: auto 70%;
}

.navbar-light .btn{
    min-width: 9rem;
}

.navbar-light .btn:hover{
    min-width: 9rem;
}

.navbar-link-arc:hover {
    background: url("/assets/arc.svg") no-repeat right top;
    background-size: auto 70%;
}

.btn{
    font-weight: 300;
    font-size: 0.95rem;
}

.btn-primary {
    color: #fff;
    background-color: #177DED;
    box-shadow: 0px 3px 6px #00000029;
    border-color: #177DED;
    border-radius: 1.8rem;
    min-width: 100%;
    min-height: 2.8rem;
    padding: .55rem .75rem;
}

.btn-primary:hover {
    color: #fff;
    background-color: #177DED;
    box-shadow: 0px 3px 6px #00000029;
    border-color: #177DED;
    border-radius: 1.8rem;
    min-width: 100%;
    min-height: 2.8rem;
}

.btn-outline-primary {
    color: #177DED;
    background-color: white;
    box-shadow: 0px 3px 6px #00000029;
    border-color: #177DED;
    border-radius: 1.8rem;
    min-width: 100%;
    min-height: 2.8rem;
    padding: .55rem .75rem;
}

.btn-outline-primary:hover {
    color: #177DED;
    background-color: white;
    box-shadow: 0px 3px 6px #00000029;
    border-color: #177DED;
    border-radius: 1.8rem;
    min-width: 100%;
    min-height: 2.8rem;
}

.btn-container {
    padding: 0.2rem;
}

.btn-container:hover {
    padding: 0;
}

.btn-container:hover .btn-primary{
    min-height: 3.2rem;
    padding: .75rem .75rem;
}

.btn-container:hover .btn-outline-primary{
    min-height: 3.2rem;
    padding: .75rem .75rem;
}

.btn-continue {
    color: #fff;
    background-color: #177DED;
    box-shadow: 0px 3px 6px #00000029;
    border-color: #177DED;
    border-radius: 1.8rem;
    min-width: 100%;
    min-height: 2.8rem;
    padding: .55rem .75rem .55rem 1rem;
}

.btn-continue:hover {
    color: #fff;
    background-color: #177DED;
    box-shadow: 0px 3px 6px #00000029;
    border-color: #177DED;
    border-radius: 1.8rem;
    min-width: 100%;
    min-height: 2.8rem;
}

.btn-continue img{
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    margin-right: 0.25rem;
}

.btn-continue:hover img{
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    margin-left: 0.25rem;
    margin-right: 0rem;
}

.btn-text{
    font-family: pragmatica, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 0.5rem;
}

.btn-store{
    text-decoration: none;
}

.btn-form{
    color: #cccccc;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}

.btn-form:hover{
    background-color: white;
    color: #177DED;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}

.form-control{
    color: #ccc;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    font-size: 0.9rem;
}

.accordion-button {
    color: #707070;
    background-color: white;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}


.accordion-button::after {
	display: none;
}

.accordion-button:not(.collapsed)::after {
	display: none;
}

.accordion-button::before {
    background-image: url("/assets/more.svg");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    content: "";
    flex-shrink: 0;
    height: 1.5rem;
    margin-left: 0;
    margin-right: 1.25rem;
    transition: transform 0.2s ease-in-out;
    width: 1.25rem;
}

.accordion-button:not(.collapsed) {
    color: #707070;
    background-color: white;
    box-shadow: none;
}

.accordion-button:not(.collapsed)::before {
	background-image: url("/assets/less.svg");
    transform: rotate(-360deg);
    background-position-y: center;
}

.blockquote {
    font-size: 0.85rem;
}

.blockquote-footer {
    color: #ccc;
    font-size: 0.75rem;
}

.wrapper{
	min-height: 100vh;
}

.form-wrapper{
	min-height: 88vh;
}

.single-wrapper{
    min-height: 90vh;
}

#home{
    background: url("/assets/curve.svg") no-repeat bottom;
    background-size: 102% auto;
}

#howitworks p{
    font-size: 1.3rem;
}

#howitworks a{
    text-decoration: none;
}

.friend-box{
    background: var(--light) 0% 0% no-repeat padding-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: -5px 20px 20px #0000001C;
    border-radius: 11px;
    opacity: 1;
    width: 250px;
    height: 178px;
}

.card{
    background-color: white;
    border-color: white;
    box-shadow: -5px 20px 20px #0000001C;
    border-radius: 11px;
    opacity: 1;
    min-height: 150px;
}

.card-image{
    width: 3.1rem;
    height: 3.1rem;
}

.card-text{
    min-height: 4rem;
}

.card-rate{
    font-size: 0.8rem;
    color: #CCCCCC;
}

.star{
    width: 0.6rem;
    height: 0.6rem;
}

#help p{
    font-size: 0.8rem;
    color: #707070;
}

.circle{
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    padding: 0 0.5rem;
    border: 2px solid #707070;
    color: #707070;
    text-align: center;
    font-size: 1.3rem;
}

.check{
    width: 2rem;
    height: 2rem;
}

.arrow-down{
    width: 2.6rem;
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

.arrow-left{
    width: auto;
    height: 1.6rem;
    padding-bottom: 0.25rem;
}

#ourfriends{
    background-color: #F1F4F9;
}

#support a{
    font-size: 1rem;
    color: #707070;
    text-decoration: none;
}

#howitworks a > p{
    font-size: 2rem;
    color: #707070;
    text-decoration: none;
}

#howitworks .feature.active .circle{
    border: 2px solid #177DED;
}

#howitworks .feature.active p{
    color: #177DED;
}

.bg-summary{
    background-image: url("/assets/summary.svg");
    background-repeat: no-repeat;
    background-position: 100% 0%;
}

.bg-payment-left{
    border-left: 3px solid #F1F4F9;
}

.bg-payment-right{
    border-right: 3px solid #F1F4F9;
}

.summary-box{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: -20px 20px 20px #00000014;
    border: 3px solid #F1F4F9;
    border-radius: 25px;
    opacity: 1;
}

.summary-box p{
    font-size: 0.9rem;
    padding: 0.25rem 0;
    margin-bottom: 0;
}

.summary-box .total{
    font-size: 1.25rem;
    color: #838282;
    padding: 0;
}

.summary-box .divider{
    height: 3px;
    color: #F1F4F9;
    opacity: 1;
}

.summary-box .payment-container{
    padding-left: 0.6rem !important;
    padding-right: 0.6rem !important;
}

.simulator .form-label{
    font-size: 0.9rem;
    color: #999999;
}

.simulator .form-control{
    background: #FDFDFD 0% 0% no-repeat padding-box;
    border: 2px solid #177DED;
    border-radius: 7px;
    opacity: 1;
    font-size: 0.9rem;
    color: #838282;
    min-height: 3rem;
}

.simulator .form-control:focus{
    color: #838282;
}

.simulator .form-control::placeholder{
	color: #177DED;
}

.simulator .form-control-gray{
    border-color: #838282 !important;
    color: #838282 !important;
}

.simulator .form-control-gray::placeholder{
	color: #838282 !important;
}

.simulator .form-date::-webkit-inner-spin-button,
.simulator .form-date::-webkit-calendar-picker-indicator{
    display: none;
}

.simulator .form-select{
    border: 2px solid #177DED;
    color: #838282;
    border-radius: 7px;
    opacity: 1;
    font-size: 0.9rem;
    min-height: 3rem;
    padding-top: 0.75rem !important;
}

.simulator .form-check-label{
    font-size: 0.9rem;
    color: #707070;
}

.simulator .range-label{
    font-size: 1.1rem;
    color: #177DED;
    position: relative;
    top: 2.75rem;
    border: none;
    resize: none;
    font-weight: 300;
    height: 2rem;
    width: 8rem;
}

.simulator .form-range{
    -webkit-appearance: none;
    appearance: none;
    margin-top: 1rem;
}

.simulator .form-range::-webkit-slider-runnable-track{
    -webkit-appearance: none;
    appearance: none;
    background: none;
    box-shadow: inset 0px 3px 6px #00000029;
    border-radius: 20px;
    opacity: 1;
    height: 1rem;
}

.simulator .form-range::-moz-range-track{
    background: #F2F2F2 0% 0% no-repeat padding-box;
    box-shadow: inset 0px 3px 6px #00000029;
    border-radius: 20px;
    opacity: 1;
    height: 1rem;
}

.simulator .form-range::-ms-track{
    background: #F2F2F2 0% 0% no-repeat padding-box;
    box-shadow: inset 0px 3px 6px #00000029;
    border-radius: 20px;
    opacity: 1;
    height: 1rem;
}

.simulator .form-range::-ms-fill-lower{
    background-color: #177DED;
    box-shadow: inset 0px 3px 6px #00000029;
    border-radius: 20px;
    opacity: 1;
    height: 1rem;
}

.simulator .form-range::-ms-fill-upper{
    background: #F2F2F2 0% 0% no-repeat padding-box;
    box-shadow: inset 0px 3px 6px #00000029;
    border-radius: 20px;
    opacity: 1;
    height: 1rem;
}

.simulator .form-range::-moz-range-progress {
    background-color: #177DED;
    box-shadow: inset 0px 3px 6px #00000029;
    border-radius: 20px;
    opacity: 1;
    height: 1rem;
}

.simulator .form-range::-webkit-slider-thumb{
    -webkit-appearance: none;
    appearance: none;
    width: 4.75rem;
    height: 4.75rem;
    background: #177DED;
    cursor: pointer;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 50%;
    margin-top: -2rem;
}

.simulator .form-range::-moz-range-thumb{
    width: 2rem;
    height: 2rem;
    background: #177DED;
    cursor: pointer;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 50%;
}

.simulator .form-range::-ms-thumb{
    width: 4.75rem;
    height: 4.75rem;
    background: #177DED;
    cursor: pointer;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 50%;
}

.simulator p{
    color: #707070;
    font-size: 0.7rem;
}

.simulator .info-gray::after{
    content: '?';
    font-size: 60%;
    vertical-align: middle;
    font-weight: 400;
    text-align: center;
    line-height: 0.8rem;
    display: inline-block;
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 1rem;
    color: #707070;
    border: thin solid #707070;
}

.simulator .info::after{
    content: '?';
    font-size: 60%;
    vertical-align: middle;
    font-weight: 400;
    text-align: center;
    line-height: 0.8rem;
    display: inline-block;
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 1rem;
    color: #177DED;
    border: thin solid #177DED;
}

.btn-calendar{
    background-color: #177DED9D;
    border: 2px solid #177DED;
    border-radius: 7px;
    border-left: none;
    color: white;
}

.calendar{
    width: 1.6rem;
    height: 1.5rem;
    pointer-events: none;
}

.arrow{
    width: 0.9rem;
    height: 0.8rem;
    margin-bottom: 2px;
}

.question-icon{
    background: url("/assets/more.svg");
    width: 0.7rem;
    height: 0.7rem;
}

.answer{
    border-left: 2px solid #177DED;
}

.email{
    color: #177DED;
}

.search{
    width: 0.9rem;
    height: 0.9rem;
}

#email-form > .input-group > .form-control{
    background: #FDFDFD 0% 0% no-repeat padding-box;
    border: 2px solid #177DED;
    border-radius: 7px;
    opacity: 1;
    font-size: 0.9rem;
    color: #838282;
    min-height: 3rem;
}

#email-form > .input-group > .form-control::placeholder{
	color: #5EA5E5;
}

footer p{
    font-size: 0.8rem;
}

footer ul{
	list-style-type: none;
}

footer a{
    color: #999;
    font-size: 0.8rem;
    text-decoration: none;
}

footer .form-control{
    background: none;
    font-size: 0.8rem;
    color: #999;
    padding-left: 0;
}

footer .btn-form{
    color: #cccccc;
    border: none;
}

footer .btn-form:hover{
    background: none;
    border: none;
}

footer .arrow{
    width: 0.9rem;
    height: 0.9rem;
}

.app-store{
    width: 8.4rem;
    height: 2.8rem;
}

.play-store{
    width: 9.5rem;
    height: 2.8rem;
}

.social{
    width: 0.75rem;
    height: 0.75rem;
}

.social-youtube{
    width: 1.2rem;
    height: 0.75rem;
}

#login .form-label{
    color: black;
}

#login .form-control{
    border-bottom: 1px solid black;
}

#login .form-control::placeholder{
    color: black;
    opacity: 0.5;
}

#login p{
    color: black;
    font-size: 1.1rem;
}

#login a{
    color: #177DED;
    font-size: 1.1rem;
}

#signup .form-check {
    margin-bottom: 0.75rem;
    margin-top: 0.75rem;
}

#signup .form-check-label{
    font-family: pragmatica, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: white;
}

#signup .form-check-input:checked {
    background-color: white;
    border-color: white;
}

.form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23177DED' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

#signup .form-check-input[type="checkbox"] {
    border-radius: 0;
}

#signup .form-label{
    font-family: pragmatica, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: white;
    margin-bottom: 0;
}

#signup .form-control{
    font-family: pragmatica, sans-serif;
    font-weight: 300;
    font-style: normal;
    background-color: #177DED;
    color: white;
}

#signup .form-control::placeholder{
    font-family: pragmatica, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: white;
    opacity: 50%;
}

#signup h1{
    font-size: 1.5rem;
    color: #404040;
}

#signup h2{
    color: white;
}

#signup p{
    color: white;
}

#signup a{
    color: white;
}

@media (min-width: 768px) {

    .carousel-inner {
        display: flex;
    }

    .carousel-item {
        margin-right: 0;
        flex: 0 0 25%;
        display: block;
    }

    .carousel-inner{
        padding: 1em;
    }

    .card{
        margin: 0 .5em;
        box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
        border: none;
    }

    .carousel-control-prev, .carousel-control-next{
        background-color: #e1e1e1;
        width: 6vh;
        height: 6vh;
        border-radius: 50%;
        top: 50%;
        transform: translateY(-50%);
        padding: 0.5rem;
    }

    .carousel-control-prev-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23177DED'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
    }

    .carousel-control-next-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23177DED'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }
}

@media (max-width: 576px) {

    .navbar-form{
        padding-top: 1.8rem;
    }

    .navbar-light .navbar-nav .nav-link, .nav a, .nav-link, .dropdown-item {
        padding: 0.2rem 0rem;
    }

    .bg-sm-white{
        background-color: white;
        opacity: 0.9;
    }

    .bg-sm-blue{
        background-color: #177DED;
    }

    .bg-arc{
        background: none;
    }

    .wrapper{
		min-height: 100vh;
	}

    #howitworks .feature{
        min-height: 5rem;
    }

    .summary-box p {
        padding: 0.5rem 0;
    }

    .bg-signup {
        background: linear-gradient(
            to bottom,
            white 0%,
            white 45%,
            #177DED 45%,
            #177DED 100%
        );
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-1.1rem);
    }
    60% {
        transform: translateY(-0.6rem);
    }
}
