body {
    margin: 0;
    font-family: "Poppins", sans-serif;
  }
  .fondo_modal{
    position:fixed; 
    width:100%;
    height:100%;
    background-color:rgba(0, 0, 0, 0.5);
    display:none;
    z-index:1000;
  }
  .redondeo{
    border-radius:20px;
  }
  .texto-gris{
    color:#404044;
  }
  .ventana_modal_mail{
    position:fixed;
    width:70%;
    height:100%;
    margin: 0 0 0 15%;
    background-color:white;
    display:none;
    z-index:1100;
    overflow: auto;
    padding-left:10px;
    padding-right:10px;
  }
  .ventana_modal{
    position:fixed;
    width:70%;
    height:100%;
    margin: 0 0 0 15%;
    background-color:white;
    display:none;
    z-index:1100;
    overflow: auto;
    padding-left:10px;
    padding-right:10px;
  }
  .cerrar_modal{
    width:96%;
    text-align:right;
    color:black;
    font-size: x-large;
  }
  .topnav {
    overflow: hidden;
    background-color: #0a2b4a;
    padding: 9px;
    position: fixed;
    width: 100%;
    z-index: 100;
    top:0;
  }
  .topnav a img{
    max-width: 200px;
    max-height: 52px;
  }
  .topnav a{
    margin-left: 10%;
  }
  .topnav .menu a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    margin: 14px 16px 0 14px;
    padding-bottom: 5px;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 2.2px;

    
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .3s;
    
  }
  .form-index{
    margin-top: 10px;
    border-radius: 10px;
    border: 0;
  }
  .form-index-head{
    text-align: center;
  }
  .form-index-box{
    background: rgba(0,0,0,0.2);
    border-radius: 10px;
    padding: 20px 20px;
  }

  .menu{
    float:right;
    margin-right:10%;
  }

  .topnav .menu a:hover {
    background-size: 100% 2px;
  }
  
  .topnav .menu a.active {
    background-color: #04AA6D;
    color: white;
  }
  
  .topnav .icon {
    display: none;
  }
  
  @media screen and (max-width: 992px) {
    .topnav .menu a {display: none;}
    .topnav a.icon {
      float: left;
      display: block;
      padding:7px 14px 0 7px;
      font-size:32px;
    }
    .menu{
        float:left;
        width:50%;
        position: fixed;
        background:white;
        margin-left: -9px;
        margin-top:46px;
    }
    .topnav a{
      margin-left: 0;
    }
    .topnav a img{
      max-height: 40px;
    }
    .topnav{
      max-height: 55px !important;
    }
    
  }
  
  @media screen and (max-width: 992px) {
    .topnav.responsive .icon {
      position: relative;
      /*right: 0;*/
      top: 0;
    }
    .topnav.responsive .menu a:hover {
      background-color: #0a2b4a;
      background-size: 0% 2px;
      color: white;
    }
    .topnav.responsive .menu a {
      float: none;
      display: block;
      text-align: left;
      color:black;
      padding: 10px 0 10px 5px;
    }
    .topnav.responsive .menu {
      height:90%;
      transform:translateX(0);
    }
    .topnav.responsive{
      max-height: 55px !important;
    }
    .container_landing{
      margin-top:55px;
    }
  }