body{
	background-color: #fff;
    font-family: 'Georgia', serif !important;
}

h1, h3{
	font-family: 'Lora', serif;
	font-weight: 500;
    text-transform: uppercase;
	margin: 0;
}

h2, h4, h5, h6 {
	font-family: 'Montserrat', serif;
	font-weight: 800;
    text-transform: uppercase;
	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;
}

a{
    color: #6a6a6a;
}

a:hover{
    text-decoration: none;
    color: #ed1c24;
}



/********************* ICONOS ******************/
.iconbar {
	font-size: 40px;
  	padding: 30px;
  	text-align: center;
}
.iconbar  a{
  	padding: 0 8px;
}

.twitter, .facebook, .instagram, .linkedin{
    transition: all 0.5s;
}

/* Colors! */
  
.twitter:hover {
	color: #55acee;
	transform: scale(1.05,1.05);
}
.facebook:hover {
	color: #3b5999;
	transform: scale(1.05,1.05);
}
.instagram:hover {
	color: #b121b6;
	transform: scale(1.2);
}
.linkedin:hover {
	color: #0976b4;
	transform: scale(1.2);
}

/********************* ICONOS ******************/


.redes{ 
  opacity: 1;
  max-width: 40px !important;
  transition: transform .3s; /* Animation */
}
.redes:hover{
  opacity: 0.8;
  transform: scale(1.2);
}

.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: 60%;
    padding-top: 3em;
}

.logocc2 img {
    max-width: 80%;
    padding-top: 3em;
    padding-bottom: 3em;
}

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

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

.oper{
    background-image: url(../img/principal0.jpg);
	background-attachment: fixed;
	-webkit-background-size: cover;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top;
    min-height: 800px;
}
.oper h1{
	text-transform: uppercase;
    color: #000;
	margin-top: 2em;
    line-height: 1;
    font-size: 4.5em;
}
.title {
	background-color: #fff;
    padding: 10px 0;
    text-align: -webkit-center;
}

.title h1{
	color: #000;
	margin-bottom: 0.5em;
    line-height: 1;
    font-size: 6em;
}

.pie-foto{
	position: relative;
    text-align: right;
	bottom:0;
	left: 0;
	color: #666;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	padding: 0.5em 1em;
}
.pie-foto p{
	font-size: 0.8rem;
	font-weight: 200;
}

.intro1 p{
    color: #000;
	font-size: 2em;
    line-height: 1.2em;
}

.s-1{
	padding-top: 3em;
}
.s-1 h2{
	color: #242424;
    text-align: left;
    font-size: 30px;
}

.s-2{
	padding: 2em;
}

.s-2 h2{
	color: #000000;
    text-align: center;
    padding: 1em 0;
    line-height: 1.3;
    font-size: 1.8em;
    font-weight: 500;
    text-transform: none;
}

.s-2 h2 span{
	font-family: 'Georgia', serif;
    font-weight: 800;
}

.foto_horizontal{
    padding: 3em 0;
}

.foto_horizontal2 img {
	padding: 2em 0;
	max-width: 40%;
    transition: all 0.5s ease-in-out;
}

.foto_horizontal2 img:hover {
      transform: scale(1.05,1.05);
}

.frase2{
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    line-height: 1.3;
}

.frase2 h2{
	color: #000;
    text-transform: none;
    font-size: 2.7em;
}

footer{
	height: 50px;
	background-color: #ed1c24;
	color: #fff;
}
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%;
	}
    .oper{
    background-image: url(../img/principal0.jpg);
	background-attachment: fixed;
    background-size: 100% auto;
    background-repeat: no-repeat;
	background-position: top;
    min-height: 50%;
}
}

@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){
    .s-5 h2{
	color: #000;
    font-size: 1.5em;
    }
    .s-5 h3{
	color: #000;
    font-size: 2em;
	}
	.desk h1{
		display: none;
	}
	.desk h3{
		display: none;
	}
	.title h1 {
		font-size: 2.5em;
		padding: 1em 0;
		font-weight: 500;
		text-transform: none;
	}
	.frase2 h2 {
		font-size: 2em;
	}
}

@media (min-width: 576px) and (max-width: 3000px){
	.mobile h1 {
		display: none;
	}

}


@media (min-width: 200px) and (max-width: 800px){
    .inc-s3{
    margin-top: -350px;
    margin-bottom: -350px;
    }
    .oper{
    background-image: url(../img/principal0.jpg);
	background-attachment: fixed;
    background-size: 100% auto;
    background-repeat: no-repeat;
	background-position: top;
    min-height: 40%;
}
  
}

@media screen and (max-width: 575px) {
	.title h1 {
	    font-size: 2.5em;
	}
	/*****.title h1:first-child {
	    left: 0;
	    width: 100%;
	    top: 25%;
	}
	.title h1:nth-child(2) {
	    left: 0;
	    width: 100%;
	    top: 34%;
	}*****/
}

@media screen and (max-width: 479px) {
	.s-5 h2{
	color: #000;
    font-size: 1em;
    }
    .s-5 h3{
	color: #000;
    font-size: 2em;
    }   
  
}



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