.spinner {
  margin: 30px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #fff;
  height: 100%;
  width: 6px;
  display: inline-block; margin-left: 1px; margin-right: 1px;
  
  -webkit-animation: sk-stretchdelay 1.1s infinite ease-in-out;
  animation: sk-stretchdelay 1.1s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
    
.spinner-3 { text-align: center; margin: auto;
  width:50px;
  height:50px;
  border-radius:50%;
  background:conic-gradient(#0000 10%,#fff);
  -webkit-mask:radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);
  animation:s3 .1s infinite linear;
}
@keyframes s3 {to{transform: rotate(1turn)}}

.clearfix::after {
    display: block;
    content: "";
    clear: both;
  }

.fade-out {opacity: 0 !important;}
.close {display: none !important;}
#popload {position: fixed; left: 0px; top: 0px; width: 100vw; height: 100vh; background-color: #2E388B; z-index: 9; opacity: 1; transition: opacity 0.5s ease-out;}
#popload .hi {position: absolute;
            top: 50%;
            left: 50%;
            color: #FFF;
            z-index: 999; text-align: center;
            transform: translate(-50%, -50%) ;}
        .progress{
            position: relative;
            height: 10px;
            width: 120px;
            border: 2px solid #fff;
            border-radius: 2px;
            animation: sasa 3s linear;
            animation-iteration-count: 1;
            opacity: 0; overflow: hidden;
            margin-bottom: 55px;
        }
        .progress .color{
            position: absolute;
            background-color: #ffffff;
            width: 0px;
            top: -2px;
            height: 30px; margin-top: -2px;
            border-radius: 0px;
            animation: progres 3s linear;  
        }
        .logointro {text-align: center; height: 65px; margin-bottom: 5px; opacity: 1;}

* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	border: none;
	outline: none;
}

body {font-family: 'Inter', sans-serif;}
h1,h2,h3,p {margin: 0px;}
.head {display: flex; border-bottom: 1px solid #EAEAEA; column-gap: 10px; margin-bottom: 30px; align-items: center;}
.head .logo {text-align: center; border-right: 1px solid #EAEAEA; padding: 10px; padding-right: 10px;}
.head .logo a {color: #000;}
.head .logo img {width: 25px; height: auto;}
.head .info {padding: 10px;}
.head h1 {font-size: 11px; text-transform: uppercase; font-weight: 400; margin-top: -5px;}
.head h2 {font-size: 15px; padding-top: 3px; margin-bottom: 3px;}
.head p {font-size: 13px;}

.container {width: 94%; margin: auto; max-width:600px; }

.section-home .head {display: flex; justify-content: center;}
.section-home .head .logo {display: flex; align-items: center; border: 0px; padding-top: 15px;}
.section-home .head .logo h1 {font-size: 20px; margin-left: 10px;}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    font-weight: bold;
    color: black;
  }

.options h2 {margin-bottom: 20px;}
.options ul li a {padding: 15px 15px; border: 1px solid #ccc; display: block; border-radius: 4px; margin-bottom: 10px; color: #000;}
.options ul li a .icon {float: right; width: 16px; height: 16px; display: inline-block; vertical-align: text-bottom; mask-size: cover; background-color: #000; mask: url(../img/arrow-right.svg) no-repeat center / contain; -webkit-mask: url(../img/arrow-right.svg) no-repeat center / contain;}


#mi-div {height:400px; overflow:auto; margin:auto; background-color:#EDEDED; border-radius: 6px; font-size: 13px; padding: 15px;}
.btn {margin-bottom: 10px; padding: 10px 25px; border-radius: 4px; background-color: #2E388B; color: #fff; cursor:pointer;}

form input {background-color: #00000020;
  padding: 10px; width: 100%;
  border-radius: 4px;
  margin-bottom: 15px;}

.cont-inputs {display: flex; justify-content: center; }
.grid2 {column-gap: 20px;}

.footer {padding-top: 40px; padding-bottom: 30px; text-align: center; font-size: 12px;}