body{
	position: relative;
	overflow-x: hidden;
	color: black;
	overflow-y: scroll;

	/*background-image: url(../img/building.jpg);*/
    /*background-size: 100%;*/
    /*background-attachment: fixed;*/

}

html{
    overflow-x: hidden;
    overflow-y: scroll;
}
@media (min-width: 768px) {
html{
    overflow-x: initial;
    overflow-y: initial;
}
}


p{
	font-size: 1.4em;
	font-weight: lighter;
	line-height: 1.5em;
}
.row ul{
	font-size: 1.4em;
	font-weight: lighter;
	line-height: 1.3em;
}

/******** sections *******/
#logo{
	z-index: 44;
}
#home{
	min-height: 100%;
	position: relative;
}
#values{
	position: relative;



	/*min-height: 100%;*/

	/*background-color: white;*/

	padding-top: 100px;
	/*padding-bottom: 250px;*/
}
#services-section{
	padding-top: 160px;
	position: relative;
	/*opacity: 0;*/
	
	/*min-height: 100%;*/
	
	padding-bottom: 60px;

	/*background-color: rgba(200,200,255,0.7);*/

}
#services{
	position: relative;
	
	background: transparent !important;

}

.service{
	padding-top: 50px;
	position: relative;
	padding-bottom:100px;
	opacity: 0;
	min-height: 100%;
	transition: all 0.2s ease;
	
}
#partners{
	padding-top: 130px;
	padding-bottom: 200px;
	min-height: 100%;
}


/*@media (min-width: 768px) {
#services-section{
	opacity: 0;
}
.service{
	opacity: 0;
}
}*/

/****** Partners *******/
#partners h1{
	padding-bottom: 100px;
}
.logo-partner{
	width: 200px;
	height: auto;
}

/****** Nav Bar General ********/
.navbar{
	border: none;
	background-color: transparent;
	transition: all 0.2s ease;
	z-index: 4500000;
	/*overflow: visible;*/
}
.is-mobile #brand-black{
	display: block !important;
}
.is-mobile #brand-white{
	display: none !important;
}

.navbar.is-mobile{
	background-color: white ;
	color: black ;
}

.dropdown-menu {
    border: none;
    border-radius: 0px;
    font-size: 1.2em;
}
.navbar .circle {
    width: 7px;
    height: 7px;
    position: absolute;
    margin: 15px 20px;
    border-radius: 5px;
}
.dropdown-menu li a {
    padding: 7px 20px 7px 40px;
}
.is-mobile .dropdown-menu li a {
    margin-left: 20px;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	font-weight: bold;
	font-size: 1.2em;
	background-color:transparent;
	color: black;
}
.navbar-default .navbar-nav>li>a{
	color: inherit;
	font-weight: lighter;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
.navbar-default .navbar-nav>li>a:hover{
	color: inherit;
	font-weight: bold;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	font-weight: bold;
	background-color: transparent;
	/*text-decoration: underline;*/
	/*border-bottom: solid 2px rgba(80,80,80,0.7);*/
	/*padding-bottom: 3px;*/
	color: white;
	font-size: 1.2em
}
.navbar-default.white .navbar-nav>.active>a, .navbar-default.white .navbar-nav>.active>a:focus, .navbar-default.white .navbar-nav>.active>a:hover{
	color: black;
}
.navbar-default.is-mobile .navbar-nav>.active>a, .navbar-default.is-mobile .navbar-nav>.active>a:focus, .navbar-default.is-mobile .navbar-nav>.active>a:hover{
	color: black !important;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default{
	background-color: #009DFF;
	color: white;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
	color:inherit;
}

/***** Home *******/
#home .content{
	padding-top: 430px;
}
h1{
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bolder;
	font-size: 4em;
}
#home .circle{
	width: 1000px;
	height: 1000px;
	transform: scale(0.3);
	transform-origin: center center;
	display: block;
	margin:-260px auto 0 auto;
	border-radius: 500px;
}
.is-mobile #home .circle{
	width: 300px;
    height: 300px;
    display: block;
    transform: scale(1);
    margin: 100px auto 0 auto;
    border-radius: 500px;
}
#home .step-in{
	margin-top: 30px;
	margin-bottom: 70px;
	opacity: 0;
}
.is-mobile #home .step-in{
	opacity: 1 !important;
}

