@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html{
	position: relative;
    min-height: 100%;
}
body {
    font-family: 'Poppins', sans-serif;
	overflow: hidden;
    color: #2b4864;
}

body p {
    
	font-weight: 400;
	color: #2b4864;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 0.10px;
}

#marca div a{
    font-family: 'Poppins', sans-serif;
    color: #2bcc83;
    font-size: 50px;
    font-size: 4vw;
    font-weight: 700;
    text-decoration: none;
}
#marca div a span {
    color: #2b4864;
}


@media (min-width: 768px ){
    #marca{
        /*background-color: #00ff91;*/
        border-bottom-right-radius: 50%;
        border-right: 8px solid #2bcc83;
        border-top-right-radius: 50%;
        background: transparent;
    }
    #marca div {
        width: 100vw;
        height: 100vh;
    }
    #marca div a {
       margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%) ;
        background-color: #fff;
        width: 100%;
        padding: 40px 0px;
        background: transparent;
    }


    #first div.row {
        width: 100vw;
        height: 100vh;
         
    }

    #first div.row div.col-sm-12 {
         margin: 0;
         position: absolute;
         top: 50%;
         left: 50%;
         margin-right: -50%;
         transform: translate(-50%, -50%) ;
         background-color: #fff;
         width: 100%;
         max-width: 800px;
         padding: 15vw;
     }

     #first div.row div.col-sm-12 div{
        max-width: 360px;
     }
     
     #first h1{
        font-size: 2.64vw;
        margin-bottom: 50px;
        font-weight: 700;
     }

     #first p {
        font-size: 16px;
        letter-spacing: 0.5px;
     }

     #first form input[type=email]{
        border: none;
        outline: none;
        padding: 0px;
        margin-top: 0px;
        width: 100%;
        height: 52px;
        background: #f3f3f3;
        caret-color: rgb(73, 226, 149);
        font-size: 24px;
        font-weight: 400;
        line-height: 52px;
        color: #2b4864;
        text-align: center;
        border-radius: 8px;
     }
     
     #first form input[type=text]{
        border: none;
        outline: none;
        padding: 0px;
        margin-top: 0px;
        width: 100%;
        height: 52px;
        background: #f3f3f3;
        caret-color: rgb(73, 226, 149);
        font-size: 14px;
        font-weight: 400;
        line-height: 52px;
        color: #2b4864;
        text-align: left;
        padding-left: 30px; 
        border-radius: 8px;
     }
     #first form input[type=password]{
        border: none;
        outline: none;
        padding: 0px;
        margin-top: 0px;
        width: 100%;
        height: 52px;
        background: #f3f3f3;
        caret-color: rgb(73, 226, 149);
        font-size: 14px;
        font-weight: 400;
        line-height: 52px;
        color: #2b4864;
        text-align: left;
        padding-left: 30px;
        border-radius: 8px;
     }

     #first form input[type=date]{
        border: none;
        outline: none;
        margin-top: 0px;
        width: 100%;
        height: 52px;
        background: #f3f3f3;
        caret-color: rgb(73, 226, 149);
        font-size: 14px;
        font-weight: 400;
        line-height: 52px;
        color: #2b4864;
        text-align: left;
        padding-left: 30px;
        padding-right: 30px;
        border-radius: 8px;
     }

     #first form button{
        font-weight: 700;
        text-transform: uppercase;
        cursor: pointer;
        border: none;
        margin-top: 80px;
        font-size: 1.2vw;
     }


     .btn-default {
        color: #2b4864;
        background-color: transparent;
        border: none;
     }
}

@media (min-width: 768px) and (max-width: 992px) {
    #first div.row div.col-sm-12 {
        padding: 8vw !important;
    }
}













.wrapper{
  /*display: inline-flex;
  background: #fff;
  height: 100px;
  width: 400px;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 5px;
  padding: 20px 15px;
  box-shadow: 5px 5px 30px rgba(0,0,0,0.2);*/

  text-align: center;
  display: flow-root;
}
.wrapper .option{
    padding: 25px 15px;
    border:1px solid #f5f5f5;
    border-radius: 5px;
    cursor: pointer;
    text-transform: uppercase;
  
  /*background: #fff;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 0 10px;
  padding: 0 10px;
  border: 2px solid lightgrey;
  transition: all 0.3s ease;*/
}
.wrapper .option .dot{
  /*height: 10px;
  width: 10px;
  background: #d9d9d9;
  border-radius: 50%;
  position: relative;*/
}
.wrapper .option .dot::before{
  /*position: absolute;
  content: "";
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  background: #0068BD;
  border-radius: 50%;
  opacity: 0;
  transform: scale(1.5);
  transition: all 0.3s ease;*/
}
input[type="radio"]{
  display: none;
}
#option-1:checked:checked ~ .option-1{
    border-color: #00ff91;
    background: #00ff91; 
}

