@font-face {
  font-family: Unica-Light;
  src: url(../fonts/unicapro-light.ttf);
}
@font-face {
  font-family: Unica-Thin;
  src: url(../fonts/unicapro-thin.ttf);
}
@font-face {
  font-family: Unica-Regular;
  src: url(../fonts/unicapro-regular.ttf);
}
@font-face {
  font-family: Unica-Medium;
  src: url(../fonts/unicapro-medium.ttf);
}
@font-face {
  font-family: Unica-Bold;
  src: url(../fonts/unicapro-bold.ttf);
}
@font-face {
  font-family: Unica-Black;
  src: url(../fonts/unicapro-black.ttf);
}
main header .homeNav {
  text-decoration: underline;
}
main header .homeNav a {
  font-family: Unica-Medium !important;
}
main .headerHome {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
}
main .headerHome .menu_m {
  margin-bottom: 20px;
}
main .headerHome .wp_m {
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 1023px) {
  main .headerHome .navWp {
    display: block !important;
  }
}
main .heroImg {
  background-image: url("../img/demo/hero-img.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
main .heroImg .heroTitular {
  font-family: Unica-Regular;
  font-weight: 100;
  font-size: calc(3rem + 1vw);
  width: 85vw;
  color: #000;
}
main .heroImg .heroForm {
  width: 85vw;
}
@media screen and (max-width: 1023px) {
  main .heroImg .heroForm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
main .heroImg .heroForm select, main .heroImg .heroForm input[type=text] {
  background-color: #fff;
  width: 15vw;
  height: 41px;
  font-family: Unica-Regular;
  font-size: 0.9rem;
  border: solid 1px #000;
  color: #000;
  border-radius: 5px;
  padding: 0 20px;
  outline: none;
  margin-right: 10px;
  transition: 0.2s ease;
}
main .heroImg .heroForm select:hover, main .heroImg .heroForm select:focus, main .heroImg .heroForm input[type=text]:hover, main .heroImg .heroForm input[type=text]:focus {
  border: solid 1px #0033A0;
}
@media screen and (max-width: 1023px) {
  main .heroImg .heroForm select, main .heroImg .heroForm input[type=text] {
    margin-right: 0;
    width: 100%;
    margin-bottom: 15px;
  }
}
main .heroImg .heroForm input[type=text] {
  width: 25vw;
}
@media screen and (max-width: 1023px) {
  main .heroImg .heroForm input[type=text] {
    width: 75%;
  }
}
main .heroImg .heroForm .btnBuscar {
  background-color: #0033A0;
  color: #fff;
  border: none;
  outline: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.5);
  margin-left: 10px;
  cursor: pointer;
  transition: 0.2s ease;
}
main .heroImg .heroForm .btnBuscar:hover {
  background-color: #fff;
  color: #0033A0;
}
main .heroImg .detalleTextoHero, main .heroImg .goDown {
  position: absolute;
  bottom: 2vw;
  font-family: Unica-Medium;
  color: #000;
  font-size: 1rem;
}
@media screen and (max-width: 1023px) {
  main .heroImg .detalleTextoHero, main .heroImg .goDown {
    display: none;
  }
}
main .heroImg .detalleTextoHero {
  left: 7.5vw;
}
main .heroImg .goDown {
  right: 5vw;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  animation: bounce 1.5s infinite;
  transform-origin: center bottom;
}
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
    transform-style: preserve-3d;
  }
  40%, 43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
    transform-style: preserve-3d;
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
    transform-style: preserve-3d;
  }
  90% {
    transform: translate3d(0, -4px, 0);
    transform-style: preserve-3d;
  }
}
main .heroImg .goDown:hover, main .heroImg .goDown:focus {
  animation: none;
}
main .destacados {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 7vmax 0;
}
main .destacados .destacadosTitularContenedor {
  width: 85vw;
}
main .destacados .destacadosTitularContenedor h2 {
  margin: 0 0 5px 0;
}
main .destacados .destacadosTitularContenedor h6 {
  font-family: Unica-Thin;
  font-size: 1.25rem;
  color: #000;
  margin: 0;
}
main .destacados .destacadosSliderContenedor {
  width: 85vw;
  margin-top: 2vmax;
  position: relative;
}
@media screen and (max-width: 850px) {
  main .destacados .destacadosSliderContenedor {
    width: 100%;
  }
  main .destacados .destacadosSliderContenedor .slick-slide {
    margin: 0 1vmax;
  }
  main .destacados .destacadosSliderContenedor .sliderDiapoContenedor {
    padding-right: 0;
  }
}
main .destacados .destacadosSliderContenedor .sliderContenedor {
  width: 100%;
}
main .destacados .destacadosSliderContenedor .sliderContenedor .sliderDiapoContenedor {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: Unica-Medium;
  font-size: 1rem;
  color: #000;
  padding: 1.5vmax 0;
  padding-right: 2vmax;
  outline: none;
}
main .destacados .destacadosSliderContenedor .sliderContenedor .sliderDiapoContenedor .sliderImg {
  width: 100%;
  height: 40vw;
  padding: 3vmax;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.2s ease;
  margin-bottom: 3vmax;
  border-radius: 5px;
}
@media screen and (max-width: 850px) {
  main .destacados .destacadosSliderContenedor .sliderContenedor .sliderDiapoContenedor .sliderImg {
    height: 50vw;
  }
}
main .destacados .destacadosSliderContenedor .sliderContenedor .sliderDiapoContenedor .sliderImg:hover {
  filter: grayscale(1);
}
main .destacados .destacadosSliderContenedor .sliderContenedor .sliderDiapoContenedor .sliderImg:hover a, main .destacados .destacadosSliderContenedor .sliderContenedor .sliderDiapoContenedor .sliderImg:hover span {
  visibility: initial;
}
main .destacados .destacadosSliderContenedor .sliderContenedor .sliderDiapoContenedor .sliderImg a, main .destacados .destacadosSliderContenedor .sliderContenedor .sliderDiapoContenedor .sliderImg span {
  color: #fff;
  font-family: Unica-Light;
  font-size: 1.3rem;
  visibility: hidden;
}
main .destacados .destacadosSliderContenedor .SliderPrevArrow, main .destacados .destacadosSliderContenedor .SliderNextArrow {
  background-color: transparent;
  border: none;
  outline: none;
  position: absolute;
  bottom: 10px;
  cursor: pointer;
}
@media screen and (max-width: 850px) {
  main .destacados .destacadosSliderContenedor .SliderPrevArrow, main .destacados .destacadosSliderContenedor .SliderNextArrow {
    display: none;
  }
}
main .destacados .destacadosSliderContenedor .SliderPrevArrow {
  left: 0;
}
main .destacados .destacadosSliderContenedor .SliderNextArrow {
  right: 10px;
}
main .nosotros {
  /* NOSOTROS */
  background-color: #727272;
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .nosotros .upsideImg {
  width: 100%;
}
main .nosotros .textoContenedor {
  margin-top: 8vmax;
  width: 85vw;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  main .nosotros .textoContenedor {
    flex-direction: column;
  }
}
main .nosotros .textoContenedor .nosotrosTitular {
  color: #fff;
  margin: 0 0 5px 0;
  font-family: Unica-Light;
}
main .nosotros .textoContenedor h6 {
  font-family: Unica-Light;
  font-weight: 100;
  font-size: 1.25rem;
  color: #fff;
  margin: 0;
}
main .nosotros .textoContenedor p {
  font-family: Unica-Light;
  font-size: 1rem;
  color: #fff;
  width: 48%;
  margin: 0;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  main .nosotros .textoContenedor p {
    margin-top: 30px;
    width: 100%;
  }
}
main .nosotros .nosotrosIconosContenedor {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 85vw;
  margin: 8vmax 0;
}
@media screen and (max-width: 1023px) {
  main .nosotros .nosotrosIconosContenedor {
    justify-content: space-evenly;
  }
}
main .nosotros .nosotrosIconosContenedor .nosotrosIcono {
  border: solid 1px #fff;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 17vw;
  height: 17vw;
  padding: 20px;
  margin: 10px;
  transition: 0.2s ease;
}
@media screen and (max-width: 1023px) {
  main .nosotros .nosotrosIconosContenedor .nosotrosIcono {
    width: 220px;
    height: 220px;
  }
}
main .nosotros .nosotrosIconosContenedor .nosotrosIcono:hover {
  background-color: #0033A0;
  border: none;
}
main .nosotros .nosotrosIconosContenedor .nosotrosIcono a {
  color: #fff;
  font-family: Unica-Light;
  align-self: flex-start;
}
main .nosotros .nosotrosIconosContenedor .nosotrosIcono .icono {
  margin: 10px;
  width: 35%;
}
@media screen and (max-width: 1023px) {
  main .nosotros .nosotrosIconosContenedor .nosotrosIcono .icono {
    width: auto;
  }
}
main .nosotros .nosotrosIconosContenedor .nosotrosIcono span {
  color: #fff;
  font-family: Unica-Light;
}
main .contacto {
  /* CONTACTO */
  display: flex;
}
@media screen and (max-width: 1023px) {
  main .contacto {
    flex-direction: column;
  }
}
main .contacto .mitad {
  flex: 1;
  padding: 7vmax;
}
main .contacto .mitad:first-child {
  background-color: #0033A0;
}
main .contacto .contactanos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 750px) {
  main .contacto .contactanos {
    flex-direction: column;
  }
}
main .contacto .contactanos .contactoLocation {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
}
main .contacto .contactanos .contactoLocation .contactoTitular {
  color: #fff;
  font-family: Unica-Light;
}
main .contacto .contactanos .contactoLocation img {
  border-radius: 10px;
}
main .contacto .contactanos .contactoLocation p {
  color: #fff;
  font-family: Unica-Light;
  font-size: 1rem;
  line-height: 1.5;
}
main .contacto .contactanos .contactoLocation p a {
  color: #fff;
  text-decoration: none;
}
main .contacto .contactanos .contactoInfo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 750px) {
  main .contacto .contactanos .contactoInfo {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
main .contacto .contactanos .contactoInfo p {
  color: #fff;
  font-family: Unica-Light;
  font-size: 1rem;
  line-height: 1.5;
}
main .contacto .contactanos .contactoInfo p a {
  color: #fff;
  text-decoration: none;
}
main .contacto .contactanos .contactoInfo p a[target=_blank] {
  text-decoration: underline;
}
main .contacto .contactoForm {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
main .contacto .contactoForm input {
  font-family: Unica-Light;
  border: none;
  outline: none;
  border-bottom: solid 1px #ccc;
  padding: 10px 0;
  font-size: 1rem;
  margin-bottom: 2vmax;
  width: 100%;
  transition: 0.2s ease;
  color: #000;
}
@media screen and (max-width: 1023px) {
  main .contacto .contactoForm input {
    margin-bottom: 4vmax;
  }
}
main .contacto .contactoForm input:hover, main .contacto .contactoForm input:focus {
  border-bottom: solid 1px #0033A0;
  width: 102%;
}
main .contacto .contactoForm input:hover::placeholder, main .contacto .contactoForm input:focus::placeholder {
  color: #0033A0;
}
main .contacto .contactoForm input::placeholder {
  color: #727272;
  font-family: Unica-Medium;
}
main .contacto .contactoForm .contactoBtnContenedor {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 2vmax;
}
@media screen and (max-width: 750px) {
  main .contacto .contactoForm .contactoBtnContenedor {
    flex-direction: column;
  }
}
main .contacto .contactoForm .contactoBtnContenedor span {
  font-family: Unica-Light;
  color: #727272;
}
@media screen and (max-width: 750px) {
  main .contacto .contactoForm .contactoBtnContenedor span {
    order: 2;
    margin-top: 20px;
  }
}
main .contacto .contactoForm .contactoBtnContenedor button {
  border: none;
  outline: none;
  font-family: Unica-Light;
  font-size: 1rem;
  border-radius: 5px;
  padding: 15px 70px;
  background-color: #0033A0;
  color: #fff;
  cursor: pointer;
  transition: 0.2s ease;
}
main .contacto .contactoForm .contactoBtnContenedor button:hover {
  background-color: #fff;
  border: solid 1px #0033A0;
  color: #0033A0;
}
@media screen and (max-width: 750px) {
  main .contacto .contactoForm .contactoBtnContenedor button {
    order: 1;
  }
}

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