@import "../fonts/roboto/stylesheet.css";

.componentes_web{
	display:inline;
}

.componentes_movil{
	display:none;
}

@media(max-width:768px){
	.componentes_web{
		display:none;
	}

	.componentes_movil{
		display:inline;
	}
}

.arribita {
 margin-top: -8px; 
}


.btn-sample { 
  color: #444; 
  background-color: #FBED82; 
  border-color: #130269;
  padding-top: 1.0em;
  font-weight: bold;
  padding-right: 0.5em;
  padding-bottom: 1.0em;
  padding-left: 0.5em;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
} 
 
.btn-sample:hover, 
.btn-sample:focus, 
.btn-sample:active, 
.btn-sample.active, 
.open .dropdown-toggle.btn-sample { 
  color: #444; 
  background-color: #FAD25F; 
  border-color: #130269; 
  font-weight: bold;
  text-decoration:none;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
} 
 
.btn-sample:active, 
.btn-sample.active, 
.open .dropdown-toggle.btn-sample { 
  background-image: none; 
} 
 
.btn-sample.disabled, 
.btn-sample[disabled], 
fieldset[disabled] .btn-sample, 
.btn-sample.disabled:hover, 
.btn-sample[disabled]:hover, 
fieldset[disabled] .btn-sample:hover, 
.btn-sample.disabled:focus, 
.btn-sample[disabled]:focus, 
fieldset[disabled] .btn-sample:focus, 
.btn-sample.disabled:active, 
.btn-sample[disabled]:active, 
fieldset[disabled] .btn-sample:active, 
.btn-sample.disabled.active, 
.btn-sample[disabled].active, 
fieldset[disabled] .btn-sample.active { 
  background-color: #FBED82; 
  border-color: #130269; 
} 
 
.btn-sample .badge { 
  color: #FBED82; 
  background-color: #302B2B; 
}


	hr {
		border: 0;
		border-bottom: solid 1px rgba(210, 215, 217, 0.75);
		margin: 2em 0;
	}

		hr.major {
			margin: 3em 0;
		}

.somos {
  color: #999;
  font-size: large;
  line-height: 1.5em;
  text-align: justify;
}

	header.major > :last-child {
		border-bottom: solid 3px #FBED82;
		display: inline-block;
		margin: 0 0 2em 0;
		padding: 0 0.75em 0.5em 0;
	}