
body {
  background-color: #fff !important;
  color: #000;
  font-family:'Karla', sans-serif;
  text-align: center;
}


.a-menu {
	font-family:'Karla', sans-serif;
	font-weight: 300;
	font-size: 13px;
}

.a-link-main {
	font-family:'Karla', sans-serif;
	font-weight: 400;
	font-size: 17px;
	text-decoration: none !important;
	color:#444;
	display: block;
	margin-top:10px;
}

.a-link-sub {
	font-family:'Karla', sans-serif;
	font-weight: 200;
	font-size: 12px;
	color:#999;
	text-decoration: none !important;
	display: block;
	margin-bottom:30px;
}

a:hover{
	color:#111 !important;
	text-decoration: none !important;
	outline:none;
}

a:link, a:visited, a:active {
    text-decoration:none;
}

a:active {
  color: #999 !important;
}

.p-tz {
	color:#C40011;
	font-size:13px;
	margin-top:45px;
	margin-bottom:30px;
}

.a-p-tz {
	color:brown;
	font-size:13px;
	margin-top:45px;
	margin-bottom:30px;
	text-decoration:none !important;
}

.a-p-tz:hover{
	color:brown !important;
	text-decoration: none !important;
	outline:none;
}

.p-porfolio {
	font-size:12px;
	margin-top:-3px;
	margin-bottom:30px;
	font-weight: 600;
}

.p-text {
	font-family:'Karla', sans-serif;
	font-size:12px;
	margin-top:0px;
	margin-bottom:50px;
	font-weight: 300;
	color:#222;
	line-height: 1.4; 
}

.punto {
	font-size:13px;
	padding-top:15;
	padding-right:3px;
}
.cuadrado {
	font-size:12px;
	padding-top:5;
	padding-right:3px;
}

.net{
	font-size:14px;
	margin-right:5px;
	margin-top:10px;
}
.net-sep{
	margin-right:5px;
}

.a-link-net {
	font-family:'Karla', sans-serif;
	font-weight: 300;
	font-size: 11px;
	color:#777;
	text-decoration: none !important;
}

.a-link-iimcv {
	font-family:'Karla', sans-serif;
	font-weight: 300;
	font-size: 11px;
	color:#777;
	text-decoration: none !important;
}

.vertical-nav {
  min-width: 13rem;
  width: 13rem;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  /*box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);*/
  transition: all 0.4s;
}

.nav-link {
	line-height: 2px;
	margin-left: 15px;
}

.page-content {
  width: calc(100% - 14rem);
  margin-left: 14rem;
  transition: all 0.4s;
}

/* for toggle behavior */

#sidebar.active {
  margin-left: -14rem;
}

#content.active {
  width: 100%;
  margin: 0;
}

@media (max-width: 768px) {
  #sidebar {
    margin-left: -17rem;
  }
  #sidebar.active {
    margin-left: 0;
  }
  #content {
    width: 100%;
    margin: 0;
  }
  #content.active {
    margin-left: 17rem;
    width: calc(100% - 17rem);
  }
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 40px; /* Location of the box */
  margin: auto;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 580px;
}

/* Add Animation */
.modal-content {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

.mihover{
	cursor: pointer;
}

.star {
    visibility: hidden;
}

.fadeIn {
    -webkit-animation: animat_show 0.8s;
    animation: animat_show 0.8s;
    visibility: visible !important;
}

@-webkit-keyframes animat_show{
    0%{opacity:0}
    100%{opacity:1}
}

/*Hide for larger screens*/
#VolverDiv {
   display: none;
}

/*show for small screens */
@media screen and (max-width: 750px) { /* I've given 1023px but you can change to proper width */
    #VolverDiv {
        display: block;
    }
}
