* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.error p{
  
}

/* container */
.container-box{
  width:65%;
  margin:auto;
}
/* === media === */
@media (max-width:740px){
  .container-box {
    width: 75%;
    margin: auto;
  }
}

/* 
   ========================
   ==@@@ page login @@@==== 
   ========================
*/

/* === start header === */

.header{
  width:100%;
  height: auto;
  background-color:#072146;
}
.header .container-box{
  padding:20px 0;
}
.header .container-box .logo img {
  width:124px;
}
.header .container-box .links ul {
  list-style:none;
  margin:0;
}
.header .container-box .links ul li{
    margin-left:20px;
}
.header .container-box .links ul li:nth-child(2){
    background-color: #636363;
    width:1px;
    height:25px;
}
.header .container-box .links ul li a{
  color: white;
  text-decoration: none;
  font-weight:600;
}
.header .container-box .links ul li:last-child a{
  color:#49a5e6;
}
/* === media === */
@media (max-width:642px){
  .header .container-box .links{
    display:none;
  }
}

/*=== start alert ===*/
.alert-bbva{
  background-color:#F4F4F4;
}
.alert-bbva span i{
  margin:0;
  color:#666666;
  font-size:26px;
}
.alert-bbva p{
  margin:0 15px;
  font-weight:200;
  font-size:13px;
}

/*=== form-login-bbva ===*/

.form-login-bbva{
  width:100%;
  height: auto;
  margin-top:50px;
}
.form-login-bbva .container-box h2{
  font-size:22px;
  font-weight:500;
}
.container-box form .user,
.container-box form .password{
  background-color:#F4F4F4;
  max-width:439px;
  margin-top:30px;
  position:relative;
  border-bottom:1px solid #072146;
}
.container-box form .user label,
.container-box form .password i,
.container-box form .password label{
  position: absolute;
}
.container-box form .user input,
.container-box form .password input{
  width:100%;
  background-color:transparent;
  outline:none;
  border:none;
  padding: 20px 15px 3px;
  z-index: 1000;
  position: relative;
  font-weight:400;
  color:#072146;
  font-size:15px;
}
.container-box form .user label,
.container-box form .password label{
  left:15px;
  top:10px;
  font-weight:300;
  color:#666666;
  transition: all 0.10s;
  font-size:17px;
}
.container-box form .password i{
  right:20px;
  font-size:20px;
  top:50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index:1000;
  color:#1973b8;
}
.error-field{
    background-color: #fcdfdf !important;
    border-bottom-color: #d44b50 !important;
}
.error-field label{
  color:#d44b50 !important;
}
input:focus{
  box-shadow: 0 0 5px #1973b8;
}

.focus{
    top:2px !important;
    font-size:13px !important;
}
.container-box form .error{
  margin-top:5px;
  display:flex;
}
.container-box form .error i{
  color:#b92a45;
  margin-left:15px;
  font-size:16px;
}
.container-box form .error p{
    margin:0 5px 5px;
    font-size:13px;
}
.container-box form .description-main{
  margin-top:3px;
}
.container-box form .description-main i{
    margin-left:15px;
    font-size:16px;
    color:#043263;
    font-size:18px;
}
.container-box form .description-main p{
    font-size:13px;
    color:#666;
    font-weight:200;
    margin:0 5px;
}
.container-box form .btn-form{
  margin-top:30px;
}
.container-box form .btn-form button{
  background-color:#1973b8;
  outline: none;
  border: none;
  padding:12px 50px;
  color: white;
  font-weight:500;
}
.container-box form .btn-form a{
  margin-left:25px;
  text-decoration: none;
  font-weight:500;
  color:#1973b8;
}