.logo{
	/*z-index: 30*/
}
.logo img{
	margin:180px auto;
	display: block;
}

/****** Values *******/
#values .fondo{
	/*margin-top: 500px;*/

	/*height: 500px;*/

	position: relative;
	overflow: hidden;
	background-attachment: fixed;
}
#carousel{
	/*height: 100%;*/

	padding-top: 30px;
	pointer-events: all;
	padding-bottom: 30px;
}
.value{
	padding: 0;
}
.value .circle{
	transition: all 0.5s ease;
}
.value h2{
	padding-bottom: 20px;
}
.value.active h2{
	padding-bottom: 10px;
	font-weight: bolder !important;
	border-bottom: 2px solid white;
}
#values .descriptions{
	margin-bottom: 30px;
}

/****** Servicios *******/
#services .menu{
	margin: 0 auto;
	/*z-index: 41;*/
}
#services .back{
	position: absolute;
	left: 15px;
    right: 15px;
}
.is-mobile .menu-back{
	display: none !important;
}
#services .wrap, #values .wrap{
	position: relative;
	width: 100%;
}
#services .wrap:before, #values .wrap:before{
	content:     "";
    display:     block;
    padding-top: 100%;

}
#services .circle, #values .circle{
	border-radius: 800px;
	position: absolute;
	
	display:flex;
    align-items: center;
    justify-content: center;
	top: -500px;
    bottom: -500px;
    left: -500px;
    right: -500px;
    transform: scale(0.08);
    /*image-rendering: pixelated;*/
}
#services .circle.reduce{
	/*background-color: black;*/
}
#services .circle.active{
	/*background-color: white;*/
}
.is-mobile #services .servicio{
	height: 200px;
}
#services .servicio h1{
	font-size: 1.5em;
	transform: scale(10);
	color: white;
	margin:0;
}
#services .servicio h2, #values .value h2{
	font-weight: normal;
	color: white;
	font-size: 1em;
}
#values .value h2{
	color:white;
}
#services .container.reduce{
	transform: scale(0.2);
	transform-origin: top center;
}
#services .col-xs-2.reduce{
	padding-left: 30px;
	padding-right: 30px;
}
@media (min-width: 600px) {
	#services .circle, #values .circle{
		transform: scale(0.08);
	}
  #services .servicio h1 {
    font-size: 2em;
  }
  #services .servicio h2, #values .value h2{
	font-size: 1.2em;
	line-height: 1.1em;
  }
}
@media (min-width: 768px) {
	#services .circle, #values .circle{
		transform: scale(0.1);
	}
  #services .servicio h1 {
    font-size: 3em;
  }
  #services .servicio h2, #values .value h2{
	font-size: 1.3em;
	line-height: 1.4em;
  }
  #services .col-xs-2.reduce{
  	padding-left: 40px;
  	padding-right: 40px;
  }
}
@media (min-width: 992px) {
	#services .container, #values .container {
		width: 870px;
	}
  #services .servicio h1 {
   	font-size: 3.8em;
  }
  #services .container.reduce{
  	transform: scale(0.1);
  	transform-origin: top center;
  }
  #services .col-xs-2.reduce{
  	padding-left: 60px;
  	padding-right: 60px;
  }
}
@media (min-width: 1200px) {
	/*#services .container {
		width: 870px;
	}*/
}



/***** Generic Class *******/
.front{
	width: 100%;
	height: 100%;
	top:0;
	position: absolute;
	pointer-events: none;
}
.btn-default{
	/*border:none;*/
	border-radius: 300px;
}
#fondos {
    position: fixed;
    z-index: -10;
}
.fondo{
	/*height: 130%;*/

	background-image: url(../img/building.jpg);
    /*background-size: 100%;*/
    background-attachment: fixed;
	position: relative;
	background-size: cover;
	background-position: center;
}

