﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

@-webkit-keyframes rotating
/* Safari and Chrome */

    {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.Contract-container-div{
    max-width: 460px;
    margin: 10px auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contract-title{
    text-align: center;
    font-size: large;
    font-weight: bold;
    width:100%;
    margin:5px;
    padding-bottom: 5px;
    border-bottom: 1px solid black;
}
.green-btn {
    background-color: #47ae1e!important;
}

.red-btn {
    background-color: #831616!important;
    color: white !important;
}

.blue-btn {
    background-color: #223d89!important;
    color: white !important;
}

.rotating {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

.detail-container {
    display: none;
}

.dispay-contract-container {
    height: 70vh;
    width: 100%;
    margin: 10px auto;
}

.loading-message {
    position: fixed;
    top: 4vh;
    width: 40vw;
    left: 38vw;
    z-index: 99;
    background-color: white;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .5);
    padding: 20px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: row;
}

.notification-item {
    display: flex;
}

.bottom-btns-container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    margin: 20px auto;
    max-width: 400px!important;
    justify-content: center;
    align-content: center;
}

.bottom-btns-container a, .bottom-btns-container button {
    flex: 1;
    margin: 5px !important;
    padding: 5px !important;
    color: white !important;
    background-color: #223d89;
}

.actions-btn-container {
    display: flex;
    align-items: stretch;
    margin: 0 auto;
    max-width: 400px!important;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.actions-btn-container a, .actions-btn-container button {
    color: white !important;
    flex: 1;
    margin: 5px !important;
    padding: 5px !important;
    text-align: center;
}



.dismissNotificationBtn {
    padding: 1px 3px;
    background-color: red;
    color: white;
    font-size: small;
    border: 0;
    outline: none;
    box-shadow: none;
    margin: 3px;
    align-self: center;
}

.change-state-btn-container {
    display: flex;
    flex-direction: column;
    margin: 10px auto;
    padding: 10px;
    width: 100%;
    max-width: 600px;
    align-items: center;
}

.center-this-asblock button {
    margin: 10px auto;
    align-items: center;
    align-self: center;
    width: auto;
    display: block;
}

.mySelect {
    padding: 10px;
    margin: 10px auto;
    border-radius: 10px;
    display: block;
    width: 100%;
}

.change-state-btn-container span {
    font-size: x-large;
}

.change-state-btn-container .base-btn {
    margin: 0 !important;
    ;
    padding: 5px 15px !important;
    ;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.documentation-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    padding: 10px;
    max-width: 600px;
    margin: 0 auto;
}

.Commentary {
    display: block;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    padding: 5px;
    font-size: small;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.documentation-item span {
    text-align: left;
    align-self: flex-start;
}

.dispay-contract-container {
    margin: 20px 0 40px 0;
}

.documentation-item img {
    flex: 1;
}

.documentation-item-actions {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.documentation-item-actions a {
    flex: 1;
    margin: 10px;
    margin: 0 auto;
}

.max-width-btn {
    width: 100%!important;
    max-width: 300px!important;
}

.center-this-asblock {
    text-align: center;
    display: block;
    margin: 10px auto!important;
}

.detail-img-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    padding: 10px;
    max-width: 600px;
    margin: 0 auto;
}

.detail-img-row span {
    text-align: left;
    width: 100%;
}

.documentation-img-detail {
    flex: 1;
    max-width: 300px;
    max-height: 200px;
    transition: all 0.4s ease-in-out;
    object-fit: contain;
    margin: 20px;
}

.documentation-img-detail-med {
    flex: 1;
    max-width: 600px;
    max-height: 400px;
    transition: all 0.4s ease-in-out;
    object-fit: contain;
    margin: 20px;
}

.documentation-img-detail-big {
    max-width: 1000px;
    max-height: 2000px;
}

.myrow span {
    width: 100%;
    display: block;
    color: #223d89;
    font-size: medium;
    margin-top: 20px;
}

.section-title {
    font-size: large!important;
    color: black !important;
    ;
    text-align: left!important;
    width: 100%;
    display: block;
    border: 0 !important;
    max-width: 600px;
    margin: 0 auto;
    ;
}

.documentation-container {
    display: flex;
    border: 1px solid black;
    width: 100%;
    align-items: center;
    flex-direction: column;
    background-color: white;
    padding: 10px;
}

.documentation-container input {
    flex: 1;
    background-color: #223d89BB;
    color: white;
    padding: 5px;
}

.creditdocumentation-img {
    max-width: 300px;
    max-height: 200px;
    object-fit: contain;
    margin: 2px;
}

.refphone {
    margin: 5px auto;
}

#errorMessage {
    margin: 0 auto;
    font-weight: bold;
    color: red;
    text-align: center;
}

.refPhoneItem {
    display: flex;
    align-items: center;
}

.refPhoneItem input {
    flex: 1;
}

#addPhoneBtn, .addFileBtn {
    display: block;
    margin: 10px auto;
    padding: 2px 10px;
    font-size: x-small;
    font-weight: bold;
    background-color: #223d89;
    color: white;
    width: auto;
    margin: 10px auto;
    max-width: 450px;
}

.myrow {
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.myrow label {
    word-wrap: break-word;
    min-width: 110px;
}

.myrow div {
    flex: 2;
}

.myInput {
    flex: 1;
}

a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */

html {
    font-size: 12px;
}

@media (min-width: 768px) {
    html {
        font-size: 14px;
    }
}

.login-inputs-container {
    margin: 0 auto;
    text-align: center;
    padding: 10px;
    width: 100%;
    max-width: 500px;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */

html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.news-image-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
}

.news-title {
    z-index: 3;
    position: absolute;
    text-align: center;
    font-size: large;
    left: 50%;
    top: 30%;
    top: 50%;
}

.news-title-inner {
    position: relative;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    transform: translate(-50%, -50%);
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
    /* Vertically center the text there */
}

.footer-map {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    background-color: #223d89;
    color: white;
}

.file-upload-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 20px auto;
}

.file-upload-container img {
    margin: 20px;
}

.base-btn {
    background-color: #1b6ec2;
    padding: 5px 15px;
    color: white;
    margin: 10px 10px 30px 30px;
    border-radius: .2rem;
}

.options-customer-container {
    margin-bottom: 30px;
}

.check-list-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    align-items: stretch;
}

