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

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

p{
	margin: 0;
	line-height: 1.9;
	font-size: 18px;
	font-weight: 300;
}

.intro p {
	margin-top: 50px;
}



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

a {
    color: #000 !important;
  text-decoration: none !important;
}
a:hover{
  color: #346671 !important;
  text-decoration: none !important;
}


/********************* MENÚ - BOTONERA ******************/


.redes {
	position: relative!important;
}


.redes .nav-item a{
	color: #000;
	font-size: 22px;
	padding: 0 0px;
	transition: all 0.3s;
	opacity: 1
}
.redes .nav-item a:hover{
	color: red;
	font-style: none;
}


.redes #regreso a{
	padding: 0px 0px;
  
  align-items: center;
  height: 0px;
}






.redes #regreso a:hover{
	text-decoration: none;
}

/********************* / MENÚ - BOTONERA ******************/

.text-center button{  font-family: "Open Sans", sans-serif !important;padding:2px; margin:4px;text-transform: uppercase; font-size: 0.8em ;
}

.head_table{background-color: #b3b3b3 !important;}
.head_exp{top:0px;background-color: #fff;padding: 0.7em;left: 0px;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: #c2c2c2; }

*,
*: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-color: #000;
	position: relative;
	flex-wrap: wrap;
}
.title h1{
	margin-top: 350px;
	font-size: 2.5em;
	color: #fff;
	line-height: 1.3em;
}

.title p {
	color: #fff;
	line-height: 1.5em;
}


.pie_foto p {
	font-size: 14px;
	text-align: right;
	float: right;
	color: #898989;
}

.foto_vertical p {
	margin-top: 10px;
	font-size: 14px;
	line-height: 17px;
	color: #898989;
	margin-bottom: 40px;
}

.frase h1 {
	font-size: 2em;
	text-align: center;
	font-family: 'Merriweather', serif;
	text-transform: none;
	font-weight: 500;
	color: #969696;
}

.frase p {
	text-align: center;
}









footer{
	height: 250px;
	background-color: #000;
	color: #fff;
	padding: 8% 15px;
}
footer p{
	flex-basis: 100%;
	text-align: center;
}




@media (min-width: 200px) and (max-width: 575px) {

	.redes .nav {
	width: 30%;
	float: right;
	margin-left:  40px;
}


.title {
	background-color: #000;
	position: relative;
	flex-wrap: wrap;
}
.title h1{
	margin-top: 30px;
	font-size: 2em;
	color: #fff;
	padding-left: 1em;
	padding-right: 1em;
	text-align: center;
}

.title p {
	color: #fff;
	font-size: 17px;
	line-height: 20px;
	padding-left: 1.5em;
	padding-right: 1.5em;
	padding-bottom: 2em;
}

.title img {
	margin-top: 20px;
}

.pie_foto p {
	font-size: 12px;
	line-height: 16px;
}

.foto_vertical p {
	font-size: 
}

.frase h1 {
	font-size: 1.5em;
	text-align: center;
	font-family: 'Merriweather', serif;
	text-transform: none;
	font-weight: 500;
	color: #969696;
	max-width: 400px;
	padding-right: 1em;
	padding-left: 1em;
}

.frase p {
	text-align: center;
	padding-right: 1em;
	padding-left: 1em;
}

p {
	padding-right: 1em;
	padding-left: 1em;
}

}



@media (min-width: 900px) and (max-width: 1300px) {

.title {
	background-color: #000;
	position: relative;
	flex-wrap: wrap;
}
.title h1{
	margin-top: 220px;
	font-size: 1.5em;
	color: #fff;
	line-height: 1.3em;
}

.title p {
	color: #fff;
	line-height: 1.4em;
	font-size: 1em;
}

.pie_foto p {
	font-size: 14px;
	text-align: center;
	align-content: center;
	color: #898989;
}



}



@media (min-width: 1300px) and (max-width: 1700px) {

.title {
	background-color: #000;
	position: relative;
	flex-wrap: wrap;
}
.title h1{
	margin-top: 280px;
	font-size: 2.1em;
	color: #fff;
	line-height: 1em;
}

.title p {
	color: #fff;
	line-height: 1.5em;
	font-size: 1em;
}

}




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


	.title .row .col-12:first-child{
		order: 2;
	}
	.title .row .col-12:last-child{
		order: 1;
	}
	
	.cd-service {
	    margin-left: 84px;
	}
	p {
	    font-size: 1.1rem;
	}
	
	.s-5 h2,
	.s-7 h2 {
    	font-size: 1.8rem;
	}
	.s-6 .row .col-12 h3 {
	    font-size: 1.8rem;
	}
	footer {
	    padding: 30% 15px;
	}



  
}



@media (min-width: 576px) and (max-width: 768px) {


		.redes .nav {
	width: 160%;
	float: right;
	margin-left:  40px;
}



	.title .row .col-12:first-child{
		order: 2;
	}
	.title .row .col-12:last-child{
		order: 1;
	}
	
	.cd-service {
	    margin-left: 84px;
	}
	p {
	    font-size: 1.1rem;
	}
	
	.s-5 h2,
	.s-7 h2 {
    	font-size: 1.8rem;
	}
	.s-6 .row .col-12 h3 {
	    font-size: 1.8rem;
	}
	footer {
	    padding: 30% 15px;
	}

	.title h1{
	margin-top: 40px;
	font-size: 2.5em;
	color: #fff;
	line-height: 1em;
}

.title p {
	color: #fff;
	line-height: 1.5em;
	font-size: 1em;
	margin-bottom: 40px;
}


  
}












