* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
	width: 100%;
	height: 100%;
}


@font-face {
	font-family: opensans3;
	src: url("fonts/OpenSans-Light.ttf");
}
@font-face {
	font-family: opensans1;
	src: url("fonts/OpenSans-Bold.ttf");
}
@font-face {
	font-family: opensans;
	src: url("fonts/OpenSans-Regular.ttf");
}



a{
	text-decoration: none;
}

.logo a {
	width: 300px;
	height: 75px;
    /* background-color: blue; */
}

body{
	width: 100%;
	height: 100%;
	background-color:white;
	font-family: opensans;
}

nav{
	height:100px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
nav .logo{
	
    margin-left: 30px;
    margin-right: 20px;
	width: 175px;
	height: 100%;
}
nav .logo img{
	padding-top: 5px;
	width: 100%;
}

nav .menu {	
	display: flex;
	flex-wrap: wrap;	
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	justify-content: center;
    align-items: center;
   
}



nav .menu div{
	margin-left:17px;
    margin-right: 17px;	
    background-color:white;
    text-align: center;
}

nav .menu div a{
	color: #036FB7;
    font-size: 13px;
    font-family: opensans1;
    line-height: 15px;

}

nav .infodd{
   
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #036FB7;
	margin-right: auto;
	margin-left: auto;
}

nav .infodd p a{
    color: #036FB7;
    font-family: opensans;
    font-size: 12px;
    font-weight: bolder;
    color: #46A0D4;

}

nav input{
	display: none;
	
}
nav label {
	display: none;
}

nav .menuresp{
	
	display: none;
}

.contact{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 30px;
  background-color: #036FB7;
  color: white;
  font-size: 12px;
  padding-right: 5px;
}

.contact a{
  color: white;
  text-decoration: none;
  padding: 5px;
}

.imgprincipal{
    width: 100%;
	height: auto;
	min-height: 550px;
	/* background-color: purple;   */
	margin-bottom: 20px;
}
.imgprincipal img{
    object-fit:contain;
    width: 100%;
    height: 75%;
}
.imgprincipal .textop{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
	font-family: opensans3;
	font-weight: 500;
    width: 80%;
    text-align: center;
    color: #2BB5B6;
    font-size: 24px;
}
.imgprincipal .textog{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
	font-family: opensans3;
	font-weight: 500;
    width: 80%;
    text-align: center;
    color: #2BB5B6;
    font-size: 40px;
}
.imgprincipal .flecha {
    text-align: center;
    margin-right: auto;
	margin-left: auto;
   /*  background-color: orange;  */
}
.imgprincipal .flecha img{
    width: 40px;
    height: 50px;
    margin-right: auto;
    margin-left: auto;
}

/*****************************************************************************************************************************/
/*****************************************************************************************************************************/
/*****************************************************************************************************************************/
/*****************************************************************************************************************************/

@media (max-width:1290px){

body{
	overflow-x: hidden;
}
/* 	nav{
		position: fixed;
	} */
	
nav label {
	display: block;
	position: absolute;
	top: 35px;
	right: 15px;
}
	nav label img{
	width: 30px;
}
	
/******************************/

nav{
	height:auto;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

nav .logo{
	
    margin-left: 10px;
    margin-right: 30px;
	width: 200px;
	height: 100%;


	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
 
}

.logo a {
	width: 300px;
	height: 50px;
    /* background-color: blue; */
}

nav .logo img{
	padding-top: 10px;
	width: 100%;
}

nav .menu {	
	display: none;
   
}

/*****************************/

	nav .menuresp{
		display: block;
		width: 100%;
		height: 100%;
		min-height: 568px;
		background-color:white;
		position: absolute;
		z-index: 1;
		top:0px;
		left: -100%;
		transition:all 1s ease-out;
		
	}
	#btn-menu:checked ~ .menuresp  {
		left: 0%;
	}
	nav .menuresp .lo{
		width: 100%;
		/* background-color: orange; */
		padding-left: 20px;
	
	}

	.lo a img {
		width: 80%;
		max-width: 300px;
	}

	nav .menuresp .linktwo{
		width: 100%;
		height: 70%;
		padding-left: 10px;
		/* background-color: blue; */
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		margin-bottom: 20px;

	}
	nav .menuresp .linktwo .reff{
		width: 100%;
		margin-top: 5px;
		margin-bottom: 5px;
		/* background-color: red; */
	}
	nav .menuresp .linktwo .reff a{
		
		color: #036FB7;
		font-size: 20px;
		font-family: opensans1;
		line-height: 25px;
	}
	
	nav .menuresp .pent{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	/* 	background-color:rgb(52, 163, 24) ; */
		
	
	}
	

	nav .menuresp .infofive{
		
		/* background-color:rebeccapurple ; */
		margin-left: 10px;
		margin-right: 10px;
		
	
	}

	nav .menuresp .infofive p a{
		color: #036FB7;
		font-family: opensans;
		font-size: 12px;
		font-weight: bolder;
		color: #46A0D4;
		
	
	}
	





	/******************************/

	.imgprincipal{
		width: 100%;
	min-height: auto;
	height: auto;
		/* background-color: purple;   */
		margin-bottom: 20px;
	}


	/******************************/

		
}

@media (max-width:840px){
  .contact{
    font-size: 9px;
  }
}


@media (max-width:600px){

  .contact{
    display: none;
  }

  nav label {
    top: 15px;
  }

.imgprincipal .textog{
   
    font-size: 30px;
}

nav .infodd{
   
    
	margin-right: 50px;
	margin-left: 50px;
	
}
}

@media (max-width:500px){

	
	
	nav .infodd{
	   
		
		margin-right:auto;
		margin-left: auto
	}
	}