@import "phersuicons/css/phersu-embedded.css";
html.no-js {
  height: auto !important;
  overflow: auto;
}

body {
  font-family: "Zilla Slab", Georgia, "Times New Roman", serif;
  line-height: 1.35;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Slab", Georgia, "Times New Roman", serif;
  margin: 0.5em 0;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

a {
  text-decoration: none;
}

p {
  margin: 0 0 0.85em;
}

.container {
  max-width: 1480px;
}

label {
  display: block;
}

input[type=text],
input[type=email],
input[type=password] input[type=number],
textarea {
  width: 100%;
  max-width: 100%;
  border-radius: 5px;
  border: 1px solid #fff;
  padding: 5px;
  outline: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password] input[type=number]:focus,
textarea:focus {
  outline: none;
}

textarea {
  min-height: 140px;
}

input[type=button],
input[type=submit],
button {
  border: none;
  color: #fff;
  background: #355c62;
  border: #355c62;
  padding: 8px 20px;
  text-transform: uppercase;
}
input[type=button]:focus,
input[type=submit]:focus,
button:focus {
  outline: none;
}

.pt-sans {
  font-family: "PT Sans";
}

.roboto-slab {
  font-family: "Roboto Slab";
}

.wrap-form .field {
  margin-bottom: 0.5em;
  font-size: 18px;
}

#header {
  -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.54);
  -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.54);
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.54);
  position: fixed;
  background: #fff;
  height: 90px;
  padding: 10px 0;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
#header .nav .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #005d63;
  font-family: "Pt Sans", "Roboto", sans-serif;
}
#header .nav .menu a {
  color: #005d63;
}
#header .nav .menu li {
  font-size: 18px;
}

#header.relative {
  position: relative;
}

.no-js .reveal {
  height: auto;
}
.no-js .reveal * {
  transform: initial !important;
}
.no-js .reveal .slides {
  position: relative !important;
  overflow: auto;
  height: auto;
}
.no-js .reveal .slides section {
  display: block;
  position: relative !important;
}

.reveal {
  height: 100vh;
}
.reveal .slides {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  text-align: left;
}
.reveal .slides .section-content {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 90px 0 90px 0;
  font-size: 32px;
  z-index: 9;
}
.reveal .slides .section-content .inner h2 {
  font-weight: bolder;
  font-size: 40px;
  margin: 0;
}
.reveal .slides .section-content .inner .separator {
  margin-bottom: 20px;
}
.reveal .slides .section-content .inner .content {
  padding: 0 15%;
  font-style: italic;
  font-weight: lighter;
}
.reveal .separator {
  display: block;
  width: 20%;
  height: 10px;
  background: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}
.reveal .align-right {
  text-align: right;
}
.reveal .align-right .separator {
  margin-left: auto;
  margin-right: 0;
}
.reveal .align-left {
  text-align: left;
}
.reveal .align-left .separator {
  margin-left: 0;
  margin-right: auto;
}
.reveal #inicio {
  background: #005d63;
  color: #fff;
}
.reveal #inicio .separator {
  background: #97d0d1;
}
.reveal #inicio .content {
  font-weight: 200;
}
.reveal #oportunidades {
  background: #38bbc9;
  color: #fff;
}
.reveal #oportunidades .separator {
  background: #bbe1e7;
}
.reveal #entendimiento {
  background: #e9483f;
  color: #fff;
}
.reveal #filosofia {
  background: #fff;
  color: #0082c2;
}
.reveal #filosofia .separator {
  background: #e9483f;
}
.reveal #filosofia h3 {
  font-family: "Roboto Slab";
  font-style: normal;
}
.reveal #somos {
  background: #06577a;
  color: #fff;
}
.reveal #somos .separator {
  background: #bbe1e7;
}
.reveal #hacemos {
  color: #005e63;
  background: #fff;
}
.reveal #hacemos .separator {
  background: #e9483f;
}
.reveal #como {
  color: #38bbc9;
  background: #fff;
}
.reveal #como .separator {
  margin: 0 auto;
  background: #e9483f;
  width: 40%;
}
.reveal #como .item {
  color: #355c62;
}

