/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 27 2022 | 18:39:40 */
	.main-img-fondo {
        background-image: url("https://agunsa.com/wp-content/uploads/2022/08/LANDING-1.2_.png");
        background-position: center;
        background-size: cover;
        font-family: 'Exo', sans-serif;
		min-height: 100vh;
      }

      .semib{
        font-weight: 600;
      }

      .landing-title {
        font-size: 1.1rem;
      }

      .normalb{
        font-weight: 700;
      }

      .landing-list {
        font-size: 1rem;
      }

      .btn-danger {
        background-color: #E11717;
        border-radius: 30px;
        font-size: 1.3rem;
      }

      @media (min-width:992px) {  
      .landing-title {
        font-size: 1.75rem;
      }

      .landing-list {
        font-size: 1.2rem;
      }

      .btn-danger {
        font-size: 1rem;
      }
      }

      /* gravity*/
      .form-contact-title {
        color: #fff;
        text-align: center;
        font-weight: 600;
      }

      .landing-paraguay-gform {
        background-color: #cc332899;
        padding: 2rem;
      }

      .landing-paraguay-gform .gfield_label {
        display: none;
      }
      
      .landing-paraguay-gform :is(.name-form, .lastn-form, .mail-form, .empresa-form, .mensaje-form) :is(input, textarea){
        width:100%;
        border-radius: 6px;
        border:1px #cc332899 solid;
      }

      .gform_footer {
        display: flex;
        flex-direction: row-reverse;
        margin-top: 9px;
      }

      .gform_footer input {
        background-color: #fff;
        border: none;
        border-radius: 6px;
        font-size: 1.5rem;
        color: #cc3328;
        padding: 0rem 2rem;
      }

      .lastn-form{
        margin: 9px 0;
      }

      .empresa-form {
        margin: 9px 0;
      }

      :is(.name-form, .lastn-form, .mail-form, .empresa-form, .mensaje-form) :is(input, textarea) {
        font-size: 1.4rem;
        padding: 0.5em 1em;
      }

      body .gform_wrapper textarea {
        height: 150px!important;
      }

      /*gravity error*/
      .gform_submission_error {
        text-align: center;
        color: #fff;
        font-size: 1rem;
      }

      .gfield_description{
        color: #fff;
      }
h2.gform_title {
    display: none !important;
}
div#gform_confirmation_message_5 {
    color: #fff;
    font-size: 25px;
    text-align: center;
}