
html, body, h3{
	font-family: 'Open Sans', serif;
	color: #000;
	{height:100%; width: 100%; overflow:hidden}
}
body{
	background-color: #fff;
	{overflow:auto; -webkit-overflow-scrolling:touch}
}

.container-fluid{
	padding-right: 0 !important;
	padding-left: 0 !important;
	}

.col-12{
	padding-right: 0 !important;
	padding-left:  0 !important;
}

h1, h2,h4,h6 {
	font-family: 'GEORGIA', sans-serif;
	font-weight: 700;
	margin: 0;
}
h6 {
	font-size: 30px;
	line-height: 30px;
	font-weight: 700px
}

p{
	line-height: 1.6;
	font-size: 25px;
	font-weight: 200;
	text-align: left;
}
a{
	color: #494949;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 700;
}
a:hover {
    color: #ed1c24;
    text-decoration: underline;
}
.row{
	margin-right: 0px;
	margin-left: 0px;
}

/********************* boton sección ******************/
.modal-window {
	position: fixed;
	background-color: rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(4px);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition: all 0.4s;
}
.modal-window:target {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}
.modal-window p {
	font-size: 16px;
	font-weight: 400;
}
.modal-window > div {
	width: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 2em;
	background: #c4d7d8;
}
.modal-window header {
	font-weight: bold;
}
.modal-window h2 {
	padding-bottom: 1em;
}
.modal-window h3 {
	font-size: 26px;
}
.modal-close {
	color: #ffffff;
	line-height: 50px;
	font-size: 80%;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 70px;
	text-decoration: none;
}
.modal-close:hover {
	color: black;
}
.modal-link {
	letter-spacing: 3px;
	text-decoration: underline;
	font-size: 25px;
	color: #ed1c24;
	font-weight: 100;
}
.modal-link:hover {
	color: #535a59;
	font-weight: 800;
}
.modal-link-out {
	letter-spacing: 3px;
	font-size: 20px;
	color: #68babf;
	font-weight: 100;
}
.modal-link-out:hover {
	color: #ed1c24;
	font-weight: 800;
}
.modal-window div:not(:last-of-type) {
	margin-bottom: 15px;
}

.btn:hover{
	letter-spacing: 3px;
	text-decoration: underline;
	color: #000000;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 700;
	background-color: #c4d7d8;
}
.btn{
	font-size: 18px;
	width: 250px;
	border-style:solid;
	border-color: #737373;
	background-color: #f4f4f4;
	border-width: 2px;
	border-radius: 3px;
	margin:17px; 
	padding: 0.5em;
}

/********************* boton sección ******************/
.boton {
  color: #000;
  font-size: 23px;
  font-weight: 500;
  padding: 0.5em 0;
  margin-right: 0.5em;margin-left: 0.5em;
  margin-bottom: 1.8em;
  background: #e9e9e9;
  position: relative;
  border-radius: 4px;
}
.boton:before {
  border-radius: 14px;
  content:"";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 50%;
  background: rgba(255, 255, 255, 0.3);
  transition: all 1s ease;
}
.boton:hover:before {
width: 100%;
}


/********************* fin boton sección ******************/
/*
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;
}

/********************* MENÚ - BOTONERA ******************/
.menu{
  background-color: #fff7;
  height: 60px;
  overflow-y: hidden;
}
.menu .container-fluid{
	padding: 0;
}
.menu h2{
	float: left;
	line-height: 60px;
	padding-left: 0.5em;
	text-transform: initial;
	font-weight: 700;
	font-size: 1.5rem;

}
.redes .nav{
    height: 60px;
}
.redes .nav-item{
	display: flex;
	align-items: center;
}
.redes .nav-item:first-child a{
	border-left: 1px solid #000;
	padding-left: 
	30px;
}
.redes .nav-item a{
	color: #000;
	font-size: 25px;
	padding: 0 8px;
	transition: all 0.3s;
	opacity: 1
}
.redes .nav-item a:hover{
	color: #ed1c24;
	font-style: none;
}
.redes .nav-link img{
	width: 160px;
}
.redes #regreso {
  list-style: none;
  padding: 0;
  margin: 0;
}
.redes #regreso a{
padding: 17px 5px;
  background-color: #e9e9e9;
  display: flex;
  align-items: center;
  height: 60px;
}

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


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