.check-list-item {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: space-between;
    margin: 10px;
    padding: 10px;
    background-color: white;
    border: 1px solid lightgray;
}

/*Estilos index*/

.index-header {
    position: sticky;
    top: 0;
    display: flex;
    align-items: stretch;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
    background-color: white;
    z-index: 99;
}

.index-img-top {
    width: 100%;
    max-width: 100px;
    display: inline-block;
    margin-left: 4vw;
    margin-right: 4vw;
}

.top-right-nav-index {
    display: inline-block;
    flex: 1;
}

.top-right-nav-index>ul {
    list-style: none;
    display: flex;
    width: 100%;
    padding: 10px 10px 10px 10px;
    background-color: #223d89;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.8);
    margin: 0;
    color: white;
    height: 100%;
    align-items: center;
}

.top-right-nav-index>ul>li {
    flex: 1;
    text-align: center;
    position: relative;
}

.hidden-menu-container {
    cursor: pointer;
}

.hidden-menu {
    margin-top: 10px;
    list-style-type: none;
    position: absolute;
    text-align: center;
    width: 100%;
    display: none;
    overflow: visible;
    padding: 0;
    z-index: 99;
}

.hidden-menu>li {
    width: auto;
    height: auto;
}

.hidden-menu>li>a {
    text-decoration: none;
    width: 100%;
    padding: 10px;
    text-overflow: ellipsis;
    background-color: #223d89;
    display: block;
}

.index-login-link {
    color: white;
}

.index-login-link a:visited, .index-login-link a {
    text-decoration: none;
    color: white;
}

.nav-link-index {
    cursor: pointer;
    font-size: small;
    color: white;
}

