@import url("https://fonts.googleapis.com/css?family=Josefin+Slab:700|Nunito:400,700");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  margin: 0 auto;
  height: 100%;
}

body {
  background: black;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-family: "Nunito", sans-serif;
  position: relative;
  margin: 0 auto;
}
body.index {
  background: black;
}

a {
  text-decoration: none;
  color: #00cca3;
}

header {
  text-align: center;
}
header .logo {
  text-align: right;
  display: block;
}
header .logo a {
  font-family: "Josefin Slab";
  display: inline-block;
  padding: 8px 10px;
  margin: 8px 10px;
  color: #fff;
  font-size: 35px;
  line-height: 35px;
  font-weight: 700;
  border-radius: 6px;
  color: #cca300;
}

nav {
  text-align: left;
  transform: translateX(-100%);
  position: fixed;
  z-index: 2000;
  height: 100%;
  width: 200px;
  background: #00cca3;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 200ms ease-in-out;
  padding: 5px;
}
nav:target {
  transform: translateX(0);
}
nav:target .open {
  display: none;
}
nav:target .close {
  display: block;
}
nav .open,
nav .close {
  text-align: center;
  position: absolute;
  top: 10px;
  right: -40px;
  display: inline-block;
  line-height: 46px;
  width: 46px;
  background: #444;
  border-radius: 100%;
  font-size: 32px;
  color: #00cca3;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}
nav .open:hover, nav .open:active,
nav .close:hover,
nav .close:active {
  color: #fff;
  background: #00cca3;
  transform: scale(1.2);
  box-shadow: 0 0 4px #000;
}
nav .close {
  display: none;
}
nav li a {
  padding: 8px;
  font-weight: bold;
  display: block;
  color: #fff;
  transition: all 200ms ease-in-out;
}
nav li a:hover, nav li a:active {
  background: rgba(0, 0, 0, 0.1);
}

#container {
  z-index: 0;
}

.btnWrapper {
  display: inline-block;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #444;
  padding: 10px;
  border-radius: 4px;
  transition: all 150ms ease-in-out;
}
.btn:hover {
  color: #fff;
  background: #00cca3;
}
.btn:hover .icon {
  animation: vibrate 2s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 300px;
}
.btn .icon {
  display: inline-block;
  margin-right: 10px;
  font-size: 24px;
}

/*
.container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
}
*/
.vignette {
  background-image: -webkit-radial-gradient(50% 50%, ellipse, rgba(0, 0, 0, 0) 40%, black 100%);
}

.intro {
  background: black;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  text-align: center;
}
.intro img {
  width: 260px;
  border-radius: 100%;
  border: 4px solid white;
  margin-bottom: 30px;
}
.intro h3 {
  padding-bottom: 40px;
  font-size: 10vw;
  color: #00cca3;
  font-family: "Josefin Slab";
}
.intro h2 {
  font-size: 5vw;
  text-align: center;
  font-family: "Nunito", sans-serif;
  color: #cca300;
}

.bordes {
  display: flex;
  align-items: left;
  justify-content: left;
  padding-bottom: 30px;
}

.bordes th {
  border-right: 1px solid #cca300;
  border-left: 1px solid #cca300;
  padding: 5px;
  cursor: pointer;
  font-size: 18px;
  letter-spacing: 1px;
  transition: 1000ms all ease-in;
}
.bordes th:hover {
  background: #cca300;
}

.bordes td {
  border-bottom: 1px solid #cca300;
  text-align: center;
  padding: 5px;
  cursor: pointer;
}

.contenido {
  padding: 20px;
  max-width: 900px;
  margin: 0 auto;
}

h1.page-title {
  color: #00cca3;
  font-size: 38px;
  line-height: 20px;
  margin: 10px 0 30px;
  text-align: center;
}

.bio-profesional li {
  margin-bottom: 10px;
}

.misiones {
  margin: 35px 0;
}
.misiones h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0 20px;
  color: #00cca3;
}
.misiones h3 {
  font-size: 22px;
  color: #cca300;
  margin: 10px 0;
}
.misiones h4 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}
.misiones li {
  margin-bottom: 10px;
}
.misiones .subset {
  padding-left: 30px;
}
.misiones .subset .titulo {
  color: #00cca3;
}
.misiones .subset .cuerpo {
  padding-left: 30px;
}
.misiones .subset ul {
  list-style: disc;
}
.misiones.educacion span {
  font-weight: bold;
  color: #cca300;
}

/*pondre esto aqui ya que es igual a la seccion de contactlist.*/
.contactbottom {
  padding-top: 10px;
  text-align: center;
  cursor: pointer;
  margin-top: 80px;
}
.contactbottom h2 {
  color: white;
  font-size: 22px;
}
.contactbottom ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0;
}
.contactbottom ul li {
  margin: 8px;
}
.contactbottom ul a {
  font-size: 20px;
  display: block;
  transition: all 150ms ease-in-out;
  background: black;
  border-radius: 100%;
  line-height: 10px;
  padding: 10px;
  color: white;
}
.contactbottom ul a:hover, .contactbottom ul a:active {
  transform: scale(2);
}
.contactbottom ul a.facebook {
  color: #3b5998;
}
.contactbottom ul a.whatsapp {
  color: #25d366;
}
.contactbottom ul a.email {
  color: #f1d592;
}
.contactbottom ul a.skype {
  color: #12a5f4;
}

