
h1, h2, h3, h4, h5, h6 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;
}

h1 {
  font-size: 3em;
}

h2{
  font-size: 1.6em;
}

p, a {
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
}

body{
 /* background: #00F738;*/
 background-color: white;
}

.reveal {
 top: 40vh !important;

}

#scrollSticky {
  z-index: 2000;
}


.fa-bars span {
  cursor: pointer;
}

#social-bar {
  height: 26px;
  background-color: #96CA97;
}

#social-bar i {
  color: #96CA97;
  background-color: #406B40;
  font-size: .9em;
  border-radius: 50%; 
  margin-left: .3em; 
}

#social-bar i.fa-facebook {
  height: 20px;
  width: 20px;
  padding: .2em .4em;
}

#social-bar i.fa-instagram {
  height: 20px;
  width: 20px;
  padding: .2em .3em;
}

#social-bar i.fa-envelope-o {
  height: 20px;
  width: 20px;
  padding: .2em .2em;
}

#social-bar .logo-overflow {
  height: 110px;
  overflow:hidden;
}

#social-bar .logo-container {
  height: 1em;
  width: 200px;
  background-color: #96CA97;
  margin: 0;
  padding: 0;
  position: relative;
  top: -94px;

}

#social-bar .logo-container img {
  padding-top: 120px;
}


#small-nav-bar,
#large-nav-bar {
  background-color: #96CA97;
  height: 50px;
  box-shadow: 0 1px 1px rgba(0,0,0,0.12);
}

#small-nav-bar, 
#toggle-nav-bar {
  z-index: 1500;
}

#small-nav-bar span {
  font-family: 'Open Sans', sans-serif;
  height: 400;
}

#toggle-nav-bar {
  padding-top: 2em;
  padding-bottom: 1em;
  background-color: #96CA97;
}

#small-nav-bar button {
  cursor: pointer;
  font-size: 1.3em;
	color: #406B40;
}

#toggle-nav-bar li,
#large-nav-bar li  {
  font-size: 1.1em;
}


#toggle-nav-bar a {
  color: #406B40;
}

#toggle-nav-bar a:focus {
  font-weight: bold;
}

#toggle-nav-bar a:hover {
  font-weight: bold;
}

#large-nav-bar a{
  color: #406B40;
}

#large-nav-bar a:focus{
  font-weight: bold;
}

#large-nav-bar a:hover{
  font-weight: bold;
}

#hero-container {
  padding: 5em 0 5em 0;
  background: url('../assets/cover1.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#hero-container h1 {
  font-size: 3em;
	color: white;
	font-weight: bold;
	padding: .5em
}

#hero-container p {
  font-size: 1.5em;
	color: white;
}

#hero-container .input-field {
  display: block;
  color: black;
  margin: 1em auto;
  height: 3em;
  width: 13em;
  background-color: rgba(255, 255, 255, .75);
  border-radius: 3px;
  padding: .7em;
  border: none;
  outline: none;
}
#hero-container .orbit {
  width: 100%;
	color: white;
	padding: 0.5em;
}
#hero-container .orbit-container {
  width: 100%;
  height: auto;
	color: white;
}
#hero-container .orbit-container p {
  font-size: auto;
}
#hero-container .orbit-container h5 {
  font-size: auto;
  margin-top: -1.7em;
}

.input-field::-webkit-input-placeholder { 
  color: #514f4f;
}

.input-field::-moz-placeholder { 
  color: #514f4f;
}

.input-field:-ms-input-placeholder { 
  color: #514f4f;
}

.input-field:-moz-placeholder { 
  color: #514f4f;
}


#hero-container .hero-form {
  margin: 2em auto;
}

#hero-container .button {
  font-weight: bold;
  display: block;
  margin: 1.5em auto;
  height: 3em;
  width: 10.3em;
  border-radius: 3px;
  padding: .7em;
  border: none;
}

#nosotros-container {
  padding: 4.5em 0 4.5em 0;
  background-color: white;
}

#nosotros-container img {
  padding: auto 0;
}

