#contactHome {
  height: 80px;
  background-image: none;
}

.homeCard3 {
  /* margin-right: auto;
  margin-left: auto; */
  display: flex;
  background-color: white;
  padding-bottom: 10px;
  padding-top: 10px;
}

.homeCardLeft {
  flex: 1;
  /* padding-bottom: 40px; */
}

.textTopHomeCard3 {
  margin-left: 100px;
  font-size: 40px;
  margin-top: 50px;
  color: rgb(87, 166, 219);
}

.texts {
  width: 100%;
  padding-left: 120px;
  margin-left: -18px;
}

.textPhone {
  font-size: 22px;
  margin-top: 20px;
  color: rgb(87, 166, 219);
}

.TextNumber {
  text-align: center;
  font-size: 15px;
  margin-top: 40px;
}

/* ********************************************************************************* */
.homeCardRight {
  display: flex;
  flex: 1;
  position: relative;
}

.textHomeCard4 {
  width: 72%;
  margin-top: 90px;
  margin-left: 70px;
  font-size: 17px;
  word-break: keep-all;
  line-height: 1.9;
  text-align: justify;
}

.textHomeCard4 a {
  text-decoration: none;
}
/************************************************************************/
@media screen and (max-width: 1300px) {
  iframe {
    margin-right: 0% !important;
  }
  .containerForm {
    margin-left: 0% !important;
  }
}

@media screen and (max-width: 950px) {
  #contactHome {
    display: block;
    height: 50px;
    background-color: white;
   
  }
  .homeCard3 {
    flex-direction: column;
    height: auto;
  }
  .textTopHomeCard3 {
    text-align: center;
  }
  .homeCardRight {
    text-align: center;
    margin-left: -20px;
    margin-top: -80px;
    flex: auto;
  }
  .textTopHomeCard3 {
    margin-left: auto;
  }

  iframe {
    width: 100%;
  }

  .containerForm {
    width: 100% !important;
  }
}
@media screen and (max-width: 600px) {
  #contactHome {
    display: block;
    height: 50px;
    background-color: white;
  }

  form {
    margin-left: 2% !important;
  }

  input {
    width: 150px !important;
  }
  .subject {
    width: 325px !important;
  }
  textarea {
    width: 325px !important;
  }
  .file {
    width: 325px !important;
  }
  .textInput {
    width: 325px !important;
    text-align: center;
  }
  .containerForm {
    margin-left: 0% !important;
  }
}

/* ************************************************************************ */
.containerForm {
  width: 75%;
  /* margin-right: auto; */
  margin-left: 100px;
  display: flex;
  flex-direction: column;
  background-color:  rgb(10, 75, 105);
}
form {
  margin-right: auto;
  margin-left: auto;
}

.textForm {
  text-align: center;
  margin-top: 20px;
  color: white;
  padding-bottom: 10px;
  font-size: 15px;
}
/* *************************************************** */
fieldset {
  border: none;
}
input {
  width: 248px;
  font-size: 10px;
  display: block;
  padding: 5px;
  border-radius: 5px;
  color:black;
  border: 1px solid #f8f9fb;
  background-color:white;
}
.divFlex {
  display: flex;
  flex-direction: row;
}
.subject {
  width: 520px;
}
textarea {
  width: 520px;
  height: 100px;
  font-size: 10px;
  display: block;
  padding: 12px;
  border-radius: 10px;
  color: black;
  border: 1px solid #f8f9fb;
  background-color: white;
}

.file {
  width: 520px;
  display: flex;
  cursor: pointer;
}

.textInput {
  width: 510px;
  font-size: 13px;
  padding-bottom: 5px;
  color:white;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.divSybmit {
  border: none;
}
button {
  width: 70px;
  height: 25px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  /* display: grid;
  outline: none;
  margin: auto; */

  /* justify-content: center;
  align-items: center; */
  border-radius: 50px;
  background-color:black;
  color:white;
  border: none;
  font-style: oblique;
  font-weight: bold;
  /* box-shadow: 1px 1px 15px #72bef0; */
  cursor: pointer;
  font-size: 13px;
}