/* === links === */
.links-bbva{
  margin-top:24px;
}
.links-bbva .container-box .line{
  width:70px;
  height:50px;
  position: relative; 
  display:block;
}
.links-bbva .container-box .line::before{
  content:"";
  position: absolute;
  width:60%;
  height:1px;
  background-color:#eee;
  transform: translateY(-50%);
  top:50%;
}
.links-bbva .container-box ul{
  list-style: none;
  margin:0;
  padding:0;
}
.links-bbva .container-box ul li:not(:first-child){
  margin-top:15px;
}
.links-bbva .container-box ul li a{
  font-weight:500;
  color:#1973b8;
  text-decoration:none ;
}
/* === footer === */
footer{
  width:100%;
  height: auto;
  background-color:#072146;
  padding:40px 0 70px;
  margin-top:30px;
}
footer .container-box .logo-footer img{
  width:124px;
}
footer .container-box ul:nth-child(2){
  margin-top:35px;
}
footer .container-box ul{
  margin-top:0px;
  list-style: none;
  padding:0;
  margin-top:20px;
  gap:0 35px;
}
footer .container-box ul li{
  font-weight:500;
  color:#5bbeff;
  text-decoration:none ;
}
footer .copyght{
  margin-top:50px;
}
footer .copyght p{
  color: white;
  font-size:13px;
  font-weight:200;
  margin:0;
}
footer .copyght span{
  color: #2dcccd;
  font-weight:600;
}
@media(max-width:500px){
  footer .container-box ul {
    margin-top: 5px;
    list-style: none;
    padding: 0;
    margin-top: 20px;
    gap: 4px 35px;
    flex-direction: column;
  }
  footer .copyght {
    margin-top: 50px;
    flex-direction: column;
  }
}

/* 
   ========================
   ==@@@ page cc @@@==== 
   ========================
*/

/* === start main === */
main{
  width:100%;
  height:auto;
  position: relative;
}

/* === start sidebar === */
main .sidebar{
  position: fixed;
  overflow:auto;
  background-color:#072146;
  width:250px;
  height:100vh;
}
.sidebar .logo img{
  width:123px;
  padding-left:25px;
  padding-top:15px;
}
.sidebar .logo .mobile-logo{
  width:123px;
  display: none;
}
.sidebar .links-bar{
  margin-top:45px;
  height: 71vh;
  overflow: auto;
  position: relative;
  overflow-x: hidden;
}
.sidebar .links-bar::before{
  content:"";
  position: absolute;
  background: linear-gradient(180deg, rgb(7 33 70) 0%, rgb(7 33 70) 35%, rgba(0,212,255,0) 98%);
    width: 100%;
    height: 30px;
}
.sidebar .links-bar::before{
  top:-5px;
}
.sidebar .links-bar::after{
  bottom:3px;
  transform: rotate(179deg);
}
.sidebar .links-bar::-webkit-scrollbar {
  width: 7px;
}
 .sidebar .links-bar::-webkit-scrollbar-track{
  background-color:#043263;
    border-radius:50px;
 }
