
@import url("animate.css");
/*@import url("../fonts/font-awesome/css/font-awesome.css");   */

html,
body {
  width: 100%;
  height: 100%; }

body {
  font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
  }

a {
  color: #fdcc52;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s; }
  a:hover, a:focus {
    color: #fcbd20; }

hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1); }

hr.light {
  border-color: white; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px; }

p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px; }

section {
  padding: 50px 0; }
  section h2 {
    font-size: 50px; }


.bg-primary {
  background: #fdcc52;
  background: -webkit-linear-gradient(#fdcc52, #fdc539);
  background: linear-gradient(#fdcc52, #fdc539); }

.text-primary {
  color: #fdcc52; }

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }
  
  
 .getintouch .btn-outline {
  color: #902a6c;
  border: 1px solid;
  border-color: #902a6c; 
  margin-top:20px;}
 .getintouch .btn-outline:hover,.getintouch .btn-outline:focus, .getintouch .btn-outline:active, .getintouch .btn-outline.active {
    color: white;
    border-color: #fdcc52;
    background-color: #fdcc52; }	
	
	
/*main navbar=======================
=======================================*/	
	
#mainNav {
  border-color: rgba(34, 34, 34, 0.05);
  background-color: black;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px; }
  
#mainNav .navbar-brand {
    color: #fdcc52;
    font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 200;
    letter-spacing: 1px; }
	
 #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
    color: #fcbd20; }
#mainNav .navbar-toggler {
    font-size: 20px;
    padding: 15px 10px;
    color: #fff;
	cursor:pointer;	}
#mainNav .navbar-nav > li > a {
    font-size: 11px;
    font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
    letter-spacing: 2px;
    text-transform: uppercase; }
#mainNav .navbar-nav > li > a.active {
  color: #fdcc52 !important;
  background-color: transparent; }
#mainNav .navbar-nav > li > a.active:hover {
   background-color: transparent; }
		
#mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
    color: #fff; }
#mainNav .navbar-nav > li > a:hover,
#mainNav .navbar-nav > li > a:focus:hover {
  color: #fdcc52; }
	  
	  
	  
@media (min-width: 992px) {
    #mainNav {
      border-color: transparent;
      background-color: transparent; }
    #mainNav .navbar-brand {
        color: fade(white, 70%); }
    #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
          color: white; }
    #mainNav .navbar-nav > li > a,
    #mainNav .navbar-nav > li > a:focus {
        color: rgba(255, 255, 255, 0.7); }
    #mainNav .navbar-nav > li > a:hover,
    #mainNav .navbar-nav > li > a:focus:hover {
          color: white; }
    #mainNav.navbar-shrink {
        border-color: rgba(34, 34, 34, 0.1);
        background-color: black; }
    #mainNav.navbar-shrink .navbar-brand {
          color: #222222; }
    #mainNav.navbar-shrink .navbar-brand:hover, #mainNav.navbar-shrink .navbar-brand:focus {
            color: #fdcc52; }
    #mainNav.navbar-shrink .navbar-nav > li > a,
    #mainNav.navbar-shrink .navbar-nav > li > a:focus {
          color: #ffffff; }
    #mainNav.navbar-shrink .navbar-nav > li > a:hover,
    #mainNav.navbar-shrink .navbar-nav > li > a:focus:hover {
     color: #fdcc52; } 
	 
	 
 }
			
			
/*FIN  NAV BAR*********************/			
			
/* Navbar logo *********************/

.fixed-top .nav-logo-black{
	display:none;
}

.fixed-top .nav-logo-onscroll {
    display: block
}

.fixed-top .nav-logo-onscroll+img,
.fixed-top.navbar-shrink .nav-logo-onscroll  {
    display: none
}

.fixed-top.navbar-shrink .nav-logo-black  {
    display: block
}
/* Fin Navbar logo *********************/			
			
/*====Header==========================
====================================*/
header.masthead {
  position: relative;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 100px;
  color: white;
  background: #7b4397;
  background: -webkit-linear-gradient(to left, #7b4397, #dc2430);
  background:linear-gradient(to left, #7b4397, #dc2430); }
  
  
header.masthead .header-content {
    max-width: 500px;
    margin-bottom: 100px;
    text-align: center; }
	
header.masthead .header-content h1 {
    font-size: 30px;
	}
header.masthead .device-container {
    max-width: 325px;
    margin-right: auto;
    margin-left: auto; 
	}
header.masthead .device-container .screen img {
  border-radius: 3px; }
  
  
@media (min-width: 992px) {
    header.masthead {
      height: 100vh;
    /*  min-height: 775px;*/
   /*   padding-top: 0;*/
      padding-bottom: 0; }
   
   header.masthead .header-content {
        margin-bottom: 0;
        text-align: left; }
		
    header.masthead .header-content h1 {
        font-size: 41px; }
		
    header.masthead .device-container {
        max-width: 325px; } 
}

/*====FIN Header==========================
====================================*/		

/* Footer *************
**********************/
#footer{
	background: #222222;
	color: #ffffff;
	padding: 50px 0;
	text-align: left;
}

#footer p{
	font-size: 13px;
	margin-top: 10px;
	margin-bottom:5px!important;
	color: rgba(255, 255, 255, 0.25);
}

#footer h5 {
	color: #fff;
}
#footer h5 {
	margin-bottom: 20px;
}

#footer ul li {
	list-style:none;
}

#footer ul  {
	padding:0px;
}

/* FIN Footer *************
**********************/


/*====botones=================
=============================*/
.btn-outline {
  color: white;
  border: 1px solid;
  border-color: white; }
