body{
	margin: 0px;
	font-family: "Segoe UI", Roboto;
}
header{
	display:flex;
	flex-direction: column;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}
header p{
	text-transform: uppercase;
}
nav{
	display: flex;
	justify-content:space-between;
	width: 100%;
	position: fixed;
	width: 100%;
	height: 60px;
	z-index: 100;
	background-color: whitesmoke;
}
a {
	text-decoration: none;
	vertical-align: middle;
	color:#262626;
}
a:hover{
	border-bottom: solid steelblue;
}
.menu-link{
	margin-right: 75px;
}
.logo{
	width: 120px;
	margin-top: 9px;
	margin-bottom: 9px;
	margin-left: 75px;
}
.header-text{
	display:block;
	position: relative;
	width: 100%;
	height: 400px;
	margin-top: 60px;
	background-image: url("../recursos/images/child-min.jpg");
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
	text-align: center;
}
article {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 100px 0px 100px 0px;
}

article > h1 {
	font-family: Lato;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 50px;
}
.article-button{
	background-color: black;
	padding: .5rem;
}
.article-button a{
	padding: 10px 20px 6px 22px;
	margin-right: 24;
	color: white;
	text-decoration: none;
}
.article-button a::after{
	content: ' >';
	color: white;
}
.article-button span{
	color: white;
}
.article-button span:hover{
	border-bottom: solid;
	border-bottom-color: white;
}

.mySlides {
	display: none
}

article> img {
	vertical-align: middle;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* Slideshow container */
.slideshow-container {
	max-width: 1000px;
	position: relative;
	margin: auto;
}

.slide-img {
	width: 180px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* Next & previous buttons */
.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}

/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}
/* The pt/bullet/indicator container */
.dot-container {
    text-align: center;
    padding: 20px;
	margin-bottom: 5px;
    background: #fff;
}
/* The dots/bullets/indicators */
.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.active,
.dot:hover {
	background-color: #717171;
}

/* Fading animation */
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}

@-webkit-keyframes fade {
	from {
		opacity: .4
	}
	to {
		opacity: 1
	}
}

@keyframes fade {
	from {
		opacity: .4
	}
	to {
		opacity: 1
	}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
	.prev,
	.next,
	.text {
		font-size: 11px
	}
}

/* Diashow container */
.diashow-container {
  max-width: 500px;
  position: relative;
  background: #f1f1f1f1;
}

/* Dias */
.myDias {
	height: 150px;
	margin-left: 25px;
	margin-right: 25px;	
	display: none;
	text-align: center;
	vertical-align: middle;
}
.myDias h3{
	line-height: 1.75rem;
	text-transform: uppercase;
}
.myDias p{
	padding-left: 10px;
	padding-right: 10px;;
}

/* Next & previous buttons */
.dia-prev, 
.dia-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.dia-next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.dia-prev:hover, 
.dia-next:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}

/* The pt/bullet/indicator container */
.pt-container {
    text-align: center;
    padding: 20px;
	margin-bottom: 75px;
    background: #fff;
}

/* The pts/bullets/indicators */
.pt {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active pt/circle */
.active, .pt:hover {
  background-color: #717171;
}
footer{
	display: flex;
	justify-content:space-around;
	align-items: center;
	height: 120px;
	margin:10px;
	background-color: whitesmoke;
}
footer p{
	font-size: .8rem;
}
.section-online{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: 100%;
	margin-top: 75px;
	margin-bottom: 75px;
}
.frame-online{
	margin-top: 50px;
	margin-bottom: 50px;
}
.section-online h1, h2{
	font-family: Lato;
	font-weight: 400;
	letter-spacing: 1px;
}