.divider-index-nav {
    border-right: 1px solid white;
    border-left: 1px solid white;
    width: 5px;
    min-width: 5px;
    height: calc(100% + 20px);
    flex: 0 !important;
    background-color: transparent;
}

/*
essential styles:
these make the slideshow work
*/

#slides {
    position: relative;
    height: 30vw;
    max-height: 400px;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    overflow-x: auto;
    overflow-y: hidden;
}

.slide {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.slide a {
    z-index: 3;
    width: 100%;
    height: 100%;
}

.showing {
    opacity: 1;
    z-index: 2;
}

.controls {
    display: none;
}

/*
non-essential styles:
just for appearance; change whatever you want
*/

.slide {
    font-size: 30px;
    box-sizing: border-box;
    background: #333;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: 50% 50%;
}

.slide a {
    text-decoration: none;
    color: white;
}

#next, #previous {
    align-self: flex-end;
    width: 50px;
    height: 50px;
}

.slider-title {
    background-color: #223d89CC;
    color: white;
    flex: 1;
    padding: 10px 10px 10px 10px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    position: relative;
}

.slide:nth-of-type(1) {
    background-color: #223d89;
    /*background-image: url('../img/slide1.jpg');*/
}

.slide:nth-of-type(2) {
    background-color: #223d89;
    /*background-image: url('../img/slide2.jpg');*/
}

.slide:nth-of-type(3) {
    background-color: #223d89;
    /*background-image: url('../img/slide3.jpg');*/
}

.slider-img {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: auto;
}

.controls {
    background: transparent;
    color: #222222;
    border: none;
    padding: 1px 5px;
    font-size: small;
    cursor: pointer;
    width: auto;
    display: block;
    flex: 1;
    max-width: 30px;
}

.controls:active {
    border: 0;
}

.controls:hover, .controls:focus {
    background: transparent;
    color: #333;
    border: 0;
    outline: none;
}

.main-index {
    max-width: 1350px;
    margin: 0 auto;
}

.container-index {
    position: relative;
}

.controls {
    position: absolute;
    z-index: 10;
    height: 10px;
    width: 10px;
    padding: 10px;
}

#next {
    top: 44%;
    right: 0;
}

#previous {
    top: 44%;
    left: 0;
}

#pause {
    opacity: .2;
    top: 0;
    left: 49%;
}

@font-face {
    font-family: nexa-bold;
    src: url(../webfonts/NEXA-BOLD.OTF);
}

* {
    font-family: nexa-bold, sans-serif;
    scroll-behavior: smooth;
}

.triangle-up-container {
    position: absolute;
    left: 50%;
    top: -50px;
}

.triangle-up {
    position: relative;
    left: -50%;
    display: block;
    background-image: url(../img/triangleup.svg);
    background-size: contain;
    background-position: bottom;
    width: 52px;
    height: 50px;
    background-repeat: no-repeat;
    opacity: .8;
}

main {
    background-color: white;
    padding-bottom: 10px;
}

