@font-face {
  font-family: handbookLight;
  src: url(../fonts/PFHandbookPro-Light.otf);
}

@font-face {
  font-family: handbookRegular;
  src: url(../fonts/PFHandbookPro-Regular.otf);
}

@font-face {
  font-family: handbookMedium;
  src: url(../fonts/PFHandbookPro-Medium.otf);
}

.handbook-light {
  font-family: 'handbookLight', sans-serif;
}

.handbook-regular {
  font-family: 'handbookRegular', sans-serif;
}

.handbook-medium {
  font-family: 'handbookMedium', sans-serif;
}


/* Elementos generales */

html {
  font-size: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  box-sizing: border-box;
  width: 100vw;
}

body {
  font-family: 'Roboto Condensed', sans-serif;
  background-color: #e5e5e1;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  text-align: justify;
}

div#preload {
  display: none;
}


/*Override link defaults*/

a:hover {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

section {
  min-height: 100vh;
  width: 100vw;
  margin: 0;
  position: relative;
}

.section-in-view {
  position: absolute;
  left: 0;
  width: 10%;
  height: 60%;
  z-index: -1;
  top: 20%;
}

.center {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Roboto Condensed', sans-serif;
}

h1 {
  font-size: 7rem;
  font-family: 'Fjalla One', sans-serif;
}

h2 {
  font-size: 5rem;
  font-family: 'Fjalla One', sans-serif;
}

h3 {
  font-size: 3rem;
}

h4 {
  font-size: 2.5rem;
}

.small-divider {
  width: 3rem;
  border-bottom: 2px solid #005942;
  margin: 2rem auto;
}

.btn-default {
  background-color: #329e48;
  color: #f5f5f2;
  border-color: #1A8732;
  font-size: 2rem;
}

.btn-default:focus,
.btn-default.focus {
  background-color: #1A8732;
  color: #f5f5f2;
  border-color: #1A8732;
}

.btn-default:hover {
  background-color: #1A8732;
  color: #f5f5f2;
  border-color: #1A8732;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-color: #076A1D;
  color: #f5f5f2;
  border-color: #1A8732;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  background-color: #076A1D;
  color: #f5f5f2;
  border-color: #1A8732;
}


/* Secciones */


/* Menu */

#menu {
  position: fixed;
  z-index: 100;
  width: 17%;
  height: 100%;
  color: #f5f5f2;
  top: 0;
  left: 0;
}

#menu a {
  color: white;
}

#menu header {
  padding-bottom: 1.5rem;
  width: 100%;
  padding: 2rem;
  position: relative;
}

#menu header img {
  width: 8.7rem;
  display: inline-block;
  position: absolute;
  top: 2rem;
  right: 2rem;
}

#menu header .title {
  display: inline-block;
}

#menu header h1 {
  font-size: 4rem;
  margin: 0;
  line-height: 3.2rem;
}

#menu header h2 {
  font-size: 2.85rem;
  margin: 0;
}

#menu article {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 1.5rem;
}

#menu .mobile-links {
  display: none;
}

#menu article ul {
  list-style: none;
  padding: 0;
  margin-top: 5rem;
}

#menu article ul li {
  font-size: 2rem;
  font-weight: 400;
  margin: 0;
  border-top: 1px solid #f5f5f2;
  padding: 2rem 0;
  opacity: 0.6;
}

.active2 {
  background-color: #ccccc8;
}

.active2 a {
  font-weight: 700;
}

#menu article ul li a {
  color: #f5f5f2;
}

#menu article .social li {
  border-top: none;
  display: inline-block;
  margin: 0rem;
  font-size: 3rem;
  padding: 0;
  padding-right: 2rem;
}

.toggle-mobile-menu {
  position: absolute;
  top: 2.5rem;
  right: 2rem;
  color: #f5f5f2;
  font-size: 4rem;
  display: none;
  cursor: pointer;
}


/* Landing page */

#landing {
  color: #f5f5f2;
  background-color: #00222A;
  height: 101vh;
}

#landing-title {
  position: absolute;
  top: 10rem;
}

.logo {
  z-index: 1;
  text-align: center;
  position: absolute;
}

.logo img {
  margin: 0 auto;
}

.logo h1 {
  font-size: 8rem;
  font-weight: 300;
  margin: 0;
}

.logo h2 {
  font-size: 6rem;
  margin-bottom: 1rem;
}

#logo-subtext {
  border-top: 1px solid #f5f5f2;
  font-size: 3rem;
  position: absolute;
  width: auto;
  padding-top: 2rem;
  text-transform: uppercase;
  font-family: 'Fjalla One', sans-serif;
  top: bottom:0;
  margin-top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  text-align: justify;
}


