/**FUENTES*/
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@200;300;400&display=swap");
/*Propiedades de pagina*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*Body*/
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

h1,
h2 {
  font-family: "Barlow Condensed", sans-serif;
}

html,
body {
  height: 90%;
  scroll-behavior: smooth;
}

.scroll {
  overflow-y: hidden;
  overflow-x: hidden;
}

/*Imagen centrada*/
.hero {
  width: 100%;
  height: 90.38vh;
  background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5)), url("../assets/img/9.jpg");
  background-position: center 20%;
  background-size: cover;
  background-attachment: fixed;
  z-index: 999;
}
.hero .texto_contenedor .hero_contenido_titulo {
  line-height: 0.9;
  font-size: 3.4rem;
  letter-spacing: -1px;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}

.nav-item a {
  color: #282828;
  font-size: 20px;
  font-family: "Quicksand", sans-serif;
  transition: 0.3s;
}

header {
  z-index: 999;
}

/*Galeria*/
img {
  max-width: 100%;
}

.gallery {
  padding: 10px 0;
}
.gallery img {
  background-color: #ffffff;
  padding: 15px;
  width: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

#gallery-modal .modal-img {
  width: 100%;
}

.item:hover {
  transition: 0.5s ease-in-out;
  filter: brightness(80%);
}

/*Sobre mi*/
.container_all {
  background: url(../assets/img/fotopersonal.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}

/*Contacto*/
.footer_contacto {
  padding: 0;
}

.contactanos {
  max-width: 100vh;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.5rem;
}
.contactanos .contact-grap {
  display: grid;
  grid-template-columns: 2fr 1fr;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.6);
}
.contactanos .contact-grap .contact-form h2 {
  text-align: center;
}
.contactanos .contact-grap .contact-form .block {
  grid-column: 1/3;
}

.contact-form form p {
  margin: 0;
  padding: 2em;
}
.contact-form form button,
.contact-form form input,
.contact-form form textarea {
  width: 100%;
  padding: 0.7em;
  border: none;
  background: none;
  border-bottom: 1px solid #ff60a8;
  outline: none;
}
.contact-form form button {
  background: #fa86ca;
  border: 0;
  text-transform: uppercase;
  padding: 1em;
}
.contact-form form button:hover, .contact-form form button:focus {
  background: #ff60a8;
  color: #fff;
  transition: background-color 2s;
}

.contact-info {
  background: #fa86ca;
}
.contact-info h2,
.contact-info ul,
.contact-info p {
  text-align: center;
}
.contact-info ul {
  list-style: none;
  padding: 0;
}
.contact-info ul li {
  padding: 0.8em;
}

.info {
  margin-top: 1rem;
}

/*footer*/
footer {
  padding: 60px;
}
footer .contenedor_footer {
  display: flex;
  flex-direction: column;
}
footer .titulo-seccion {
  color: #fff;
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  font-weight: 300;
}

.redes-sociales {
  padding: 20px 10px;
  display: flex;
  justify-content: center;
}
.redes-sociales .face {
  font-size: 38px;
}
.redes-sociales i {
  font-size: 40px;
  color: #fff;
  padding: 0 10px;
}

.copy {
  text-align: center;
  font-size: 1.1rem;
}

i.fab:hover {
  font-size: 50px;
  transition: 0.8s;
}

/*MediasQuery*/
@media only screen and (max-width: 600px) {
  .navbar-brand img {
    height: 60px;
  }

  /** Header, NAV*/
  .header {
    height: 50px;
  }

  .lead {
    font-size: 1rem;
    font-weight: 300;
  }

  /**SERVICIOS*/
  .container-all iframe {
    display: none;
  }

  /**Sobre mi*/
  .container-all img {
    display: none;
  }

  /**Galeria*/
  .gallery {
    padding: 60px 0;
  }

  /**Footer*/
  footer.contenedor_footer {
    padding-top: 40px;
  }

  footer {
    padding: 0;
    text-align: center;
  }

  /**CONTACTO*/
  .contact-grap {
    grid-template-columns: 1fr;
  }

  .contact-info {
    display: none;
  }

  .contactanos .contact-grap {
    grid-template-columns: none;
    padding: 1em;
    margin-top: 3.5rem;
    max-width: 38vh;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-form form p {
    margin: 0;
    padding: 1em;
  }
}
@media only screen and (max-width: 768px) {
  nav {
    z-index: 999;
  }

  i.fa-caret-left,
i.fa-caret-right {
    font-size: 2em;
  }

  .hero {
    height: 93.7vh;
    background-position: center 20%;
  }

  iframe {
    width: "460";
    height: "315";
  }

  .contactanos .contact-grap {
    margin-top: 3.5rem;
    max-width: 70vh;
    margin-left: auto;
    margin-right: auto;
  }
}
/*Map-Get*/
/*Variables*/
/*Each,Map*/
.fa-f {
  color: #3b5998 !important;
}

.fa-y {
  color: #c4302b !important;
}

.fa-i {
  color: #e1306c !important;
}

/*Map-Get*/
.new_1 {
  color: #c4302b !important;
}

.new_2 {
  color: #e1306c !important;
}

.new_3 {
  color: #3b5998 !important;
}

/*# sourceMappingURL=main.css.map */
