@charset "utf-8";

body {
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
}

.bg-page {
	background-repeat: no-repeat;
	background-size:contain;
	background-image: url("../imagenes/alejandrayjaviertangoBNv2.webp");
	background-position: center 0px;
	padding-top: 0px;
	margin-top: 0px;
	height: 80vh;
}

.bg-page2 {
	background-repeat: no-repeat;
	background-size:contain;
	background-image: url("../imagenes/alejandrayjavier916.webp");
	background-position: center 0px;
	padding-top: 0px;
	margin-top: 0px;
	height: 80vh;
}

.bg-page3 {
	background-repeat: no-repeat;
	background-size:contain;
	background-image: url("../imagenes/alejandrayjavier3916.webp");
	background-position: center 0px;
	padding-top: 0px;
	margin-top: 0px;
	height: 80vh;
}

.bg-page5 {
	background-repeat: no-repeat;
	background-size:contain;
	background-image: url("../imagenes/alejandrayjavier5916.webp");
	background-position: center 0px;
	padding-top: 0px;
	margin-top: 0px;
	height: 80vh;
}

.topnav {
	overflow: hidden;
	position: sticky;
	top: 0;
	width: 100%;
	background-color: rgb(255, 255, 255, 0.8);
	text-align: center;
	z-index: 99;
}

.topnav #logo {
	float: left;
	margin-top: 0;
	height: fit-content;
	transition: 0.5s;
	border: none;
}

.topnav a {
	display: inline-block;
	color: #000000;
	text-align: center;
	padding: 24px 16px 0px;
	margin: 10px 5px;
	text-decoration: none;
	font-size: 18px;
	height: 40px;
	border: solid rgba(226, 226, 226, 0.8) 0.1px;
	border-radius: 5px;
}

.topnav a:hover {
	background-color: #ddd;
	color: black;
}

.topnav a.active {
	background-color: steelblue;
	color: black;
}

.topnav .icon {
	display: none;
}

/* menu cerrado */
@media screen and (max-width: 600px) {
	.bg-page {
		background-size:contain;
		background-image: url("../imagenes/alejandrayjaviertangoBNv4.webp");
	}

	.topnav #logo {
		display: none;
	}

	.topnav a:not(.active) {
		display: none;
	}

	.topnav a.active {
		display: none;
	}

	.topnav button.icon {
		margin: 0px 5px;
		float: right;
		display: block;
		width: 70px;
		height: 60px;
		border: none;
		border-radius: 6px;
		background-color: steelblue;
	}
}

/* menu abierto */
@media screen and (max-width: 600px) {
	.topnav.responsive {
		margin-top: 0px;
		padding-bottom: 3px;
		padding-top: 65px;
		position: sticky;
		z-index: 5;
		height: auto;
		background-color: rgb(255, 255, 255);
		box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
	}
	.topnav.responsive #logo {
		display:contents;
	}

	.topnav.responsive a {
		float: none;
		display: block;
		text-align: center;
	}

	.topnav.responsive button.icon {
		position: fixed;
		right: 0;
		top: 0;
		width: 70px;
	}
}

.shadow-white {
	text-shadow: 0.5px 0.5px 2px #ffffff
}

.text-shadow {
	text-shadow: 0.5px 0.5px 2px black
}

.shadow {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25);
}

.boxshadow {
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
	margin-top: 0;
	margin-bottom: 0.5rem;
	line-height: 1.2;
}

h1,
.h1 {
	font-size: 5vw;
	margin-top: 1px;
}

@media (max-width: 600px) {

	h1,
	.h1 {
		font-size: 8VW;
	}
}

h2,
.h2 {
	font-size: 3vw;
}

@media (max-width: 1200px) {

	h2,
	.h2 {
		font-size: 5vw;
	}
}

h3,
.h3 {
	font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {

	h3,
	.h3 {
		font-size: 1.75rem;
	}
}

h4,
.h4 {
	font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {

	h4,
	.h4 {
		font-size: 1.5rem;
	}
}

h5,
.h5 {
	font-size: 1.25rem;
}

h6,
.h6 {
	font-size: 1rem;
}

.text-center {
	text-align: center;
}

.f-italic {
	font-style: italic;
}

.text-info {
	color: steelblue;
}

.text-footer {
	font-size: 26px;
	font-weight: bold;
	color: steelblue;
}

.text-nodeco {
	text-decoration: none;
}

.fw-bold {
	font-weight: bold;
}

.fw-bold2 {
	font-weight: 900;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

.column30 {
	float: left;
	width: 30%;
}

.column30-100 {
	float: left;
	width: 30%;
}

.column33-100 {
	float: left;
	width: 33.33%;
}

.column70-100 {
	float: left;
	width: 70%;
}

.texto-clases-part {
	padding: 0px 100px;
	line-height: 30px;
}
@media screen and (max-width: 600px) {
	.column,
	.column30-100,
	.column70-100,
	.column33-100 {
		width: 100%;
	}

	.texto-clases-part {
		padding: 0px 20px;
	}
}

.btn-info {
	padding: 20px 0px 0px;
	cursor: pointer;
	border-radius: 6px;
	text-decoration: none;
	display: inline-block;
	height: 42px;
	width: 95%;
	max-width: 350px;
	margin: 40px 0px 0px;
	background-color: steelblue;
	font-size: 20px;
	color: black;
	font-weight: bold;
}

.btn-info:hover {
	background-color:#2b4e6b;
	;
}

.btnwa {
	background: #33cc66;
	cursor: pointer;
	border-radius: 6px;
	display: inline-block;
	height: auto;
	width: 350px;
	margin:40px 0px;
}

.btnwa:hover {
	background: #003333;
	color: white;
}

.middle {
	vertical-align: middle;
}

.text-body1 {
	width: 100%;
	height: 80vh;
	margin: 0px;
	position: relative;
}

.text-body2 {
	position: absolute;
	bottom: 0;
	left: 0;
}

.container {
	position: relative;
	text-align: center;
}

.bottom-left {
	position: absolute;
	bottom: 50px;
	margin-left: 150px;
}

@media screen and (max-width: 600px) {
	.bottom-left {
	position: absolute;
	width: 100%;
	top: 10px;
	margin-left: 0px;
}
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.img-thumbnail {
	padding: 0.25rem;
	border: 1px solid white;
	border-radius: 6px;
	max-width: 95%;
	height: auto;
}

.video-responsive {
	width: 100%;
	margin: 40px 0px;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
	width: 90%;
	max-width: 700px;
	aspect-ratio: 16/9;
	display: block;
	margin: 0 auto;
}

.padding-vide {
	padding: 10%;
}

.frameborder {
	border: 0;
}