html, body{
	font-family: 'Merriweather', serif;
	color: #000;
}
body{
	background-color: #fff;
    font-family: 'Lato' !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Georgia';
	font-weight: 800;
	margin: 0;
}
h6{
	font-size: 10px;
}

p{
	margin: 0;
	line-height: 1.9;
	font-size: 20px;
	font-weight: 500;
}

.row{
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.head_exp{
    top:0;
    background-color: #ed1c24;
    padding: 0.7em;
    position: fixed;
    display: block;
    width: 100%;
    border-bottom-color: #000;
    border-right-width: 2px;
    border-bottom-style:solid;
    z-index: 99;
    -webkit-transition: background-color 0.5s ease-out; -moz-transition: 
  background-color 0.5s ease-out; -o-transition: background-color 0.5s ease-out; transition: background-color 0.5s ease-out;
}
.head_exp:hover{
    background-color: #000;
}

.logocc img {
    max-width: 30%;
    padding-top: 5em;
    padding-bottom: 5em;
}

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

/********************* / INICIO ******************/

.title {
	background-color: #ed1c24;
    margin-top: 34px;
    padding: 40px 0;
}
.title h1{
	color: #fff;
	display: ;
	margin-bottom: 1em;
    font-size: 7.5em;
}

.pie-foto{
	position: absolute;
	bottom:0;
	left: 0;
	color: #fff;
	background-color:#000;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	padding: 0.5em 1em;
}
.pie-foto p{
	font-size: 0.8rem;
	font-weight: 200;
}

.intro1 {
    background-color: #8795a8;
}

.intro1 p{
    color: #fff;
    padding: 1em;
	font-size: 2em;
    font-weight: 800;
    line-height: 1.2em;
}

.s-1{
	padding-top: 3em;
}
.s-1 h2{
	color: #ed1c24;
    text-align: center;
    padding: 1em 0;
    font-size: 40px;
}
.s-1 p:last-child{
	padding-top: 1em;
}
.inc-s1{
    background-image: url(../img/principal1.jpg);
	background-attachment: fixed;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
    padding:7em 0em;
    margin: 30px 0 0 0;
    min-height: 120px;
    color: white;
}


.cita{
	padding-top: 2em;
}


.s-2{
	padding-top: 3em;
    background-color: #72454f;
    color: #fff;
}
.s-2 h2{
	color: #fff;
    text-align: center;
    padding: 1em 0;
    font-size: 40px;
}
.inc-s2{
    background-image: url(../img/principal2.jpg);
	background-attachment:fixed;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
    padding:7em 0em;
    margin: 0;
    min-height: 120px;
    color: #72454f;
}

.s-3{
	padding-top: 3em;
    background-color: #14393b;
    color: #fff;
}
.s-3 h2{
	color: #fff;
    text-align: center;
    padding: 1em 0;
    font-size: 40px;
}
.s-3 p:last-child{
	padding-top: 1em;
}

.s-4{
	padding-top: 3em;
}
.s-4 h2{
	color: #ed1c24;
    text-align: center;
    padding: 1em 0;
    font-size: 40px;
}
.s-4 p:last-child{
	padding-top: 1em;
}
.inc-s4{
    background-image: url(../img/principal6.jpg);
	background-attachment:fixed;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
    padding:7em 0em;
    margin: 0;
    min-height: 120px;
    color: #fff;
}
.grafica{
	position: relative;
	background-color: #ebebeb;
	padding-top: 2em;
	padding-bottom: 4em;
}
.img-doble{
	margin-top: 3.5em;
}
.img-doble .pie-foto{
	position: relative;
}


.img-full h5{
	font-family: 'Scheherazade', serif;
	font-weight: 700;
	font-size: 1.7rem;
	padding-top: 1em;
}
.cita2{
	padding-top: 15em;
	padding-bottom: 15em;
	margin-left: 20%;
}
.cita2 .rojo{
	height: 5px;
	width: 100px;
	background-color: #ed1c24;
	margin-top: 2em;
}
.cita2 h4{
	font-size: 1rem;
}

.cita2 p{
	color: #838383;
	font-size: 2rem;
	line-height: 1.3;
}
footer{
	height: 250px;
	background-color: #ed1c24;
	color: #fff;
	padding: 8% 15px;
}
footer p{
	flex-basis: 100%;
	text-align: center;
}


@media screen and (min-width: 1500px) {
	
}

@media screen and (max-width: 1024px) {
	.redes .nav{
		width: auto;
	}
	.title h1:first-child {
	    left: 8%;
	}
	.title h1:nth-child(2) {
	    left: 20%;
	}
}

@media screen and (max-width: 768px) {
	.title h1 {
	    font-size: 3rem;
	}
	/***.title h1:first-child {
	    left: 5%;
	}
	.title h1:nth-child(2) {
	    left: 18%;
	}****/
	.cita2 {
	    margin-left: 25%;
	}
	footer {
	    padding: 12% 15px;
	}

}

@media (min-width: 200px) and (max-width: 575px) {
	.redes .nav-link img {
	    width: 90px;
	}
	.redes .nav-item:first-child a {
	    padding-left: 10px;
	}
	.redes .nav-item a {
	    font-size: 20px;
	    padding: 0 7px;
	}
}

@media screen and (max-width: 575px) {
	.menu h2 {
	    font-size: 0.9rem;
	}
	.title h1 {
	    font-size: 3rem;
	}
	/*****.title h1:first-child {
	    left: 0;
	    width: 100%;
	    top: 25%;
	}
	.title h1:nth-child(2) {
	    left: 0;
	    width: 100%;
	    top: 34%;
	}*****/
	.cita2 {
	    margin-left: 0;
	}
	footer {
	    padding: 30% 15px;
	}
  
}

@media screen and (max-width: 479px) {
	
  
}



@media screen and (max-width: 340px) {
	
}