@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
@font-face {
  font-family: "DINPro";
  src: url("/asset/style/font/DINPro.otf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "DINPro-medium";
  src: url("/asset/style/font/DINPro-medium.otf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "DINPro-bold";
  src: url("/asset/style/font/DINPro-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
}
* {
  margin: 0;
  box-sizing: border-box;
}

.contenedor {
  width: 90%;
  max-width: 1396px;
  margin: 0 auto;
  overflow: hidden;
}
.BackRo{
  background-image: url("../../img/FotografiasAntes/fondo1.png") !important;
  background-size: 100% 100% !important;
  height: 336px !important;
  margin-bottom: 0 !important;
}

.whatsapp_contacto {
  position: fixed;
  bottom: 30px;
  right: 50px;
  cursor: pointer;
  z-index: 1000;
  transition: transform 0.3s;
}
.whatsapp_contacto:hover {
  transform: scale(1.1);
}

.after::after {
  display: block;
  content: "";
  width: 72px;
  height: 4px;
  background-color: #99B9D1;
  margin-top: 15px;
}

.center::after {
  display: block;
  content: "";
  width: 20%;
  margin: 15px auto;
  height: 4px;
  background-color: #99B9D1;
}

@media screen and (max-width: 768px) {
  .whatsapp_contacto {
    position: fixed;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    z-index: 1000;
    transition: transform 0.3s;
  }
  .whatsapp_contacto img {
    width: 80%;
    height: 80%;
  }
  .whatsapp_contacto:hover {
    transform: scale(1.1);
  }
}
.header_contacto {
  background-image: url(../../img/contacto/header_img.webp);
  height: 368px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 80px;
}


.header_contacto::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-color: #00557E;
}
.header_contacto .header_titulo {
  position: relative;
  color: #ffffff;
  z-index: 10;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.header_contacto .header_titulo p {
  font-size: 65px;
  font-family: "DINPro-bold";
}
.header_contacto .contacto_rectangles {
  width: 100vw;
  overflow: hidden;
}
.header_contacto .contacto_rectangles img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

.contacto_wps {
  height: 750px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1000;
}
.contacto_wps .contacto_card {
  width: 50vw;
  height: 592px;
  box-shadow: 0px 0px 10px #1408081a;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  border-radius: 10px;
  background-color: #ffffff;
}
@media screen and (max-width: 1440px) {
  .contacto_wps .contacto_card {
    width: 60vw;
  }
}
@media screen and (max-width: 1024px) {
  .contacto_wps .contacto_card {
    width: 80vw;
  }
}
.contacto_wps .contacto_card figure {
  height: 80px;
  width: 80px;
}
.contacto_wps .contacto_card figure img {
  height: 100%;
  width: 100%;
}
.contacto_wps .contacto_card .contacto_text {
  text-align: center;
  font-family: "DINPro-bold";
  font-size: 24px;
  width: 90%;
}
.contacto_wps .contacto_card .contacto_text p {
  color: #878787;
}
.contacto_wps .contacto_card .contacto_input {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contacto_wps .contacto_card .contacto_input .error{
  color: red;
  display: none;
}
.contacto_wps .contacto_card .contacto_input h2 {
  display: flex;
  align-items: flex-start;
  width: 90%;
  font-family: "DINPro-medium";
  font-size: 20px;
  margin-bottom: 15px;
}
.borderError{
  border: solid 2px red;
}
.contacto_wps .contacto_card .contacto_input textarea {
  width: 90%;
  border: 1px solid #838a8f;
  border-radius: 5px;
  resize: none;
  padding: 10px;
  font-family: "Roboto", "sans-serif";
  font-size: 16pxpx;
}
.contacto_wps .contacto_card .btn_enviar {
  width: 280px;
  height: 70px;
  background: transparent linear-gradient(157deg, #2AED64 0%, #02D447 100%) 0% 0% no-repeat padding-box;
  border-radius: 50px;
}
.contacto_wps .contacto_card .btn_enviar button {
  background-color: transparent;
  border: none;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", "sans-serif";
  color: #ffffff;
  font-size: 20px;
}

.contacto_estamos {
  margin-top: -150px;
  height: 750px;
  width: 100%;
}
.contacto_estamos .contacto_separador {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.contacto_estamos .contacto_separador div {
  position: relative;
}
.contacto_estamos .contacto_separador div img {
  width: 100%;
}
.contacto_estamos .contacto_separador .contacto_titulo {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 20%;
  z-index: 100;
  color: #ffffff;
}
.contacto_estamos .contacto_separador .contacto_titulo h1 {
  font-family: "DINPro-bold";
  font-size: 40px;
}
.contacto_estamos .contacto_separador .contacto_titulo p {
  font-family: "DINPro-medium";
  font-size: 24px;
}

.ubicacion_consultorios {
  height: 1300px;
  margin-top: -300px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  padding-bottom: 90px;
}
.ubicacion_consultorios .contenedor_ubicacion {
  height: 50%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.ubicacion_consultorios .contenedor_ubicacion .ubicacion_titulo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  overflow: hidden;
}
.ubicacion_consultorios .contenedor_ubicacion .ubicacion_titulo .recta {
  width: 40%;
}
.ubicacion_consultorios .contenedor_ubicacion .ubicacion_titulo .recta img {
  width: 100%;
}
.ubicacion_consultorios .contenedor_ubicacion .ubicacion_titulo h1 {
  font-family: "DINPro-bold";
  color: #00557E;
  font-size: 28px;
}
.ubicacion_consultorios .contenedor_ubicacion .direccion_wp {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.ubicacion_consultorios .contenedor_ubicacion .direccion_wp div {
  display: flex;
  gap: 0.5em;
  margin-right: 20px;
}
.ubicacion_consultorios .contenedor_ubicacion .direccion_wp div p {
  font-family: "DINPro-medium";
  font-family: 20px;
}
.ubicacion_consultorios .contenedor_ubicacion .mapa_1 {
  width: 100%;
}
.ubicacion_consultorios .contenedor_ubicacion .mapa_1 iframe {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .contacto_estamos {
    margin-top: -110px;
    height: 550px;
    width: 100%;
  }
  .contacto_estamos .contacto_separador {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
  .contacto_estamos .contacto_separador div {
    position: relative;
  }
  .contacto_estamos .contacto_separador div img {
    width: 100%;
  }
  .contacto_estamos .contacto_separador .contacto_titulo {
    position: absolute;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 5%;
  }
  .contacto_estamos .contacto_separador .contacto_titulo h1 {
    font-family: "DINPro-bold";
    font-size: 28px;
  }
  .contacto_estamos .contacto_separador .contacto_titulo p {
    font-family: "DINPro-medium";
    font-size: 20px;
  }
}