*{
	/*margin: 0px;
	padding: 0px;
	/*box-sizing: border-box;*/
}

.flex-container{
  display: flex;
  flex-wrap: wrap;
}

.flex1{flex:1;}
.flex2{flex:2;}
.flex3{flex:3;}
.flex4{flex:4;}
.flex5{flex:5;}
.flex6{flex:6;}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

header {
	/*background-color: yellow;*/
	background-color: #333;
	
    color: white;
    padding: 1rem 0;
}
.icono {
	width: 15%;
	border-radius: 60%;
	margin: 5px 10px 20px 10px;
	position: static;
	}
	.icono{
		cursor:pointer;
	}
	.copiar {
	width: 15%;
	border-radius: 33%;
	margin: 5px 10px 20px -70px;
	position: static;
	}
	.copiar {
		cursor: pointer;
	}
.menu2a {
	width: 10%;
	height: 10%;
}	
#ontop1 {
	display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin: 0 auto;
}

#ontop1 li {
	
	list-style: none;
    display: block;
	
}
#ontop1 li a  {
	color: orange;
	font-size: 1.30rem;
}
.ontop01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin: 0 auto;
}

.fotoapp {
  display: inline-block;
  object-fit: cover;
  border-radius: 50%;
  width: 130%;
  height: auto; /* set to 'auto' in IE11 to avoid distortions */
  max-width: 111px;
}

.logo{
	margin-right: 5px;
	padding-right: 1px;
}
.logo a {
    color: white;
    font-size: 1.5rem;
    text-decoration: none;
    margin-right: 50px;
	padding-right: 10px;
}

.ontop01 ul {
    list-style: none;
    display: flex;
}

.ontop01 ul li {
    margin-left: 0rem;
    padding-left: 0rem;
}

.ontop01 ul li a {
    color: white;
    text-decoration: none;
}

#ontop2 {
	 justify-content: space-between;
	
	}
#ontop2 li {
	 margin: 0.1rem 0.1rem 0.1rem 0.1rem;	
	 padding-right: 1rem;
	}
.ontop02 {
    display: flex;
   
    align-items: center;
    width: 100%;
    margin: auto;
    background-color: #ff6f61;
}
#ven {
	font-size: 1.7rem;
    margin-bottom: 2rem;
    color: orange;
	text-decoration: none; 
}
/* Todo lo relacionado con el aside*/
#city{
	display: inline-block;
	font-family: poppins;
	font-size: 21px;  
	text-align: left;
  }
  #social{
	  padding: 11px 10px 11px 8px;
	  background-color: transparent;
  }
  
  #social{
	  position: fixed;
	  top: 52%;
	  left: 0px;
	  /*background-color: white;*/
	  /*padding: 20px 10px 20px 10px;*/
	  border-top-right-radius: 11px;
	  border-bottom-right-radius: 11px;
	  box-shadow: 3px 3px 3px #333;
	  z-index: 100;
	  text-decoration: none;
	}
	
	#temp{
	  font-family: poppins;
	  font-size: 21px;
	  text-align: center;
	  margin: 0 0 0 auto;
	}
	
	#social img{
	  height: 70px;
	  /*width: 50%;*/
	}
	#social figcaption{
		font-family: poppins;
		font-size: 18px;
		text-align: left;
		color: black;
		color:rgb(141, 64, 100);
	}
	
	#social figure {     
		margin: 10px 0px 0px 0px;
		
	}
/* Fin del aside*/
/* Template amta */
#amta3{
	padding: 11px 10px 11px 8px;
	background-color: transparent;
}

#amta3{
	position: fixed;
	top: 52%;
	left: 0px;
	/*background-color: white;*/
	/*padding: 20px 10px 20px 10px;*/
	border-top-right-radius: 11px;
	border-bottom-right-radius: 11px;
	border-bottom-left-radius: 11px;
	box-shadow: 3px 3px 3px #333;
	z-index: 100;
	text-decoration: none;
  }
/* Fin Template amta */

#tasas p {
	font-family:poppins;
	font-size: 1.9rem;
	/*background-color: blue;*/
}

@media screen and (max-width: 810px) {
	#social{
		position: fixed;
		top: 52%;
		left: 0px;
	}	

}	

