body {
	font-size: 14px;
}

.vh-100 {
	height: 100vh;
}
@media only screen and (max-width: 991px) {
  .vh-100 {
	height: auto !important;
}
}
.bg-dark {
	background-color: #000000!important;
	color: #fff !important;
}
.bg-dark h1{
  font-weight:300 !important;  
}
.title-text{
    font-weight:300 !important;  
}
.bg-dark a{
    color:#65DEF8 !important;
}
.bg {
	background-color: #fff;
	text-align: center;
	background-position: top center;
	background-size: cover;
	padding: 10px;
}
.logo{
    margin: auto;
    margin-bottom: .5rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    max-width: 30vh;
    display: block;
    color: #fff;
    opacity: 0.5 !important;
}
.tagline{
    opacity: .5;
    margin-bottom: 3rem;
}
.social a {
	background-color: #fff;
	color: #010626 !important;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	display: inline-block;
	margin: 5px;
	transition: .25s;
	font-size: 1.2em;
	padding-top: 5px;
	    border: 1px solid #fff;
}
#inner_pages .social a {
	width: 30px;
	height: 30px;
	display: inline-block;
	margin: 5px;
	transition: .25s;
	font-size: 1.1em;
	text-align: center;
	padding-top: 3px;
}
.social a:hover {
	background-color: rgba(1, 6, 38, 0.45);
	color: #65DEF8  !important;
}
/*home page nav*/
.bg ul {
	text-align: center;
	margin: auto;
	padding: 0px;
	list-style-type: none;
}
.bg ul li{
	display: inline-block;
	background-color: #010626;
	color: #fff;
	border-radius: 20px;
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 5px 15px;
	cursor: pointer;
	border: 1px solid #010626;
}
.bg ul li:hover{
	color: #010626;
	background-color: #fff;
	border: 1px solid #010626;
	transition: .5s;
}
.bg img{
	width: 70%;
	margin: auto;
	margin-top: 10px;
}
.bg .link_bg {
	width: 55px !important;
	height: 55px !important;
	position: absolute;
	background: rgba(1, 6, 38, 0.45);
	z-index: 2;
	border-radius: 50% !important;
	/* padding: 10px; */
}
.bg .link_title {
	position: absolute;
	width: 100%;
	z-index: 3;
	/* border-radius: 50% !important; */
}
.bg .link_title:hover {
	background-color: rgba(1, 6, 38, 0.45) !important;	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
/* cursor: pointer; */}
.bg .link_title:hover .icon {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

/*home page nav*/



/* download button */
.hvr-shutter-in-vertical {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	background: rgba(1, 6, 38, 0.45);
	color: #010626  !important;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	border-radius: 30px;
}
.hvr-shutter-in-vertical:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	border-radius: 30px;
}
.hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active {
	color: #65DEF8  !important;
	border-radius: 30px;
}
.hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before {
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
}
/* download button */


