* {
     margin: 0;
     padding: 0;
     font-family: "Unimed Sans", -apple-system, BlinkMacSystemFont, "Trebuchet MS", "Segoe UI",
          "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
          sans-serif;
 }
 
 @font-face {
     font-family: "Unimed Sans";
     src: url("https://www.unimedchapeco.coop.br/assets/fonts/Unimed_Sans/UnimedSans-Regular.otf");
 }
 
 a {
     cursor: pointer;
     text-decoration: none;
 }
 
 p {
     margin: 0 18px;
 }
 
 h1 {
     font-size: 30px;
     font-weight: 800;
 }
 
 h2 {
     font-size: 25px;
     font-weight: 700;
 }
 
 h3 {
     font-size: 20px;
     font-weight: 600;
 }
 
 video {
     width: 600px;
     /* height: 400px; */
 }
 
 .pictures {
     display: flex;
     align-items: center;
     justify-content: space-between;
 }
 
 .flex-container {
     display: flex;
     flex-wrap: wrap;
     margin: auto;
     max-width: 95vw;
     margin-left: auto;
     margin-right: auto;
 }
 
 /*Tag*/
 body {
     background-image: url(../img/background.png);
 
     background-attachment: fixed;
     width: 100%;
     height: 100vh;
     background-repeat: no-repeat;
 }
 
 /*Classe*/
 .body {
 }
 
 .center-educ-cont {
     display: flex;
     align-items: center;
     max-width: 330px;
     position: relative;
     padding-left: 20px;
 }
 
 .center-educ-cont::before {
     content: "";
     position: absolute;
     width: 5px;
     height: 85%;
     background-color: #fff;
 }
 
 .center-educ-cont h1 {
     color: #fff;
     font-size: 25px;
     font-weight: 800;
     text-transform: uppercase;
     padding-left: 20px;
 }
 
 .menu {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
     width: 100%;
     padding: 25px 0;
 }
 
 .logos-left {
     display: flex;
     flex-wrap: wrap;
     /* justify-content: space-around; */
 }
 
 .logos-left a {
     width: auto;
     transition: all 0.8s;
     display: flex;
     align-items: center;
 }
 
 .logos-left a:hover {
     transform: scale(1.2);
     transition: all 0.8s;
 }
 
 .logos-left a img {
     width: 90%;
 }
 
 .logos-left .center-educ-cont {
     width: 50%;
 }
 
 .pictures img {
     margin: 0 5px;
     cursor: pointer;
 }
 
 .pictures img:hover {
     transform: rotateZ(360deg);
     transition: all 0.8s;
 }
 
 .button {
     display: flex;
     justify-content: center;
 }
 
 .button-send-formulario a button {
     background-color: #00995d;
     border-color: #b1d34b;
     color: white;
     display: inline-block;
     padding: 5px 15px;
     font-size: 20px;
     border-radius: 0;
     border: 3px solid #00995d;
     cursor: pointer;
     box-shadow: 30px 20px 30px rgba(0, 0, 0, 0.3);
     margin-bottom: 25px;
     text-decoration: none;
     transition: all 0.6s;
 }
 
 .button-send-formulario a button:hover {
     box-shadow: 30px 20px 30px rgba(0, 0, 0, 0.3);
     transition: all 0.6s;
     transform: scale(1.1);
 }
 
 .text {
     font-weight: 400;
     color: #fff;
     display: flex;
     justify-content: space-between;
 }
 
 #paragrafo {
     width: 20%;
     margin: 2% 10% 0 0;
     /* align-content: center; */
 }
 
 #paragrafo article {
     display: flex;
     margin-top: 20px;
 }
 
 .content-middle {
     display: flex;
     margin-bottom: 50px;
 }
 
 .block-transp {
     display: flex;
     flex-wrap: wrap;
     text-align: center;
     position: relative;
     padding: 5px;
     background: rgba(225, 225, 225, 0.3);
     max-width: 400px;
 }
 
 .block-transp p,
 .block-transp a {
     width: 100%;
     color: #fff;
     padding: 10px 0;
 }
 
 .itens-center {
     width: 100%;
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
 }
 
 .div-video {
     display: flex;
     justify-content: center;
     flex-direction: column;
     align-items: center;
 }
 
 .inf-form-contato {
     margin-top: 25px;
 }
 
 /* #region 1280px  */
 @media (max-width: 1280px) {
     #paragrafo {
          margin: 2% 10% 0 0;
     }
 }
 /* #endregion */
 /* #region 1200px  */
 @media (max-width: 1200px) {
     .flex-container {
     }
     .flex-container .menu {
          justify-content: center;
     }
 
     .flex-container .menu .pictures {
          margin: 20px auto;
     }
 
     footer {
          margin-bottom: 30px;
     }
 }
 /* #endregion; */
 
 /* #region 992px */
 @media (max-width: 992px) {
     header .flex-container {
     }
     header .flex-container .menu {
     }
 
     .content-middle {
          flex-direction: column;
          width: 100%;
          align-items: center;
     }
     #paragrafo {
          width: 100%;
          margin: 0;
     }
     .div-video {
          margin-top: 40px;
     }

     video {
        margin-top: 15px;
     }
 
     footer .flex-container .itens-center {
          margin-bottom: 30px;
     }
 }
 /* #endregion */
 
 /* #region 768px */
 @media (max-width: 768px) {
     header .flex-container {
     }
     header .flex-container .menu {
     }
 
     .body .content-middle video {
          width: 100%;
          height: auto;
     }
 
     footer .flex-container .itens-center {
     }
 }
 /* #endregion */
 
 /* #region 500px */
 @media (max-width: 500px) {
     header .flex-container {
     }
     header .flex-container .menu {
     }
 
     header .flex-container .menu .logos-left {
          width: 100%;
          flex-wrap: initial;
          justify-content: space-around;
     }
     header .flex-container .menu .logos-left img {
          max-width: 100%;
          width: 100%;
     }
 
     header .flex-container .menu .logos-left .center-educ-cont {
          display: flex;
          align-items: center;
     }
     header .flex-container .menu .logos-left .center-educ-cont h1 {
          font-size: 20px;
     }
 
     header .flex-container .menu .pictures {
          width: 100%;
     }
     header .flex-container .menu .pictures img {
          max-width: 75%;
     }
 
     .body .content-middle video {
          width: 100%;
          height: auto;
     }
 
     footer .flex-container .itens-center {
     }
 }
 /* #endregion */
 /* #region 400px */
 @media (max-width: 400px) {
     .center-educ-cont {
          padding: 0;
     }
     .logos-left a {
          width: 50%;
     }
 }
 /* #endregion */
 /* #region 360px */
 @media (max-width: 360px) {
     header .flex-container .menu .logos-left .center-educ-cont h1 {
          font-size: 18px;
     }
     .block-transp {
          max-width: 250px;
     }
     .block-transp .mail {
          word-break: break-all;
     }
 }
 /* #endregion */
 
 @media (min-width: 1600px) {
     video {
          width: 720px;
     }
     #paragrafo {
          margin: 4% 10% 0 0;
     }
 }
 