*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

/*Fonts*/
@font-face {
  font-family: Lato-Light;
  src: url('../fonts/Lato/Lato-Light.ttf')
}

/*@font-face {
  font-family: Lato-Semibold;
  src: url('../fonts/Lato/Lato-Semibold.ttf')
}*/

@font-face {
  font-family: Lato-Medium;
  src: url('../fonts/Lato/Lato-Medium.ttf')
}

@font-face {
  font-family: Lora-Italic;
  src: url('../fonts/Lora/Lora-Italic-VariableFont_wght.ttf')
}

@font-face {
  font-family: Abel-Regular;
  src: url('../fonts/Abel/Abel-Regular.ttf')
}

img { max-width: 100%; }
.bg-magenta{ background-color: rgba(176,0,122,.95)  }
.bg-transparent-90 { background-color: rgba(255,255,255,.3); }
.text-magenta { color: rgba(176,0,122,.95) !important; }
.text-light-blue { color:  #3188CC;}
.opacity-0 { opacity: 0; }
.border-3 { border-width: 3px !important; }
.font-lato-ligth { font-family: Lato-Light; }
.font-lato-medium { font-family: Lato-Medium; }

.container-fluid{ overflow-x: hidden !important; }

.navbar
{ 
	font-family: Lato-Light;
	font-size: 1.1em;
	font-weight: bold;
	/*background-color: rgba(176,0,122,.95) !important;*/
}

.navbar-collapse{
	width: auto !important;
}

.navbar-home{
	background-color: rgba(0,0,0,0) !important;
}

.navbar .nav-link{
	color: #FFFFFF !important; 
	transition: all  0.2s ease !important;
}

.navbar .nav-link:hover{
	color: #49a2e7  !important;
}

.navbar .active{
	color: #49a2e7  !important;
}

.video-home-container{
	height: 90vh;
	margin-top: -120px;
	overflow: hidden;
	background-image: url('../images/portada_frame.png');
	background-size: cover;
}

.logo-naddie{
	width: 120px;
}

.video-home{
	min-width: 100%;
	min-height: 100%;
}

.fotorama img{
	width: auto !important;
	max-height: 100% !important; 
}

section { 
	padding-top: 6%; 
	padding-bottom: 6%; 
}

.title-container{
	border-left: 3px solid #E6E6E6;
	border-top: 0px;
}


.title{
	font-family: Abel-Regular;
	font-size: 2em;
	font-weight: bold;
}

.title-descrip{
	font-family: Lora-Italic;
	font-size: 1.3em;
}

.justified-last-center {
    text-align: justify;
    text-align-last: center;
}

.service-content img{ 
	max-width: 70%; 
	transition: all  0.2s ease !important;
}

.service-content a{ 
	transition: all  0.2s ease !important;
}

.service-content:hover img{ 
	transform: translateY(-12px);
}

.service-content:hover a{ 
	color: #D9038B;
}

.service-content a 
{ 
	text-decoration: none; 
	color: black;
}


.service-content h3{ 
	font-family: Lato-Light;
	font-size: 1.2em; 
	color: #272727
	/*color: black;*/
}



.modal {
	/*width: 75vw;*/
	width: auto !important;
	/*height: 80vh !important;*/
}

.modal-close { 
	/*position: absolute;  */
	font-size: 20px;
/*	top: 5px;
	right: 15px;*/
}

.modal img{
	max-width: 100%;
}
.modal iframe{
	width: 100%;
	height: 100%;
}

.modal-loading{
	position: absolute;
	/*top: 50%;*/
	/*left: 45%;*/

	/*width: 100px;*/
	/*height: 100px;*/
	z-index: -10;
}

.parallax {
  /* The image used */
  background-image: url();

  /* Set a specific height */

  /*min-height: 500px; */
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax-biografia{ background-image: url("../images/parallax/parallax3.1.jpg"); }
.parallax-contacto{ background-image: url("../images/parallax/corazon.gif"); }
.biografia img{	max-width: 80%; }

.video-responsive {
    height: 100%;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}
.video-responsive iframe, .video-responsive object, .video-responsive embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.horizontal-scroll{	overflow-x: scroll; }
.horizontal-scroll h3 {	font-size: 1.1em; }

/* width */
.horizontal-scroll::-webkit-scrollbar {
  /*width: 10px;*/
  height: 8px;
}

/* Track */
.horizontal-scroll::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.horizontal-scroll::-webkit-scrollbar-thumb {
  background: #C8C8C8; 
}

/* Handle on hover */
.horizontal-scroll::-webkit-scrollbar-thumb:hover {
  background: #B7B7B7; 
}

.hidden-bar::-webkit-scrollbar { 
	height: 0px !important;
	width: 0px !important;
}

#ncloudsScroll
{
	animation: mymove 5s infinite;
}

@keyframes mymove {
/*  from {left: 0px;}
  to {left: 200px;}*/
  0% { left: 0px; }
  50% { left: 100px; }
  100% { left: 0px; }
}

/*MediaQueries*/


@media screen and (max-width: 1366px) {

	.video-home-container {
		height: 105vh;
		margin-top: -100px;
	}

	.logo-naddie{
		width: 90px;
	}

	/*body { background-color: blue;  }*/
}

@media screen and (max-width: 992px) {

	.bg-magenta{ background-color: rgba(176,0,122,0.95) !important; }		
	.title-container{
		border-top: 0px solid #E6E6E6;
		border-left: 0px;
	}

	.title{
		font-family: Lato-Medium;
		font-size: 1.25em;
		text-align: center !important;
	}

	.title-descrip{
		font-family: Lora-Italic;
		font-size: 0.95em;
		text-align: center !important;
	}	

	.service-content img{ max-width: 85%; }	
	.service-content h3{ font-size: 0.8em; }	
	.modal { width: 95vw; }	

	section { 
		padding-top: 100%; 
		padding-bottom: 100%; 
	}	

	.video-home-container {
		height: auto;
		margin-top: 0px;
	}

	.video-home{
		margin-top: 0px;
		height: 100%;
		width: 100%;
	}     

	section{
		padding-top: 30px;
		padding-bottom: 30px;
	}

	/*body { background-color: red;  }	*/
}




/*
@media (max-width: 900px) 
{
	.video-home-container{
		height: auto;
		background-image: url('');
	}	

}
@media (max-width: 1025px) {

	section { 
		padding-top: 12%; 
		padding-bottom: 12%; 
	}	
	.video-home-container{
		height: 95vh;
	}		
}

@media (max-width: 1366px) {
	.video-home{
		margin-top: 0px;
	}



	.logo-naddie{
	 	width: 90px;
	}
}
*/

.special-button {
  /*position: relative;*/
  outline: none;
  text-decoration: none;
  border-radius: 50px;
  /*display: flex;*/
  /*justify-content: center;*/
  /*align-items: center;*/
  cursor: pointer;
  text-transform: uppercase;
  height: 35px;
  width: 200px;
  opacity: 1;
  background-color: #ffffff;
  border: 1px solid rgba(22, 76, 167, 0.6);
}

.special-button span {
  color: #164ca7;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.7px;
}
.special-button:hover {
  animation: rotate 0.7s ease-in-out both;
}
.special-button:hover span {
  animation: storm 0.7s ease-in-out both;
  animation-delay: 0.06s;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
  25% {
    transform: rotate(3deg) translate3d(0, 0, 0);
  }
  50% {
    transform: rotate(-3deg) translate3d(0, 0, 0);
  }
  75% {
    transform: rotate(1deg) translate3d(0, 0, 0);
  }
  100% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
}
@keyframes storm {
  0% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
  25% {
    transform: translate3d(4px, 0, 0) translateZ(0);
  }
  50% {
    transform: translate3d(-3px, 0, 0) translateZ(0);
  }
  75% {
    transform: translate3d(2px, 0, 0) translateZ(0);
  }
  100% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
}