#nosotros-container h1 {
  color: #00A099;
	font-weight: bold;
}

#nosotros-container p {
  margin: .5em 0;
  font-size: 1.1em;
}
#nosotros-container .button {
  font-size: 1.3em;
  margin: 1em 2em auto;
  height: 2.8em;
  width: 5.3em;
  border-radius: 8px;
  padding: .7em;
  border: none;
  background-color: #00A099;
}
#nosotros-container .button:hover {
  background-color: #31757A;
}
.gradient-circles {
  margin: 2em 0;
}

.gradientcircle-1 {
  display: inline-block;
  padding: 0;
  margin: 0 .1em;
  height: 10px;
  width: 10px;
  background-color: #00A099;
  border-radius: 50%;
}
.gradientcircle1 {
  display: inline-block;
  padding: 0;
  margin: 3em .5em 0;
  height: 10px;
  width: 10px;
  background-color: #00A099;
  border-radius: 50%;
}
.orbit{
	width: 320px;
	display: inline-block;
	float:none;
}
.orbit-container{
	width: 240px;
	height: auto;
	display: inline-block;
	float:none;
}
.orbit-previous,.orbit-next{
	color: #31757A;
}
#character-container {
  padding: 7em 0 7em 0;
  background: url('../assets/personajes.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#character-container h1 {
  font-size: 2.5em;
	color: white;
	font-weight: bold;
}

#character-container p {
  font-size: 1.5em;
	color: white;
	padding: 2em 0 0 0;
}
#character-container .button {
  font-size: 1.3em;
  margin: 1em 2em auto;
  height: 2.8em;
  width: 5.3em;
  border-radius: 8px;
  padding: .7em;
  border: none;
  background-color: #00A099;
}
#character-container .button:hover {
  background-color: #31757A;
}


.bigHalfCircleInverted {
  background-color: #666666;
  margin-bottom: 1em;
}

.bigHalfCircleInverted path {
  fill: black;
}

.has-tip{
  font-weight: 400;
}


.orbit-slide {
  margin: 0;
  width: 100%;
}
.orbit-slide:focus {
  outline: none;
}

.orbit-testimonios {
  padding: 2rem 4rem;
  color: #fefefe;
}

#contacto-container {
  padding: 5em 2em 3em 2em;
}
#contacto-container h1{
  color: #00A099;
  font-weight: bold;
}
#contacto-container h1, p, input {
  padding-bottom: 30px;
font-family: 'Quicksand', sans-serif;
}
#contacto-container .button {
  font-size: 1.3em;
  margin: 1em 2em auto;
  height: 2.8em;
  width: 5.3em;
  border-radius: 8px;
  padding: .7em;
  border: none;
  background-color: #00A099;
}
#contacto-container .button:hover {
  background-color: #31757A;
}
#contacto-container .input-field,
#contacto-container .input-field placeholder{
  font-family: 'Quicksand', sans-serif;
  color:Black;
}
.floated-label-wrapper {
  position: relative;
}


.floated-label-wrapper label {
  background: none;
  color: white;
  font-size: 1rem;
  font-weight: 400;
  left: 0.3rem;
  opacity: 0;
  padding: 0 0.25rem;
  position: absolute;
  top: 2rem;
  transition: all 0.15s ease-in;
  z-index: -1;
}

.floated-label-wrapper label input[type=text],
.floated-label-wrapper label input[type=email],
.floated-label-wrapper label input[type=number],
 .floated-label-wrapper label input[type=tel],
 .floated-label-wrapper label textarea[type=text]{
  border-radius: 4px;
  font-size: 1.75em;
  padding: 0.5em;
}



.floated-label-wrapper label.show {
  opacity: 1;
  top: -1.3rem;
  z-index: 1;
  transition: all 0.15s ease-in;
}

.floated-label-wrapper {
  padding: .3em 0;
}

.button-final-form {
  font-family: 'Quicksand', sans-serif;
  margin: .3em 0;
  font-size: 1.4em;
  height: 2.5em;
  width: 5.3em;
  border-radius: 3px;
  padding: .7em;
  border: none;
}