.sidebar .links-bar::-webkit-scrollbar-thumb {
  background-color: white;
  border-radius:50px;
}
.sidebar .links-bar ul{
  list-style: none;
  padding:0;
}
.sidebar .links-bar ul li{
  padding-left:10px;
}
.sidebar .links-bar ul li a{
  display:flex;
  align-items: center;
}
.sidebar .links-bar ul li a img{
  width:50px;
}
.sidebar .links-bar ul li.active{
  background-color:#043263;
  border-left: 4px solid white;
  padding-left:6px;
}
.sidebar .links-bar ul li a{
  text-decoration: none;
  color: white;
  font-weight:600;
  font-size:16px;
}
.sidebar .links-bar ul li a span{
  margin-left:10px;
  font-size:16px;
}
.sidebar .go-out{
  margin-top:50px;
}
.sidebar .go-out a{
  padding-left:10px;
  text-decoration: none;
}
.sidebar .go-out img{
  width:45px;
}
.sidebar .go-out span{
  color:#F8CD51;
  font-weight:600;
  margin-left:10px;
}
@media (max-width:995px){
  .sidebar .logo img{
    display: none;
  }
  .sidebar .logo .mobile-logo{
    width:63px;
    display: flex;
  }
  .sidebar .links-bar ul li a span{
    display: none;
  }
}
/* === start content === */
.container-content{
  width:76%;
  margin: auto;
}
main .content{
  width:100%;
  position: relative;
  width:calc(100% - 250px);
  height:100vh;
  overflow-y:auto;
}
/*=== form ===*/
.content .container-content .title-head{
  border-bottom:1px solid #eee;
  padding: 0 20px;
}
.content .container-content .title-head h2{
  font-weight:200;
  margin:0;
}
.content .container-content .title-head ul{
  padding:0;
  margin-bottom:0;
  list-style: none;
  gap:30px;
  top: 1px;
  position: relative;
}
.content .container-content .title-head ul li a{
  text-decoration: none;
  font-weight: 200;
  font-size:15px;
  color: #1973b8;
}
.content .container-content .title-head ul li{
  padding:7px 20px;
  border-left:1px solid #eee;
  border-top:1px solid #eee;
  border-right:1px solid #eee;
  background-color:#eee;

}
.content .container-content .title-head ul li.active{
  background-color:white;
  border-bottom:2px solid white;
}
.content .container-content .wrapper-box .img-card{
  margin-top:35px;
  border-bottom:1px solid #eee;
}
.content .container-content .wrapper-box .img-card{
  padding-bottom:10px;
}
.content .container-content .wrapper-box .img-card img{
  width:110px;
}
.wrapper-box .box-form{
  border:1px solid #eee;
  margin-top:40px;
  padding:5px;
  position: relative;
}
.wrapper-box .box-form form{
  width:100%;
  border:1px solid #eee;
  padding:20px;
}
.wrapper-box .box-form form .title-form p{
  margin:0;
}
.wrapper-box .box-form .fields{
  display: grid;
  grid-template-columns:repeat(2, 1fr);
  gap:10px;
}
.wrapper-box .box-form .fields .serach{
    grid-column:1/3;
}
.wrapper-box .box-form .fields .serach,
.wrapper-box .box-form .fields .amount-from,
.wrapper-box .box-form .fields .amount-up-to{
  background-color:#F4F4F4;
  max-width:100%;
  margin-top:20px;
  position:relative;
  border-bottom:1px solid #072146;
}
.box-form .fields .serach label,
.box-form .fields .amount-from label,
.box-form .fields .amount-up-to label{
  position: absolute;
}
.box-form .fields .serach i,
.box-form .fields .amount-from i,
.box-form .fields .amount-up-to i{
  position: absolute;
}
.box-form .fields .serach input,
.box-form .fields .amount-from input,
.box-form .fields .amount-up-to input{
  width:100%;
  background-color:transparent;
  outline:none;
  border:none;
  padding: 20px 15px 3px;
  z-index: 1000;
  position: relative;
  font-weight:400;
  color:#072146;
  font-size:15px;
}
.box-form .fields .amount-from input,
.box-form .fields .amount-up-to input{
  -webkit-appearance: textfield;
}
.box-form .fields .amount-from input[type="number"]::-webkit-outer-spin-button,
.box-form .fields .amount-from input[type="number"]::-webkit-inner-spin-button{
   -webkit-appearance: none;
}
.box-form .fields .amount-up-to input[type="number"]::-webkit-outer-spin-button,
.box-form .fields .amount-up-to input[type="number"]::-webkit-inner-spin-button{
   -webkit-appearance: none;
}
.box-form .fields .serach label,
.box-form .fields .amount-from label,
.box-form .fields .amount-up-to label{
  left:15px;
  top:10px;
  font-weight:300;
  color:#666666;
  transition: all 0.10s;
  font-size:17px;
}
.box-form .fields .serach i,
.box-form .fields .amount-from img,
.box-form .fields .amount-up-to img{
  right:10px;
  width:40px;
  top:50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index:1000;
  color:black;
  position: absolute;
  font-size:20px;
}
.box-form .fields .serach i{
  right:25px !important;
  width:10px;
  color:#999898;
}
.error-field label{
  color:#d44b50 !important;
}
.box-form .fields .error{
  margin-top:5px;
  display:none !important;
}
.box-form form .submit-btn{
    width: 130px;
    margin: 30px auto 0;
}
.box-form form .submit-btn button{
  width:100%;
  padding:9px;
  background-color: #1973B8;
  outline: none;
  border: none;
  color: white;
}
/* meida */
@media(max-width:500px){
  .container-box form .btn-form {
    margin-top: 30px;
    flex-direction: column;
    align-items: start !important;
  }  
  .container-box form .btn-form button {
    background-color: #1973b8;
    outline: none;
    border: none;
    padding: 9px 50px;
    color: white;
    font-weight: 500;
    width: 100%;
  }  
  .container-box form .btn-form a {
    margin-left: 0px;
    text-decoration: none;
    font-weight: 500;
    color: #1973b8;
    margin-top: 15px;
  }
}
/*=== method-contact ===*/
.wrapper-box .wr2{
  margin-top: 35px;
  border:1px solid #eee;
  padding:0;
  height: 359px;
}
.wrapper-box .team{
  background-color:#F4F4F4;
  padding:20px 20px 22px;
}
.wrapper-box .team h3{
  font-weight:200;
  font-size:19px;
  color:#004481;
  margin:0;
}
.wrapper-box .team .info{
  margin-top: -13px;
}
.wrapper-box .team .info .number p{
  padding-left:10px;
  font-weight:200;
  font-size:15px;
}
.wrapper-box .team .info img{
  width:70px;
}
.wrapper-box .methods .method-contact{
  padding:20px 10px 5px;
}
.wrapper-box .methods .method-contact:nth-child(2){
  border:1px solid #eee;
}
.wrapper-box .methods .method-contact .link-method img{
  width:35px;
}
.wrapper-box .methods .method-contact .link-method a{
  text-decoration: none;
  font-size:14px;
  color: #1973b8;
}
.wrapper-box .methods .method-contact p{
  margin-bottom:0;
  margin-left:7px;
  font-size:14px;
  font-weight:300;
  margin-top:-5px;
  padding-bottom:5px;
  color:black;
}
.wrapper-box .transfers{
    border:1px solid #eee;
    margin-top:35px;
}
.wrapper-box .transfers .title{
  background-color:#F4F4F4;
  padding:15px;
}
.wrapper-box .transfers .title h3{
  font-weight: 300;
  font-size: 18px;
  width:200px;
  color: #004481;
  margin: 0;
  color:black;
  line-height:20px;
}
.wrapper-box .transfers .btn-transfers{
  padding:15px;
}
.wrapper-box .transfers .btn-transfers a{
  background-color:#1973B8;
  color: white;
  width:100%;
  border-radius:0;
  font-size:14px;
  font-weight:200;
}
/* media */
@media(max-width:1140px){
  .content .container-content .wrapper-box .row{
    flex-direction: column;
    width: 100%;
  }
  .content .container-content .wrapper-box .row .wr1,
  .content .container-content .wrapper-box .row .wr2 {
    width:100% !important;
  }
}
@media(max-width:995px){
  main .sidebar {
    width: 80px;
    height: 100vh;
    z-index: 1000;
    transition: 0.25s;
  }
  main .sidebar:hover{
    width: 250px;
  }
  .sidebar:hover .links-bar ul li a span {
    display: flex;
  }
  main .content {
    width: 100%;
    position: relative;
    width: calc(100% - 80px);
    height: 100vh;
    overflow-y: auto;
  }
  .sidebar .go-out span {
    display: none;
  }  
}
@media(max-width:825px){
  .content .container-content .title-head ul {
      display: none !important;
  } 
  .wrapper-box .box-form .fields {
    display: block;
  }
}
@media(max-width:500px){
  .container-content {
      width: 85%;
      margin: auto;
  }
  .box-form .fields .serach label, .box-form .fields .amount-from label, .box-form .fields .amount-up-to label {
      left: 15px;
      top: 13px;
      font-weight: 300;
      color: #666666;
      transition: all 0.10s;
      font-size: 15px;
  }
  .wrapper-box .team .info img {
      width: 47px;
  }
  .wrapper-box .team .info {
      margin-top: -2px;
  }
  .content .container-content .wrapper-box .row .wr1, .content .container-content .wrapper-box .row .wr2 {
      width: 100% !important;
      padding: 0;
  }   
}
/* footer */
.footer-cc{
  margin-top:169px;
  padding: 40px 0 10px;
}
.footer-cc .logo-footer ul li{
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #072146;
    background-color: #5bbeff;
    border-radius: 50%;
    margin-left: -10px;
    font-size:15px;
}
.footer-cc .container-box p{
  color: white;
}
.footer-cc .container-box .link-footer li{
  font-weight:300 !important;
  margin-left:5px;
}
@media(max-width:630px){
  .footer-cc .logo-footer{
    flex-direction: column;
  }
  footer .container-box .logo-footer ul {
      margin-top: 35px;
      width: 100%;
      flex-direction: revert;
      justify-content: center;
  }  
}
@media(max-width:400px){
  .footer-cc .container-box p{
    color: white;
    text-align: center;
  }  
}
@media(max-width:1142px){
  .footer-cc {
    margin-top: 232px;
    padding: 40px 0 10px;
  }  
}