/* About me */

#about,
#porfolio,
#contact {
  margin-left: 17%;
  color: #00222A;
  width: 83%;
  height: auto;
  padding: 5rem 5rem 20rem;
}

#about {
  background-color: #f5f5f2;
}

.content {
  border-bottom: 1px solid #CCCCCC;
  padding: 5rem 0 0rem;
  text-align: justify;
}

.content h1 {
  margin: 0;
  font-size: 20rem;
  letter-spacing: -0.8rem;
}

.content h2 {
  font-size: 10rem;
  letter-spacing: -0.5rem;
}

.content h2 {
  font-size: 7rem;
  letter-spacing: -0.5rem;
}

.content h4 {
  font-size: 2.5rem;
  color: #777777;
  margin-bottom: 3rem;
}

.content p {
  font-size: 2.5rem;
  font-weight: 300;
}

/* FADE IN OBJETCS */

.destacado {
  color: #f5f5f2;
  background-color: #00222A;
  padding: 7rem 10rem;
  width: 100%;
  margin: 10rem auto;
  text-align: justify;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.33);
  opacity: 0;
}

.destacado .small-divider {
  border-color: #f5f5f2;
  width: 100%;
  margin-left: 0;
}

.destacado img {
  float: right;
  margin-top: 1rem;
  width: 10rem;
}

.destacado h2 {
  margin-top: 1rem;
}

.destacado2 {
  color: #f5f5f2;
  background-color: #009faf;
  padding: 7rem 10rem;
  width: 100%;
  text-align: justify;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
}

.destacado2 .small-divider {
  border-color: #f5f5f2;
  width: 100%;
  margin-left: 0;
  opacity: 0.8;
}

.destacado2 img {
  float: right;
  margin-top: 1rem;
  width: 11rem;
  opacity: 0.8;
}

.destacado2 h2 {
  margin-top: 1rem;
  opacity: 0.8;
}


/* Porfolio */

#porfolio {
  background-color: #00222A;
}


#porfolio .content {
  color: #f5f5f2;
  border-color: #00222A;
  padding: 5rem 0 0rem;
}


#porfolio .content h4 {
  color: #aaaaaa;
}

.member-card {
  padding-right: 1rem;
  color: #f5f5f2;
  text-align: center;
  margin-bottom: 3rem;
}

.member-profile {
  padding: 7rem 3rem;
  width: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.33);
}

.member-card:nth-of-type(1) .member-profile {
  background-color: #006784;
}

.member-card:nth-of-type(2) .member-profile {
  background-color: #005942;
}

.member-card:nth-of-type(3) .member-profile {
  background-color: #47a047;
}

.member-card img {
  margin: 0 auto;
  width: 20rem;
  opacity: 0.8;
}

.member-card h1 {
  font-size: 5rem;
  letter-spacing: 0;
  opacity: 0.8;
  padding-bottom: 0rem;
  margin-top: 3rem;
  width: auto;
}

.member-card .small-divider {
  border-bottom: 1px solid #f5f5f2;
  width: 20rem;
}

.member-card h2 {
  margin-top: 0;
  font-size: 2.5rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.member-card h3 {
  font-size: 2rem;
  letter-spacing: 0;
}

#services-display {
  margin-left: -0.5rem;
}

.row {
  margin: 0;
  padding: 0;
}


/*------------------------
  
  Servicios
  
-------------------------*/

#porfolio {
  color: #f5f5f2;
}

#porfolio h2 {
  font-size: 7rem;
  letter-spacing: -0.5rem;
}


/*-------- 
Productos 
---------*/

.product-container {
  padding: 0.5rem;
  text-align: center;
  height: 50vh;
}

.product-container article {
  padding: 8rem;
}

.product-container h3 {
  font-size: 4rem;
  font-family: 'Fjalla One', sans-serif;
}

.product-container p {
  font-size: 2rem;
}

.product-card {}
/*------------------
Trabajos Realizados
-------------------*/
.work-container {
  color: #f5f5f2;
  padding: 7rem 10rem;
  width: 100%;
  text-align: justify;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
  overflow-x: hidden;
  margin-bottom: 4rem;
}

.work-container .small-divider {
  border-color: #f5f5f2;
  width: 100%;
  margin-left: 0;
  opacity: 0.8;
  border-bottom: 1px solid;
  position: relative;
}

.work-container .small-divider span {
  position: absolute;
  top: -3.5rem;
  font-size: 5rem;
}

.work-container .small-divider .arrow-left {
  left: -3rem;
  cursor: pointer;
}

.work-container .small-divider .arrow-right {
  right: -3rem;
  cursor: pointer;
}

