@font-face {
  font-family: 'HighlandGothicFLF Regular';
  font-style: normal;
  font-weight: normal;
  src: local('HighlandGothicFLF Regular'), url('../fonts/HighlandGothicFLF.woff') format('woff');
}

@font-face {
  font-family: 'HighlandGothicFLF Bold';
  font-style: normal;
  font-weight: normal;
  src: local('HighlandGothicFLF Bold'), url('../fonts/HighlandGothicFLF-Bold.woff') format('woff');
}

@font-face {
  font-family: 'HighlandGothicLightFLF Regular';
  font-style: normal;
  font-weight: normal;
  src: local('HighlandGothicLightFLF Regular'), url('../fonts/HighlandGothicLightFLF.woff') format('woff');
}

@font-face {
  font-family: 'Cocogoose Pro Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Cocogoose Pro Regular'), url('../fonts/Cocogoose Pro Regular Trial.woff') format('woff');
}

@font-face {
  font-family: 'Cocogoose Pro Inline';
  font-style: normal;
  font-weight: normal;
  src: local('Cocogoose Pro Inline'), url('../fonts/Cocogoose Pro Inline Trial.woff') format('woff');
}

@font-face {
  font-family: 'Cocogoose Pro Letterpress';
  font-style: normal;
  font-weight: normal;
  src: local('Cocogoose Pro Letterpress'), url('../fonts/Cocogoose Pro Letterpress Trial.woff') format('woff');
}

@font-face {
  font-family: 'Cocogoose Pro Outlined';
  font-style: normal;
  font-weight: normal;
  src: local('Cocogoose Pro Outlined'), url('../fonts/Cocogoose Pro Outlined Trial.woff') format('woff');
}

@font-face {
  font-family: 'Cocogoose Pro Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Cocogoose Pro Italic'), url('../fonts/Cocogoose Pro Regular Italic Trial.woff') format('woff');
}

@font-face {
  font-family: 'Cocogoose Pro Light';
  font-style: normal;
  font-weight: normal;
  src: local('Cocogoose Pro Light'), url('../fonts/Cocogoose Pro Light Trial.woff') format('woff');
}

@font-face {
  font-family: 'Cocogoose Pro Thin';
  font-style: normal;
  font-weight: normal;
  src: local('Cocogoose Pro Thin'), url('../fonts/Cocogoose Pro Thin Trial.woff') format('woff');
}

@font-face {
  font-family: 'Cocogoose Pro UltraLight';
  font-style: normal;
  font-weight: normal;
  src: local('Cocogoose Pro UltraLight'), url('../fonts/Cocogoose Pro Ultralight Trial.woff') format('woff');
}

@font-face {
  font-family: 'Cocogoose Pro Light Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Cocogoose Pro Light Italic'), url('../fonts/Cocogoose Pro Light Italic Trial.woff') format('woff');
}

@font-face {
  font-family: 'Cocogoose Pro Thin Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Cocogoose Pro Thin Italic'), url('../fonts/Cocogoose Pro Thin Italic Trial.woff') format('woff');
}

@font-face {
  font-family: 'Cocogoose Pro UltraLight Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Cocogoose Pro UltraLight Italic'), url('../fonts/Cocogoose Pro Ultralight Italic Trial.woff') format('woff');
}

@font-face {
  font-family: 'Cocogoose Pro SemiLight';
  font-style: normal;
  font-weight: normal;
  src: local('Cocogoose Pro SemiLight'), url('../fonts/Cocogoose Pro SemiLight Trial.woff') format('woff');
}

@font-face {
  font-family: 'Cocogoose Pro SemiLight Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Cocogoose Pro SemiLight Italic'), url('../fonts/Cocogoose Pro SemiLight Italic Trial.woff') format('woff');
}

body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background-color:#000;
  display: flex;
  flex-wrap: wrap;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  display: none;
}

::-webkit-scrollbar:vertical {
  display: block;
  width: 5px;
}
  
::-webkit-scrollbar-track:vertical {
  background: transparent;
}

::-webkit-scrollbar-thumb:vertical {
  background: #5c5c5c;
}