.title{
	padding: 3em 0;
}

.title h1{
	padding: 0 0 1em 0;
	font-size: 3.8em;
	line-height: 1;
}
.title h3{
	color: #4b4b4b;
	padding: 0.5em 0;
	font-size: 2em;
	line-height: 1;
}
.title p{
	color: #838383;
	font-size: 25px;
	padding-top: 1.5em;
	line-height: 1.8;
	text-align: center;
}

.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;
}
.creditos{
	padding: 2em;
}
.creditos h4{
	font-size: 1rem;
}
.rojo{
	margin-top: 1em;
	margin-bottom: 0.5em;
	height: 5px;
	width: 100px;
	background-color: #c4d7d8;
	margin-left: auto;
	margin-right: auto;
}
.s-1{
	padding-top: 2em;
	padding-bottom: 2em;
}
.s-1 h2{
	font-size: 40px;
	line-height: 50px;
	font-weight: 600px;
}

.s-2{
	padding-top: 2em;
	padding-bottom: 2em;
}
.s-2 h2{
	font-size: 1.7rem;
}
.s-2 h5{
	line-height: 1.6;
	font-size: 23px;
	font-weight: 200;
}
.mapa{
	padding-top: 2em;
	padding-right: 0;
	padding-left: 0;
}

/*.inicio {
	height: 100vh;
	background-color: #a0d7c4;
}
.inicio .row{
	height: 100vh;
	padding-top: 80px;
}
.inicio h1{
	font-size: 5rem;
}
.inicio h1:nth-child(1){
	float: left;
	padding-right: 15px;
}
.inicio h4{
	font-size: 3rem;
	padding-top: 30px;
}
.inicio h1:nth-child(4){
	font-size: 13rem;
    line-height: 200px;
    letter-spacing: 40px;

}*/

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

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

@media screen and (max-width: 1199px) {
	.redes .nav{
		width: auto;
	}
	.title h1:first-child {
	    left: 8%;
	}
	.title h1:nth-child(2) {
	    left: 20%;
	}
	.inicio2 .col-12 .porcentaje h2 {
	    font-size: 5rem;
	}
	.inicio .row .align-self-end img {
	    width: 100%;
}

@media (min-width: 801px) and (max-width: 1460px) {
	#img_principal{

		padding-top: 60px !important;

		
	} 
}

@media screen and (max-width: 1024px) {
	
	
	.col-3.text-right.align-self-start{
		padding: 0;
	}
	.inicio .row .align-self-start img {
	    padding-right: 0;
	    width: 100%;
	}
	.inicio .row .align-self-end img {
	    width: 100%;
	}
	.inicio h1 {
	    font-size: 4rem;
	}
	.inicio h1:nth-child(1) {
	    padding-right: 8px;
	}
	.inicio h1:nth-child(4) {
	    font-size: 10rem;
	    line-height: 169px;
	    letter-spacing: 32px;
	}
	.inicio h4 {
	    padding-top: 16px;
	}
}

@media screen and (max-width: 991px) {
	.col-12.col-lg-4.text-right.align-self-center{
		text-align: center !important;
	}
	.inicio #inicio_txt {
	    text-align: center;
	}
	.inicio h1:nth-child(1) {
	     float: none; 
	}
	.inicio img{
		width: 100%;
	}

}

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


}

@media screen and (max-width: 768px) {
		
	.inicio img{
		width: 100%;
	}
	.inicio #inicio_txt{
		text-align: center;
	}
	.inicio h1:nth-child(1) {
	     float: none; 
	}
	.inicio h4 {
	    padding-top: 0;
	}
	.modulo img{
		width: 50%;
	}
}


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

	
	#teste{

		padding-top: 40px;

		
	}  

	.menu h2{
	
	font-size: 0.8rem;
  		
	} 

	

@media screen and (max-width: 479px) {
	
 .menu h2{
	
	font-size: 0.7rem;
  		
	}  




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


	.menu h2{
	
	font-size: 0.6rem;
  		
	}  
  
}















