/*

Template 2076 Zentro

http://www.tooplate.com/view/2076-zentro

*/

body
	{
		background: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    position: relative;
	}

p {
  color: #848484;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.0025rem;
  line-height: 1.75rem;
  font-family:'Open Sans';
}

hr {
	border-top: 0.1rem solid #000000;
}

#etiqueta {
	position: absolute;
	background-color: #ED8600;
	color: black;
  padding-left: 30px;
	padding-right: 30px;
	font-size:25px;
	top: 7px;
	left: 120px;
	top:-15px;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}

/* preloader section */
.animationload {
    background-color: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
.osahanloading {
    animation: 1.5s linear 0s normal none infinite running osahanloading;
    background: #fed37f none repeat scroll 0 0;
    border-radius:  	3.125rem;
    height:  	3.125rem;
    left: 50%;
    margin-left: -1.5625rem;
    margin-top: -1.5625rem;
    position: absolute;
    top: 50%;
    width:  	3.125rem;
}
.osahanloading::after {
    animation: 1.5s linear 0s normal none infinite running osahanloading_after;
    border-color: #85d6de transparent;
    border-radius: 5rem;
    border-style: solid;
    border-width: 0.625rem;
    content: "";
    height: 5rem;
    left: -0.9375rem;
    position: absolute;
    top: -0.9375rem;
    width: 5rem;
}

@keyframes osahanloading {
0% {
    transform: rotate(0deg);
}
50% {
    background: #85d6de none repeat scroll 0 0;
    transform: rotate(180deg);
}
100% {
    transform: rotate(360deg);
}
}

/*******/

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

#navbar {
  background-color: #000000;
}

#navbar a:hover {
  background-color: transparent;
  color: #ED8600;
  border-top: 5px solid #ED8600;
}

#navbar  a.active {
  background-color: #000000;
  color: white;
}

#navbar  li a{
	margin-top: 10px;
  background-color: #000000;
  color: white;
}

#navbar  li.active a{
  background-color: #000000;
  color: #ED8600;
	border-top: 5px solid #ED8600;
}

#navbar .dropdown .dropdown-menu {
  background-color: #000000;
  text-align: center;
}

#navbar .dropdown .dropdown-menu li a{
  background-color: #000000;
  color: white;
	border-top: 1px solid white;
}

#navbar .dropdown .dropdown-menu li a:hover{
  background-color: #000000;
  color: #ED8600;
	border-top: 4px solid #ED8600;
}

#navbar .navbar-toggle .icon-bar {
    background-color: white;
}

/* home section */
#home {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
  -webkit-align-items: top;
      -ms-flex-align: top;
          align-items: flex-start;
  height: 100vh;
  text-align: center;
}

#titulo {
  font-size: 3vw;
  letter-spacing: 0.5px;
  color:#ED8600;
  font-family: 'Bree Serif';
}

#lista{
  color:#152635;
  font-size:1.7rem;
}

#icono:before{
   color:#ED8600;
    font-family:FontAwesome;
    content: "\f00c";
}

#iconoContact{
  color:#ffffff;
}

#boton {
	background-color:#ED8600;
	border: 3px solid #FFFFFF;
	font-size: 1.5vw;
}

#boton:hover {
  background-color:black;
	border: 3px solid black;
  color: #ED8600;
	font-size: 1.5vw;
}

#caruselText{
	background-color: #ED8600;
	font-family: 'Bree Serif';
	font-weight: bold;
	opacity:0.8;
	top:10vw;
	font-size:2.5vw;
	padding-top:30vw;
	padding-bottom:10vw;
	padding-left:1vw;
	padding-right:1vw;
	text-align: left;
	position:relative;
	z-index: 100;
}

#caruselFecha{
	color:#ED8600;
	font-size:2.5vw;
	text-align: left;
	font-weight: bold;
	font-style: italic;
}

#text{
	color:black;
	font-size:2vw;
	text-align: justify;
}

#iconoCarusel:before{
   color:black;
    font-family:FontAwesome;
    content: "\f10d";
}

#afip{
	color:#ED8600;
	font-size:2vw;
	font-weight: bold;
	font-style: italic;
	text-align: right;
}

#botonLeer{
	background-color:black;
	font-size: 1.5vw;
}

#botonLeer:hover{
	background-color:#ED8600;
	color:black;
	font-size: 1.5vw;
}

#home h2 {
  font-size: 3.25rem;
  font-style: normal;
  color: #ffff00;
  padding-top: 0.625rem;
}

/* menu section */
#menu h4 {
	line-height: 1.5;
}
#menu .col-md-8 {
  padding-bottom: 2.625rem;
}
#menu .col-md-6 {
  padding-bottom: 1.125rem;
}
#menu span {
  color: #5C5C5C;
}


/* contact section */
#contact {
  color:#ffffff;
  font-family: 'Bree Serif';
}

#contactOrange {
  background-color: #ED8600;
  text-align: right;
	padding-bottom: 2vw;
  opacity:0.8;
}

#contactBlack {
	padding-top: 2vw;
	padding-bottom: 2.4vw;
  background-color: #000000;
  opacity:0.8;
}


#contactList{
  font-size:20px;
  color:#000000;
}

#contactForm{
  font-size:20px;
  color:#ED8600;
}

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #2f3e47;
}

/* Social */

ul.social-icons {
  padding: 0;
  margin: 0;
  margin-top: 10px;
}

ul.social-icons li {
  list-style: none;
  display: inline-block;
  margin-left: 6px;
}

ul.social-icons li:first-child {
  margin-left: 0px;
}

ul.social-icons li a {
  display: inline-block;
  margin: 0;
  width: 30px;
  height: 30px;
  background-color: #ED8600;
  border-radius: 50px;
  text-decoration: none;
  text-align: center;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
}

ul.social-icons li a:hover {
  background-color: #ffffff;
}

ul.social-icons li a i {
  color: #2c3035;
  font-size: 15px;
  line-height: 30px;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
}

.footer .navbar-nav {
  margin-top: 10px;
}

.footer .navbar-nav li a {
  color: rgba(255, 255, 255, 0.7);
  background-color: transparent !important;
}


/* copyright section */
#copyright {
  color: #ffffff;
  text-align: center;
}

#copyright a {
  color: #ffffff;
}
#copyright a:hover {
  color: #FF0;
}
