@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xKydSBYKcSV-LCoeQqfX1RYOo3i94_wlxdr.ttf)
    format("truetype");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdr.ttf)
    format("truetype");
}

@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@600;700&display=swap");

/*
@font-face {
  font-family: "Suisseintl Light";
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/suisseintl-light.woff2);
}
*/

@font-face {
  font-family: suisseintl;
  src: url(../fonts/suisseintl-regular.woff2) format("woff2"),
    url(../fonts/suisseintl-regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: suisseintl;
  src: url(../fonts/suisseintl-light.woff2) format("woff2"),
    url(../fonts/suisseintl-light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: suisseintl;
  src: url(../fonts/suisseintl-medium.woff2) format("woff2"),
    url(../fonts/suisseintl-medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: suisseintl;
  src: url(../fonts/suisseintl-thin.woff2) format("woff2"),
    url(../fonts/suisseintl-thin.woff) format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "bradhitc";
  src: url("../fonts/bradhitc.ttf");
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  /*font-weight: 300;*/
  -webkit-font-smoothing: antialiased !important;
}
body {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  /*font-family: "Source Sans Pro", sans-serif;*/
  font-family: suisseintl, Helvetica, Arial, sans-serif;
  color: #3a3b3b;
  font-weight: 300;
  /*overflow-x: hidden;*/
}
body ::-webkit-input-placeholder {
  /* WebKit browsers */
  font-family: "Source Sans Pro", sans-serif;
  color: white;
  font-weight: 300;
}
body :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-family: "Source Sans Pro", sans-serif;
  color: white;
  opacity: 1;
  font-weight: 300;
}
body ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-family: "Source Sans Pro", sans-serif;
  color: white;
  opacity: 1;
  font-weight: 300;
}
body :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-family: "Source Sans Pro", sans-serif;
  color: white;
  font-weight: 300;
}

.bg-photo {
  position: fixed;
  width: 100%;
  opacity: 0.03;
  z-index: -1;
  pointer-events: none;
}

.circle-img-container {
  position: absolute;
  width: 33vw;
  height: 33vw;
  background: #fff;
  border-radius: 0 100% 0 0;
  -moz-border-radius: 0 100% 0 0;
  -webkit-border-radius: 100% 0 0 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1;
}

.circle-img-container img {
  position: absolute;
  width: 75%;
  height: 75%;
  background: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  right: 4vw;
  top: 9%;
  object-fit: cover;
  object-position: 28% 50%;
}

.wrapper {
  /*background: #181818;*/
  /*background: #0062ff;*/
  /*background: linear-gradient(to right, #00111b 0%, #194468 50%, #24343e 100%);*/
  /*background: linear-gradient(to top, #0071bc 10%, #1a1c22 100%);*/
  background: linear-gradient(to top, #28424f 10%, #000 100%);
  /*background: linear-gradient(to bottom right, #00111b 0%, #003c5a 100%);*/
  /*background: linear-gradient(to bottom right, #00304b 0%, #0078b3 100%);*/
  /*background: linear-gradient(to bottom right, #001e39 0%, #0077e2 100%);*/
  /*background: linear-gradient(to bottom right, #00283f 0%, #00679b 100%);*/
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  overflow: hidden;
  z-index: -2;
  pointer-events: none;
}
.wrapper.form-success .container h1 {
  transform: translateY(85px);
}
.container {
  max-width: 600px;
  margin: 0 auto;
  padding: 80px 0;
  height: 100vh;
  text-align: center;
}
.container h1 {
  font-size: 40px;
  transition-duration: 1s;
  transition-timing-function: ease-in-put;
  font-weight: 200;
}
/*form {
  padding: 20px 0;
  position: relative;
  z-index: 2;
}
form input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.2);
  width: 250px;
  border-radius: 3px;
  padding: 10px 15px;
  margin: 0 auto 10px auto;
  display: block;
  text-align: center;
  font-size: 18px;
  color: white;
  transition-duration: 0.25s;
  font-weight: 300;
}
form input:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
form input:focus {
  background-color: white;
  width: 300px;
  color: #53e3a6;
}
form button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  background-color: white;
  border: 0;
  padding: 10px 15px;
  color: #53e3a6;
  border-radius: 3px;
  width: 250px;
  cursor: pointer;
  font-size: 18px;
  transition-duration: 0.25s;
}
form button:hover {
  background-color: #f5f7f9;
}*/

/*-------Provisional------*/
form input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border: none;
}

form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border: none;
}
/*-------------------------*/

.bg-bubbles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.bg-bubbles li {
  position: absolute;
  list-style: none;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.15);
  bottom: -160px;
  -webkit-animation: square 25s infinite;
  animation: square 25s infinite;
  transition-timing-function: linear;
}
.bg-bubbles li:nth-child(1) {
  left: 10%;
}
.bg-bubbles li:nth-child(2) {
  left: 20%;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 17s;
  animation-duration: 17s;
}
.bg-bubbles li:nth-child(3) {
  left: 25%;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.bg-bubbles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  -webkit-animation-duration: 22s;
  animation-duration: 22s;
  background-color: rgba(255, 255, 255, 0.25);
}
.bg-bubbles li:nth-child(5) {
  left: 70%;
}
.bg-bubbles li:nth-child(6) {
  left: 80%;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  background-color: rgba(255, 255, 255, 0.2);
}
.bg-bubbles li:nth-child(7) {
  left: 32%;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}