.coming-soon {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.logo {
  width: 90%;
  max-width: 500px;
  height: 200px;
  background-image: url("../img/logo.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.leyenda {
  position: relative;
  width: 350px;
  height: auto;
  text-align: center;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

.container {
  width: 6px;
  position: absolute;
  top: 10px;
  left: calc(75% - 3px);
}

.slogan {
  width: 90%;
  height: auto;
  margin-top: 30px;
  text-align: center;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

.dot-typing {
  position: relative;
  left: -9999px;
  width: 6px;
  height: 6px;
  border-radius: 5px;
  background-color: #fff;
  color: #fff;
  box-shadow: 9984px 0 0 0 #fff, 9999px 0 0 0 #fff, 10014px 0 0 0 #fff;
  animation: dotTyping 1.5s infinite linear;
}

@keyframes dotTyping {
  0% {
    box-shadow: 9984px 0 0 0 #fff, 9999px 0 0 0 #fff, 10014px 0 0 0 #fff;
  }
  16.667% {
    box-shadow: 9984px -10px 0 0 #fff, 9999px 0 0 0 #fff, 10014px 0 0 0 #fff;
  }
  33.333% {
    box-shadow: 9984px 0 0 0 #fff, 9999px 0 0 0 #fff, 10014px 0 0 0 #fff;
  }
  50% {
    box-shadow: 9984px 0 0 0 #fff, 9999px -10px 0 0 #fff, 10014px 0 0 0 #fff;
  }
  66.667% {
    box-shadow: 9984px 0 0 0 #fff, 9999px 0 0 0 #fff, 10014px 0 0 0 #fff;
  }
  83.333% {
    box-shadow: 9984px 0 0 0 #fff, 9999px 0 0 0 #fff, 10014px -10px 0 0 #fff;
  }
  100% {
    box-shadow: 9984px 0 0 0 #fff, 9999px 0 0 0 #fff, 10014px 0 0 0 #fff;
  }
}

/* NAVEGADOR */

.navegador {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 55px;
  background-color: #000;
  opacity: 1;
  z-index: 999;
}

.navegador.alt {
  opacity: 0.7;
}

.logo-navegador {
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 20px);
  width: 80px;
  height: 40px;
  background-image: url("../img/logo_nav.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

/******* PORTADA */

.contenedor-video-portada {
  width: 100%;
  height: 100vh;
  background-color: #000;
}

.contenedor-video-portada video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

/* Animación typing */
.slogan-portada {
  position: absolute;
  left: 10px;
  /* width: 250px; */
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
}

.slogan-portada p {
  font-size: 20px;
  padding: 0.5rem;
  font-weight: normal;
  letter-spacing: 0.1rem;
  text-align: center;
  overflow: hidden;
}

.slogan-portada p span.typed-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color: #fff;
}

.slogan-portada p span.cursor {
  display: inline-block;
  /* background-color: #ccc; */
  margin-left: 0.1rem;
  width: 3px;
  animation: blink 1s infinite;
}

.slogan-portada p span.cursor.typing {
  animation: none;
}

@keyframes blink {
  0%  { background-color: #ccc; }
  49% { background-color: #ccc; }
  50% { background-color: transparent; }
  99% { background-color: transparent; }
  100%  { background-color: #ccc; }
}

.flecha-portada {
  position: absolute;
  bottom: 50px;
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  animation: fade 1s infinite;
  -webkit-animation: fade 1s infinite;
}

@keyframes fade {
  0%  { opacity: 1; }
  49% { opacity: 0.7; }
  50% { opacity: 0.5; }
  99% { opacity: 0.3; }
  100%  { opacity: 0; }
}

/******* HOME */

/* a5a5a5 */

.seccion-home {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  /* background-color: #fafafa; */
  background-image: linear-gradient(to top right, #dddbdb 50%, #fafafa 0);
}

.seccion-home.alt {
  /* background-color: #dddbdb; */
  background-image: linear-gradient(to top right, #fafafa 50%, #dddbdb 0);
}

.contenido-seccion-home {
  width: 90%;
  max-width: 1250px;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.titulo-seccion-home {
  width: 90%;
  height: auto;
  margin: 10px auto;
  text-align: center;
  font-size: 30px;
  font-family: 'Cocogoose Pro Regular', sans-serif;
  font-weight: 100;
  color: #A5A5A5;
}

.desc-seccion-home {
  width: 90%;
  height: auto;
  margin: 10px auto;
  display: flex;
}

.desc-seccion-home p {
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  color: #5b5b5b;
  text-align: center;
}

.contenedor-desarrollo-home {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  z-index: 1;
}

.img-desarrollo-home,
.img-nosotros-home {
  width: 100%;
  height: 250px;
  margin: 0 auto;
  margin-bottom: 10px;
}

@media (min-width: 600px) {
  .img-desarrollo-home {
      width: 600px;
      height: 400px;
  }

  .img-nosotros-home {
      width: 600px;
      height: 450px;
  }
}

.img-desarrollo-home img,
.img-nosotros-home img {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.textos-desarrollo-home {
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

.titulo-desarrollo-home {
  width: 90%;
  height: auto;
  margin: 5px auto;
  text-align: center;
  font-family: 'HighlandGothicFLF Regular';
  font-size: 28px;
}

.desc-desarrollo-home {
  width: 90%;
  height: auto;
  margin: 5px auto;
  display: flex;
}

.desc-desarrollo-home p {
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  color: #5b5b5b;
  text-align: justify;
}

.btn-home {
  width: 120px;
  height: 40px;
  display: flex;
  background-color: #000;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  cursor: pointer;
}

.texto-btn-home {
  width: 100%;
  height: 100%;
  line-height: 40px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.footer {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  background-color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
}

.texto-footer {
  width: auto;
  height: auto;
  font-size: 12px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

.somm-footer {
  font-size: 10px;
  font-family: 'HighlandGothicFLF Regular';
}

/**** CONTACTO */

.mapa-contacto {
  width: 90%;
  max-width: 500px;
  height: 400px;
  margin: 10px auto;
}

@media (max-width: 900px) {
  .mapa-contacto {
    margin-bottom: 80px;
  }
}

.mapa-contacto iframe {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.contenedor-redes-contacto {
  width: 150px;
  height: auto;
  margin: 20px 0;
  display: flex;
}

.red-contacto {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  text-align: center;
  font-size: 17px;
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  cursor: pointer;
}

.formulario-contacto {
  width: 90%;
  max-width: 350px;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  border-radius: 5px;
  padding-bottom: 60px;
  position: relative;
}

.leyenda-formulario-contacto {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 6px;
  margin-top: 5px;
  font-size: 16px;
  color: #5b5b5b;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

.campo-formulario-contacto {
  width: 100%;
  height: 40px;
  margin: 0 auto;
  margin-top: 6px;
  margin-bottom: 5px;
  border: none;
  outline: none;
  appearance: none;
  background-color: #dedcdc;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 15px;
  padding-left: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.textarea-formulario-contacto {
  width: 100%;
  height: 164px;
  margin: 0 auto;
  border: none;
  outline: none;
  appearance: none;
  resize: none;
  background-color: #dedcdc;
  padding-left: 10px;
  padding-top: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 15px;
  padding-left: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.btn-formulario-contacto {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 165px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.panel-mensaje-contacto {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  background-color: #000;
  z-index: 2;
  transition: ease-in-out 1s;
  -webkit-transition: ease-in-out 1s;
  -moz-transition: ease-in-out 1s;
  -ms-transition: ease-in-out 1s;
  -o-transition: ease-in-out 1s;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.panel-mensaje-contacto.active {
  display: flex;
}

.logo-panel-mensaje-contacto {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  margin-bottom: 10px;
}

.texto-panel-mensaje-contacto {
  width: auto;
  height: auto;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

/**** PORTAFOLIO */
.portada-portafolio {
  width: 100%;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  position: relative;
}

.titulo-portada-portafolio {
  width: auto;
  font-size: 4vmax;
  color: #fff;
  font-family: 'HighlandGothicFLF Regular';
}

.canva-portafolio {
  position: absolute;
  bottom: 0;
  right: 10px;
  width: 40vw;
  height: 40vw;
}

@media (min-width: 900px) {
  .canva-portafolio {
    width: 250px;
    height: 250px;
  }
}

.contenedor-flex {
  width: 90%;
  max-width: 1300px;
  height: auto;
  margin: 30px auto;
  display: flex;
  flex-wrap: wrap;
}

.leyenda-portafolio {
  width: 90%;
  margin: 20px auto;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  color: #5b5b5b;
}

.elemento-br {
  width: 300px;
  height: auto;
  margin: 10px auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  box-shadow: 0px 4px 4px #d6d6d6;
  background-color: #fff;
  position: relative;
}

.img-elemento-br {
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-elemento-br img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.textos-elemento-br {
  width: 180px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
}

.titulo-elemento-br {
  width: 100%;
  font-size: 15px;
  color: #000;
  font-family: 'Montserrat', sans-serif;
}

.texto-elemento-br {
  width: 100%;
  font-size: 13px;
  color: #5b5b5b;
  font-family: 'Montserrat', sans-serif;
}

.leyenda-elemento-br {
  position: absolute;
  bottom: 12px;
  right: 10px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  color: #000;
  font-weight: 600;
}

.btn-elemento-br {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 90px;
  height: 30px;
  background-color: #000;
  display: flex;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  cursor: pointer;
}

.texto-btn-elemento-br {
  width: 100%;
  height: 100%;
  line-height: 30px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
  text-decoration: none;
}

/**** EFECTO FLIP PORTAFOLIO */
.square-flip {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;

  -webkit-transform: perspective(1000px);
  -moz-transform: perspective(1000px);
  -ms-transform: perspective(1000px);
  transform: perspective(1000px);

  -webkit-transform-style: preserve-3d; 
  -moz-transform-style: preserve-3d; 
  -ms-transform-style: preserve-3d; 
  transform-style: preserve-3d; 

  /*border:1px solid #efefef;*/

  position:relative;
  float:left;
  margin:20px;

}

.square-flip {
  width:400px;
  height:400px;
}

.square,.square2 {
  width:100%;
  height:100%;
}

.square {
  background-size: cover;
  background-position:center center;
  -ms-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
  transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
  -webkit-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
  overflow: hidden;
  position:absolute;
  top:0;
  -webkit-backface-visibility: hidden; 
  backface-visibility: hidden;
}

.square-flip .square {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  transform-style: preserve-3d;
  z-index:1;
}

.square-flip:hover .square {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  transform-style: preserve-3d;
}


.square2 {
  background-size: cover;
  background-position:center center;
  -ms-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
  transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
  -webkit-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
  overflow: hidden;
  position:absolute;
  top:0;
  -webkit-backface-visibility: hidden; 
  backface-visibility: hidden;
}

.square-flip .square2 {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
  transform-style: preserve-3d;
  z-index:1;
}

.square-flip:hover .square2 {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  transform-style: preserve-3d;
}

/*Square content*/
.square-container {
  padding:40px;
  text-align:center;
  position:relative;
  top:50%;
  -ms-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
  transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
  -webkit-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
  -webkit-transform: translateY(-50%) translateX(0px)  scale(1);
  -ms-transform: translateY(-50%) translateX(0px)  scale(1);
  transform: translateY(-50%) translateX(0px)  scale(1);
  transform-style: preserve-3d;
  z-index:2;
}

.square-flip:hover .square-container {
  -webkit-transform: translateY(-50%) translateX(-650px)  scale(.88);
  -ms-transform: translateY(-50%) translateX(-650px)  scale(.88);
  transform: translateY(-50%) translateX(-650px)  scale(.88);
  transform-style: preserve-3d;
}

.square-container2{
  padding:40px;
  text-align:center;
  position:relative;
  top:50%;
  -ms-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
  transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
  -webkit-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
  -webkit-transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);
  -ms-transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);
  transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);
  transform-style: preserve-3d;
  z-index:2;
}
.square-flip:hover .square-container2 {
  -webkit-transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
  -ms-transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
  transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
  transform-style: preserve-3d;
}

/*Style text*/
.square-flip h2 {
  color:white;
  font-family: "Open Sans";
  font-weight:700;
  font-size:22px;
}

.square-flip h3 {
  color:white;
  font-family: "Open Sans";
  font-weight:500;
  font-size:16px;
  line-height:26px;
}

/*Elements*/
.flip-overlay {
  display:block;
  background:rgba(0,0,0,0.5);
  width:100%;
  height:100%;
  position:absolute;
  top:0;
}

.align-center {
  margin:0 auto;
}

.kallyas-button {
  display:block;
  width:160px;
  padding:18px 30px;
  font-family:"Open Sans";
  font-weight:600;
  color:#fff;
  background:#FF2024;
  margin:0 auto;
  border-radius:2px;
  text-decoration:none;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffa067+0,ff2959+49,ff2024+100 */
  background: #ffa067; /* Old browsers */
  background: -moz-linear-gradient(-45deg,  #ffa067 0%, #ff2959 49%, #ff2024 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,  #ffa067 0%,#ff2959 49%,#ff2024 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,  #ffa067 0%,#ff2959 49%,#ff2024 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa067', endColorstr='#ff2024',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/*ADD SHADOWS OPTIONAL*/
.square-flip .square .boxshadow, .square-flip .square .textshadow, .square-flip .square2 .boxshadow, .square-flip .square2 .textshadow {
  -ms-transition: 0.60s;
  transition: 0.60s;
  -webkit-transition: 0.60s;
}

.square-flip .square .boxshadow {
  -webkit-box-shadow: 24px 42px 58px -8px rgba(0,0,0,0.3);
  -moz-box-shadow: 24px 42px 58px -8px rgba(0,0,0,0.3);
  box-shadow: 24px 42px 58px -8px rgba(0,0,0,0.3);
}

.square-flip .square .textshadow {
  -webkit-text-shadow: 24px 42px 58px -8px rgba(0,0,0,0.3);
  -moz-text-shadow: 24px 42px 58px -8px rgba(0,0,0,0.3);
  text-shadow: 24px 42px 58px -8px rgba(0,0,0,0.3);
}

.square-flip:hover .square .boxshadow, .square-flip:hover .square .textshadow {
  -webkit-box-shadow: 240px 42px 58px -8px rgba(0,0,0,0.0);
  -moz-box-shadow: 240px 42px 58px -8px rgba(0,0,0,0.0);
  box-shadow: 240px 42px 58px -8px rgba(0,0,0,0.0);
}

.square-flip .square2 .boxshadow {
  -webkit-box-shadow: 240px 42px 58px -8px rgba(0,0,0,0.0);
  -moz-box-shadow: 240px 42px 58px -8px rgba(0,0,0,0.0);
  box-shadow: 240px 42px 58px -8px rgba(0,0,0,0.0);
}

.square-flip .square2 .textshadow {
  -webkit-text-shadow: 240px 42px 58px -8px rgba(0,0,0,0.0);
  -moz-text-shadow: 240px 42px 58px -8px rgba(0,0,0,0.0);
  text-shadow: 240px 42px 58px -8px rgba(0,0,0,0.0);
}

.square-flip:hover .square2 .boxshadow, .square-flip:hover .square2 .textshadow {
  -webkit-box-shadow: 24px 42px 58px -8px rgba(0,0,0,0.3);
  -moz-box-shadow: 24px 42px 58px -8px rgba(0,0,0,0.3);
  box-shadow: 24px 42px 58px -8px rgba(0,0,0,0.3);
}

/*You can delete this style*/
.centerflipcards {
  display:block;
  width:1330px;
  height:440px;
  text-align:center;
  margin:0 auto;
  margin-top:25px;
}

.clearfix{clear:both;}

.centerflipcards p {
  font-family:"Open Sans";
  font-size:13px;
  margin-top:10px;
  font-weight:700;
}