/* Fonts */
@font-face {
font-family: 'Myriad Pro Regular';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Regular'), url('fonts/MYRIADPRO-REGULAR.woff') format('woff');
}

@font-face {
font-family: 'Myriad Pro Condensed';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Condensed'), url('fonts/MYRIADPRO-COND.woff') format('woff');
}

@font-face {
font-family: 'Myriad Pro Condensed Italic';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Condensed Italic'), url('fonts/MYRIADPRO-CONDIT.woff') format('woff');
}

@font-face {
font-family: 'Myriad Pro Light';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Light'), url('fonts/MyriadPro-Light.woff') format('woff');
}

@font-face {
font-family: 'Myriad Pro Semibold';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Semibold'), url('fonts/MYRIADPRO-SEMIBOLD.woff') format('woff');
}

@font-face {
font-family: 'Myriad Pro Semibold Italic';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Semibold Italic'), url('fonts/MYRIADPRO-SEMIBOLDIT.woff') format('woff');
}

@font-face {
font-family: 'Myriad Pro Bold Condensed';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Bold Condensed'), url('fonts/MYRIADPRO-BOLDCOND.woff') format('woff');
}

@font-face {
font-family: 'Myriad Pro Bold';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Bold'), url('fonts/MYRIADPRO-BOLD.woff') format('woff');
}

@font-face {
font-family: 'Myriad Pro Bold Italic';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Bold Italic'), url('fonts/MYRIADPRO-BOLDIT.woff') format('woff');
}

@font-face {
font-family: 'Myriad Pro Bold Condensed Italic';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Bold Condensed Italic'), url('fonts/MYRIADPRO-BOLDCONDIT.woff') format('woff');
}

body{
  background-color: black;
}
section {
  background-color: black;
}
section h1,
section h2,
section h3 {
  color: #fff;
}
section h1 small,
section h2 small,
section h3 small {
  color: rgba(255, 255, 255, 0.75);
}
section p,
section a,
section .lead {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.5vw;
}
section a {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.75);
}
section {
  background-size: cover;
  background-position: center center;
  width: 100vh;
}

.force-center{
  display: block;
  margin: 0 auto;
}

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
#fullpage {
  background-color: #000000;
}
#section1 {
  background-color: #000000;
}
#section1{
  background-color: #000000; 
  background: url('../img/cover_desktop.png');
  background-size: cover;
  /* background-position: bottom -20px left; */
  background-position: bottom; 
  background-repeat: no-repeat; 
  width: 100%;
  height: 100vh;
  display: table;
}
#section2 {
  background-color:#000000;
}
#section2{
  background-color: #000000; 
  background: url('../img/cover_contact_desktop.png'); 
  background-size: cover;
  /* background-position: top -20px left; */
  background-position: top;
  background-repeat: no-repeat; 
  width: 100%;
    height: 100vh;
    display: table;
}
/* #section3, #section3 .fp-tableCell {
  background-color: #000000;
  height: 30vh !important;
}
#section3 .home-mobile{
  background-color:transparent; 
  background-size: cover;
  background-position: bottom -20px left; 
  background-position: bottom; 
  background-repeat: no-repeat;
} */
#section4, #section4 .fp-tableCell{
  background-color: #000000;
  height: 60vh !important;
  /* background: url('../img/mapa-mobile.jpg'); */
  background-size: cover;
  /* background-position: top -20px left; */
  background-position: left;
  background-repeat: no-repeat; 
  vertical-align: top;
  width: 100%;
    height: 100vh;
    display: table;
}
#section4 p, #section4 span{ 
  font-family: 'Myriad Pro Regular';
  color: white;
  font-size: 20pt;
}
#section4 h2{
  font-size: 30pt;
  font-family: 'Myriad Pro Bold';
}
#section4 .form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 40px;
}
#section4 .btn{
  font-size: 40px;
}
footer{
  z-index: 99999;
  position: relative;
  margin-top: -10vh;
}
p, span{ 
  font-family: 'Myriad Pro Regular';
  color: white;
}
h2{
  font-size: 18pt;
  font-family: 'Myriad Pro Bold';
}
.bg-gray{
  background:#2d2d2de0;
}
select.minimal {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image:
  linear-gradient(50deg, transparent 50%, gray 50%),
  linear-gradient(130deg, gray 50%, transparent 50%);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}