/***** BackColors ******/
.red {
	background-color: #E81C64;
}
.border-white{
	border:1px solid white;
}
.border-black{
	border:1px solid black;
}
.blue {
	background-color: #009DFF;
}
.turqoise {
	background-color: #00CBFA;
}
.lime {
	background-color: #D2F200;
}
.mint {
	background-color: #11CF90;
}

.black {
	background-color: #000000;
}
.white {
	background-color: #FFFFFF;
}
.white-image{
	background-color: #FFFFFF;
	/*background-image: url(../img/sky.jpg);*/
	/*background-size: 100%;*/
	/*background-attachment: fixed;*/
}

.yellow {
	background-color: #FFBA00;
}
.purple {
	background-color: #CD55D4;
}
.dark-blue-transparent{
	background-color: rgba(0,22,46,0.8);
}
.blue-transparent{
	background-color: rgba(0,156,255,0.8);
}

/****** Text color *******/
.text-white{
	color: white;
}
.text-black{
	color: black;
}
.text-blue{
	color: #009DFF;
}

/***** Slides *****/
#slides {
      display: none
    }

    #slides .slidesjs-navigation {
      margin-top:5px;
    }

    a.slidesjs-next,
    a.slidesjs-previous,
    a.slidesjs-play,
    a.slidesjs-stop {
      background-image: url(../img/btns-next-prev.png);
      background-repeat: no-repeat;
      background-size:auto 200%;
      display:block;
      width:12px;
      height:18px;
      overflow: hidden;
      text-indent: -9999px;
      float: left;
      margin-right:5px;
    }

    a.slidesjs-next {
      margin-right:10px;
      background-position: -12px 0;
    }

    a:hover.slidesjs-next {
      background-position: -12px -18px;
    }

    a.slidesjs-previous {
      background-position: 0 0;
    }

    a:hover.slidesjs-previous {
      background-position: 0 -18px;
    }

    a.slidesjs-play {
      width:15px;
      background-position: -25px 0;
    }

    a:hover.slidesjs-play {
      background-position: -25px -18px;
    }

    a.slidesjs-stop {
      width:18px;
      background-position: -41px 0;
    }

    a:hover.slidesjs-stop {
      background-position: -41px -18px;
    }

    .slidesjs-pagination {
      margin: 7px 0 0;
      float: right;
      list-style: none;
    }

    .slidesjs-pagination li {
      float: left;
      margin: 0 1px;
    }

    .slidesjs-pagination li a {
      display: block;
      width: 13px;
      height: 0;
      padding-top: 13px;
      background-image: url(../img/pagination.png);
      background-position: 0 0;
      background-size:100%;
      float: left;
      overflow: hidden;
    }

    .slidesjs-pagination li a.active,
    .slidesjs-pagination li a:hover.active {
      background-position: 0 -13px
    }

    .slidesjs-pagination li a:hover {
      background-position: 0 -26px
    }

    #slides a:link,
    #slides a:visited {
      color: #333
    }

    #slides a:hover,
    #slides a:active {
      color: #9e2020
    }

    /*.navbar {
      overflow: hidden
    }*/


/*Animations*/

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.rotating {
  -webkit-animation: rotating 10s linear infinite;
  -moz-animation: rotating 10s linear infinite;
  -ms-animation: rotating 10s linear infinite;
  -o-animation: rotating 10s linear infinite;
  animation: rotating 10s linear infinite;
}


/**** Contacto *****/
#contact{
	position: relative;
}
#map{
	width: 100%;
	height: 600px;
}
#contact-info{
	width: 100%;
	/*height: 300px;*/
	position: absolute;
	top: 600px;
	color: gray;
	font-size: 0.8em;
	display: block !important;

	pointer-events: none;
}
#form{
	width: 100%;
	height: 600px;
	float: right;
	padding: 20px;
}
@media (min-width: 768px) {
#map{
	width: 50%;
}
#contact-info{
	width: 50%;
	top: 0px;
	position: absolute;
	display: block !important;
}
#form{
	width: 50%;
	float: right;
}
}

#contact-info .content{
	width: 300px;
	/*height: 280px;*/
	margin: 30px auto;
	background-color: white;
	padding: 20px;
	pointer-events: all;
	display: block !important;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);

}

