
.formulario-iframe {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 1000px;
    border-radius:20px;
    }
    @media (max-width: 800px) {
    .formulario-iframe {
    min-height: 1100px;
    }
    }
    .formulario-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    }
    
  
  
  .titulo-formulario {
      padding:20px;  
  }
  
  .titulo-formulario h3 {
    font-size: 26px;
    font-weight: 400;
    font-family: "Open sans",sans-serif;
    color: #444444;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    text-align: center!important;
  }
  .titulo-formulario h3:before {
      content: "";
      position: absolute;
      height: 5px;
      width: 27px;
      background-color: #feda3f;
      bottom: 0px;
  }
  
  .titulo-formulario h3 i{
      color: #444444;
      margin-right: 5px;
      font-size: 26px;
  }
  
  
.bg-gc2 {
    background-color: #dedede;
    padding: 50px 0px 40px 0px;
}

.no-mrg-btm {
    margin-bottom: 0px!important;
}
  
  .generalbox-iframe {
    float: left;
    width: 100%;
    margin-bottom: 60px;
  }
  @media (max-width: 800px) {
    .generalbox-iframe  {
      margin-bottom: 40px;
    }
  }
  
  .innerbox-iframe  {
    height: 1%;
    margin: 0px auto;
    max-width: 1350px;
    overflow: visible;
    width: 80%;
    /*fin carrusel-regular*/
    /*fin carrusel-regular*/
  }
  @media (max-width: 800px) {
    .innerbox-iframe  {
      width: 100%;
      padding: 0px 20px;
    }
  }
  
  