.form-control{
  border-radius: 10px;
  font-family: 'Myriad Pro Regular';
  height: 45px;
}
.btn-default {
  color: black;
  background-color: #00ff01;
  border-color: #00ff01;
  font-family: 'Myriad Pro Bold';
}
#fp-nav ul li a span, .fp-slidesNav ul li a span{
  background-color: #00ff01;
}
.btn-default.focus, .btn-default:focus,.btn-default.hover, .btn-default:hover{ 
  border-color: black;
  color: black;
  background-color: #00ff01;
}
.f-mobile{
  margin: -15vh;
}
.arrow,
.arrow:before {
  position: absolute;
  left: 50%;
}

.arrow {
  width: 40px;
  height: 40px;
  top: 90%;
  margin: -20px 0 0 -20px;
  -webkit-transform: rotate(45deg);
  border-left: none;
  border-top: none;
  border-right: 2px #fff solid;
  border-bottom: 2px #fff solid;
}
.arrow:before {
  content: "";
  width: 20px;
  height: 20px;
  top: 50%;
  margin: -10px 0 0 -10px;
  border-left: none;
  border-top: none;
  border-right: 1px #fff solid;
  border-bottom: 1px #fff solid;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: arrow;
}
@keyframes arrow {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-10px, -10px);
  }
}
label{
  color: white;
}
/* #section3,#section3 .fp-tableCell {
  height: 0vh !important; 
} */

@media only screen 
and (min-device-width : 200px) 
and (max-device-width : 768px){
  #section1{
    background-color: #000000; 
    background: url('../img/cover_mobile.png');
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat; 
  }
  #section2{
    background: #000000; 
    height: 70vh;
  }
  p, span{ 
    font-family: 'Myriad Pro Regular';
    color: white;
  }
  h2{
    font-size: 40pt;
    font-family: 'Myriad Pro Bold';
  }
  .form-control {
    border-radius: 10px;
    font-family: 'Myriad Pro Regular';
    height: 70pt;
  }
  .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 6px 12px;
    font-size: 33pt;
  }
  .btn-default{
    font-size: 35pt;
  }
  /* #section3,#section3 .fp-tableCell {
    height: 100vh !important; 
  } */
  #section4{
    background-color: #000000; 
    /* background: url('../img/mapa-mobile.png'); */
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat;
    height: 100vh; 
  }
  
}

.btn-politica{
  color: #00ff01;
  font-size: 3.5vw;
}


@media (min-width: 200px) and (max-width: 768px){
}



/* SECCION SOBRE NOSOTROS */

#sobre-nosotros {
  background-color:#000000;
}
#sobre-nosotros{
  background-color: #000000; 
  background: url('../img/bg_2.jpg'); 
  background-size: cover;
  /* background-position: top -20px left; */
  background-position: top;
  background-repeat: no-repeat; 
  width: 100%;
    height: 100vh;
    display: table;
    background-size: 100% 100%;
}

#sobre-nosotros h1 {
  font-family: 'Myriad Pro Bold';
  font-size: 45px;
}



@media only screen 
and (min-device-width : 200px) 
and (max-device-width : 768px){
  #sobre-nosotros{
    background: #000000; 
    height: auto;
    padding-top: 10%;
    padding-bottom: 10%;
  }
  #sobre-nosotros h1 {
    font-family: 'Myriad Pro Bold';
    font-size: 9.5vw;
  }    
  #sobre-nosotros p {
    font-size: 3.5vw;
  }
  #sobre-nosotros h3 {
    font-size: 4.5vw;
    line-height: 1.4;
  }
  #sobre-nosotros .container {
    width: 85% !important;
}
}

/* ******************* */

/* CASOS DESTACADOS */
#casos {
  background-color:#000000;
}
#casos{
  background-color: #000000; 
  background-size: cover;
  /* background-position: top -20px left; */
  background-position: top;
  background-repeat: no-repeat; 
  width: 100%;
    height: 100vh;
    display: table;
    background-size: 100% 100%;
}
#casos h1 {
  font-family: 'Myriad Pro Bold';
  font-size: 45px;
}


.caja-imagen {
  width: 20%;
  padding: 1%;
}



@media only screen 
and (min-device-width : 200px) 
and (max-device-width : 768px){
  #casos{
    background: #000000; 
    height: auto;
    padding-top: 10%;
    padding-bottom: 10%;
  }
  #casos h1 {
    font-family: 'Myriad Pro Bold';
    font-size: 9.5vw;
  }    
  #casos p {
    font-size: 3.5vw;
  }
  #casos h3 {
    font-size: 4.5vw;
    line-height: 1.4;
  }
  #casos .container {
    width: 95% !important;
}
}
/* ******************* */