.contact:hover {
	border: 5px solid rgba(1, 6, 38, 0.45);
}
.contact:hover > .icon {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.contact .icon {
	margin: 5px 8px;
}
.link_title .icon img{
	width: 33px;
	margin: 12px;
	/* margin-top: 8px; */
}



.footer {
	color: #010626;
    font-size: 12px;
    margin: 0;
    margin-right: 35px;
    background-color: #fff;
    z-index: 1500;
    margin-bottom: 0;
    border-top: 1px solid #010626;
    padding: 10px;
    padding-right: 0;
}
.overlay {
	height: 100%;
	width: 0%;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	background-color: #fff;
	overflow-x: hidden;
	transition: 0.5s;
}
.overlay-contact {
	height: 0;
	width: 100%;
	position: absolute;
	z-index: 100;
	bottom: 0;
	right: 0;
	background-color: #fff;
	overflow-x: hidden;
	transition: 0.5s;
	color: #fff;
}
.overlay-contact p {
	font-size: 1.2em;
}
.overlay-contact a {
	color: #fff;
}
.overlay .container-fluid {
	background-color: #fff;
}
.left-mnu {
	background-color: #000;
	color: #fff;
	padding: 0;
	padding-bottom:30px;
}
.DP {
	width: 100%;
	padding: 6px;
	background-color: #fff;
	border-radius: 50%;
}
.DP img {
	width: 100%;
	border-radius: 50% !important; 
}
.nav-tabs {
	list-style: none;
	padding: 0;
}
.nav-tabs .nav-link {
	border-radius: 0;
	background-color: #000;
	color: #fff  !important;
	margin-top: 10px;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	background-color: rgba(1, 6, 38, 0.45);
	color: #fff  !important;
}
.nav-tabs .nav-link.active {
	position: relative;
	background: #fff;
	border: 1px solid #fff;
	color: #010626  !important;
}
.nav-tabs .nav-link.active:after, .nav-tabs .nav-link.active:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.nav-tabs .nav-link.active:after {
	border-color: rgba(255, 224, 102, 0);
	border-left-color: rgba(255, 255, 255, 1);
	border-width: 20px;
	margin-top: -20px;
}
.nav-tabs .nav-link.active:before {
	border-color: rgba(255, 224, 102, 0);
	border-left-color: rgba(1, 6, 38, 0.45);
	border-width: 21px;
	margin-top: -21px;
}
.btn-close {
	cursor: pointer;
}
iframe {
	width: 100%;
	height: 40vh;
	margin-top: 50px;
}
.nav {
	display: block;
}
.tab-content {
	padding: 50px;
	color: #010626;
}
.tab-content a{
    color: #010626 !important;
}
.address td {
	min-width: 40px;
}
.address td p {
	margin: 0;
}


.timeline-v{
	list-style:none;
	padding:0;
	/*max-width:775px;*/
}
.item{
	width:80px;
	height:80px;
	background-color:#fff;
	border-radius:50%;
	text-align:center;
	padding-top:9px;
	border: 3px solid #010626;
	margin:auto;
}
.box-left {
	position: relative;
	background: #010626;
	color:#010626;
	padding:15px;
	max-width:300px;
	border-radius:10px;
	/* box-shadow:1px 3px 5px #010626; */
	color: #fff;
}
.box-left:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(247, 239, 237, 0);
	border-left-color: #010626;
	border-width: 20px;
	margin-top: -20px;
}
.box-left p, .box-right p{
	margin:0;
}
.box-right {
	position: relative;
	background: #010626;
	color: #fff;
	padding:15px;
	max-width:300px;
	border-radius:10px;
	/* box-shadow:1px 3px 5px #010626; */
	margin:auto;
}
.box-right:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(247, 239, 237, 0);
	border-right-color: #010626;
	border-width: 20px;
	margin-top: -20px;
}
.v-line{
	border-left: 3px solid #010626;
	height:30vh;
	position:absolute;
	left: 48.8%;
	top:55px;
}
.H-line{
	border-bottom: 3px solid #010626;
	width: 70%;
	position: absolute;
	left: 15%;
	bottom: 64.8%;
}
p.edu{
	line-height:1em;
	margin-bottom:10px;
}
.btn-contact{
	position:absolute; bottom:10px;
}
#tab-page{
	border:none;
}

figure.snip1194 h2, figure.snip1194 p{
	color: rgba(1, 6, 38, 0.45) !important; 
}

.tools img{
	max-width: 70px;
	margin-bottom: 10px;
	margin-right: 10px;
}
.skills{
	margin: 0;
	padding: 0;
	padding-left: 15px;
}
/*work and awards*/
figure.snip1194 {
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  max-width: 210px;
  max-height: 140px;
  border:1px solid #000;
  width: 100%;
  text-align: center;
  padding: 1px;
}