#contacto {
  background: #38bbc9;
  color: #fff;
  padding-bottom: 90px;
  font-family: "Pt Sans", "Roboto", sans-serif;
  font-size: 32px;
  position: relative;
}
#contacto .content {
  font-style: normal;
}
#contacto a {
  color: #fff;
}
#contacto .footer {
  bottom: 0;
  text-align: center;
  left: 0;
  right: 0;
  position: absolute;
  padding: 15px 0;
  color: #355c62;
  background: #afe2e3;
  font-size: 16px;
}
#contacto .footer a {
  text-decoration: underline;
  font-weight: bold;
  color: #355c62;
}

body.projects #contacto {
  position: relative;
  padding-bottom: 0 !important;
}
body.projects #contacto .footer {
  position: relative;
  margin-top: 30px;
}

.form-contact .response {
  font-size: 17px;
  padding: 4px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.form-contact .response.error {
  border: 2px solid #f00;
}
.form-contact .required.error {
  border: 1px solid #f00;
}

.no-js .loading {
  display: none;
}

.js .loading {
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  text-align: center;
  width: 100vw;
  z-index: 9999;
}
.js .loading img {
  max-width: 100px;
  margin: 0 auto;
}

/**
	fix for mobile
 */
body:not(.reveal-viewport) #page {
  max-width: 100%;
  overflow-x: hidden;
}
body:not(.reveal-viewport) .reveal,
body:not(.reveal-viewport) .reveal .slides,
body:not(.reveal-viewport) .reveal .slides section,
body:not(.reveal-viewport) .reveal .slides > section,
body:not(.reveal-viewport) .reveal .slides > section > section {
  position: relative;
  min-height: 100vh;
  display: block;
  height: auto;
  overflow: initial;
  perspective: initial;
  top: initial;
  bottom: initial;
  left: initial;
  right: initial;
  transform: initial;
  touch-action: auto !important;
}

body.privacidad #page,
body.projects #page {
  padding-top: 90px;
}
body.privacidad #header,
body.projects #header {
  position: fixed;
}
body.privacidad .content.privacidad h1,
body.projects .content.privacidad h1 {
  font-size: 26px;
  text-align: center;
  color: #83332e;
}
body.privacidad .content.privacidad h1:after,
body.projects .content.privacidad h1:after {
  content: "";
  display: block;
  width: 150px;
  height: 10px;
  margin: 5px auto;
  background: #e9483f;
}
body.privacidad .content.privacidad h2,
body.projects .content.privacidad h2 {
  font-size: 20px;
}
body.privacidad #contacto .content,
body.projects #contacto .content {
  padding: 0 15px;
}
body.privacidad .footer,
body.projects .footer {
  text-align: center;
  padding: 15px;
  color: #355c62;
  background: #afe2e3;
  font-size: 16px;
}
body.privacidad .footer a,
body.projects .footer a {
  text-decoration: underline;
  font-weight: bold;
  color: #355c62;
}

body.projects .project {
  font-family: "Pt Sans";
  font-size: 18px;
  color: #355c62;
  padding-bottom: 50px;
  margin-bottom: 50px;
  position: relative;
}
body.projects .project:after {
  display: block;
  width: 320px;
  max-width: 50%;
  content: "";
  border-bottom: 3px dotted #f00;
  left: 50%;
  bottom: 0;
  position: absolute;
  transform: translateX(-50%);
}
body.projects .project .inner .header .thumb img {
  max-width: 100%;
}
body.projects .project .inner .header h2 {
  font-size: 40px;
  color: #355c62;
  margin: 0 0 5px;
}
body.projects .project .inner .header h2:after {
  display: block;
  content: "";
  width: 120px;
  border-bottom: 10px solid #e9483f;
  margin-top: 5px;
}
body.projects .project .inner .header .sub-title {
  font-family: "Zilla Slab";
  font-style: italic;
  margin-bottom: 15px;
}
body.projects .project .inner .header a {
  display: block;
  color: #355c62;
  font-family: "Zilla Slab";
  font-weight: bold;
  font-style: italic;
  padding-left: 25px;
  position: relative;
  line-height: 25px;
}
body.projects .project .inner .header a:before {
  display: inline-block;
  content: "";
  width: 25px;
  height: 25px;
  background: url("../img/FlechaRoja.svg") center center no-repeat;
  left: 0;
  bottom: 0;
  position: absolute;
}
body.projects .project .inner .content {
  display: none;
}
body.projects .project .inner .content .icon img {
  height: 50px;
  width: auto;
}
body.projects .project .inner .content .section-title {
  font-weight: 400;
  font-family: "Zilla Slab";
  font-weight: lighter;
  font-style: italic;
  font-size: 22px;
}
body.projects .project .inner .content ul {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}
body.projects .project.toggled .inner .header a:before {
  transform: rotate(-90deg);
}
body.projects .project.toggled .inner .content {
  display: flex;
}
body.projects #contacto {
  padding: 50px 0;
}

