@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("colores.css");
@import url("sistema-grid.css");
/*
font-family: 'Bebas Neue', cursive;
font-family: 'Roboto', sans-serif;
*/
* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
}
a {
  text-decoration: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
}
body {
  width: 100%;
  overflow-x: hidden;
}
section.wrapper {
  position: relative;
  width: 100%;
  padding-top: 100vh;
}
p {
  margin: 6px;
}
h1,
h2,
h3,
h4 {
  margin: 6px;
}
/*********************************************************************/
/**********************     EFECTO INTRO    **************************/
/*********************************************************************/
.st0 {
  fill: #f25023;
  enable-background: new;
}
.st1 {
  fill: #7a107a;
}
.st2 {
  font-family: "Roboto", sans-serif;
}
.st3 {
  font-size: 36px;
}
section.wrapper + footer {
  position: absolute;
}
html.tinyHead .awards {
  opacity: 0;
}
.z-effect {
  width: 50vw;
  height: 50vh;
  position: absolute;
  overflow: hidden;
}
.Z_EFFECT_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100vw;
  overflow: hidden;
  height: 100vh;
  position: absolute;
}
.z-effect div.innerscenc {
  height: 100vh;
  width: 200%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
}
.home_section {
  position: absolute;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  top: 0;
  -webkit-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
  left: 0;
  z-index: 1000;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.home_section.fixed {
  /* position: fixed; */
}
html.tinyHead section.wrapper > .home_section {
  -webkit-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform: scale(0.1);
  position: fixed;
  left: calc(-50vw + 82px);
  top: calc(-50vh + 70px);
}
.z-effect div.innerscenc svg {
  width: 540px;
  position: relative;
  display: block;
  z-index: 100;
}
.z-effect:nth-of-type(2n) svg {
  width: 540px;
}
.z-effect:nth-of-type(1) {
  left: 0;
  top: 0;
}
.z-effect:nth-of-type(2) {
  right: 0;
  top: 0;
}
.z-effect:nth-of-type(3) {
  bottom: 0;
  left: 0;
}
.wrapper.about_wrapper .z-effect:nth-of-type(3) img {
  opacity: 0.5;
}
.z-effect:nth-of-type(4) {
  right: 0;
  bottom: 0;
}
.z-effect:nth-of-type(1) div.innerscenc {
  left: 0;
  top: 0;
}
.z-effect:nth-of-type(2) div.innerscenc {
  right: 0;
  top: 0;
}
.z-effect:nth-of-type(3) div.innerscenc {
  bottom: 0;
  left: 0;
}
.z-effect:nth-of-type(4) div.innerscenc {
  right: 0;
  bottom: 0;
}
.z-effect p,
.z-effect h1 {
  top: 50% !important;
  width: 50%;
  padding: 0;
  line-height: normal;
  color: gray;
  mix-blend-mode: color-dodge;
}
.z-effect h1 {
  margin-bottom: 10px;
  font-size: 40px;
}
html.tinyHead section.wrapper > .home_section .axis {
  display: none;
}
.axis {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.axis div {
  background: #efefef;
  position: absolute;
}
.axis div:nth-of-type(1) {
  width: 100%;
  height: 1px;
  top: 50vh;
  margin-top: -1px;
}
.axis div:nth-of-type(2) {
  height: 100%;
  width: 1px;
  left: 50vw;
  -webkit-transform: skewY(-50deg);
  -ms-transform: skewY(-50deg);
  transform: skewY(-50deg);
}
.axis div:nth-of-type(2):after {
  content: "";
  position: absolute;
  width: 2px;
  background: #40378c;
  height: 87px;
  -webkit-animation: scrollspin 1s ease infinite;
  animation: scrollspin 1s ease infinite;
}
.single-project .axis div:nth-of-type(2):after {
  height: 86px;
}
.single-project .axis div:last-of-type {
  -webkit-transform: skewY(0) scaleY(0.9) translateY(33px);
  -ms-transform: skewY(0) scaleY(0.9) translateY(33px);
  transform: skewY(0) scaleY(0.9) translateY(33px);
}
@-webkit-keyframes scrollspin {
  0% {
    -webkit-transform: scaleX(0) translateY(0);
    transform: scaleX(0) translateY(0);
  }
  30% {
    -webkit-transform: scaleX(1) translateY(calc(50vh - 62px));
    transform: scaleX(1) translateY(calc(50vh - 62px));
  }
  70% {
    -webkit-transform: scaleX(1) translateY(calc(50vh - 62px));
    transform: scaleX(1) translateY(calc(50vh - 62px));
  }
  100% {
    -webkit-transform: scaleX(0) translateY(101vh);
    transform: scaleX(0) translateY(101vh);
  }
}
@keyframes scrollspin {
  0% {
    -webkit-transform: scaleX(0) translateY(0);
    transform: scaleX(0) translateY(0);
  }
  30% {
    -webkit-transform: scaleX(1) translateY(calc(50vh - 62px));
    transform: scaleX(1) translateY(calc(50vh - 62px));
  }
  70% {
    -webkit-transform: scaleX(1) translateY(calc(50vh - 62px));
    transform: scaleX(1) translateY(calc(50vh - 62px));
  }
  100% {
    -webkit-transform: scaleX(0) translateY(101vh);
    transform: scaleX(0) translateY(101vh);
  }
}
.projects {
  width: calc(100vw - 222px);
  position: relative;
  margin: 0 60px;
  margin-left: 97px;
}
section.wrapper.single-project.contact-wrapper .home_section {
  position: relative;
}
.home-effect-info-mobile {
  display: none;
}
@media all and (max-width: 736px) {
  .z-effect div.innerscenc svg {
    width: 200px;
  }
  .axis div:nth-of-type(2):after {
    height: 49px;
  }
  section.wrapper {
    padding-top: 50px;
    position: relative !important;
    height: auto;
  }
  .single-project .z-effect p {
    font-size: 40px;
  }
  section.wrapper.single-project.contact-wrapper + footer {
    position: relative;
    display: inline-block;
  }
  html.tinyHead section.wrapper > .home_section {
    left: calc(-50vw + 30px);
    top: calc(-50vh + 22px);
    -webkit-transform: scale(0.14);
    -ms-transform: scale(0.14);
    transform: scale(0.14);
  }
  section.wrapper.single-project.contact-wrapper .home_section {
    right: 0;
  }
  .home_section {
    position: relative;
  }
}
/*********************************************************************/
/**********************     PRECARGA MENU   **************************/
/*********************************************************************/
.no-freeze-spinner {
  background: var(--secundario);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 150000;
}
#no-freeze-spinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.1s linear;
  opacity: 1;
  height: 100vh;
  transform: scale(10);
}
.no-freeze-spinner #no-freeze-spinner {
  z-index: 9999;
  opacity: 1;
  transform: scale(1);
}
#no-freeze-spinner > div > div {
  animation-play-state: paused;
  border: 5px solid rgba(200, 200, 200, 1);
  border-radius: 50%;
  animation: rotate 1s infinite linear;
  border-left-color: rgba(200, 200, 200, 0.4);
  width: 100%;
  height: 100%;
}
#no-freeze-spinner > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1);
  width: 80px;
  height: 80px;
  padding: 5px;
}
.no-freeze-spinner #no-freeze-spinner div div {
  animation-play-state: running;
}
@keyframes loadicons {
  0% {
    transform: scale(0) translate3d(0, 0, 0);
  }
  11% {
    transform: scale(1.2) translate3d(0, 0, 0);
  }
  22% {
    transform: scale(1) translate3d(0, 0, 0);
  }
  33% {
    transform: scale(0) translate3d(0, 0, 0);
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
.no-freeze-spinner #no-freeze-spinner i {
  font-size: 30px;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: var(--primario);
  width: 40px;
  height: 40px;
  transform: scale(0) translate3d(0, 0, 0);
}
.no-freeze-spinner #no-freeze-spinner i:nth-of-type(1) {
  animation: loadicons 3s infinite ease-in-out;
}
.no-freeze-spinner #no-freeze-spinner i:nth-of-type(2) {
  animation: loadicons 3s 1s infinite ease-in-out;
}
.no-freeze-spinner #no-freeze-spinner i:nth-of-type(3) {
  animation: loadicons 3s 2s infinite ease-in-out;
}
.no-freeze-spinner #no-freeze-spinner i:nth-of-type(4) {
  animation: loadicons 3s 2s infinite ease-in-out;
}
.bavanzar {
  width: 60px;
  font-size: 60px;
  color: var(--gris);
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -32px;
  z-index: 16000;
  background: white;
}
/*********************************************************************/
/**********************     ESTILOS MENU    **************************/
/*********************************************************************/
#cabecera {
  width: 100%;
}
#logo {
  background: var(--secundario);
  padding: 10px 15px;
}
#mmenu {
  display: none;
}
#menu {
  background: var(--blanco);
}
#menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
#menu ul li {
  margin-right: 10px;
}
#menu ul li a {
  font-size: 18px;
  display: block;
  line-height: 50px;
  font-weight: 300;
  color: var(--gris);
  transition: all 0.5s;
}
#menu ul li a:hover,
#menu ul li a.activo {
  color: var(--secundario);
  text-decoration: underline;
}
/*********************************************************************/
/**********************         INICIO      **************************/
/*********************************************************************/
.zona-centro {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 5% 0;
}
#inicio {
  width: 100%;
  background: url("../imagenes/circular-3cuartos.jpg") no-repeat;
  background-position: 100% 100%;
  padding: 100px 0;
}
.txtintro {
  padding-top: 15%;
}
.txtintro h1 {
  font-family: "Bebas Neue", cursive;
  font-size: 100px;
  color: var(--secundario);
  text-align: center;
  line-height: 50px;
  margin: 0;
}
.txtintro h1 span {
  color: var(--primario);
}
.txtintro p {
  color: var(--grisoscuro);
  font-size: 36px;
  text-align: center;
}
.txtintro p span {
  color: var(--primario);
  text-align: center;
}
/*********************************************************************/
/**********************         NOSOTROS        **********************/
/*********************************************************************/
#nosotros {
  width: 100%;
  background: url("../imagenes/circular-3cuartos2.jpg") no-repeat top right;
  padding: 100px 0;
}
.imgnosotros img {
  width: 100%;
  height: auto;
  display: block;
  margin-left: -150px;
}
.txtnosotros h2 {
  font-family: "Bebas Neue", cursive;
  font-size: 50px;
  color: var(--primario);
  margin: 0 6px -24px 6px;
}
.txtnosotros p {
  font-size: 24px;
  color: var(--secundario);
}
.txtnosotros2 h2 {
  font-family: "Bebas Neue", cursive;
  font-size: 50px;
  color: var(--primario);
  margin: 0 6px -24px 6px;
  text-align: right;
}
.txtnosotros2 p {
  font-size: 24px;
  color: var(--secundario);
  text-align: right !important;
}
/*********************************************************************/
/**********************         EXPERIENCIAS        ******************/
/*********************************************************************/
#experiencias {
  padding: 150px 0;
  width: 100%;
}
#experiencias h1 {
  display: block;
  font-size: 40px;
  color: var(--primario);
  text-align: center;
  font-family: "Bebas Neue", cursive;
}
#experiencias h1 span {
  color: var(--secundario);
}
.cajaexp {
  width: 100%;
  padding: 4%;
}
.cajaexp a {
  display: block;
  text-align: center;
  color: var(--secundario);
  font-size: 24px;
  font-weight: 600;
}
.cajaexp figure {
  width: 100%;
  border: 40px solid var(--primario);
  padding: 16px;
  border-radius: 100%;
}
.cajaexp figure img {
  width: 100%;
  display: block;
  border-radius: 100%;
}
.control-carrusel {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 15px 0 30px 0;
}
.control-carrusel button {
  display: block;
  height: 45px;
  margin: 0 3px 0 0;
  line-height: 45px;
  background: var(--primario);
  text-align: center;
  color: var(--secundario);
  padding: 0 30px;
  font-weight: 600;
  font-size: 14px;
  border: none;
  cursor: pointer;
  transition: all 0.5s;
}
.control-carrusel button:hover {
  background: var(--secundario);
  color: var(--primario);
}
.control-carrusel button i {
  font-size: 26px;
}
.control-carrusel button:first-child {
  border-radius: 30px 0 0 30px;
}
.control-carrusel button:last-child {
  border-radius: 0 30px 30px 0;
}
/*********************************************************************/
/**********************         CONTACTENOS      *********************/
/*********************************************************************/
#contactenos {
  width: 100%;
  padding: 80px 0 20px 0;
}
.txtcontacto {
  display: flex;
  justify-content: end;
  flex-direction: column;
  align-items: flex-end;
}
.imgcontacto img {
  width: 100%;
  height: auto;
  display: block;
  margin-left: 150px;
}
.txtcontacto h2 {
  font-family: "Bebas Neue", cursive;
  font-size: 40px;
  color: var(--primario);
  margin: 0 6px -15px 6px;
  text-align: right;
}
.txtcontacto h2 span {
  color: var(--secundario);
}
.txtcontacto p {
  font-size: 18px;
  color: var(--secundario);
}
#mapa {
  width: 100%;
  height: 350px;
  max-width: 500px;
  border: 1px solid #cccccc;
  margin-top: 20px;
}
.siguenos {
  width: 100%;
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
.siguenos li a {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: var(--secundario);
  font-size: 18px;
  padding: 6px 0;
}
.siguenos li a i {
  width: 40px;
  height: 40px;
  display: block;
  font-size: 20px;
  background: var(--primario);
  color: var(--blanco);
  margin-left: 6px;
  text-align: center;
  line-height: 40px;
  border-radius: 40px;
  padding-top: 10px;
}
/***********************************************************/
/**********************      600PX   ***********************/
/***********************************************************/
@media only screen and (max-width: 800px) {
  /*******************************************************/
  /**********************     ESTILOS MENU    ************/
  /*******************************************************/
  #logo img {
    display: block;
    margin: auto;
  }
  #mmenu {
    display: block;
    cursor: pointer;
  }
  #mmenu img {
    display: block;
    margin: auto;
  }
  #menu {
    background: var(--blanco);
    position: relative;
  }
  #menu ul {
    width: 100%;
    justify-content: left;
    flex-direction: column;
    position: absolute;
    left: -100%;
    top: 100%;
    background: var(--secundario);
    padding: 10px 0;
    transition: all 0.5s;
  }
  #menu ul li {
    margin-right: 10px;
  }
  #menu ul li a {
    width: 100%;
    font-size: 18px;
    display: block;
    line-height: 50px;
    font-weight: 300;
    color: var(--primario);
    transition: all 0.5s;
    padding: 0 15px;
    border-bottom: 1px solid #474493;
  }
  #menu ul li a:hover,
  #menu ul li a.activo {
    color: var(--blanco);
    text-decoration: none;
  }
  #menu ul li:last-child a {
    border-bottom: none;
  }
  /*************************************************************/
  /**********************         INICIO      ******************/
  /*************************************************************/
  #inicio {
    background-size: 150px 150px;
  }
  .txtintro {
    padding-top: 50%;
  }
  .txtintro h1 {
    font-family: "Bebas Neue", cursive;
    font-size: 80px;
    color: var(--secundario);
    text-align: center;
    line-height: 50px;
    margin: 0;
  }
  .txtintro p {
    font-size: 26px;
  }
  /*********************************************************************/
  /**********************         NOSOTROS        **********************/
  /*********************************************************************/
  #nosotros {
    height: auto;
    background-size: 150px 150px;
    padding: 150px 4% 50px 4%;
  }
  .imgnosotros img {
    width: 90%;
    height: auto;
    display: block;
    margin: auto;
  }
  .txtnosotros {
    order: 1;
    margin-bottom: 30px;
  }
  .imagennos {
    order: 2;
  }
  .txtnosotros h2 {
    font-family: "Bebas Neue", cursive;
    font-size: 40px;
    color: var(--primario);
    margin: 0 6px -15px 6px;
    text-align: center;
  }
  .txtnosotros p {
    font-size: 20px;
    color: var(--secundario);
    text-align: center;
  }
  .txtnosotros2 h2 {
    font-size: 40px;
    margin: 0 6px -15px 6px;
    text-align: center;
  }
  .txtnosotros2 p {
    font-size: 20px;
    text-align: center !important;
  }
  /*********************************************************************/
  /**********************         EXPERIENCIAS        ******************/
  /*********************************************************************/
  #experiencias {
    padding: 140px 0 0 0;
  }
  #experiencias h1 {
    font-size: 30px;
  }
  /*********************************************************************/
  /**********************         CONTACTENOS      *********************/
  /*********************************************************************/
  #contactenos {
    padding: 140px 4% 0 4%;
  }
  .txtcontacto {
    display: flex;
    justify-content: end;
    flex-direction: column;
    align-items: center;
  }
  .imgcontacto img {
    width: 90%;
    height: auto;
    display: block;
    margin: auto;
  }
  .txtcontacto h2 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
  }
  .txtcontacto p {
    font-size: 18px;
    color: var(--secundario);
    text-align: center;
  }
  .siguenos {
    width: 100%;
    margin: 10px 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .siguenos li a {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    color: var(--secundario);
    font-size: 18px;
    padding: 6px 0;
  }
  .siguenos li a span {
    display: none;
  }
}
/********************************************/
/*********** Diseño para 360 ****************/
/********************************************/
@media only screen and (max-width: 360px) {
  .txtintro {
    padding-top: 50%;
  }
  .txtintro h1 {
    font-family: "Bebas Neue", cursive;
    font-size: 50px;
    color: var(--secundario);
    text-align: center;
    line-height: 30px;
    margin: 0;
  }
  .txtintro p {
    font-size: 20px;
  }
}