.index-page-container {
    background-color: white;
    padding: 20px;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    min-height: 60vh;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

body {
    background-color: white;
}

.bottom-index-container {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin: 10px auto;
}

.bottom-item {
    flex: 1;
    position: relative;
    height: 100%;
    width: 100%;
    min-width: 130px;
    min-height: 20vh;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 5px;
    margin-bottom: 5px;
    color: white;
}

.bottom-item:nth-child(1) {
    background-image: url(../img/tiltshape1.png);
}

.bottom-item:nth-child(2) {
    background-image: url(../img/tiltshape2.png);
}

.bottom-item:nth-child(3) {
    background-image: url(../img/tiltshape3.png);
}

.bottom-item:nth-child(2) {
    margin-left: 5px;
    margin-right: 5px;
}

.bottom-item-text {
    position: absolute;
    left: 5px;
    bottom: 0;
    font-size: large;
}

.news-container h2 {
    text-align: center;
    font-family: nexa-bold, sans-serif !important;
    color: black;
    font-size: x-large;
}

.news-item-container {
    display: flex;
    justify-content: space-around;
}

.news-item {
    flex: 1;
    color: black;
    display: flex;
    flex-direction: column;
    margin-left: 5px;
    margin-right: 5px;
}

.news-info {
    margin-top: 30px;
}

.news-title-container {
    background-color: #223d89CC;
    color: white;
    text-align: center;
    position: relative;
    padding: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    min-height: 100px;
}

.triangle-down-container {
    position: absolute;
    left: 50%;
    bottom: -30px;
}

.triangle-down {
    position: relative;
    left: -50%;
    display: block;
    background-image: url(../img/triangleup.svg);
    background-size: contain;
    background-position: bottom;
    width: 48px;
    height: 30px;
    background-repeat: no-repeat;
    opacity: .8;
    transform: rotate(180deg);
}

.news-seemore-link {
    color: #223d89 !important;
}

body {
    color: #515151;
    display: flex;
    flex-direction: column;
}

.footer {
    flex: 0;
    text-align: center;
    padding: 10px;
    background-color: #223d89;
    color: white !important;
    font-size: medium;
    font-weight: normal;
    font-family: sans-serif;
    position: relative;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.footer div {
    flex: 1;
    margin-left: 5px;
    margin-right: 5px;
}

.footer a {
    color: white !important;
}

.main-index-button-toggle {
    background-color: #223d89;
    border: 0;
    padding: 5px;
    color: white;
    display: none;
}

.main-index-button-toggle:active, .main-index-button-toggle:focus, .main-index-button-toggle:hover, .main-index-button-toggle:target, .main-index-button-toggle:focus-within {
    border: 0;
    cursor: pointer;
    outline: none;
}

.header-imageandwp-container {
    display: flex;
}

.header-imageandwp-container a {
    flex: 1;
}

.whatsapp-mobile-btn {
    align-self: center;
    display: none;
    position: sticky;
    padding: 5px 15px;
    color: white;
    background-color: #223d89;
    border-radius: 3px;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 30%);
    margin: 0px 20px;
}

.whatsapp-mobile-btn a {
    color: white;
    font-size: x-large;
}

/*Estilos responsivos*/

@media only screen and (max-width: 600px) {
    .footer div a i {
        font-size: x-large;
        margin: 5px;
    }
    .whatsapp-mobile-btn {
        display: inline-block;
    }
    #top-right-nav-static-home {
        display: none;
    }
    .main-index-button-toggle {
        display: block;
    }
    .index-header {
        flex-direction: column;
    }
    .top-right-nav-index>ul {
        flex-direction: column;
        border-radius: 0;
        align-items: stretch;
    }
    .hidden-menu-container {
        display: flex;
        flex-direction: column;
    }
    .hidden-menu-container ul {
        flex: 1;
        position: static;
    }
    .hidden-menu-container li a {
        color: #223d89;
        background-color: white;
    }
    .nav-link-index, .hidden-menu-container {
        font-size: medium;
    }
    .bottom-item-text {
        font-size: medium;
    }
    .bottom-item:nth-child(2) {
        margin-left: 0;
        margin-right: 0;
    }
}

/*Animations*/

.shake-horizontal {
    -webkit-animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) 0.5 both;
    animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) 0.5 both;
}

/* ----------------------------------------------
 * Generated by Animista on 2021-3-29 13:34:15
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation shake-horizontal
 * ----------------------------------------
 */

@-webkit-keyframes shake-horizontal {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    10%, 30%, 50%, 70% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    20%, 40%, 60% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    80% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }
    90% {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px);
    }
}

@keyframes shake-horizontal {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    10%, 30%, 50%, 70% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    20%, 40%, 60% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    80% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }
    90% {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px);
    }
}

.button-container {
    display: block;
    padding: 2px;
    margin: 10px auto;
    text-align: left;
}

.button-container a {
    margin-left: 0;
}

.special-input {
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom-style: hidden;
    background-color: white;
}

.no-outline:focus {
    outline: none;
}

.btn-orange {
    background-color: orangered!important;
    color: white !important;
}