.floated-label-wrapper .comments-input{
  padding-top: 1.1em;
  padding-bottom: 9em;
}

input.button-final-form {
  margin-top: 10px;
}

.floated-label-wrapper input:focus, 
 .floated-label-wrapper textarea:focus{
  background-color: #99D9D6;
  border-color: #99D9D6;
}

.floated-label-wrapper input {
  height: 50px;
  background-color: #99D9D6;
  border-color: #99D9D6;
  color: Black;
  font-weight: 400;
  padding-top: .5em;
  padding-bottom: .5em;
}

.floated-label-wrapper textarea {
  height: 50px;
  background-color: #99D9D6;
  border-color: #99D9D6;
  color: Black;
  font-weight: 400;
  padding-top: .5em;
  padding-bottom: .5em;
}
.floated-label-wrapper textarea {
  border-color: #99D9D6;
}

.form-error {
 color: black;
 font-size: 1em;
}


.social-footer-large i {
  color: #96CA97;
  background-color: #406B40;
  font-size: 1.2em;
  border-radius: 50%; 
  margin-left: .3em; 
}

.social-footer-large i.fa-facebook {
  height: 30px;
	color: #96CA97;
  width: 30px;
  padding: .3em .5em;
}

.social-footer-large i.fa-instagram {
  color: #96CA97;
  height: 30px;
  width: 30px;
  padding: .3em .3em;
}

.social-footer-large i.fa-envelope-o {
  height: 30px;
  width: 30px;
  padding: .3em .3em;
}

.fa-heart {
  color: #406B40;
}
.policy-subfooter {
  background-color: #96CA97;
}

.policy-subfooter p {
  color: white;
  padding-bottom: .5em;
  padding-top: .5em;
  margin-bottom: 0;
}

.policy-subfooter a {
  color: white;
}

.made-by-rounder {
  color: white;
  font-weight: bold;
}

#direccion-container .social-footer {
  padding: 4em .5em 1.5em .5em;
}


.social-footer i {
  background-color: white;
  font-size: 1.2em;
  border-radius: 50%; 
  margin-left: .3em; 
}

#direccion-container .social-right i{
  color: black;
}

#footer-container .social-right i{
  color: white;;
}

.social-footer i.fa-facebook {
  height: 30px;
  width: 30px;
  padding: .3em .5em;
}

.social-footer i.fa-linkedin {
  height: 30px;
  width: 30px;
  padding: .3em .3em;
}

.social-footer i.fa-envelope-o {
  height: 30px;
  width: 30px;
  padding: .3em .3em;
}

.social-left {
  padding-left: 2em;
}

#direccion-container .social-right {
  padding-left: 2em;
}

#footer-container .social-right {
  padding-left: 0em;
}

#success-container {
  background: linear-gradient(to bottom, 
    rgba(0, 0, 0, .4), 
      rgba(0, 0, 0, .4)),

  url('../assets/personajes.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom left;
}

#success-container button:hover{
  border-color: #085350;
  background-color: #085350;
  color: white;
}
#success-container button{
  border-color: #00A099;
  background-color: #00A099;
  color: white;
}
#success-container h1, p, .button{
  font-family: 'Quicksand', sans-serif;
}
#succes-container h1{
  color: #00A099;
  font-weight: bold;
}
.success-alert {
  margin: 3em 0;
  padding: 2em;
  border-radius: 5px;
  background-color: white;
}

.success-alert h1,
.succes-alert p {
  margin-bottom: .5em;
}