figure.snip1194 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
figure.snip1194 img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.snip1194 figcaption {
  position: absolute;
  bottom: 20%;
  left: 0;
  width: 100%;
  height: 100%;
}
figure.snip1194 h2,
figure.snip1194 p {
  margin: 0;
  position: absolute;
  width: 100%;
  left: 0;
  opacity: 0;
}
figure.snip1194 h2 {
  padding: 0 30px;
  display: inline-block;
  font-weight: 400;
  text-transform: uppercase;
  bottom: 50%;
  -webkit-transform: translate3d(0%, -100%, 0);
  transform: translate3d(0%, -100%, 0);
}
figure.snip1194 h2 span {
  font-weight: 400;
}
figure.snip1194 p {
  top: 50%;
  padding: 0 50px;
  font-weight: 500;
  -webkit-transform: translate3d(0%, 100%, 0);
  transform: translate3d(0%, 100%, 0);
}
figure.snip1194:hover{
    background: #010626;
}
figure.snip1194:hover img,
figure.snip1194.hover img {
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
figure.snip1194:hover figcaption h2,
figure.snip1194.hover figcaption h2,
figure.snip1194:hover figcaption p,
figure.snip1194.hover figcaption p {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  color:#fff !important;
}
figure.snip1194:hover figcaption h2,
figure.snip1194.hover figcaption h2 {
  opacity: 0.9;
}
figure.snip1194:hover figcaption p,
figure.snip1194.hover figcaption p {
  opacity: 1;
  color:#fff !important;
}
figure.snip1194:hover p{
  opacity: 1;
  color:#fff !important;
}



@media (max-width:767.98px) {
	.DP{
	    max-width:120px;
		margin: auto;
		float: right;
		    margin-bottom: 160px;
			
}
#inner_pages .social{
	    position: absolute;
    right: 52px;
    top: 130px;
}
#inner_pages .social a{
	display:block;
}
.nav-tabs{
	width:200px;
	float:left;
	margin-right:5px;
	margin-left:5px;
	position:absolute;
	top:0;
	left:5px;
}
.nav-tabs .nav-link.active{
	border:none;
}
.nav-tabs .nav-link.active:after, .nav-tabs .nav-link.active:before{
	border:none;
}
.tab-content{
	padding:15px 0;
	padding-top:50px;
}

@media (max-width:575.98px) {
    .v-line{
	left: 50%;
	height:20vh;
	}
}

@media (max-width:400.98px) {
	.bg{
		padding:20px;
		padding-bottom:50px;
	}
	h1{
		font-size: 2.2em;
	}
	}
	@media (max-width:350.98px) {
		.DP{
			visibility:hidden;
		}
		#inner_pages .social{
			visibility:hidden;
		}
		.nav-tabs{
			width:94%;
		}
	}
	.modal-dialog{
		max-width:70%;
	}
	figcaption{
		cursor:pointer;
	}
	figure a{
		color:#000;
	}
	
	.beatingHeart {
		width: 50px;
		margin: 20px auto;
		margin-bottom: 0;
		height: 50px;
	}

.beatingHeart .heart {
    position: absolute;
    width: 50px;
    height: 45px;
    opacity: 0.6;
    -webkit-animation: beat 3.0s         infinite ease-in-out;
}
.heart:before , .heart:after {
    position: absolute;
    content: "";
    left: 25px;
    top: 0;
    width: 25px;
    height: 40px;
    background: #FF69B4;
    -moz-border-radius: 50px 50px 0 0;
    border-radius: 50px 50px 0 0;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
       -moz-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
         -o-transform-origin: 0 100%;
            transform-origin: 0 100%;
}

.fushiaHeart:before , .fushiaHeart:after
{
  background: #ff1d8e;
}
.pinkHeart:before , .pinkHeart:after{
  background: #FF0080;
}

.heart:after{
    left: 0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: 100% 100%;
       -moz-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
         -o-transform-origin: 100% 100%;
            transform-origin :100% 100%;
}

.beatingHeart .heart2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.beatingHeart .heart3 {
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s;
}

.beatingHeart .heart4 {
  -webkit-animation-delay: -2.0s;
  animation-delay: -2.0s;
}

.beatingHeart .heart5 {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

@-webkit-keyframes beat {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

/*spinner */

.spinner {
  margin: 50px auto 0;
  width: 100%;
  text-align: center;
}

.spinner .heart {
  width: 50px;
  height: 45px;
  display: inline-block;
  opacity:0.8;
  
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.heart:before , .heart:after {
  background: #ff1d8e;
}
.spinner .heart1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .heart2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
/* width */
::-webkit-scrollbar {
	width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
	background: #fff; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
	background: #fff; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
	background: #fff; 
  }
  
  .table td, .table th {
    padding: 0.5rem;
    vertical-align: top;
    border-bottom: 1px solid rgba(172, 161, 161, 0.2) !important; 
}
}



.img_producto_container {
	margin: auto;
	margin-top: 0px;
	width: 80%;
	height: 85%;
	position: relative;
	overflow: hidden;
	cursor: zoom-in;
  }
  .img_producto {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: transform 0.5s ease-out;
  }
  