@media screen and (min-width: 810px) {
	.icono {
	width: 18%;
	border-radius: 60%;
	margin: 5px 10px 20px 10px;
	position: static;
	}
	.copiar {
	width: 18%;
	border-radius: 33%;
	margin: 5px 10px 20px -30px;
	position: static;
	}
	#social{
		position: fixed;
		top: 52%;
		left: 0px;
		/*background-color: white;*/
		/*padding: 20px 10px 20px 10px;*/
		border-top-right-radius: 11px;
		border-bottom-right-radius: 11px;
		box-shadow: 3px 3px 3px #333;
		z-index: 100;
		text-decoration: none;
	}


}	
@media screen and (max-width: 640px) {
	#social{
		position: fixed;
		top: 45%;
		left: 0px;
		display: inline-block;		
    	text-align: left;
   		margin: 1rem 0.5rem;
    	max-width: fit-content;
    	min-height: auto;
    	min-width: fit-content;
		/*background-color: white;*/
		/*padding: 20px 10px 20px 10px;*/
		border-top-right-radius: 11px;
		border-bottom-right-radius: 11px;
		box-shadow: 3px 3px 3px #333;
		z-index: 100;
		text-decoration: none;
	  }
	#social img {
		width: 70px;
	}  
	#social figcaption {
		align-items: left;
		width: 70%;
	}  
}	
@media screen and (max-width: 600px) {
	
	.menu {
		padding: 1px 1px 1px 1px;
		margin: 1px 10px 1px -10px;
		/*background-color: lightcyan;*/
	}
	
	.icono {
	width: 5%;
	border-radius: 50%;
	margin: -65px 5px 50px 110px;
	position: absolute;
	}
	.copiar {
	width: 5%;
	border-radius: 33%;
	margin: -35px 5px 5px 110px;
	position: absolute;
	}
	#ontop1 {
	display: block;
    justify-content: space-between;
    align-items: left;
    width: 80%;
    /*background-color: red;*/
    /*margin: 0.8rem 0.1rem 0.1rem 0.1rem;*/
	}
	
	#ontop1 {
		/*background-color: yellow;*/
		margin: 0px 0px 0px -20px;
	}
	#ontop1 li a {
	
	list-style: none;
    display: flex;
    color: orange;
	margin: 0.8rem 1.1rem 0.8rem 0.1rem;
	}
	.menu2 {
	/*background-color: red;*/
	
	margin: 0.8rem 0.1rem 0.8rem auto;
	}
	
	#ontop2 {
		display: none;
		
		visibility: hidden;
		color: white;
	}	
	
	#ubiloc{
  	width: 90%;
  	height: 300px;
  	display: block;
  	margin: 5px auto;
 	}
	 #social{
		position: fixed;
		top: 50.5%;
		left: 0px;
		/*background-color: white;*/
		/*padding: 20px 10px 20px 10px;*/
		border-top-right-radius: 11px;
		border-bottom-right-radius: 11px;
		box-shadow: 3px 3px 3px #333;
		z-index: 100;
		text-decoration: none;
	  }
}
@media screen and (max-width: 400px) {
	#social{
		position: fixed;
		top: 52%;
		left: 0px;
		/*background-color: white;*/
		/*padding: 20px 10px 20px 10px;*/
		border-top-right-radius: 11px;
		border-bottom-right-radius: 11px;
		box-shadow: 3px 3px 3px #333;
		z-index: 100;
		text-decoration: none;
	}	
	
}	
@media screen and (min-width: 650px) {
	.menu {
		margin: 1px 10px 1px 1px;
		/*background-color: yellow;*/
	}
	
	.ontop02 {
		display: none;
		justify-content: space-between;
		visibility: hidden;
		color: white;
	}	
	.icono {
	width: 44%;
	min-width: 18px;
	border-radius: 60%;
	margin: 5px 15px 20px -10px;
	position: static;
	}
	.copiar {
	width: 38%;
	min-width: 17px;
	border-radius: 33%;
	margin: 5px 10px 20px -30px;
	position: static;
	}
	#rectum {
		margin: 1px 1px 1px -20px;
	}
	#mapa {
		width: 600px;
	}
	#social{
		position: fixed;
		top: 22%;
		left: 0px;
		/*background-color: white;*/
		/*padding: 20px 10px 20px 10px;*/
		border-top-right-radius: 11px;
		border-bottom-right-radius: 11px;
		box-shadow: 3px 3px 3px #333;
		z-index: 100;
		text-decoration: none;
	}	
	/* template amanece atardece */
	#amta3{
		padding: 11px 10px 11px 8px;
		background-color: transparent;
	}
	
	#amta3{
		position: fixed;
		top: 52%;
		left: 0px;
		/*background-color: white;*/
		/*padding: 20px 10px 20px 10px;*/
		border-top-right-radius: 11px;
		border-bottom-right-radius: 11px;
		border-bottom-left-radius: 11px;
		box-shadow: 3px 3px 3px #333;
		z-index: 100;
		text-decoration: none;
	  }
	
	
}
.ontop02 ul {
		list-style: none;
		
    	display: flex;
}
.ontop02 ul li {
	
	margin: 0.1rem 0.1rem 0.1rem 0.1rem;	
	justify-content: space-between;
	/*text-align: center;*/
	width: 100%;
    
}
.ontop02 ul li a {
	
	color: white;
    text-decoration: none;
    justify-content: space-between;
    font-family: poppins;
    font-size: 1.5rem;
}
.hero {
    /*background-image: url('hero-image.jpg');*/
	/*background-image: url('3.svg');*/
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 5rem 1rem;
    color: rgb(226, 233, 214);
}
.flex-container {
	display: inline;
	
	flex-wrap: wrap;
	/*background-position: center;*/
}
.flex-container img.env1 {
	display: inline;
	flex-wrap: wrap;
	background-position: center;
	
	flex: 5;
	align-items: center;
	padding: 1rem 1rem 1rem auto;
	width: 101%;
	/*min-width: 100px;*/
	max-width: 400px;
}