@media (max-width: 767px) {
  html, body {
    height: initial;
    max-height: initial;
    overflow: initial;
  }

  body:not(.reveal-viewport) #page {
    max-width: 100%;
    overflow-x: hidden;
  }
  body:not(.reveal-viewport) #header {
    position: relative !important;
  }
  body:not(.reveal-viewport) .reveal .slides section {
    min-height: auto;
  }
  body:not(.reveal-viewport) .reveal .slides .section-content {
    padding: 30px 0;
  }

  body.projects #header,
body.privacidad #header {
    position: absolute !important;
  }

  .reveal .slides section {
    box-sizing: border-box;
  }
  .reveal .slides section .separator {
    width: 105px;
  }
  .reveal .slides section .section-content {
    height: auto;
  }
  .reveal .slides section .section-content span.small,
.reveal .slides section .section-content span.x-small {
    display: block;
    font-size: 80%;
  }
  .reveal .slides section .section-content span.x-small {
    font-size: 65%;
  }
  .reveal .slides section .section-content .inner h2.main-title {
    font-size: 36px;
  }
  .reveal .slides section .section-content .inner .content {
    padding: 0;
    font-size: 22px;
  }
  .reveal .slides section .section-content .container {
    padding: 0 30px;
  }
  .reveal .slides section#inicio {
    padding-top: 0;
  }
  .reveal .slides section#inicio .ornament {
    display: block;
    height: 50vw;
    position: relative;
    perspective: 4px;
    overflow: hidden;
    background: url("../img/slides/mobile/inicio-bg.jpg") center bottom no-repeat;
    background-size: 100%;
  }
  .reveal .slides section#inicio .ornament .inner {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url("../img/slides/mobile/inicio-ornam-mobile.png") bottom center no-repeat;
    background-size: 100% 100%;
  }
  .reveal .slides section#oportunidades {
    height: auto;
    min-height: auto;
  }
  .reveal .slides section#oportunidades .ornament {
    display: none;
  }
  .reveal .slides section#entendimiento {
    padding-top: 0;
  }
  .reveal .slides section#entendimiento .ornament {
    display: block;
    background: url("../img/slides/mobile/oportunidades-bg.jpg") center center no-repeat;
    background-size: 100%;
    padding: 0;
    margin: 0;
  }
  .reveal .slides section#entendimiento .ornament .inner {
    display: block;
    border: 0;
    margin: 0;
    width: 100%;
    height: 100vw;
    max-height: 450px;
    background: url("../img/slides/mobile/oportunidades-ornam.png") center center no-repeat;
    background-size: 100% 100%;
  }
  .reveal .slides section#entendimiento .ornament.right {
    display: none;
  }
  .reveal .slides section#filosofia {
    padding: 0;
  }
  .reveal .slides section#filosofia .ornament {
    display: block;
    background: url("../img/slides/mobile/filosofia-bg.jpg") center center no-repeat;
    background-size: cover;
    padding: 0;
    margin: 0;
  }
  .reveal .slides section#filosofia .ornament .inner {
    display: block;
    border: 0;
    margin: 0;
    width: 100%;
    height: 100vw;
    max-height: 450px;
    background: url("../img/slides/mobile/filosofia-ornam.png") center center no-repeat;
    background-size: 100% 100%;
  }
  .reveal .slides section#filosofia .ornament.right {
    display: none;
  }
  .reveal .slides section#somos {
    padding: 0;
    min-height: auto;
  }
  .reveal .slides section#somos .ornament {
    height: 37vw;
    position: relative;
    display: block;
  }
  .reveal .slides section#somos .ornament .inner {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url("../img/slides/mobile/somos-bg.jpg") bottom center no-repeat;
    background-size: 100% 100%;
    transform: translateY(-30px);
  }
  .reveal .slides section#somos .content {
    padding: 40px 0 50px 50px;
  }
  .reveal .slides section#somos .ornament.right {
    display: none;
  }
  .reveal .slides section#hacemos {
    min-height: auto;
    padding: 0px 0 50px;
  }
  .reveal .slides section#hacemos .ornament {
    display: block;
    height: 100vh;
    max-height: 400px;
    background: url("../img/slides/mobile/hacemos.jpg") bottom center no-repeat;
    background-size: 100% 100%;
  }
  .reveal .slides section#hacemos .content {
    padding: 40px 15px 50px 50px;
  }
  .reveal .slides section#como {
    padding-top: 0;
    min-height: auto;
  }
  .reveal .slides section#como .section-content {
    min-height: auto;
  }
  .reveal .slides section#como .title {
    text-align: center !important;
  }
  .reveal .slides section#como .title br {
    display: none;
  }
  .reveal .slides section#como .content {
    padding: 20px 0;
    /*
    .item-1{
    	color:#fa4238;

    }
    .item-2{
    	color:#0098a7

    }
    .item-3{
    	color:#005d63;

    }
    .item-4{
    	color:#83332e;

    }
    .item-5{
    	color:#38bbc9;

    }
    .item-6{
    	colro:#863934;

    }
    .item-7{
    	color:#0082cb;
    }
    */
  }
  .reveal .slides section#como .content .item {
    clear: both;
    padding: 5px 0 35px;
    position: relative;
  }
  .reveal .slides section#como .content .item .inner {
    max-width: 300px;
    display: flex;
    font-size: 20px;
    margin: 0 auto;
  }
  .reveal .slides section#como .content .item .inner img {
    margin-right: 10px;
    width: 50px;
    height: auto;
  }
  .reveal .slides section#como .content .item .inner h3 {
    margin: 0;
    font-size: 22px;
    font-style: normal;
  }
  .reveal .slides section#como .content .item .inner h3 span {
    display: none;
  }
  .reveal .slides section#como .content .item:after {
    display: block;
    position: absolute;
    margin: 5px 0;
    content: "";
    width: 10px;
    height: 25px;
    background: url("../img/FlechaRoja.png") bottom center no-repeat;
    background-size: cover;
    transform-origin: center;
    bottom: 0;
    left: 50%;
  }
  .reveal .slides section#como .content .item:last-child:after {
    display: none;
  }
  .reveal .slides section#contacto {
    text-align: center;
  }

  #contacto {
    text-align: center;
  }
  #contacto h3 {
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  .reveal .slides section {
    max-height: 100vh;
    overflow: hidden;
  }
  .reveal .slides .ornament {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 25%;
  }
  .reveal .slides .ornament .inner {
    height: 100%;
    width: 100%;
    background-size: 100% 100%;
  }
  .reveal .slides h2.main-title span.word {
    display: inline-block;
    margin-right: 0.05em;
  }
  .reveal .slides h2.main-title span.x-small {
    font-size: 40%;
    display: block;
  }
  .reveal .slides h2.main-title span.small {
    font-size: 65%;
    display: block;
  }
  .reveal .slides .ornament.right {
    left: initial;
    right: 0;
  }
  .reveal .slides #inicio .ornament {
    background: url("../img/slides/inicio-bg-desktop.jpg") bottom center no-repeat;
    display: block;
    width: 35%;
    max-width: 500px;
  }
  .reveal .slides #inicio .ornament .inner {
    background: url("../img/slides/inicio-ornam-desktop.png") 1px bottom no-repeat;
    background-size: 100% 100%;
  }
  .reveal .slides #oportunidades .ornament {
    background: url("../img/slides/oportinodades-bg-desktop.jpg") right center no-repeat;
    background-size: cover;
  }
  .reveal .slides #oportunidades .ornament .inner {
    background: url("../img/slides/oportunodades-ornam-desktop.png") bottom center no-repeat;
    background-size: 100% 100%;
  }
  .reveal .slides #entendimiento .ornament {
    background: url("../img/slides/entendimiento-bg-desktop.jpg") left center no-repeat;
    background-size: cover;
  }
  .reveal .slides #entendimiento .ornament .inner {
    background: url("../img/slides/entendimiento-ornam-desktop.png") 1px center no-repeat;
    background-size: 100% 100%;
  }
  .reveal .slides #entendimiento .ornament.right {
    max-width: 550px;
    background: url("../img/slides/entendimineto-bg-right-desktop.jpg") right center no-repeat;
    background-size: cover;
  }
  .reveal .slides #entendimiento .ornament.right .inner {
    background: url("../img/slides/entendimiento-ornam-2-desktop.png") left center no-repeat;
  }
  .reveal .slides #filosofia {
    color: #0082c2;
    font-size: 30px;
  }
  .reveal .slides #filosofia .ornament {
    background: url("../img/slides/filosofia-bg-desktop-left.jpg") left center no-repeat;
    background-size: cover;
    max-width: 400px;
  }
  .reveal .slides #filosofia .ornament .inner {
    background: url("../img/slides/filosofia-ornam-desktop-left.png") right bottom no-repeat;
    background-size: 100% 100%;
  }
  .reveal .slides #filosofia .ornament.right {
    background: none;
  }
  .reveal .slides #filosofia .ornament.right .inner {
    background: url("../img/slides/filosofia-ornam-right-desktop.png") right bottom no-repeat;
    background-size: 100% 100%;
  }
  .reveal .slides #filosofia .content {
    font-size: 30px;
    padding-right: 0;
  }
  .reveal .slides #filosofia h3 {
    font-size: 32px;
    margin: 0;
  }
  .reveal .slides #somos .ornament {
    background: none;
  }
  .reveal .slides #somos .ornament .inner {
    background: url("../img/slides/somos-orman-desktop.png") right bottom no-repeat;
    background-size: 100% 100%;
  }
  .reveal .slides #somos .ornament.right {
    width: 17%;
    max-width: 300px;
    background: url("../img/slides/somos-bg-right-desktop.jpg") right bottom no-repeat;
  }
  .reveal .slides #somos .ornament.right .inner {
    background: url("../img/slides/somos-ornam-right-desktop.png") right bottom no-repeat;
    background-size: 100% 100%;
  }
  .reveal .slides #hacemos .ornament {
    width: 45%;
    max-width: 800px;
    background: url("../img/slides/hacemos-bg-desktop.jpg") left bottom no-repeat;
  }
  .reveal .slides #hacemos .ornament .inner {
    background: url("../img/slides/hacemos-ornam-desktop.png") 1px bottom no-repeat;
    background-size: 100% 100%;
  }
  .reveal .slides #hacemos .content {
    padding-right: 0;
  }
  .reveal .slides #como .separator {
    margin-top: 10px;
  }
  .reveal .slides #como .title {
    margin-bottom: 25vh;
    text-align: center;
  }
  .reveal .slides #como .content {
    position: absolute;
    width: 100%;
    max-width: 1140px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -45%) !important;
    padding: 0;
    /*
    .item {

    	position: absolute;
    	left: 4%;
    	top:100px;
    	text-align: center;
    	font-size: 20px;
    	width:270px;


    	img {

    	}
    	h3 {
    		font-size: 26px;
    		margin: 0;
    		font-style: normal;
    	}

    	.inner{

    		padding:10px 0;
    	}
    	.inner:after{
    		display:block;
    		content:'';
    		width:18px;
    		height:25px;
    		background: url("../img/FlechaRoja.png") bottom center no-repeat;
    		position:absolute;
    		left:50%;
    		top:100%;
    		transform-origin: top;


    	}

    }

    .item-1{
    	.inner:after{

    		transform: translateX(-50%);
    	}

    }

    .item-2 {

    	left: 4%;
    	top: 40vh;

    	.inner:after{
    		left:70%;
    		transform: rotate(-45deg);
    	}
    }

    .item-3 {

    	left: 10%;
    	top: 65vh;

    	.inner:after{
    		top:70%;
    		left:100%;
    		transform: rotate(-75deg) translateX(20px);
    	}
    }

    .item-4 {

    	left: 50%;
    	top: 75vh;
    	transform: translateX(-50%) !important;
    	.inner:after{
    		top:30%;
    		left:100%;
    		transform: rotate(250deg) translateX(20px);

    	}
    }

    .item-5 {

    	left: initial;
    	right: 10%;
    	top: 65vh;

    	.inner:after{
    		top:0%;
    		left:80%;
    		transform: rotate(225deg);

    	}
    }

    .item-6 {

    	right: 4%;
    	left: initial;
    	top: 40vh;
    	.inner:after{
    		top:0%;
    		left:50%;
    		transform: rotate(-180deg) translate(8px, 20px);

    	}

    }

    .item-7 {
    	left:initial;
    	right: 4%;

    	.inner:after{
    		display: none;
    	}

    }

    */
  }
  .reveal .slides #como .content .grid {
    height: calc(100vh - 150px);
    max-height: 700px;
    width: 100%;
    position: relative;
  }
  .reveal .slides #como .content .item {
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 20px;
    width: 260px;
    text-align: center;
  }
  .reveal .slides #como .content .item img {
    max-height: 60px;
    max-width: 60px;
  }
  .reveal .slides #como .content .item h3 {
    font-size: 26px;
    margin: 0;
    font-style: normal;
  }
  .reveal .slides #como .content .item .inner:after {
    display: none;
  }
  .reveal .slides #como .content .item-1 {
    display: block;
    top: 0;
  }
  .reveal .slides #como .content .item-2 {
    display: block;
    left: 0;
    top: 200px;
  }
  .reveal .slides #como .content .item-2 .inner:after {
    top: 0px;
    left: 130px;
    transform: translate(-50%, -50%);
    position: absolute;
  }
  .reveal .slides #como .content .item-3 {
    display: block;
    left: 0;
    top: 400px;
  }
  .reveal .slides #como .content .item-4 {
    display: block;
    left: 50%;
    transform: translate(-50%);
    top: initial;
    bottom: 0;
  }
  .reveal .slides #como .content .item-4 .inner:after {
    left: 70%;
    transform: rotate(-45deg);
  }
  .reveal .slides #como .content .item-5 {
    left: initial;
    right: 0;
    top: 400px;
  }
  .reveal .slides #como .content .item-5 .inner:after {
    top: 0%;
    left: 80%;
    transform: rotate(225deg);
  }
  .reveal .slides #como .content .item-6 {
    right: 0;
    left: initial;
    top: 200px;
  }
  .reveal .slides #como .content .item-6 .inner:after {
    top: 0%;
    left: 50%;
    transform: rotate(-180deg) translate(8px, 20px);
  }
  .reveal .slides #como .content .item-7 {
    left: initial;
    right: 0;
  }
  .reveal .slides #como .content .item-7 .inner:after {
    display: none;
  }
  .reveal .slides #como .content span.arrow {
    display: block;
    height: 25px;
    width: 15px;
    position: absolute;
    background: url("../img/FlechaRoja.png") bottom center no-repeat;
    transform-origin: center;
  }
  .reveal .slides #como .content span.arrow-1 {
    top: 165px;
    left: 130px;
    transform: translate(-50%, -50%);
  }
  .reveal .slides #como .content span.arrow-2 {
    top: 365px;
    left: 130px;
    transform: translate(-50%, -50%);
  }
  .reveal .slides #como .content span.arrow-3 {
    top: 600px;
    left: 130px;
    transform: rotate(-45deg);
  }
  .reveal .slides #como .content span.arrow-4 {
    top: 600px;
    right: 130px;
    transform: rotate(-135deg) translateX(-50%);
  }
  .reveal .slides #como .content span.arrow-5 {
    top: 360px;
    right: 130px;
    transform: rotate(-180deg) translateX(-50%);
  }
  .reveal .slides #como .content span.arrow-6 {
    top: 150px;
    right: 130px;
    transform: rotate(-180deg) translateX(-50%);
  }

  #contacto .contact-info {
    text-align: center;
    font-size: 32px;
  }
  #contacto .content {
    padding: 0;
  }
}
@media (max-width: 991px) {
  #header .toggle-menu {
    background: transparent;
    padding: 6px;
  }
  #header #navbarSupportedContent {
    position: absolute;
    top: 100%;
    width: 100%;
    display: none;
    background: #fff;
  }
  #header #navbarSupportedContent ul.menu {
    padding: 0 10px;
  }
  #header #navbarSupportedContent ul.menu li {
    padding: 4px 0;
  }
  #header #navbarSupportedContent.toggled {
    display: block;
  }
}
@media (min-width: 992px) {
  #header .toggle-menu {
    display: none;
  }
  #header .nav .menu {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #005d63;
    font-family: "Pt Sans", "Roboto", sans-serif;
  }
  #header .nav .menu a {
    color: #005d63;
  }
  #header .nav .menu li {
    position: relative;
  }
  #header .nav .menu li.current:after, #header .nav .menu li:hover:after {
    content: "";
    display: block;
    width: 40px;
    position: absolute;
    border: 3px solid #f00;
    left: 50%;
    top: 100%;
    transform: translate(-20px, 20px);
  }
}
@media (max-width: 1024px) {
  #header .nav .menu li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1024px) {
  .reveal .slides .section-content .inner h2 {
    font-size: 55px;
  }
  .reveal .slides .section-content .inner .content {
    padding: 0 12%;
  }
  .reveal .slides #como .title {
    margin-bottom: 25vh;
    text-align: center;
  }
  .reveal .slides #como .content .item-1 {
    display: block;
    top: 0;
    left: 40px;
  }
  .reveal .slides #como .content .item-2 {
    display: block;
    left: 0px;
    top: 200px;
  }
  .reveal .slides #como .content .item-2 .inner:after {
    top: 0px;
    left: 130px;
    transform: translate(-50%, -50%);
    position: absolute;
  }
  .reveal .slides #como .content .item-3 {
    display: block;
    left: 100px;
    top: 400px;
  }
  .reveal .slides #como .content .item-4 {
    display: block;
    left: 50%;
    transform: translate(-50%);
    top: 550px;
  }
  .reveal .slides #como .content .item-4 .inner:after {
    left: 70%;
    transform: rotate(-45deg);
  }
  .reveal .slides #como .content .item-5 {
    left: initial;
    right: 100px;
    top: 400px;
  }
  .reveal .slides #como .content .item-5 .inner:after {
    top: 0%;
    left: 80%;
    transform: rotate(225deg);
  }
  .reveal .slides #como .content .item-6 {
    right: 0;
    left: initial;
    top: 200px;
  }
  .reveal .slides #como .content .item-6 .inner:after {
    top: 0%;
    left: 50%;
    transform: rotate(-180deg) translate(8px, 20px);
  }
  .reveal .slides #como .content .item-7 {
    left: initial;
    right: 40px;
  }
  .reveal .slides #como .content .item-7 .inner:after {
    display: none;
  }
  .reveal .slides #como .content span.arrow {
    display: block;
    height: 28px;
    width: 10px;
    position: absolute;
    background: url("../img/FlechaRoja.png") bottom center no-repeat;
    background-size: cover;
    transform-origin: center;
  }
  .reveal .slides #como .content span.arrow-1 {
    top: 155px;
    left: 130px;
    transform: translate(-50%, -50%);
  }
  .reveal .slides #como .content span.arrow-2 {
    top: 365px;
    left: 160px;
    transform: translate(-50%, -50%) rotate(-25deg);
  }
  .reveal .slides #como .content span.arrow-3 {
    top: 580px;
    left: 280px;
    transform: rotate(-45deg);
  }
  .reveal .slides #como .content span.arrow-4 {
    top: 580px;
    right: 280px;
    transform: rotate(-135deg) translateX(-50%);
  }
  .reveal .slides #como .content span.arrow-5 {
    top: 340px;
    right: 160px;
    transform: rotate(-155deg) translateX(-50%);
  }
  .reveal .slides #como .content span.arrow-6 {
    top: 140px;
    right: 130px;
    transform: rotate(-180deg) translateX(-50%);
  }
  .reveal .slides #como .content {
    /*

    .item {
    	left: 10%;
    	top: 12vh;

    	.inner:after{
    		width:18px;
    		height:45px;
    		background: url("../img/FlechaRoja.png") bottom center no-repeat;



    	}

    }

    .item-2 {

    	left: 10%;
    	top: 40vh;
    }

    .item-3 {

    	left: 20%;
    	top: 65vh;
    }

    .item-4 {

    	left: 50%;
    	top: 75vh;
    	transform: translateX(-50%) !important;
    }

    .item-5 {

    	left: initial;
    	right: 20%;
    	top: 65vh;
    }

    .item-6 {

    	right: 10%;
    	left: initial;
    	top: 40vh;

    }

    .item-7 {
    	left:initial;
    	right: 10%;

    }
    */
  }
}
@media (min-width: 1280px) {
  .reveal .slides .ornament {
    width: 25%;
    max-width: 600px;
  }
  .reveal .slides .section-content .inner h2 {
    font-size: 65px;
  }
  .reveal .slides .section-content .inner .content {
    padding: 0 12%;
  }

  #header .nav .menu li:last-child {
    margin-left: 3em;
  }
}
@media (min-width: 1480px) {
  .reveal .slides .ornament {
    width: 35%;
    max-width: 600px;
  }
  .reveal .slides .section-content .inner h2 {
    font-size: 65px;
  }
  .reveal .slides .section-content .inner .content {
    padding: 0 12%;
  }
}

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