  .carousel-control.right, .carousel-control.left {
      background-image: none;
      color: #3a4af5;
  }
  .carousel-indicators li {
      border-color: #3a4af5;
  }
  .carousel-indicators li.active {
      background-color: #3a4af5;
  }
  .carousel-inner{
     /*height: 650px;
   max-width: 680px;
    margin: 0 auto;	*/
	background-color: #fefefe;
  }  
  .carousel-inner > .item > img {
	  margin: 0 auto;
  }
  
.carousel-caption {
   /*position: absolute;
   top:-40px*/
	top: 75%;
	transform: translateY(-75%);
	bottom: initial;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}  
  
	.carousel-wrapper
	{
		max-width: 1700px;
		margin: 0 auto;
	}
	
  .item h4 {
      font-size: 19px;
      line-height: 1.375em;
      font-weight: 400;
      font-style: italic;
      margin: 70px 0;
  }
  .item span {
      font-style: normal;
  }
 
  .navbar {
      margin-bottom: 0;
      background-color: #3a4af5;
	  /*background-color: #fff;*/
      z-index: 9999;
      border: 0;
      font-size: 12px !important;
      /*line-height: 1.42857143 !important;*/
      letter-spacing: 4px;
      border-radius: 0;
      font-family: Montserrat, sans-serif;
  }
  .navbar li a, .navbar .navbar-brand {
      color: #fff !important;
  }
  .navbar-nav li a:hover, .navbar-nav li.active a {
      color: #3a4af5 !important;
      background-color: #fff !important;
  }
  .navbar-default .navbar-toggle {
      border-color: transparent;
      color: #fff !important;
  }

@media (max-width: 767px) { 
    .navbar-brand {
        padding: 0;        
    }

    .navbar-brand img {
        margin-top: 5px;
        margin-left: 5px;
    }
	
    .navbar-brand h1{
        //here add your style depending of the position you want the text to be placed
    }
	
	.custom-brand{
        margin-top: 18px;
        margin-left: 10px;
	}
}

@media (min-width: 767px)
{ 
	.navbar-nav, .navbar-nav li, .navbar-nav li a {
	  height: 80px;
	  line-height: 80px;
	}

	.navbar-nav li a {
	  padding-top: 0;
	  padding-bottom:0;
	} 	
}

	
.navbar-toggle {
   margin: 23px 0; 
}

/* change navbar breakpoint */
@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #3a4af5;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
		
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
		 margin-top: 0px;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

@media (max-width: 550px)
{
	.phone {
        display: none!important;
    }
}

body {
	font: 400 17px Lato, sans-serif;
	line-height: 1.8;
	color: #818181;
	-webkit-font-smoothing: antialiased;
	margin-top:80px;
}

.section
{
padding-top: 80px;
/*padding-bottom:40px;*/
/*margin-top:40px;*/
}
  
h2
{
	font-size: 24px;
	/*text-transform: uppercase;*/
	color: #3a4af5;
	font-weight: 600;
	margin-bottom: 30px;
}
  
h4
{
	font-size: 19px;
	line-height: 1.375em;
	/*color: #3a4af5;*/
	font-weight: 400;
	margin-bottom: 30px;
}

.first-paragraph
{
	font-size:17px;
	text-align:justify;
	line-height: 1.8;
	font-weight: 400;
	margin-bottom: 30px;
}

.product
{
	padding-top: 10px;
	padding-bottom: 10px;
}

.product h4
{
	color: #5860a0 !important;
}

.detail
{
  padding-top: 10px;
  font-size:16px;
  font-style:italic;
}

.hImage
{
  max-height: 300px;
}


.pImage
{
  max-height: 200px;
}

.aImage1{
  max-height: 250px;
}
.aImage2{
  max-height: 250px;
}


.item > .carousel-caption > h3 {
  font-size: 30px;
  line-height: 1.375em;
  font-weight: 400;
}

.item > .carousel-caption > p {
  font-size: 25px;
  line-height: 1.375em;
  font-weight: 400;
  font-style: italic;
}