.flex-container img.env2 {
	display: inline-block;
	flex-wrap: wrap;
	/*object-fit: cover;*/
	background-position: center;
	flex: 3;
	align-items: center;
	width: 41%;
	margin: 1rem 1rem 1rem auto;
	padding: 1rem 1rem 1rem auto;
	max-width: 180px;
}
.hero h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #ff6f61;
}

.hero p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    color: orange;
}
.hero h2 {
	font-size: 1.2rem;
    margin-bottom: 2rem;
    color: orange;
}
.hero span {
	color: black;
	
}
#c {
	color: red;
	background-color: lemonchiffon; 	
}
#o {
	color: grey;
	background-color: lemonchiffon; 
}
#l {
	color: blue;
	background-color: lemonchiffon; 
}
#r {
	color: red;
	background-color: lemonchiffon; 
}

.cta-button {
    background-color: #ff6f61;
    color: white;
    padding: 0.5rem 1rem;
    text-decoration: none;
    border-radius: 5px;
}
.heroc {
	background-image: url('hero-image.jpg');
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 1.2rem 1rem;
    /*color: white;*/
}
.heroc h2 {
	color: darkorange;
}
.donde1 {
	margin-bottom: 1rem;
	font-size: 1.2rem;
    margin-bottom: 1.2rem;
    color: orange;
}
.donde1 span {
	font-size: 2.1rem;
	font-family: poppins;
}
.donde2 {
	margin-bottom: 1rem;
	font-size: 1.2rem;
    margin-bottom: 1rem;
    color: orange;
}
/* mensaje */
#velo{
    display:none;
    width:100%;
    height:100%;
    background-color:rgba(255,255,255,0.5);
    position:fixed;
    top:0;
    left:0;
    justify-content:center;
    user-select:none;
    -moz-user-select:none;       
  }
  #cuadro_mensaje{
    width:540px;
    height:105px;
    border-radius:12px;
    border:5px solid crimson;
    background-color:rgba(255,255,255,0.9);
    position:relative;
    top:355px;
    padding:5px;
  }
  #mensaje{
    font-size:1.7em;
    color:crimson;
    padding:20px;
    text-align:center;
  }
  #mensaje img{
    width:30px;
    margin-right:3px;
    margin-bottom:3px;
  }  
  #cruz{
    position:absolute;
    top:5px;
    right:5px;
    cursor:pointer;
  }

  /* climahoy */
  #city{  
  	font-family: poppins;
	color: rgb(74, 118, 175);
	}
	#temps{
		border-radius: 25%;
	}
	#clima{
	text-align: center;
	color:rgb(114, 18, 63);
	}
	/*climasemanal*/
  .container {
    margin: 10px 1px 1px 11%;
  }

  .asidec{
	display: inline-flex;
	display: flex;
	/*display: flex-wrap;*/
	align-items: center;
	justify-content:center;

  }
  .amta{
	display: inline-block;
	/*display: grid;*/
	/*grid-template-columns: repeat(3, 1fr);*/
	/*display: inline-flex;*/
	text-align: center;
	max-width: fit-content;
    min-height: auto;
    min-width: fit-content;
	background-color: white;
    padding: 1px 1px 1px 1px;
	margin: 3px;
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
	border-bottom-left-radius: 11px;
    box-shadow: 3px 3px 3px #333;
	text-decoration: none;
  }

  .amta span {
	display: block;
	font-family: poppins;
	color: darkgreen;
  }

  .alba {
	/*font-size: 16px;*/
	/*font-family: Impact;*/
	color: darkblue;
  }
  .amta img{
    height: 60px;
    /*width: 50%*/
	border-radius: 11px;
}

