span.feedback{
    position: absolute;
    right: 50px;
    bottom: 20px;
    padding-top: 10px;
}

span.feedback2{
    position: absolute;
    right: 10px;
    bottom: 20px;
    padding-top: 10px;
}

span.feedback a.disabled, span.feedback2 a.disabled{
    pointer-events: none;
    cursor: default; 
}

.margin-zero {
    margin-right: 0px !important;
}

/************** NEXA - BOCC JOHN CORTES ********************/

 /* The Modal (background) */
 .Nexa-ModalTeryCon {
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10000000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* The Container - (Header, Body and footer)  */
  .Nexa-ModalTeryCon-container {
      position: fixed;
      width: 600px;
      border: 10px;
      top: 25%;
      left: 40%;
      margin-left: -200px;
      /*margin-top: -50px;*/
      box-shadow: 0px 0px 8px 2px #c7c2c2;
      background-color: #FFF;
      border-radius: 10px;
      animation-name: animatetop;
      animation-duration: 0.3s
  }
  
  
  /* The Close Button */
  .Nexa-closeModalTeryCon {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .Nexa-closeModalTeryCon:hover,
  .Nexa-closeModalTeryCon:focus {
    color: #6ea0c4;
    text-decoration: none;
    cursor: pointer;
  } 
  
  /*Effect fade out for modal close */
  .Nexa-ModalTeryCon-close{
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s .1s, opacity .1s linear;
  }
  
  /* Modal Header */
  .Nexa-ModalTeryCon-header {
    padding: 5px 15px 0px 30px;
    color: #6ea0c4;
    font-size: 18px;
    font-family:"Gelion-regular", sans-serif;
  }
  
  .Nexa-ModalTeryCon-body {
      padding: 0px 30px;
      color: #5D5D5D;
      font-size:14px;
      vertical-align: middle;
      display: inline-block;
      font-family:"Gelion-regular", sans-serif;
      overflow-y: auto;
      height: 300px;
      text-align: justify;
  }
  
  .Nexa-ModalTeryCon-footer {
    padding: 0px 30px;
    color: #6ea0c4;
    font-size: 14px;
    font-family:"Gelion-regular", sans-serif;
  }
  
  /* Modal Content */
  .Nexa-ModalTeryCon-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    animation-name: animatetop;
    animation-duration: 0.4s
  }
  
  /* Add Animation */
  @keyframes animatetop {
    from {top: 0px; opacity: 0}
    to {top: 25%; opacity: 1}
  }
  
  @keyframes animatedown {
    from {top: 25%; opacity: 1}
    to {top: 0; opacity: 0}
  }
  
  /* Algunos Dispositivos Android */
  
  @media only screen and (max-width: 480px) {
         
      .Nexa-ModalTeryCon-container {
          top: 15%;
          position: fixed;
          width: 460px;
          margin-left: -150px;
      }
      .Nexa-ModalTeryCon-body {
          top: 15%;
          height: 300px;
          margin-bottom: 30px;
      }
  
  }
  
  @media only screen and (max-width: 400px) {
         
      .Nexa-ModalTeryCon-container {
          top: 20%;
          position: fixed;
          width: 380px;
          margin-left: -150px;
      }
      .Nexa-ModalTeryCon-body {
          top: 20%;
          height: 300px;
          margin-bottom: 30px;
      }
  
  }
  
  @media only screen and (max-width: 360px) {
      .Nexa-ModalTeryCon-container {
          top: 10%;
          position: fixed;
          width: 300px;
          margin-left: -120px;
      }
      .Nexa-ModalTeryCon-body {
          top: 10%;
          height: 340px;
          margin-bottom: 30px;
      }
  
  }
  /* FIN ANDROID*/
  
  /* iPhone 6+, 7+ and 8+ ----------- */
  @media only screen 
    and (min-device-width: 414px) 
    and (max-device-width: 736px) 
    and (-webkit-min-device-pixel-ratio: 3) { 
      .Nexa-ModalTeryCon-container {
          top: 20%;
          position: fixed;
          width: 390px;
          margin-left: -150px;
      }
      .Nexa-ModalTeryCon-body {
          top: 20%;
          height: 300px;
          margin-bottom: 30px;
      }
  }
  
  
  /* iPhone XR - 1792x828px at 326ppi */
  @media only screen 
      and (device-width : 414px) 
      and (device-height : 896px) 
      and (-webkit-device-pixel-ratio : 2) {
          .Nexa-ModalTeryCon-container {
              top: 20%;
              position: fixed;
              width: 390px;
              margin-left: -150px;
          }
          .Nexa-ModalTeryCon-body {
              top: 20%;
              height: 300px;
              margin-bottom: 30px;
          }
       }
  
  
  
  /* iPhone XS - 2436x1125px at 458ppi */
  @media only screen 
      and (device-width : 375px) 
      and (device-height : 812px) 
      and (-webkit-device-pixel-ratio : 3) { 
          .Nexa-ModalTeryCon-container {
              top: 15%;
              position: fixed;
              width: 350px;
              margin-left: -150px;
          }
          .Nexa-ModalTeryCon-body {
              top: 15%;
              height: 300px;
              margin-bottom: 30px;
          }
       }
  
  
  
  /* iPhone XS - Max 2688x1242px at 458ppi */
  @media only screen 
      and (device-width : 414px) 
      and (device-height : 896px) 
      and (-webkit-device-pixel-ratio : 3) { 
          .Nexa-ModalTeryCon-container {
              top: 15%;
              position: fixed;
              width: 390px;
              margin-left: -150px;
          }
          .Nexa-ModalTeryCon-body {
              top: 15%;
              height: 300px;
              margin-bottom: 30px;
          }
       }
  
  .titulos-home {
      text-align: center;
      margin: 1.5em 0;
  }
  .titulos-home h2 {
      font-size: 24px;
  }
  .titulos-home h2.titulo-oscuro {
      color: #002449;
  }
  .titulos-home h2 img {
      vertical-align: middle;
      width: 50px !important;
      height: 50px !important;
  }
  
  /************************* session 2 **********************/
  