.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
	color: white;
	border-color: #fdcc52;
	background-color: #fdcc52; }

.btn {
  border-radius: 300px;
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  letter-spacing: 2px;
  text-transform: uppercase; }

.btn-xl {
  font-size: 11px;
  padding: 15px 45px; }
  
  
 /*====FIN botones=================
=============================*/
  
  
 /*sections*/
.section-head h3 {
	font-size: 1.4em;
	margin: 0;
}
.section-head p {
	width: 80%;
	margin: 1em auto 0.8em auto;
	font-size: 0.875em;
}
	
	
.section-head{
text-align:center;
padding:2em 0;
}
.section-head h3{
	color:#282528;
	font-weight:800;
	font-size:1.6em;
}
.section-head h3 span{
	width:10%;
	background:#8A888A;
	height:1px;
	display:inline-block;
	vertical-align:middle;
}


.owl-carousel{
	width:65%;
}

/**********features*******
********/

#features {
    background: #f2f2f2;
    border-top: 1px solid #d7d7d7;
}

.feature-image{
	position: relative;
}

.feature-image:after{
	content: '';
	width: 140px;
	right:24px;
	top: 54%;
	margin-top: 24px;
	height: 1px;
	background: #d7d7d7;
	position: absolute;
	z-index: -1;
}

.feature-wrapper{
	position: relative;
}

.feature-wrapper:before{
	content: '';
	width: 1px;
	top: 0;
	bottom: 0;
	height: 100%;
	background: #d7d7d7;
	position: absolute;
	left: -50px;
	z-index: 1;
}

.feature-wrapper:after{
	content: "";
	background: #902a6c;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 50%;
	left: -53.5px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	-moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	z-index: 3;	
}

.feature-content-wrapper{
	position: relative;
	padding: 10px 0;
}

.feature-content-wrapper h2{
	font-size: 24px;
	font-weight: 500;
	margin-top: 0;
}

.feature-content-wrapper:before{
	content: "";
	background: #902a6c;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 0;
	left: -53.5px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	-moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	z-index: 3;	
}

.feature-content-wrapper:after{
	content: "";
	background: #902a6c;
	width: 8px;
	height: 8px;
	position: absolute;
	bottom: 0;
	left: -53.5px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	-moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	z-index: 3;	
}

.feature-box .feature-icon{
	text-align: center !important;
	padding: 5px 0 0;
	font-size: 18px;
}

.feature-box .feature-icon i{
	color: #902a6c;
	font-size: 36px;
}

.feature-box .feature-icon i.fa-mobile-phone{
	font-size: 48px;
}

.feature-box h3{
	font-size: 16px;
	font-weight: 700;
	line-height:34px;
	margin-top: 20px;
margin-bottom: 10px;
}

.feature-box .feature-box-content{
	margin-left: 60px;
	margin-top:40px;
}


/**********FIN features*******
********/







/*PROCESS*/
.image-process img{
	width:250px;
}
.image-process{
	margin-bottom:1em;
}
.image-process h4{
	margin:0.5em 0 0.3em 0;
	padding:0;
}
.image-process h4 a{
	color:#282528;
	font-weight:600;
}
.image-process span{
	color:#282528;
	font-size:0.875em;
}

/*FIN PROCESS*/




/*--- contact -----*/
.contact-form h3{
	color:#282528;
	font-size:1.2em;
	font-weight:600;
	margin:1em 0;
}
.contact-form input[type="text"],.contact-form textarea{
	width: 100%;
	border-right: none;
	border-left: none;
	border-top: none;
	border-bottom: 2px ridge #DBDBDB;
	outline: none;
	padding: 2em 0 2em 0;
	font-size: 0.9em;
}
.contact-form textarea{
	height:90px;
	outline:none;
	border-bottom: 1px ridge #DBDBDB;
	resize:none;
}
.contact-form input[type="submit"]{
	background: url(../images/msg-icon.png) no-repeat 0px 0px;
	height: 23px;
	width: 167px;
	display: block;
	outline: none;
	text-indent: 30px;
	border: none;
	margin: 1em 0;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.contact-form input[type="submit"]:hover{
	opacity:0.9;
	color:#999;
}

.getintouch {
	border-bottom: 10px solid #902a6c;
	padding: 2em 0 0 0;
}
/*--- //FIN contact -----*/





/*--responsive design--*/
@media (max-width:1024px){

	.footer-divice img{
		width:100%;
	}
	.footer-divice{
		margin-top:15em;
	}
}
/*-----768px-mediaquries----*/
@media (max-width:768px){

	.footer-divice img{
		width: initial;
	}
	.footer-divice{
		margin-top:1em;
		text-align: center;
	}

}
/*-----640px-mediaquries----*/
@media (max-width:640px){

	.footer-divice img{
		width: initial;
	}
	.footer-divice{
		margin-top:1em;
		text-align: center;
	}

}
/*-----480px-mediaquries----*/
@media (max-width:480px){

	.footer-divice img{
		width: initial;
	}
	.footer-divice{
		margin-top:1em;
		text-align: center;
	}

}
/*-----320px-mediaquries----*/
@media (max-width:320px){

	.footer-divice img{
		width: 100%;
	}
	.footer-divice{
		margin-top:1em;
		text-align: center;
	}
	
	.getintouch {
		padding: 0em 0 0 0;
	}
}


.icon-linkedin{
	background:#666;
	
	border-radius:3px;
  color:#fff;
	width:25px;
	height:25px;
	line-height:25px;
	text-align:center;
  }
  
  .icon-linkedin:hover{
	background:#0E76A8;
  }