.sa {
  width: 140px;
  height: 140px;
  padding: 26px;
  background-color: #fff;
}
.sa-success {
  border-radius: 50%;
  border: 4px solid #00A099;
  box-sizing: content-box;
  height: 80px;
  padding: 0;
  position: relative;
  background-color: #fff;
  width: 80px;
}
.sa-success:after, .sa-success:before {
  background: #fff;
  content: '';
  height: 120px;
  position: absolute;
  transform: rotate(45deg);
  width: 60px;
}
.sa-success:before {
  border-radius: 40px 0 0 40px;
  width: 26px;
  height: 80px;
  top: -17px;
  left: 5px;
  transform-origin: 60px 60px;
  transform: rotate(-45deg);
}
.sa-success:after {
  border-radius: 0 120px 120px 0;
  left: 30px;
  top: -11px;
  transform-origin: 0 60px;
  transform: rotate(-45deg);
  animation: rotatePlaceholder 4.25s ease-in;
}
.sa-success-placeholder {
  border-radius: 50%;
  border: 4px solid rgba(89, 255, 125, 0.25);
  box-sizing: content-box;
  height: 80px;
  left: -4px;
  position: absolute;
  top: -4px;
  width: 80px;
  z-index: 2;
}
.sa-success-fix {
  background-color: #fff;
  height: 90px;
  left: 28px;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 5px;
  z-index: 1;
}
.sa-success-tip, .sa-success-long {
  background-color: #00A099;
  border-radius: 2px;
  height: 5px;
  position: absolute;
  z-index: 2;
}
.sa-success-tip {
  left: 14px;
  top: 46px;
  transform: rotate(45deg);
  width: 25px;
  animation: animateSuccessTip .75s;
}
.sa-success-long {
  right: 8px;
  top: 38px;
  transform: rotate(-45deg);
  width: 47px;
  animation: animateSuccessLong .75s;
}
/* tiras */

#tira-container{
	background-color: #CBE7E7;
	font-family: 'Quicksand', sans-serif;
	padding: 4em 1em;
	color: #00A099;
}
#tira-container h1{
	font-weight: bold;
	padding-bottom: .5em;
}
#tira-container p{
	padding: 1.9em 1.9em 0;
	color: #085350;
	font-size: 1.2em;
}
#tira-container button{
  font-size: 1.2em;
  margin: 1.2em 1em auto;
  height: 2.8em;
  width: 7.3em;
  border-radius: 8px;
  padding: .7em;
  border: none;
  background-color: #00A099;
}
#tira-container button:hover {
  background-color: #31757A;
}
#tiratema-container{
	background-color: #CBE7E7;
	font-family: 'Quicksand', sans-serif;
	padding: 0em 1em;
	color: #00A099;
}
#tiratema-container h1{
	font-weight: bold;
	padding-bottom: .5em;
}

#tiratema-container .tematira img:hover{
	opacity:.8;
}
.tematira{
	padding: 1em;
}
/* Artista */
#artista-container {
  padding: 5em 0 5em 0;
  background: url('../assets/terry.png');
  background-size: cover;
  background-position:center;
  background-repeat: no-repeat;
}
#artista-container h4 {
  font-size: 3em;
	color: white;
	padding: .5em
}

#artista-container p {
  font-size: 2em;
	color: white;
	padding-bottom: 5em;
}
#artista-container2 {
  padding: 5em 0 5em 0;
  background: url('../assets/terry-small.png');
  background-size: cover;
  background-position:center;
  background-repeat: no-repeat;
}
#artista-container2 h4 {
  font-size: 3em;
	color: white;
	padding: .5em
}

#artista-container2 p {
  font-size: 2em;
	color: white;
	padding-bottom: 5em;
}
#nosotros2-container {
  padding: 4.5em 0 4.5em 0;
  background-color: white;
}

#nosotros2-container img {
  padding: 3em;
}

#nosotros2-container h1 {
  color: #00A099;
	font-weight: bold;
}

#nosotros2-container p {
  margin: .5em 0;
  font-size: 1.1em;
}

#proyects-container {
  padding: 4.5em 0 4.5em 0;
  background-color: #C3DDB2;
}

#proyects-container img {
  padding: 2em;
}

