body {
  background-color: #0a255c;
  margin: 0;
}

.content {
  width: 1500px;
  margin: auto;
  height: 920px;
  display: flex;
  padding-left: 30px;
  padding-right: 30px;
}

.contentImg {
  width: 50%;
  height: 100%;
  background-image: url("../img/persona.png");
  background-size: cover;
  background-position: center right;
}
.info {
  width: 50%;
  height: 100%;
}

.title h3 {
  font-family: "Poppins", sans-serif;
  font-size: 3.7em;
  text-align: center;
  color: #fff;
  font-weight: 800;
  background-image: url("../img/linea.png");
  margin-bottom: 0;
}

.title p {
  font-family: "Poppins", sans-serif;
  font-size: 1em;
  text-align: right;
  color: #fff;
  font-weight: 500;
  line-height: 31px;
}

.titleContacto h3 {
  text-align: right !important;
  font-family: "Poppins", sans-serif;
  font-size: 3.4em;
  text-align: center;
  color: #fff;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 8px;
}

.contactos h3:before {
  content: "";
  height: 30px;
  width: 140px;
  background-image: url("../img/celular.png");
  position: relative;
  padding: 8px 15px;
  background-size: contain !important;
  background-position: center;
  background-repeat: no-repeat !important;
  margin-right: 10px !important;
}
.correos h3:before {
  content: "";
  height: 30px;
  width: 140px;
  background-image: url("../img/correo.png");
  position: relative;
  padding: 8px 15px;
  background-size: contain !important;
  background-position: center;
  background-repeat: no-repeat !important;
  margin-right: 10px !important;
}

.correos {
  padding-top: 20px;
}
.direccion h3:before {
  content: "";
  height: 30px;
  width: 140px;
  background-image: url("../img/ubicacion.png");
  position: relative;
  padding: 8px 15px;
  background-size: contain !important;
  background-position: center;
  background-repeat: no-repeat !important;
  margin-right: 10px !important;
}
.direccion {
  padding-top: 20px;
}
.subtitle {
  text-align: end !important;
  font-family: "Poppins", sans-serif;
  font-size: 1.4em;
  color: #f7bf27;
  font-weight: 800;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 8px;
}

a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #f7bf27;
  text-decoration: none;
}

.item p {
  font-family: "Poppins", sans-serif;
  font-size: 1.7em;
  text-align: end !important;
  color: #fff;
  font-weight: 500;
  text-decoration: none !important;
  line-height: 0;
}
.item {
  display: flex;
  justify-content: end;
  flex-direction: column;
  align-items: flex-end;
  line-height: 12px;
}

.item.phones {
  display: flex;
  gap: 7px;
  flex-direction: row !important;
}

.item.ubica p {
  font-family: "Poppins", sans-serif;
  font-size: 1.7em;
  text-align: end !important;
  color: #fff;
  font-weight: 500;
  text-decoration: none !important;
  line-height: 30px !important;
  width: 89%;
  margin-top: 0;
}

.logo {
  height: 100px;
  width: 300px;
  background-image: url("../img/Logo.png");
  background-size: cover;
  background-position: center right;
  margin-top: 30px;
  position: absolute;
}

.textMobile {
  display: none;
}

@media (max-width: 768px) {
  .contentImg {
    display: none;
  }
  .content {
    width: 100%;
    margin: auto;
    height: 100%;
    display: flex;
    padding-left: 0px !important;
    padding-right: 0px !important;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .title h3 {
    font-family: "Poppins", sans-serif;
    font-size: 2em !important;
  }

  .title p {
    display: none !important ;
  }
  .titleContacto h3 {
    text-align: center !important;
    font-family: "Poppins", sans-serif;
    font-size: 1.8em;
    color: #fff;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 8px;
  }

  .subtitle {
    text-align: center !important;
    font-size: 1.2em;
  }
  .item.phones {
    display: flex;
    gap: 7px;
    flex-direction: row !important;
    justify-content: center;
  }
  .item {
    display: flex;
    justify-content: end;
    flex-direction: column;
    align-items: center;
    line-height: 12px;
  }
  .item p {
    font-size: 1.1em !important;
  }
  .item.ubica p {
    font-family: "Poppins", sans-serif;
    font-size: 1.7em;
    text-align: center !important;
    color: #fff;
    font-weight: 500;
    text-decoration: none !important;
    line-height: 30px !important;
    width: 89%;
    margin-top: 0;
  }
  .info {
    width: 500px;
    height: 100%;
  }

  .textMobile {
    display: block !important;
    font-family: "Poppins", sans-serif;
    font-size: 1em;
    text-align: center;
    color: #fff;
    font-weight: 500;
    line-height: 20px;
    padding-bottom: 25px;
    padding-top: 25px;
  }

  .logo {
    
    background-position: center !important;
    margin-top: 20px;
    position: relative;
  }
  
}

@media (max-width: 570px) {
  .info {
    width: 90%;
    height: 100%;
    
  }
}

@media (max-width: 480px) {
  .title h3 {
    font-family: "Poppins", sans-serif;
    font-size: 1.4em !important;
  }

  .titleContacto h3 {
    font-size: 1.2em;
  }
  .item p {
    font-size: 1em !important;
  }

  .logo {
    height: 80px !important;
    width: 280px;
    position: relative;
    background-position: center !important;
  }
}
