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

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

p{
	margin: 0;
	line-height: 1.7;
	font-size: 1.1rem;
}
/*
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);
}
.title{
	background-image: url(../img/e_title.gif);
	background-size: 70%;
	background-repeat: no-repeat;
	background-position: top left;
}
.title .container-fluid {
	padding: 0;
}
.title img {
	max-width: 80%;
	z-index: 0;
	position: absolute;
}
.title img#img2 {
	display: none;
}
.title .row {
	z-index: 1;
	padding: 1em;
}
.title h1{
	font-size: 5.7rem;
	padding-top: 0.6em;
	padding-bottom: 0.3em;
}
.title h2{
	color: #078079;
	padding-bottom: 1em;
	font-size: 1.8em;
}
.title p{
	font-size: 1em;
}
.title p:last-child{
	padding-bottom: 2em;
}
.verde{
	-webkit-box-shadow: inset -100px 0px 0px 0px #e9ec9b;
    -moz-box-shadow: inset -100px 0px 0px 0px #e9ec9b;
    box-shadow: inset -100px 0px 0px 0px #e9ec9b;
}
.nota{
	background-color: #e9ec9b;
	padding: 10px 15px;
}
.nota span{
	font-size: 0.8rem;
	font-weight: 700;
}
.nota p{
	font-size: 1rem;
}
.s-1 .col-1{
	padding: 0;
}
.s-1 .col-10,
.s-2 .col-10,
.s-3 .col-10,
.s-4 .col-10,
.s-5 .col-10{
	padding-top: 3em;
	padding-bottom: 3em;
}
.s-1 h2{
	font-size: 4rem;
	float: left;
	padding-right: 0.2em;
}
.s-1 p,
.s-2 p,
.s-3 p,
.s-4 p,
.s-5 p,
.s-6 p{
	padding-bottom: 1em;
}
.s-2 h3{
	padding-bottom: 0.5em;
}
.quote1{
	padding-top: 3em;
	padding-bottom: 3em;
}
.quote1 .col-12{
	align-items: center;
}
.quote1 .col-12 h2{
	font-size: 3rem;
}
.quote .col-md-10{
	padding-left: 3.3em;
	padding-top: 2.5em;
	padding-bottom: 2.5em;
	border-top: 20px solid #11a89e;
	-webkit-box-shadow: inset 20px 0px 0px 0px #e9ec9b;
    -moz-box-shadow: inset 20px 0px 0px 0px #e9ec9b;
    box-shadow: inset 20px 0px 0px 0px #e9ec9b;
}
.quote h3{
	font-size: 3rem;
}
.quote h4{
	font-size: 2.5rem;
}
.quote h2{
	font-size: 6rem;
}
.quote2 .col-10{
	padding-top: 3em;
	padding-bottom: 3em;
}
.quote2 h2{
	font-size: 12rem;
}
.quote2 h3{
	font-size: 2.8rem;
}
.bg-blanco{
	background-color: #fff;
}
.col-1{
	text-align: center!important;
}
@media screen and (max-width: 1024px) {
	.title h1{
		font-size: 4.7rem;
	}
}
@media screen and (min-width: 992px) {
	
	.title{
		height: 600px;
		overflow: hidden;
		background-image: url(../img/e_title.gif);
		background-size: 80%;
		background-repeat: no-repeat;
		background-position: top left;
	}
}
@media screen and (max-width: 991px) {
  
	.title img {
		max-width: 70%;
		z-index: 0;
		position: absolute;
	}

	.title h1{
		padding-top: 0.4em;
		font-size: 3.9rem;
	}
}
@media screen and (max-width: 680px) {
	.title{
		height: auto;
		overflow-y: initial;
		background-image: none;
	}
	.title .col-12.col-sm-6{
		-webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	.title img {
		display: none;
	}
	.title img#img2 {
		display: block;
		position: relative;
		width: 100%;
		max-width: 100%;
	}
	.title .row {
		padding: 0;
	}
	.title .col-12.col-sm-6{
		padding: 1em 1em 1em 2em;
	}
}
@media screen and (max-width: 480px) {
	.quote2 h2 {
	    font-size: 7rem;
	}
	.quote2 h3 {
	    font-size: 1.8rem;
	}
	.quote1 .col-12 h2 {
	    font-size: 2rem;
	}
	.quote h2 {
	    font-size: 5rem;
	}

	

}