.amta2{
	display: inline-block;
	/*display: grid;*/
	/*grid-template-columns: repeat(3, 1fr);*/
	/*display: inline-flex;*/
	text-align: center;
	max-width: fit-content;
    min-height: auto;
    min-width: fit-content;
	background-color: white;
    padding: 1px 1px 1px 1px;
	margin: 3px;
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
	border-bottom-left-radius: 11px;
    box-shadow: 3px 3px 3px #333;
	text-decoration: none;
  }

  .amta2 span {
	display: block;
	font-family: poppins;
	color: darkgreen;
  }

  .amta2 img{
    height: 60px;
    /*width: 50%*/
	border-radius: 11px;
}

  .csocial{
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    display: inline-flex;
    text-align: center;
    margin: 1rem 0.5rem;
    max-width: fit-content;
    min-height: auto;
    min-width: fit-content;
    /*position: fixed;*/
    /*top: 22%;*/
    /*left: 100px;*/
    background-color: white;
    padding: 1px 1px 1px 1px;
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
    box-shadow: 3px 3px 3px #333;
    /*z-index: 100;*/
    text-decoration: none;
  }
  .datos{
	background-color: rgb(155, 204, 236);
	
  }
  .csocial span {
	display: block;
	font-family: poppins;
	color: darkgreen;
  }
  .ciudad{
	font-family: poppins;
	font-size: 1.3rem;
	text-align: left;
	color:blue;
	background-color: rgb(214, 228, 241);
  }
  .csocial img{
    height: 60px;
    /*width: 50%*/
  }
  
  .csocial figure {
      margin: 1px 1px 1px 1px;
      
  }
  #clima2 {
	text-align: left;
	color:rgb(141, 64, 100);
  }
  .tempc{
    font-family: poppins;
    font-size: 18px;
    text-align: left;
	/*margin-bottom: -1rem;*/
    /*margin: 0 0 0 auto;*/
  }

  .tm{
    font-family: poppins;
    font-size: 18px;
    text-align: left;
	/*margin-bottom: -1rem;*/
    /*margin: 0 0 0 auto;*/
  }

  /**/
footer {
    /*background-color: #333;*/
    background-color: #ff6f61;
    color: white;
    text-align: center;
    padding: 1rem 0;
    margin-top: 2rem;
}
#pie h3 {
	/*margin: 1rm 1px 0 1rm;*/
	text-align: left;
	padding: 2px 2px 2px 30px;
	font-family: poppins;
}
#onbak1 {
	list-style: none;
	
    display: flex;
    text-align: left;
    justify-content: space-between;
    align-items: left;
    width: 80%;
    margin: 100 auto;
    
}
#onbak1 a {
	text-decoration: none;
	color: white;
	font-family: poppins;
}
#author {
	padding: 0.5rem 1rem;
	font-size: 0.65em;
}
