/* css video */

.cont-video {
    width: 113%;
    margin-left: -6%;
    margin-top: 11%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
        /* margin-top: -39px; */
  }

  .cont-video .local-video-container {
    width: 100%;
  }

  @media only screen and (max-width: 500px) {
    .cont-video .local-video-container {
      width: 100%;
    }

  }

  @media screen and (min-device-width: 500px) and (max-device-width: 900px) {
    .cont-video .local-video-container {
      width: 75%;
    }
  }

  .cont-video .local-video-container .contenedor-iframe {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    width: 100%;
    border-radius: 0px;
    /* border: 1px solid #666; */
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }

  .cont-video .local-video-container .contenedor-iframe #video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
/* css video */


@media screen and (max-width:500px){
    .cont-menu{
        display: none;
    }
    .imgIG {
        width: 25% !important;
    }


    .titulo-form2 {

        min-height: auto;
    }
    .titulo-form2 h2 {

        font-size: 19px ;
        line-height: 20px;

    }
    .titulo-form2 h1 {
        font-size: 2.1em ;
    }
    .titulo-form2 h3 {
        font-size: 19px ;
        line-height: 29px !important;
    }
    .pop-up {
        display: none;
    }
}
@media screen and (min-width:980px){

    .titulo-form2 {

        /* min-height: 800px; */
    }

    .form-2{
        display: none;
    }

}
@media screen and (max-width:980px){


    .titulo-form2 {

        min-height: auto;
    }

    .cont-video {
      margin: 0 auto;
      width: 100%;
      padding-top: 1em;
    }
    .form{
        height: auto !important;
    }

    .pop-up {
        display: none;
    }
}


@media screen and (min-device-width:1007px) and (max-device-width: 1194px) {

    .titulo-form2 h2 {

        /* font-size: 25px; */
    }
    .titulo-form2 h1 {
font-size: 2.5em;

    }
    .titulo-form2 h3 {
        /* font-size: 2.5em; */

            }



}