/*
@media (min-width:480px){
	.pImage{
	  max-height: 75px;
	}
	.aImage1{
	  max-height: 125px;
	}
	.aImage2{
	  max-height: 125px;
	}
	
   .item > .carousel-caption > h3 {
      font-size: 15px;
      line-height: 1.375em;
      font-weight: 400;
  }
  
  .item > .carousel-caption > p {
      font-size: 10px;
      line-height: 1.375em;
      font-weight: 400;
	  font-style: italic;
  }		
}

@media (min-width:767px) { 
	.pImage{
	  max-height: 125px;
	}
	.aImage1{
	  max-height: 150px;
	}
	.aImage2{
	  max-height: 150px;
	}
	
   .item > .carousel-caption > h3 {
      font-size: 20px;
      line-height: 1.375em;
      font-weight: 400;
  }
  
  .item > .carousel-caption > p {
      font-size: 15px;
      line-height: 1.375em;
      font-weight: 400;
	  font-style: italic;
  }	
	
}

@media (min-width:1224px) { 
	.pImage{
	  max-height: 150px;
	}
	.aImage1{
	  max-height: 200px;
	}
	.aImage2{
	  max-height: 200px;
	}
	
   .item > .carousel-caption > h3 {
      font-size: 25px;
      line-height: 1.375em;
      font-weight: 400;
  }
  
  .item > .carousel-caption > p {
      font-size: 20px;
      line-height: 1.375em;
      font-weight: 400;
	  font-style: italic;
  }		
	
}*/

.custom-container {
  padding: 60px 50px;
}


.bg-grey {
  background-color: #f5f5f5;
}


/* Flexible iFrame */
.Flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footer-separator
{
	margin-top: 55px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: rgb(95, 95, 95);
}

.custom-footer
{
	/*background-color: #113560;
	font-size: 12px !important;
	letter-spacing: 4px;
	font-family: Montserrat, sans-serif;
	font: 400 15px Lato, sans-serif;
	color: #000 !important;	*/
	
    background-color: transparent;
    color: rgb(41, 41, 41);
    /*padding-top: 25px;
	padding-bottom: 10px;*/
    line-height: 22px;
    font-size: 15px;
    text-transform: none;
    background-image: url(../img/fondo.png);
    background-repeat: repeat repeat;
}

.footer-wrapper
{
	max-width: 1700px;
	margin: 0 auto;
}

.footer-title
{
	padding-top: 10px;
	padding-bottom: 20px;
}

.footer-item
{
	padding-top: 10px;
	padding-left: 50px;
	padding-right: 50px;
}

.copyright
{
	font-size:14px;
}

.footer-bottom {
   /*background: #25292C;
    color: #888;*/
	
    background: #3a4af5;
    color: #fff;
    /*line-height: 30px;*/
    padding: 5px;
}


/*
@media (max-width:480px) { }

@media (max-width:767px) { }

@media (max-width:1224px) { }
*/

.slideanim {visibility:hidden;}
.slide {
    /* The name of the animation */
    animation-name: slide;
    -webkit-animation-name: slide; 
    /* The duration of the animation */
    animation-duration: 1s; 
    -webkit-animation-duration: 1s;
    /* Make the element visible */
    visibility: visible; 
}

/* Go from 0% to 100% opacity (see-through) and specify the percentage from when to slide in the element along the Y-axis */
@keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    } 
}
@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}


/*
Zoom 
.product img:hover {
-webkit-transform:scale(1.2);
transform:scale(1.2);
}
.product img {
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}*/

@media (min-width:768px)
{ 
	.product:hover {
		/* 1.2 */
		-webkit-transform:scale(1.1);
		transform:scale(1.1); 

		/* shadow */
		-webkit-box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, .75);
		box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, .75);

		/*-webkit-box-shadow: 0px 0px 15px 10px rgba(58, 74, 245, .75);
		box-shadow: 0px 0px 15px 10px rgba(58, 74, 245, .75);*/
	}

	.product {
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
}
