
html, body{
	font-family: 'Open Sans', sans-serif;
	color: #000;
	overflow-x: hidden;
	overflow-y: overlay;
}
body{
	background-color: #fff;
	padding-bottom: 2em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Anton', sans-serif;
	margin: 0;
	text-transform: uppercase;
	font-weight: 700;
}

p{
	margin: 0;
	line-height: 1.7;
	font-size: 1.1rem;
	padding-bottom: 1em;
}
/*
p span{
	font-weight: 500;
}*/

/*@media (min-width: 1200px){
	.container {
	    width: 1100px;
	}
}*/

.op-0{
  opacity: 0;
  transition: all 0.5s;
}
.op-1{
  opacity: 1;
  transition: all 0.5s;
}

*,
*:active,
*:active:focus,
*:focus,
*:visited,
*:hover,
.btn:focus,
.btn:active:focus,
.btn:focus,
a:focus,
.form-control:focus
{
    outline: 0 !important;
    outline-offset: 0;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, .075), 0 0 0 rgba(102, 175, 233, .6);
            box-shadow: inset 0 0 0 rgba(0, 0, 0, .075), 0 0 0 rgba(102, 175, 233, .6);
}
a{
	text-decoration: none;
}
a:hover {
    text-decoration: none;
}
.menu {
	background-color: rgba(255, 255, 255, 1);
	height: 40px;
}
.menu .row {
	height: 40px;
}
.menu .col-5.col-sm-2{
	background-color: #ed1c24;
	padding: 5px 3px 3px;
}
.menu .col-5.col-sm-3 .col-3:first-child{
	border-left: 2px solid #000;
}
.menu img{
	max-width: 100px;
}
.menu .row .row .col-3{
	padding-top: 5px;
}
.menu .row .row .col-3 a{ 
	color: #000;
	text-decoration: none;
	font-size: 1.3rem;
} 

.inicio {
	background-image: url(../img/inicio.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	height: 100vh;
}
.inicio .row{
	height: 100vh;
}
.inicio .row .row{
	height: auto;
}
.bg-negro{
	color: #fff;
	background-color: #000;
	padding-top: 5em;
	padding-bottom: 2.5em;
}
.bg-negro h2{
	font-size: 4rem;
}
.bg-blanco{
	color: #000;
	background-color: #fff;
	padding-top: 5em;
	padding-bottom: 2.5em;
}
.bg-blanco h1{
	font-size: 4rem;
}
.bg-blanco p{
	font-size: 0.8rem;
	line-height: 1.2;
	padding-bottom: 0;
}
.bg-negro, .bg-blanco{
	height: 200px;
}
.title {
	padding-top: 2em;
}
.nota{
	background-color: #000;
	color: #fff;
	padding: 0.5em 15px;
	text-align: center;
}
.nota p{
	font-size: 0.8rem;
	padding-bottom: 0;
}
.nota p span{
	font-weight: 700;
	font-size: 0.8rem;
}
.sumario{
	padding: 2em 15px;
}
.sumario p{
	font-size: 1.5rem;
}
.content {
	padding: 2em 15px;
}
.content h2.a{
	float: left;
	margin-right: 0.5em;
	padding: 0.7em 0.7em;
	line-height: 1;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
}
.content.titulo h2{
	padding-bottom: 0.2em;
	border-bottom: 1px solid #000;
	float: left;
}
.content.titulo p{
	clear: both;
}
.content.titulo p:nth-child(2){
	padding-top: 1em;
}
.porcent h2{
	color: #c3c3c3;
	font-size: 5rem;
	float: left;
	margin-right:  0.5em;

	clear: right;
}
.porcent h3{
	font-size: 2.5rem;
	clear: right;
}
.linea{
	height: 2px;
	width: 50%;
	background-color: #000;
	margin-top: 1em;
	margin-bottom: 3em;
}
.linea1{
	height: 2px;
	width: 50%;
	float: right;
	background-color: #000;
	margin-top: 1em;
	margin-bottom: 1em;
}
.quote {
	text-align: center;
}
.quote h2{
	font-size: 3rem;
}
.quote h2>span{
	color: #ed1c24;
	font-size: 3.5rem;
}

@media screen and (max-width: 1249px) {
	.bg-negro, .bg-blanco {
	    height: 285px;
	}
	.bg-negro {
	    padding-top: 8em;
	}
	
}
@media screen and (max-width: 991px) {
	.pl-5.pr-5 {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	
}
@media screen and (max-width: 680px) {
	.bg-negro, .bg-blanco {
	    height: 250px;
	}
	.bg-blanco h1 {
	    font-size: 3rem;
	}
	.bg-negro h2 {
	    font-size: 3rem;
	}
	.bg-negro {
	    padding-top: 7.5em;
	}
	
}
@media screen and (max-width: 575px) {
	.bg-negro, .bg-blanco {
	    height: 200px;
	}
	.bg-negro {
	    padding-top: 5.5em;
	}
	.bg-blanco {
	    padding-top: 2em;
	}
	
}
@media screen and (max-width: 1024px) {
	body{
		max-width: 1024px;
	}
	
}
@media screen and (max-width: 768px) {
	body{
		max-width: 768px;
	}
	
	

}
@media screen and (max-width: 767px) {
	body{
		max-width: 767px;
	}
	
	

}
@media screen and (max-width: 480px) {
	body{
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
	}
	.bg-negro, .bg-blanco {
	    height: 125px;
	}
	.bg-negro {
	    padding-top: 4.5em;
	}

	.bg-blanco h1 {
	    font-size: 1.5rem;
	}
	.bg-negro h2 {
	    font-size: 1.5rem;
	}
	.porcent h3 {
	    font-size: 2rem;
	    clear: right;
	}
	

}