.contactList {
  text-align: center;
  margin-top: 25px;
}
.contactList h2 {
  font-size: 24px;
}
.contactList ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0;
}
.contactList ul li {
  margin: 15px;
}
.contactList ul a {
  color: #00cca3;
  font-size: 35px;
  display: block;
  transition: all 150ms ease-in-out;
}
.contactList ul a:hover, .contactList ul a:active {
  transform: scale(1.7);
}
.contactList ul a.facebook {
  color: #3b5998;
}
.contactList ul a.whatsapp {
  color: #25d366;
}
.contactList ul a.email {
  color: #f1d592;
}
.contactList ul a.skype {
  color: #12a5f4;
}

.proyectos2 {
  margin: 20px;
  background-color: #151515;
}
.proyectos2 .collage {
  text-align: center;
  cursor: pointer;
  font-size: 100px;
}
.proyectos2 .proyecto {
  display: inline-block;
  text-align: center;
  padding: 15px;
}
.proyectos2 .proyecto img {
  border: 2px solid #fff;
  border-radius: 5px;
  height: 225px;
  display: block;
}
.proyectos2 .proyecto .btn {
  margin: 15px 10px;

}


.module {
  text-align: center;
}
.module h1 {
  padding: 30px;
  font-size: 30px;
}

.intruso {
  padding-top: 30px;
  display: flex;
  justify-content: center;
  margin: 20px 0px 30px;
}
.intruso h2 {
  font-size: 24px;
  padding-bottom: 20px;
  color: #00cca3;
}
.intruso .value {
  text-align: center;
  margin: 20px;
  background: #444;
  padding: 30px;
  display: block;
  min-width: 100px;
  max-width: 300px;
  transition-duration: 1000ms;
  cursor: pointer;
}
.intruso .value:hover {
  transform: rotate(360deg);
  transition-duration: 1000ms;
}
.intruso .value img {
  width: 200px;
  height: 190px;
  margin: 5px;
}
.intruso .value h3 {
  font-size: 23px;
  color: #00cca3;
  padding-bottom: 20px;
}
.intruso .value ul {
  margin-bottom: 15px;
  display: block;
}
.intruso .value ul li {
  position: relative;
  text-align: center;
  display: inline;
  margin-right: 10px;
}
.intruso .value .contacto {
  font-weight: bold;
  background: linear-gradient(135deg, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
  color: white;
  padding: 10px;
}

      
.cajas{
  margin: 0 auto;
  width: 50%;
  text-align: center;
}
.cajas h1{
  color: #00cca3;
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 110px;
}
.box{
  
  position: relative;
  margin: 50px;
  width: 200px;
  height: 200px;
  display: inline-block;
  right: 40px;
  
}
.box > div{
  border: 2px solid rgb(75, 95, 119);
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 20px;
  color: white;
}
.front{
  background: green;
  cursor: pointer;
}
.back{
  background: #00cca3;
  text-align: center;
  transform: translateZ(-100px) rotateY(90deg);
  left: 100px;
  cursor: pointer;
}
.back h1{
  padding: 20px;
 
  display:table-cell;
  vertical-align:top;
 color: white;
}
.never{
  background: orange;
  position: absolute;
  text-align: center;
  bottom:   0;
  left: 60px;
  margin-bottom: 20px;
  cursor: pointer;
  padding: 5px;
  color: white;
}

a {
  color: white;
  text-decoration: none;

}
.never:hover{
  animation: 2s escala 1s;
  transform-origin: top left;
}
.front img{
  width: 100%;
  height: 100%;
 
}
.front img:hover{
  filter: sepia(1.0);
}
.box{
  transition-duration: 0.5s;
  transform-style: preserve-3d;
  transform-origin: left center;
}

@media only screen and (min-width : 320px) and (max-width : 480px) {
  .cajas{
      margin: 0 auto;
      text-align: center;
      width: 20%;
  }
  .cajas h1{
    position: relative;
    right: 27px;
  }
  .box{
      right: 85px;
      position: relative;
      margin: 20px;
      width: 180px;
      height: 180px;
      display: inline-block;
      
  }
  .box > div{
      border: 2px solid rgb(75, 95, 119);
      position: absolute;
      width: 100%;
      height: 100%;
      margin: 20px;
      color: white;
  }
}

.box:hover{
  transform: perspective(800px) rotateY(-80deg);
}

@keyframes escala{
  20%,70%{
      transform: scale(0.8) rotate(50deg);
  }
  50%{
      transform: scale(1.2);
      opacity: 1;
  }
  100%{
      opacity: 0;
      transform: scale(1.4) translateY(400px);
  }
}

.bio-plan {
  margin: 35px 0;
}
.bio-plan h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #00cca3;
}
.bio-plan .orlin {
  color: #cca300;
  cursor: pointer;
}
.bio-plan h3 {
  font-size: 22px;
  color: #00cca3;
  font-weight: bold;
  margin-top: 35px;
}
.bio-plan h4 {
  color: #cca300;
  font-size: 20px;
}
.bio-plan p {
  margin: 10px 0 20px;
  font-size: 20px;
}
.bio-plan .digital {
  padding-left: 30px;
}

@keyframes vibrate {
  0.50%, 10%, 20%, 30%, 40%, 50% {
    transform: translate3d(0.5px, 0, 0);
  }
  5%, 15%, 25%, 35%, 45% {
    transform: translate3d(-0.5px, 0, 0);
  }
  100% {
    transform: translate3d(0.5px, 0, 0);
  }
}

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