
/* redes sociales */
.social {	position: fixed; 	right: 0; 	top: 200px; 	z-index: 2000; }
.social ul {list-style: none;	} 
.social ul li a { display: inline-block; color:#fff;	padding: 5px 10px;	text-decoration: none;	-webkit-transition:all 500ms ease; -o-transition:all 500ms ease; transition:all 500ms ease; }
.social ul li .icon-facebook {background:none;}
.social ul li .icon-twitter {background:none;}
.social ul li .icon-googleplus {background:none;}
.social ul li a:hover {	padding: 10px 30px;}
.iconor{width: 4rem; height:4rem;border-radius: 10px;}
.card{background-color: rgba(51, 49, 49, 0.193);position: relative;width: 100%;height: 100vh;}

/* menu */
@import url(https://fonts.googleapis.com/css?family=EB+Garamond|Work+Sans:700); 
html {  font-size: 10px;}
body {  color: #fff;  font: 2.6rem/1.55 "Adobe Garamond Pro", "EB Garamond", Garamond, Georgia, "Times New Roman", serif;}
/* section {  padding: 12.5%;  width: 100%;}
section:nth-of-type(even) {  background: rgba(59, 58, 58, 0.46);  color: #111;} */
p {  margin-bottom: 2.5em;font-size: 20px;}
a {list-style: none;  color: inherit;  text-decoration: none;}
h2 {  right: 15px;; font: bold 2.8rem "Work Sans", "Arial Black", Gadget, sans-serif;  text-transform: uppercase;  letter-spacing: 5px;  margin-bottom: 2em;}
nav {  mix-blend-mode: difference;  z-index: 100;}
nav ul {  position: fixed;  top: 60px;  left: 5px;  height: 100vh;  visibility: hidden;  pointer-events: none;  list-style: none;  width: 35px;}
nav ul li {  font: bold 1.5rem "Work Sans", "Arial Black", Gadget, sans-serif;  text-transform: uppercase;  letter-spacing: 2px;  padding: 0.75em 0;  -webkit-writing-mode: vertical-lr; -ms-writing-mode: tb-lr; writing-mode: vertical-lr;}
nav.active ul {  visibility: visible;  pointer-events: initial;  -webkit-transition-delay: 0.2s;  transition-delay: 0.2s;}
.nav-icon {  -webkit-appearance: none; -moz-appearance: none;   appearance: none;  background: rgb(56, 24, 45);  cursor: pointer; display: inline-block; height: 35px; position: fixed; top: 35px; left: 45px; -webkit-transition: background 0.3s; transition: background 0.3s; width: 35px; z-index: 100; border-radius: 10px;}
.nav-icon span {  position: absolute;  top: 15px;  left: 5px;  background: #fff;  display: block;  height: 3px;  right: 5px; -webkit-transition: -webkit-transform 0.3s; transition: -webkit-transform 0.3s;  transition: transform 0.3s;  transition: transform 0.3s, -webkit-transform 0.3s;}
.nav-icon span:before, .nav-icon span:after {  width: 100%;  height: 3px;  background: #fff;  content: "";  display: block;  left: 0; position: absolute;}
.nav-icon span:before {  top: -8px;}
.nav-icon span:after {  bottom: -8px;}
.active .nav-icon span {  -webkit-transform: rotate(90deg); transform: rotate(90deg);}
main{background: rgba(194, 16, 149, 0.802)}
.sidenav {    background: rgba(194, 16, 149, 0.802); height: 100%; /* 100% Full-height */    width: 0; /* 0 width - change this with JavaScript */    position: fixed; /* Stay in place */    z-index: 1; /* Stay on top */    top: 10px;    left: 0;    /* background-color: #111; */    backdrop-filter: blur(10px); /* Chrome and Opera */    overflow-x: hidden; /* Disable horizontal scroll */    padding-top: 60px; /* Place content 60px from the top */    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */  }  
  .sidenav a { text-decoration: none; list-style: none;   color: black;    font: bold "Work Sans", "Arial Black", Gadget, sans-serif;    display: block;    transition: 0.3s;  }  
  /* When you mouse over the navigation links, change their color */
  .sidenav a:hover {    color: rgb(228, 32, 179);  }    /* Position and style the close button (top right corner) */  .sidenav .closebtn {    position: absolute;    top: 15px;    right: 15px;    font-size: 20px;    margin-left: 20px;  }  
  /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
  #main {    transition: margin-left .5s;    padding: 18px;  }
  .perfil{border-radius: 50%;width: 70%; left: 18%;position: relative;}
  .item li.anim1 {  animation: cycle 15s linear infinite;}
  .item li.anim2 {  animation: cycle2 15s linear infinite;}
  .item li.anim3 {  animation: cycle3 15s linear infinite;}
  .item li.anim4 {  animation: cycle4 15s linear infinite;}
  .item li.anim5 {  animation: cycle5 15s linear infinite;}
  .item:hover li {  animation-play-state: paused;}
  .menu2{font-family: 'Courier, "Lucida Console", monospace', cursive; font-size: 14px; position: fixed; z-index: 10; right: 3%; text-decoration: none; list-style: none; display: inline;}
 #contact{position: absolute;left: 40%;}

 /* footer */
 
 ul {
  margin: 0px;
  padding: 0px;
}
.footer-section {
background: #151414;
position: relative;
}
.footer-cta {
border-bottom: 1px solid #373636;
}
.single-cta i {
color: #ff5e14;
font-size: 30px;
float: left;
margin-top: 8px;
}
.cta-text {
padding-left: 15px;
display: inline-block;
}
.cta-text h4 {
color: #fff;
font-size: 20px;
font-weight: 600;
margin-bottom: 2px;
}
.cta-text span {
color: #757575;
font-size: 15px;
}
.footer-content {
position: relative;
z-index: 2;
}
.footer-pattern img {
position: absolute;
top: 0;
left: 0;
height: 330px;
background-size: cover;
background-position: 100% 100%;
}
.footer-logo {
margin-bottom: 30px;
}
.footer-logo img {
  max-width: 200px;
}
.footer-text p {
margin-bottom: 14px;
font-size: 14px;
    color: #7e7e7e;
line-height: 28px;
}
.footer-social-icon span {
color: #fff;
display: block;
font-size: 20px;
font-weight: 700;
font-family: 'Poppins', sans-serif;
margin-bottom: 20px;
}
.footer-social-icon a {
color: #fff;
font-size: 16px;
margin-right: 15px;
}
.footer-social-icon i {
height: 40px;
width: 40px;
text-align: center;
line-height: 38px;
border-radius: 50%;
}
.facebook-bg{
background: #3B5998;
}
.twitter-bg{
background: #55ACEE;
}
.google-bg{
background: #DD4B39;
}
.footer-widget-heading h3 {
color: #fff;
font-size: 20px;
font-weight: 600;
margin-bottom: 40px;
position: relative;
}
.footer-widget-heading h3::before {
content: "";
position: absolute;
left: 0;
bottom: -15px;
height: 2px;
width: 50px;
background: #ff5e14;
}
.footer-widget ul li {
display: inline-block;
float: left;
width: 50%;
margin-bottom: 12px;
}
.footer-widget ul li a:hover{
color: #ff5e14;
}
.footer-widget ul li a {
color: #878787;
text-transform: capitalize;
}
.subscribe-form {
position: relative;
overflow: hidden;
}
.subscribe-form input {
width: 100%;
padding: 14px 28px;
background: #2E2E2E;
border: 1px solid #2E2E2E;
color: #fff;
}
.subscribe-form button {
  position: absolute;
  right: 0;
  background: #ff5e14;
  padding: 13px 20px;
  border: 1px solid #ff5e14;
  top: 0;
}
.subscribe-form button i {
color: #fff;
font-size: 22px;
transform: rotate(-6deg);
}
.copyright-area{
background: #202020;
padding: 25px 0;
}
.copyright-text p {
margin: 0;
font-size: 14px;
color: #878787;
}
.copyright-text p a{
color: #ff5e14;
}
.footer-menu li {
display: inline-block;
margin-left: 20px;
}
.footer-menu li:hover a{
color: #ff5e14;
}
.footer-menu li a {
font-size: 14px;
color: #878787;
}
/* ir arriba */

.ir-arriba {
	display:none;
	padding:20px;
	color:#fff;
	cursor:pointer;
	position: fixed;
	bottom:10px;
  right:20px;
  z-index: 10
}