.work-container .small-divider .percentage-bar {
  width: 10%;
  border-bottom: 3px solid white;
  top: -1px;
}

.work-container .small-divider .percentage-bar span:nth-of-type(2) {
  font-size: 3rem;
  right: -10px;
  top: -2.1rem;
}

.work-container img {
  float: right;
  margin-top: 1rem;
  width: 11rem;
  opacity: 0.8;
}

.work-container h2 {
  margin-top: 1rem;
  opacity: 0.8;
}

.work-container ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.work-container ol li {
  font-size: 2rem;
  font-weight: 300;
  display: none;
}


/*-------- 
Servicios 
---------*/
.service-container {
  padding: 0.5rem;
  text-align: center;
}

.service-container article {
  width: 90%;
}

.service-card h1{
  font-size: 10rem;  
  letter-spacing: normal;  
}

#porfolio .service-card h2{
  font-size: 8rem;  
  letter-spacing: normal;  
}  

#porfolio .service-card h3{
  font-size: 4rem;  
  letter-spacing: normal;  
  font-family: 'Fjalla One', sans-serif;
}  

.service-container.large{
  height: 50vh;
}

.service-container.medium{
  height: 25vh;
}

/*------------------

FOTOS

-------------------*/
#slider{
  width: 100%;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  background:rgba(0,0,0,0.5);
  position:relative;
  overflow:hidden;
}
#slider img.active{
  display:block;
}
#slider img{
  display: none;
}

#btnmenu{
  z-index: 3;
  
  display:flex;
  justify-content: center;
  align-items: center;
  background:#005942;
}
#btnmenu .btn{
  width:50px;
  height:50px;
  font-size:25px;
  display:flex;
  justify-content: center;
  align-items: center;
}



/*------------------

CONTACTO

-------------------*/

#contact {
  padding-bottom: 10rem;
  background-color: #f5f5f2;
}

.mensaje{
  display: none;
}

#contact .row {
  margin: 0;
}

.form-contact {
  background-color: #006784;
  color: #f5f5f2;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  margin-top: 5rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
}

.form-contact h2 {
  margin-top: 0;
  font-size: 10rem;
}

.form-contact h3 {
  font-size: 3rem;
  color: #f5f5f2;
}

.form-contact h4 {
  font-size: 1.8rem;
  margin: 0;
}

.form-contact a {
  font-size: 1.8rem;
  margin: 0;
  color: #f5f5f2;
  display: block;
}

.form-contact .title {
  color: #9CBABE;
  margin-bottom: 0.5rem;
}

.left-content {
  padding: 5rem;
}

.right-content {
  margin: 0;
  padding: 5rem;
}

.right-content iframe {
  width: 100%;
  height: 60rem;
  margin: 0;
  padding: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
}

.contact-media {
  margin: 3rem 0;
}

.contact-media .small-divider {
  width: 5rem;
  border-bottom: 1px solid #9CBABE;
  margin: 2rem 0;
}

.form-group {
  margin: 1rem 0 2rem;
}

.form-control {
  background-color: transparent;
  color: #f5f5f2;
  border: 1px solid #9CBABE;
}

label {
  font-size: 1.8rem;
}

.form-control:focus {
  border: 1px solid #9CBABE;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  background-color: #f5f5f2;
  color: black;
}

#form-submit {
  background-color: #00222A;
  color: #f5f5f2;
  border: 1px solid #f5f5f2;
  font-size: 1.8rem;
}

#form-submit:hover {
  background-color: #f5f5f2;
  color: #00222A;
  border: 1px solid #f5f5f2;
}

#contact-message {
  margin: 5rem 0;
  display: none;
}

#contact-message h3 {
  font-size: 2rem;
}

#contact-message h4 {
  font-size: 1.8rem;
}

/*Footer*/

footer {
  position: relative;
  bottom: 0;
  width: 83%;
  margin-left: 17%;
  background-color: #222222;
}

.footer-content {
  color: #f5f5f2;
  padding: 3rem 5rem;
}

.footer-content a {
  color: #A8463E;
}


/*Software */

.image-slideshow {
  position: relative;
}

.image-slideshow .row {
  margin: 0 auto;
  padding-left: display: inline-block;
  width: 90%;
}

.image-slideshow .thumbnail {
  padding: 2rem;
  background: none;
  border: none;
}

.nav-arrow {
  font-size: 5rem;
  position: absolute;
  display: inline-block;
  margin: 0;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
}

#right-arrow {
  right: 0rem;
}

#left-arrow {
  left: 0rem;
}



/* FADE IN OBJETCS */
#staff{
  opacity: 0;
}