
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.topnav {
  overflow: hidden;
  background-color: #fff;
  font-weight : 700;
}

.topnav a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #D0F1ED;
  color: black;
}

.topnav a.active {
  color: #69D1C5;
  text-decoration: underline;
}

.topnav .icon {
  display: none;
}

a span{
	line-height: 100%;
}

.negrita{
/*	font-weight : 700;*/
}

.main-container p{
	text-align: justify;
}

@media screen and (max-width: 600px) {
  /*.topnav a:not(:first-child,:nth-child(5)) {display: none;}*/
   .topnav a:not(:first-child,:nth-child(2),:nth-child(3)) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  
  .izquierda-boton{
	display: flex; 
	justify-content: center;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

.banner{
	width: 100%;
	background: linear-gradient(90deg, rgba(137, 128, 245,1) 40%, rgba(126, 188, 230,1) 100%);
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 25px 0;
}


.logo-childfree{
	width: 200px;
}

footer {
	background-color: #B3ADF8;
	text-align: center;
}

footer p{
	margin: 0;
	padding: 30px;
}

.footer-img {
	padding: 20px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
}


.img-style{
width: 350px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-radius: 30px;
  max-height: 350px;
}


.row-container {
  margin: 0 auto;
  padding: 5% 0;
}
	

.centrar {
	 display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;  
 
}

.degrade-color{
	background: linear-gradient(110deg, rgba(105, 209, 197,1) 0%, rgba(160, 226, 218,1) 75%);
}

p {
	font-size: 22px;
}

p.popup{
	font-size: 14px;
}

.degrade-container{
	padding: 0 4%;
	padding-bottom: 50px;
}

button {
	color: white;
	background-color: #8980F5;
	border-color: white;
	/*border-radius: 20px;*/
	padding: 22px;
	font-size: 22px;
	/*border: none;*/
	border-style: solid;
	border-width: 5px;
	width: 100%;
}

.centrar-boton{
	display: flex; 
	justify-content: center;
}


.centrar-boton a{
	margin: 20px 10%;
	width: 100%;
}

button:active{
		background-color: #5C4EF1;
}


.leaflet-control-attribution{
	display: none;
}

.all-window{
	height: 80vh;
}

/*Collapsible*/
.collapsible {
  background-color: #3BA99C;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.collapsible .active, .collapsible:hover {
  background-color: #21897E;
}

.collapsible_content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}

.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.collapsible.active:after {
  content: "\2212";
}
/*fin Collapsible*/

@media only screen and (min-width: 955px) {
	.leaflet-control-attribution{
		display: block;
	}
	#mapcontacto{
		width: 450px;
		height: 400px;
	}
	
	.row-container {
		margin: 0 auto;
		display: grid;
		grid-template-areas:  'izquieda derecha';
		align-items: center;
		max-width: 1200px;
		padding: 0;
	}

	div.row-container{
		padding: 20px;
	}

	.izquieda {
		grid-area: izquieda;
	}


	.derecha {
		grid-area: derecha;
	}


	.footer-img {
		padding: 20px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: auto;
	}


	.img-style{
	width: 500px;
	  margin-left: auto;
	  margin-right: auto;
	  display: block;
	  border-radius: 30px;
	}
	

	.degrade-container{
		padding: 0 10%;
		padding-bottom: 50px;
	}
	
	.banner{
		width: 100%;
		background: linear-gradient(90deg, rgba(137, 128, 245,1) 21%, rgba(126, 188, 230,1) 100%);
		align-items: center;
	}
	
	.topnav {
		  padding: 0px 5%;
	}


}



/*mapa*/
#map { 
	height: 580px;
	width: auto;
	border-radius: 15px;
}

#map-container { 
	padding-top: 20px;
	position: relative;
}

.map-button {
	background-color: #5C4EF1E0;
	color: #FFF;
	border: none;
	padding: 0;
	font-size: 20px;
	border-radius: 15px;
	width: 60px;
	min-width: 60px;
	height: 60px;
}


.marker_popup_modify .leaflet-popup-content p {
    margin: 0.5em 0;
	font-size: 14px;
}

.map-button-space{
	position: absolute;
	display: flex;
	bottom: 0px;
	width: 100%;
	justify-content: space-between;
}

.map-button-space button{
	margin: 20px;
	border: 2px solid rgba(0,0,0,0.2);
	z-index: 1001;
}

#search-button{
	justify-content: flex-start;
	z-index: 1001;
	width: auto;
}

#locate-button{
	justify-content: flex-end;
	z-index: 1001;
	width: auto;
}


.map-button p{
	display: none;
}
.map-button img{
	padding: 0;
}



.locate-popup > div > div.leaflet-popup-content{
	margin: 0;
}

.locate-popup > div > div.leaflet-popup-tip{
	background-color: #8980F5;
}

.locate-popup > div.leaflet-popup-content-wrapper{
	background-color: #8980F5;
}

.locate-popup > div > div > button{
	border-radius: 20px;
	border: none;
}

@media only screen and (min-width: 955px) {
	.map-button {
		/*alinear texto al centro*/
		display: inline-flex;
		align-items: center; 
	}

	
	.map-button p{
		display: inline;
		padding: 0 6px;
	}
	.map-button img{
		padding: 0 6px;
	}
}
