/*===================*/
/* main */
/*===================*/
._main-backgroundMain {
    background-color: #ffffffbf;
    background-blend-mode: color;
}

._main-titulo3 {
    width: 100%;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    color: #0E3055;
}

._main-titulo4{
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    color: #6ec1e4;
}

._main-textos {
    color: #333;
}

/*===================*/
/* servicio */
/*===================*/
._main-contImgServicios {
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 4px 4px 4px #00000073;
}

._main-imgServicios {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

/*===================*/
/* clinica */
/*===================*/
._main-ContImgClinica {
    width: 100%;
    margin: 0px;
}

._main-imgClinica{
    width: 100%;
    height: auto;
}

/*===================*/
/* doctor rentaro */
/*===================*/
._main-imgDoctorRenato{
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 4px 4px 4px #0000004a;
}

/*========================*/
/* componente formulario contacto*/
/*========================*/
.wpcf7-form {
  width: 100%;
  margin: auto;
}
@media (max-width: 991px) {
  .wpcf7-form {
    width: 90%;
  }
}

.wpcf7-form p label {
  color: #333;
  width: 100%;
  margin-bottom: 10px;
}

.wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
  display: block;
}

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap select {
  width: 100%;
  margin-top: 5px;
  height: 38px;
  border-radius: 5px;
  border: 1px solid #333;
  padding-left: 10px;
}
.wpcf7-form-control-wrap input:focus-visible,
.wpcf7-form-control-wrap select:focus-visible {
  border: 1px solid #333;
}

.wpcf7-form-control-wrap textarea {
  width: 100%;
  margin-top: 5px;
  border-radius: 5px;
  border: 1px solid #333;
}

.wpcf7-submit {
  background-color: #35bab1;
  border-color: #fff;
  height: 38px;
  width: 100%;
  outline: none;
  border: none;
  border-radius: 5px;
  color: #fff;
  transition: 0.3s all;
  margin-top: 20px;
}
.wpcf7-submit:hover {
  background-color: #31a099;
}

.cfm-ifrmaeMapa {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .cfm-ifrmaeMapa {
    height: 400px;
  }
}