@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');


body {
    font-family:  Montserrat;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
html {
  min-height: 100%;
  position: relative;
}
a {
    color:#6D378D;
    text-decoration:none;
    font-size: 14px;
}

a:hover{
    color: #6B4099;
    text-decoration:none;
}

.footer_link:hover{
    color: #F0F8FF;
    font-weight: bold;
}

.plainList{
    list-style: none;
}

nav {
    background-color: white;
}




.footer{
    background: #6D378D;
    min-height: 180px;
    width: 100%;
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.firstFooter{
   
    background: #6D378D;
    min-height: 150px;
    color: aliceblue;
   
}

.lastFooter{
    
    background: #4C1986;
    color: aliceblue;
    min-height: 50px;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    bottom: 0;
    width: 100%;
}


.main_tittle{

    color: #545454;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #545454;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 112.5% */
}

.main_subtittle{

    color: #1AB3B1;
    font-size: 24px;
    font-style: normal;
    line-height: 110%;
    color: #1AB3B1;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

}

.gray_square{
    width: 252px;
    height: 112px;
    border-radius: 10px;
    background: #EBEBEB;
    color: #545454;
    font-size: 20px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.white_square{
    width: 300px;
    height: 112px;
    border-radius: 40px;
    border: 5px solid #C7C4C5;
    background: white;
    font-family: Montserrat;
    color: #545454;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.green_square{
    width: 70%;
    height: 30px;
    border-radius: 10px;
    background: #1AB3B1;;

    color: white;
    font-size: 14px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    color: #FFF;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.green_item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius:50%;
    background: #1AB3B1;
    width: 50px;
    height: 50px;
}
.header_menu_item{
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.white_button{
    padding: 16px 32px;
    border-radius: 40px;
    height: 15px;
    width: 250px;
    background: none;
    border: 1px solid #6D378D;
    color: #6D378D;
    font-family: Montserrat;
    font-size: 1.5vmin;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.card{
    border-radius: 14px;
    border: 1px solid #bbbbbb9a;
    box-shadow: 0 0 7px 2px rgba(172, 172, 172, 0.5);
}

.form_header{
    min-width: 50%;
    color: #495057;
    font-size: 27px;
    /*background: #11BAB2;
    border-radius:  20px 20px 0px 0px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);*/
    

}


.green_button{
    padding: 16px 32px;
    border-radius: 40px;
    background: #1AB3B1;
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.5vmin;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.form_green_button{
    width: 187px;
    height: 40px;
    padding: 16px 32px;
    border-radius: 40px;
    background: #1AB3B1;
    border: 1px solid #1AB3B1;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.purpple_button{
    min-height: 50px;
    
    border-radius: 40px;
    background: #6D378D;
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.menu_hamb{
    position: absolute;
    z-index: 100;
    width:100%;
  
  }
  .movil_button{
    background:#6B4099; 
    
  } 

  .parrafos{
    color: #545454;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height:30px;
  }

  .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 8px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    background: none;
}

.input_icon{
    position: absolute;
    display: block;
    bottom: .4rem;
    right: 2rem;
    
    user-select: none;
    cursor: pointer;
  }
  /*input.input{
    padding-right: 2.5rem;
  }*/