/* NUESTRO TRABAJO */
#nuestro-trabajo {
  background-color:#000000;
}
#nuestro-trabajo{
  background-color: #000000; 
  background-size: cover;
  /* background-position: top -20px left; */
  background-position: top;
  background-repeat: no-repeat; 
  width: 100%;
    height: 100vh;
    display: table;
    background-size: 100% 100%;
}

#nuestro-trabajo h1 {
  font-family: 'Myriad Pro Bold';
  font-size: 45px;
}

@media only screen 
and (min-device-width : 200px) 
and (max-device-width : 768px){
  #nuestro-trabajo h1 {
    font-family: 'Myriad Pro Bold';
    font-size: 9.5vw;
  }
  #nuestro-trabajo{
    height: auto;
  }
}

/* ******************* */


/* Menú  */

ul{
  margin: auto;
  text-align: center;
  padding: 3% 22%;
}

li{
  display: inline-block;
  padding: 19px;
}

a.header-mood{
  font-size: 18px;
  font-family: 'Myriad Pro Regular';
  color: #ffffff;
  font-weight: 100;
  position: relative;
  text-decoration: none;;
}

a.header-mood:hover{
  color: #FFF;
}


a.header-mood:before{
  content: '';
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 3px;
  background-color: #00ff00;
  transform: scale(0);
  transform-origin: 50%;
}

a.header-mood, a.header-mood:before{
  -o-transition: 0.27s;
  -ms-transition: 0.27s;
  -moz-transition: 0.27s;
  -webkit-transition: 0.27s;
  transition: 0.27s;
}

a.header-mood:hover:before{
  transform: scale(1);
}

li .active{
  color: #00ff00;
}

.menu2{
  height:20vh;
  background:black;
}



@media only screen 
and (min-device-width : 200px) 
and (max-device-width : 768px){
  .menu2{
    display: none;
  }
}

/* *********************** */


#video{
  background:url("../img/preview_video.jpg");
  width:100%;
  height:90vh;
  cursor : pointer;
  background-size: 100%;
  background-repeat: no-repeat;
}
#play-btn-wrap{
  margin: 0 auto;
  padding-top:180px;
  display:block;
  width:100%;
  position:relative;
  text-align:center;
}
.play-btn{
  display:inline-block;
  width:100px;
  height:100px;
  border:1px solid rgba(255,255,255,0.6);
  border-radius:50%;
  position:relative;
  text-align:center;
}
#play{
  display:block;
  position:relative;
	width: 0;
	height: 0;
  top:50%;
  left:50%;
  margin-top:-30px;
  margin-left:-15px;
	border-top: 30px solid transparent;
	border-left: 50px solid rgba(255,255,255,0.6);
	border-bottom: 30px solid transparent;
}
.play-btn.hover{
  border-color:rgba(255,255,255,1);
}
#play.hover{
  border-left-color:rgba(255,255,255,1);
}

video:focus {
  outline: none;
}



.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 99999;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
#popupBody{
  width: 80%;
  padding: 0;
  /* border-radius: 15px; */
  box-shadow: 0 0 5px #0f0;
  background: #000000;
  position: relative;
  transition: all 5s ease-in-out;
  margin: 10% auto;
  height: auto;  
}
#cerrar{
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#0f0;
  opacity:1;
}



.overlay2 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 99999;
}
.overlay2:target {
  visibility: visible;
  opacity: 1;
}
#popupBody2{
  width: 80%;
  padding: 0;
  /* border-radius: 15px; */
  box-shadow: 0 0 5px #0f0;
  background: #000000;
  position: relative;
  transition: all 5s ease-in-out;
  margin: 10% auto;
  height: auto;  
}
#cerrar2{
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#0f0;
  opacity:1;
}


.overlay3 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 99999;
}
.overlay3:target {
  visibility: visible;
  opacity: 1;
}
#popupBody3{
  width: 80%;
  padding: 0;
  /* border-radius: 15px; */
  box-shadow: 0 0 5px #0f0;
  background: #000000;
  position: relative;
  transition: all 5s ease-in-out;
  margin: 10% auto;
  height: auto;  
}
#cerrar3{
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#0f0;
  opacity:1;
}



.overlay4 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 99999;
}
.overlay4:target {
  visibility: visible;
  opacity: 1;
}
#popupBody4{
  width: 80%;
  padding: 0;
  /* border-radius: 15px; */
  box-shadow: 0 0 5px #0f0;
  background: #000000;
  position: relative;
  transition: all 5s ease-in-out;
  margin: 10% auto;
  height: auto;  
}
#cerrar4{
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#0f0;
  opacity:1;
}