.bg-bubbles li:nth-child(8) {
  left: 55%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 15s;
  animation-delay: 15s;
  -webkit-animation-duration: 40s;
  animation-duration: 40s;
}
.bg-bubbles li:nth-child(9) {
  left: 25%;
  width: 10px;
  height: 10px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 40s;
  animation-duration: 40s;
  background-color: rgba(255, 255, 255, 0.3);
}
.bg-bubbles li:nth-child(10) {
  left: 90%;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 11s;
  animation-delay: 11s;
}
@-webkit-keyframes square {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-700px) rotate(600deg);
  }
}
@keyframes square {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-700px) rotate(600deg);
  }
}

/*Estilo de los botones circulares de arriba y abajo*/
.arrow-btns-container {
  position: absolute;
  bottom: 15vh;
  left: 7vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.arrow-btn {
  width: 70px;
  height: 70px;
  border: 2px solid rgba(255, 255, 255, 1);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  position: relative;
}

.arrow-btn:hover {
  border: 2px solid rgba(255, 255, 255, 0.7);
  transform: scale(0.9);
}

.arrow-btn:hover .arrow-half:first-child {
  margin-right: 5px;
}

.arrow-btn:hover .arrow-half:last-child {
  margin-left: 5px;
}

.arrow-btn:hover .arrow-half-up:first-child {
  margin-right: 5px;
}

.arrow-btn:hover .arrow-half-up:last-child {
  margin-left: 5px;
}

.arrow-btn:hover .arrow-half-right:first-child {
  margin-top: 5px;
}

.arrow-btn:hover .arrow-half-right:last-child {
  margin-bottom: 5px;
}

.arrow-btn:not(:first-child) {
  margin-left: 15px;
}

.arrow-half {
  position: absolute;
  width: 6px;
  height: 6px;
  transition: all 0.3s ease;
  color: rgba(255, 255, 255, 1);
}

.arrow-half:first-child {
  border-left: 2px solid rgba(255, 255, 255, 1);
  transform: rotate(-45deg);
}

.arrow-half:last-child {
  border-bottom: 2px solid rgba(255, 255, 255, 1);
  transform: rotate(-45deg);
}

.arrow-half-up {
  position: absolute;
  width: 6px;
  height: 6px;
  transition: all 0.3s ease;
}

.arrow-half-up:first-child {
  border-top: 2px solid rgba(255, 255, 255, 1);
  transform: rotate(-45deg);
}

.arrow-half-up:last-child {
  border-right: 2px solid rgba(255, 255, 255, 1);
  transform: rotate(-45deg);
}

.arrow-half-right {
  position: absolute;
  width: 6px;
  height: 6px;
  transition: all 0.3s ease;
}

.arrow-half-right:first-child {
  border-bottom: 2px solid rgba(255, 255, 255, 1);
  transform: rotate(-45deg);
}

.arrow-half-right:last-child {
  border-right: 2px solid rgba(255, 255, 255, 1);
  transform: rotate(-45deg);
}

/*Vertical text*/

.vert-text {
  position: absolute;
  bottom: 0;
  display: block;
  font-weight: 300;
  line-height: 1em;
  columns: hsla(0, 0%, 58.4%, 0.15);
  white-space: nowrap;
  -webkit-transform-origin: left bottom;
  transform-origin: left-bottom;
  -webkit-transform: rotate(-90deg) translate(0%, 100%);
  transform: rotate(-90deg) translate(0%, 100%);
  -webkit-text-stroke: 1px #959595;
}

.home__screen__vert-text {
  /*display: none;*/
}

@media screen and (min-width: 600px) {
  .home__screen__vert-text {
    display: block;
    left: 50vw;
    font-size: 21vh;
  }
}

@supports (-webkit-text-stroke: 1px #676767) {
  .home__screen__vert-text {
    -webkit-text-stroke-color: #676767;
    overflow: hidden;
  }
}

.vert-text__word {
  display: inline-block;
  color: transparent;
  -webkit-text-stroke: 1px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px rgba(149, 149, 149, 0.5);
}

.vert-text__x {
  color: rgba(255, 255, 255, 1);
  -webkit-text-stroke: 0;
  -webkit-text-fill-color: rgba(255, 255, 255, 1);
}

.home__screen__text {
  position: relative;
  padding-right: 11.11vw;
  padding-left: 11.11vw;
  font-size: 20px;
}

.vert-text-transl-anim {
  -webkit-animation: vert-text-transl-anim 10s linear infinite;
  -moz-animation: vert-text-transl-anim 10s linear infinite;
  -ms-animation: vert-text-transl-anim 10s linear infinite;
  -o-animation: vert-text-transl-anim 10s linear infinite;
  animation: vert-text-transl-anim 10s linear infinite;
  animation-delay: -5s;
}

.vert-text-transl-anim-2 {
  -webkit-animation: vert-text-transl-anim 10s linear infinite;
  -moz-animation: vert-text-transl-anim 10s linear infinite;
  -ms-animation: vert-text-transl-anim 10s linear infinite;
  -o-animation: vert-text-transl-anim 10s linear infinite;
  animation: vert-text-transl-anim 10s linear infinite;
  animation: vert-text-transl-anim 10s linear infinite;
  animation-delay: -10s;
}

/* Safari and Chrome */
@-webkit-keyframes vert-text-transl-anim {
  0% {
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes vert-text-transl-anim {
  0% {
    -ms-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    -ms-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}

button,
.btn-anchor-slides {
  outline: 0;
  border: 1px solid #8b1e3f;
  /*background-color: #8b1e3f;*/
  background-color: #8b1e3f;
  width: 200px;
  /*border-radius: 3px;*/
  padding: 10px 15px;
  display: block;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 12.5px;
  color: white;
  /*transition-duration: 0.25s;*/
  font-weight: 500;
  cursor: pointer;
  margin-top: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-anchor-slides {
  margin-top: 20px;
}

.btn-arrow {
  height: 15px;
  margin-left: 0.7em;
}

.form-btn {
  border-radius: 0;
  transition: all 0.3s ease;
}

.form-btn:hover {
  color: #8b1e3f;
  background: transparent;
}

/*-----------------------------------------------------------*/
/*------------Arrows in call to action buttons---------------*/
/*-----------------------------------------------------------*/

/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/

/*.btn-anchor-slides::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  background: #8d8d8d;
}

.btn-anchor-slides::before {
  content: "Solicite presupuesto";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  color: #00111b;
  z-index: 99;
}*/

.red-button-anchor {
  color: white;
}

/*-----------------------------------------------*/
/*-------------DISEÑADO POR INFOZARA-------------*/
/*-----------------------------------------------*/
.disenadoPor {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  right: -30px;
  bottom: 50%;
  float: right;
  transform: rotate(270deg);
  z-index: 1;
}

.disenadoPor p {
  color: rgba(255, 255, 255, 0.3);
  font-size: 12px;
  font-weight: 300;
  margin-right: 7px;
}

.logoInfozara {
  position: relative;
  float: right;
  margin-right: 12px;
  margin-top: -2px;
  width: 55px;
}
/*-----------------------------------------------*/
/*-----------------------------------------------*/
/*-----------------------------------------------*/

.load-bg {
  position: fixed;
  top: 100%;
  left: 0;
  width: 100vw;
  height: 100vh;
  /*background: #002e4d;*/
  /*background: linear-gradient(to bottom right, #00111b 0%, #004e75 100%);*/
  background: #00111b;
  margin: 0;
  padding: 0;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  justify-content: center;
}

.load-bg-title {
  font-family: suisseintl, Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.6em;
  font-size: 11px;
}

.load-bg-2 {
  position: fixed;
  top: 100%;
  left: 0;
  width: 100vw;
  height: 100vh;
  /*background: #8b1e3f;*/
  background: #8b1e3f;
  /*background: #f4f4f4;*/
  margin: 0;
  padding: 0;
  z-index: 98;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  justify-content: center;
}

.aviso-ie {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: #001c2b;
  padding: 10vw;
}

.aviso-ie h6 {
  font-size: 24px;
  color: white;
  margin-bottom: 1em;
}

.aviso-ie p {
  font-size: 15px;
  width: 50%;
  line-height: 1.35;
  font-family: Helvetica, sans-serif;
  font-weight: 100;
  color: grey;
}

.logo-aviso {
  height: 50px;
  margin-bottom: 2em;
}


.aviso-pop-up {
  position: fixed;
  top: -100%;
  width: 100%;
  background-color: #FF7777;
  color: white;
  z-index: 93;
  /*box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);*/
  display: flex;
  justify-content: center;
  align-items: center;
  /*font-family: 'Canela Thin', sans-serif;*/
  font-weight: 300;
  text-align: center;
  padding: 17px;
  pointer-events: none;
  opacity: 0;
  transition: all 0.5s ease;
}

.link--accent {
    color: #ff7f00;
    font-weight: 500;
}

@media screen and (max-width: 780px) {
  body {
    width: 100vw;
    overflow-x: hidden;
  }
  .vert-text {
    display: none;
  }
  .bg-photo {
    height: 100%;
    width: auto;
  }
  .circle-img-container {
    width: 65vw;
    height: 65vw;
  }
  .circle-img-container img {
    top: 0;
    width: 80%;
    height: 80%;
  }
  .arrow-btns-container {
    bottom: 22vh;
  }
  .disenadoPor {
    bottom: 60%;
    display: none;
  }
  .logoInfozara {
    margin-right: 50px;
  }
  .btn-arrow {
    display: none;
  }
  .btn-anchor-slides {
    width: 50%;
    padding: 12px 10px;
  }
  button {
    width: 100%;
  }
  .load-bg {
    top: -100vh;
  }
}
