@font-face {
    font-family: OpenSans;
    src: url(../fonts/OpenSans-Regular.ttf);
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Regular.ttf);
}

@font-face {
    font-family: Montserrat-SemiBold;
    src: url(../fonts/Montserrat-SemiBold.ttf);
}

@font-face {
    font-family: Montserrat-Bold;
    src: url(../fonts/Montserrat-Bold.ttf);
}

body {
  background-color: #652C90;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  min-height:1200px;
  min-width:320px;
  color: white;
  font-family: 'Montserrat';
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat-Bold';
}

.container {
  width:100%;
}

.footer-copyright svg {
  vertical-align: middle;
}


#header nav , #header .menu-principal a , #header .menu-principal i, #header .sidenav a , #header .sidenav i {
  height: 90px;
  line-height: 90px;
}

#header .nav-wrapper , #header nav {
  max-width: 1280px !important;
  min-width: 320px !important;
}

#header .sidenav a {
  font-weight: normal !important;
  text-transform: uppercase !important;
}

#header .sidenav .divider {
  margin:0 !important;
}

#header .sidenav-trigger {
  top: 17px;
  left: -5px;
}

#header .dropdown-content li a {
  padding:0 15px !important;
}

#saludo {
	padding:50px;
}

#logo-principal {
	width: 350px;
}

.panel-row {
	margin:0;
	padding:50px;
}

.caja-servicio {
	height:380px;
}

.icono-servicio {
	color:#ffaf08;
	font-size:100px !important;
}

.contacto-pie {
	border-right: 1px solid #652C90;
}

.contacto-ubicacion {
	padding-left:50px;
}
/*
	---------------------------------------------------
	`SLIDES & TRANSITIONS
	---------------------------------------------------
*/
.digit {
	opacity: 0;
	-webkit-transform: translateX(-40px);
		 -moz-transform: translateX(-40px);
			-ms-transform: translateX(-40px);
			 -o-transform: translateX(-40px);
					transform: translateX(-40px);
	-webkit-transition: all 0.6s ease-out;
		 -moz-transition: all 0.6s ease-out;
			-ms-transition: all 0.6s ease-out;
			 -o-transition: all 0.6s ease-out;
					transition: all 0.6s ease-out;
}
.digit.visible {
	opacity: 1;
	-webkit-transform: none;
		 -moz-transform: none;
			-ms-transform: none;
			 -o-transform: none;
					transform: none;
}

.page-footer {
	padding:0 !important;
}

/*
	---------------------------------------------------
	FORM COLORS
	---------------------------------------------------
*/

/* focus  */
input:focus {
  border-bottom: 1px solid #ffaf08 !important;
  box-shadow: 0 1px 0 0 #ffaf08 !important;
}
label.active {
  color: #ffaf08 !important;
}
textarea:focus {
  border-bottom: 1px solid #ffaf08 !important;
  box-shadow: 0 1px 0 0 #ffaf08 !important;
}
/*
	---------------------------------------------------
	MAIL CONTENT
	---------------------------------------------------
*/

.mail-back {
  display: none;
}

.mail-back .fa {
	margin: 25px 0;
}

p.thanks-title {
	font-size: 35px;
	font-weight: 200;
	margin: 0;
	text-shadow: 0 1px 1px #fff;
}

p.thanks-msg {
	margin: 0 0 40px;
}

.mail-body {
	padding: 20px;
	margin-bottom: 5px;
}

.mail-body .input-container {
	margin-bottom: 20px;
}

/*
	---------------------------------------------------
	LOADING PANEL
	---------------------------------------------------
*/

.loading {
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 10px;
	position: absolute;
	position:fixed;
  	top:0;
  	left: 0;
	background: rgba(0, 0, 0, 0.65);
	display: none;
	z-index: 9999;
	color: #fff;
}

.loading > p {
	font-size: 30px; font-weight: 200;
}

.loading > div {
	background-color: #fff;
	height: 30px;
	width: 3px;
	margin-top: 215px;
	display: inline-block;
}

/*
	---------------------------------------------------
	ANIMATIONS
	---------------------------------------------------
*/

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

.loading > div {
	-webkit-animation: stretchdelay 1.2s infinite ease-in-out;
	animation: stretchdelay 1.2s infinite ease-in-out;
}

.loading .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.loading .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

.loading .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.loading .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
	0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
	20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
	0%, 40%, 100% { transform: scaleY(0.4); -webkit-transform: scaleY(0.4); }
	20% { transform: scaleY(1.0); -webkit-transform: scaleY(1.0); }
}

/* -------------------------------------------------
SCREENS
----------------------------------------------------*/
@media (max-width: 500px) { 
    #logo-principal {
		width: 300px;
	}

	.contacto-ubicacion {
		padding-left:0;
	}

	.panel-servicio {
		height:850px !important;
	}

	.caja-servicio h6 {
		font-size: small !important;
	}

	.icono-servicio {
		font-size:50px !important;
	}

	.titulo-consultoria {
		font-size: 2.92rem !important;
		margin: 1.68rem 0 2.30rem 0;
		line-height: 100%;
	}

	.contacto-pie {
		border-right:none;
	}
}

/* here the rules for windows between 500px and 600px */
@media (max-width: 600px) {  
	.caja-servicio {
		height:140px !important;
	}
}

/* here the rules for windows between 500px and 1000px */
@media (min-width: 500px) and (max-width: 1000px) {
	.contacto-pie {
		border-right:none;
	}

	.contacto-ubicacion {
		padding-left:0;
	}

	.icono-servicio {
		font-size:70px !important;
	}
}

/* here the rules for windows between 500px and 900px */
@media (min-width: 1500px)  {
    #logo-principal {
		width:500px;
		/*padding: 200px 0;*/
	}
}