#proyects-container h1 {
  color: white;
	font-weight: bold;
}
#proyects-container h3 {
  color: white;
	font-weight: bold;
}
#proyects-container p {
  margin: .4em 0;
  font-size: 1.3em;
  color: white;
}
#proyects-container .button {
  font-size: 1.3em;
  margin: auto;
  height: 2.8em;
  width: 8.3em;
  border-radius: 8px;
  padding: .7em;
  border: none;
  background-color: #96CA97;
}
#proyects-container .button:hover {
  background-color: #31757A;
}
/* Contacto */
.redes-button{
font-size: 1.3em;
  margin: 1em 2em auto;
  height: 2.8em;
  width: 5.3em;
  border-radius: 8px;
  padding: .7em;
  border: none;
  background-color: #00A099;	
}
#contacto-container .redes-button {
  font-size: 1.3em;
  margin: 1em .5em;
  height: 2.8em;
  width: 3em;
  border-radius: 20px;
  padding: .7em;
  border: none;
  background-color: #00A099;
}
#contacto-container .redes-button:hover {
  background-color: #31757A;
}
#contacto-container h3{
  color: #00A099;
  font-weight: bold;
}
#contacto-container .poeta{
  padding: 2.5em;
}
/* Personajes */
#personajes-container{
	font-family: 'Quicksand', sans-serif;
	padding: 4em 1em;
	color: #00A099;
}
#personajes-container h1{
	font-weight: bold;
	padding-bottom: .5em;
}
#personajes-container p{
	padding: 2em;
	font-size: 1.5em;
	color: #00A099;
	padding-bottom: .5em;
}
#personajes-container .black{
	margin:0em;
}
#personajes-container img{
	margin:0 -.14em;
	opacity:.6;
}
#personajes-container img:hover{
	opacity:1;
}
#contacto-container .constructo{
 padding: 4em 0.2em;
}

@keyframes animateSuccessTip {
  0%, 54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animateSuccessLong {
  0%, 65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes rotatePlaceholder {
  0%, 5% {
    transform: rotate(-45deg);
  }
  100%, 12% {
    transform: rotate(-405deg);
  }
}



@media screen and (min-width: 640px) and (max-width: 689px) {

  .small-nav-container {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
  #toggle-nav-bar li {
    font-size: 1em;
  }
}

/*medium and up*/
@media screen and (min-width: 40em) {

h2 {
  font-size: 2em;
}
h3 {

 font-size: 1.5em;
}

p {
  font-size: 1.1em;
}

#small-nav-bar button {
  font-size: 1.2em;
}

#hero-container {
  background-position: 100% 60%;
}

#hero-container .input-field {
  height: 3em;
  width: 17em;
}
#hero-container .button {
  height: 3em;
  width: 14.3em;
}

#hero-container h1 {
    font-size: 3em;
}

#nosotros-container p {
  font-size: 1.2em;
}


}

/*large and up*/
@media screen and (min-width: 64em) {
#hero-container .input-field {
  height: 3em;
  width: 22em;
}
#hero-container .button {
  height: 3em;
  width: 19.3em;
}



.gradient-circles {
  margin: auto 0;
}


#nosotros-container p {
  margin: 2em 0;
  padding-right: 2em;
}

.gradientcircle-1, 
.gradientcircle-2,
.gradientcircle-3,
.gradientcircle-4,
.gradientcircle-5,
.gradientcircle-6 {
  margin: .9em auto;
  display: block;
}


.servicio-icon img {
  margin-top: 3em;
}

.servicio-text {
  margin: 1em 0 4em 0; 
}

.servicio-icon img.proyectos-img {
  margin-top: 4.6em
}

.servicio-icon img.arrendamiento-img {
  margin-top: 2.7em
}

.servicio-text {
  border-bottom: none;
}

.servicio-border-between {
  height: 15em;
  border-right: 2px solid  #00F738;
}


.servicio-text h2 {
  font-size: 1.7em;
} 
.servicio-text h3 {
  font-size: 1.2em;
}
.servicio-text p {
  font-size: 1em;
}

}

@media screen and (max-width: 63.9375em) {
  .social-buttons {
    visibility:hidden;
  }
}
@media screen and (max-width: 500px) {
  .videopep {
    width: 250px;
	height: 135px;
  }
}
@media screen and (min-width: 501px) {
  .videopep {
    width: 437px;
	height: 235px;
  }
}