#option-2:checked:checked ~ .option-2{
  border-color: #0068BD;
  background: #0068BD;
}
#option-1:checked:checked ~ .option-1 .dot,
#option-2:checked:checked ~ .option-2 .dot{
  background: #fff;
}
#option-1:checked:checked ~ .option-1 .dot::before,
#option-2:checked:checked ~ .option-2 .dot::before{
  opacity: 1;
  transform: scale(1);
}
.wrapper .option span{
  font-size: 16px;
  color: #808080;
  text-align: center;
}
#option-1:checked:checked ~ .option-1 span{
    color: #2b4864;   
}
#option-2:checked:checked ~ .option-2 span{
  color: #fff;
}


@media (min-width: 768px){
    .register-second #first h1 {
        font-size: 2vw;
    }
}


.field-icon {
    float: right;
    margin-right: 30px;
    margin-top: -36px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    font-size: 14px;
}


    meter {
        margin: 0 auto;
        width: 100%;
        height: 1em;
    
        background: none;
        
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        padding: 0px 8px;
    }
  
    meter::-webkit-meter-bar {
        background: none;
        margin-top: 0px;
        border-top: none;
    }

    meter[value="1"]::-webkit-meter-optimum-value { background: red; }
    meter[value="2"]::-webkit-meter-optimum-value { background: yellow; }
    meter[value="3"]::-webkit-meter-optimum-value { background: orange; }
    meter[value="4"]::-webkit-meter-optimum-value { background: green; }

    meter[value="1"]::-moz-meter-bar { background: red; }
    meter[value="2"]::-moz-meter-bar { background: yellow; }
    meter[value="3"]::-moz-meter-bar { background: orange; }
    meter[value="4"]::-moz-meter-bar { background: green; }







  .account-login span.marca_verde {
      font-family: 'Poppins', sans-serif;
      color: #2bcc83;
      font-weight: 600;
  }
  .account-login span.marca_verde span.marca_azul {
      color: #2b4864;
  }

  .account-login .btn-success{
    background-color: #46ba87 !important;
    border-color: #46ba87 !important;
    font-weight: 600;
    text-transform: uppercase;
  }
  .account-login a{
    color: #2b4864  !important;
    letter-spacing: 0.5px  !important;
  }

  .account-login .form-control {
    height: 32px !important;
    background: #fbfbfb !important;
    line-height: normal !important;
  }

  
 @media (max-width: 768px){

  .account-login h1{
    margin-top: 80px !important;
    font-size: 8vw !important;
    font-weight: 700 !important;
  }

  .account-login p{
    text-align: center !important;
    margin-bottom: 50px !important;
    font-size:3vw !important;
  }

  #first form input[type=text]{
    border: none;
    outline: none;
    padding: 0px;
    margin-top: 0px;
    width: 100%;
    background: #f3f3f3;
    caret-color: rgb(73, 226, 149);
    font-weight: 400;
    color: #2b4864;
    text-align: left;
    padding-left: 30px; 
    border-radius: 8px;
    font-size:2.8vw  !important;
  }

  #first form input[type=password]{
    border: none;
    outline: none;
    padding: 0px;
    margin-top: 0px;
    width: 100%;
    background: #f3f3f3;
    caret-color: rgb(73, 226, 149);
    font-weight: 400;
    color: #2b4864;
    text-align: left;
    padding-left: 30px;
    border-radius: 8px;
    font-size:2.8vw  !important;
  }

  #first form .control-label{
    font-size:2.8vw  !important;
  }

  .account-login .btn-success{
    font-size:2.8vw  !important;
  }

  .account-login a{
    font-size:2vw  !important;
  }

  .account-login .alert .alert-danger{
    font-size: 1.6vw !important;
    margin-top: -30px !important;
  }

 }
@media (min-width: 768px){
  .account-login div.alert.alert-danger{
    font-size: 0.6vw !important;
  }
  .account-login .login-area{
    border-bottom-left-radius: 100%;border-left: 30px solid #3A6282;border-top-left-radius: 100%;border-bottom-right-radius: 100%;border-right: 30px solid #46ba87;border-top-right-radius: 100%;background: #ffffff;transform: scale(1.5);
  }

  .account-login h1{
    letter-spacing: 0.5px;
    font-size: 1.5vw !important;
    margin-bottom: inherit !important;
  }

  .account-login #first p{
    font-size:0.7vw !important;
    text-align: center !important;
    margin-bottom: 30px !important;
  }


  .account-login .control-label{
    font-size:0.8vw  !important;
  }

  .account-login .form-control {
    font-size:0.8vw  !important;
    
  }


  .account-login span.marca_verde {
      font-size:0.7vw  !important;
  }

  .account-login a{
    color: #2b4864  !important;
    font-size:0.6vw  !important;
    letter-spacing: 0.5px  !important;
  }

  .account-login .btn-success{
    font-size:0.7vw  !important;
  }
}

@media(max-width: 768px){
  .account-login h1{
    font-size:3vw;
  }
}


