@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,700italic,400,300,700);
@import url('https://fonts.googleapis.com/css2?family=Oleo+Script:wght@700&display=swap');
/*
 *
 * www.magiciandoha.com
 *
 */


/*--------------------
 Reset
--------------------*/
* {
    margin: 0px;
    padding: 0px;
}

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*--------------------
 Estilos generales
--------------------*/
.clearfix {
	*zoom: 1;
}

.clearfix:before, .clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}

.clearfix:after {
	clear: both;
}

body {
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
    font-size: 16px;
	font-weight: 300;
	line-height: 1;
    color: #fff;
    background: #000 url(img/bgfooter.jpg) no-repeat center bottom;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.17em;
}

h4 {
    font-size: 1em;
}

::selection {
	background: #e4c417;
	color: #fff;
}

a {}

a:hover, a:active {
	color: #e4c417;
}

a:link {}

a:visited {}

p {
    line-height: 22px;
}

img {
	border: 0;
}

input[type="text"], input[type="password"], input[type="input"], select, textarea {
	font-family: Helvetica, Arial, sans-serif;
    padding: 5px 5px 5px 5px;
    color: #575757;
    outline: none;
    border-radius: 3px;
    width: 100%;
    width: calc(100% - 12px);
    -webkit-width: calc(100% - 12px);
    -moz-width: calc(100% - 12px);
    -ms-width: calc(100% - 12px);
    border: 1px solid #d6d6d6;
    background: #fff;
}

input[type="text"]:hover, input[type="password"]:hover, input[type="input"]:hover, select:hover, textarea:hover {
	border: 1px solid #afafaf;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="input"]:focus, select:focus, textarea:focus {
	border: 1px solid rgb(141, 141, 141) !important;
	box-shadow: 0 0 3px rgb(54, 54, 54);
}

select {
    width: 100%;
    height: 28px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}

label {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}
.pre {
	height:30px;
}

/*--------------------
 Anticuado
--------------------*/
#anticuado {
	width: 800px;
	margin-left: -400px;
	padding: 30px;
	text-align: center;
	background: url(imagen/bg_anticuado.png) repeat;
	border: 1px solid #eb1313;
	position: absolute;
	top: 150px;
	left: 50%;
	z-index: 99999;
}

#anticuado p, #anticuado p a {
	color: #292929;
}

#anticuado p a:hover {
	text-decoration: none;
}

/*--------------------
 Header
--------------------*/
h1 {
	position: absolute;
	left: -9999px;
}

html, body, .container {
	/*height: 100%;*/
}

.container {
	width: 100%;
	background: url(img/bg4.jpg) no-repeat top center;
	display: table;
}

article.header {
	height: 760px;
}

#navegacion{
	width:100%;
	background:rgba(35,14,1,0.9);
	top:0;
	height:50px;
	border-bottom:3px solid #DF9C29;
}
#navegacion nav{
	display: table;
    margin: 0 auto;
    width: 1100px;
}
#navegacion button{
	position:absolute;
	right: 15px;
    top: 12px;
	color:#e8cf65;
	background:none;
	border:none;
	font-size:24px;
	display:none;
}
#navegacion nav ul{
	list-style:none;
	margin:0;
	padding:0;
}
#navegacion nav ul li{
	float:left;
}
#navegacion nav ul li a{
	display:block;
	color: #e8cf65;
    display: block;
    padding: 16px 15px 0 0;
    margin: 0 5px;
    font-size: 16px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:300;
	transition: all ease .25s;
    -webkit-transition: all ease .65s;
    -moz-transition: all ease .65s;
}
#navegacion nav ul li a:hover{
	color:#F0C201;
}

.contentText {
	display: table;
	margin: 0 auto;
	width: 1100px;
	height: 125px;
	position: relative;
	top: 134px;
	padding: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;

}

.contentText .textIzq {
	float: left;
	width: 35%;
	height: 125px;
}

.contentText .textIzq p {
	font-size: 16px;/*18*/
	line-height: 1.4;
	text-align: justify;
	font-weight: 400;
}

.contentText .textDch {
	float: right;
	width: 35%;
	height: 125px;
}

.contentText .textDch address h2 {
	width: 217px;
	height: 28px;
	margin-bottom: 5px;
	float: right;
	text-indent: -9999px;
	background: url(img/book_now.png) no-repeat center;
}

.contentText .textDch address p {
	text-align: right;
	clear: both;
}

.contentText .textDch address p.tel {
	font-size: 36px;
	margin-bottom: 5px;
}

.contentText .textDch address p.email {
	font-size: 21px;
}

.contentText .textDch address p a {
	color: #fff;
	text-decoration: none;
}

.contentText .textDch address p i {
	color: #e4c417;
}

.firma {
	width: 1100px;
	position: absolute;
	top: 580px;
	left: 50%;
	margin-left: -550px;
}

.firma span {
	display: block;
	float: right;
	width: 347px;
	height: 122px;
	background: url(img/javier_saba_logo.png) no-repeat center;
}

.video {
	position: absolute;
	width: 1100px;
	top: 600px;
	left: 50%;
	margin-left: -550px;
	z-index: 10;
}

.video a.home_video_link {
	display: block;
	float: left;
	width: 262px;
	height: 56px;
	background: url(img/btn_video.png) no-repeat left top;
	margin-bottom: 20px;
}

.video a.home_video_link:hover {
	background: url(img/btn_video.png) no-repeat left bottom;
}

.video:before {
	content: "";
	width: 114px;
	height: 113px;
	background: url(img/sello.png);
	position: absolute;
	top: -123px;
	left: 0;
}
.instagram_link {
	background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1);
	width: 205px;
	height: 4px;
	display: flex;
	margin: 1rem;
	padding: 1.2rem;
	justify-content: space-between;
	align-items: center;
	border-radius: 2rem;
	font-size: 1.4rem;
	text-decoration: none;
	color: white;
	font-family: 'Oleo Script', system-ui;
	border: 2px solid white;
	gap: 11px;
}
.instagram_link:hover {
	color: inherit;
}

.instagram_followers {
	font-size: 10px;
	text-align: center;
	font-family: system-ui;
}
.offers {
	clear: both;
}


ul.offers li {
	list-style-type: "\2714";
	margin-right: 5px;
	line-height: 22px;
}

.offers p {
	text-align: left;
	font-size: 20px;
}

.offers p span {
	color: #e4c417;
}

article.content .seccion {
	display: table;
	width: 1100px;
	margin: 50px auto;
	position: relative;
}

article.content .seccion.perfomances:before {
	content: "";
	width: 100%;
	height: 2px;
	background: #575757;
	position: absolute;
	top: -50px;
	left: 0;
}

article.content .seccion h2 {
	font-size: 26px;
    font-weight: 700;
	font-style: italic;
    margin: 0 0 40px 0;
	text-align: center;
    color: #F9DD5F;
	position: relative;
}

article.content .seccion h3 {
	font-size: 20px;
    font-weight: 700;
	font-style: italic;
    margin: 5px 0 40px 0;
	text-align: center;
	position: relative;
}

article.content .seccion h3:before {
	content: "";
	width: 40px;
	height: 2px;
	background: #575757;
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -20px;
}

article.content .seccion ul {
	margin: 0;
	padding: 0;
}

article.content .seccion ul li {
	list-style: none;
	text-align: center;
	margin: 5px 0;
}

article.content .perfomances > div {
	width: 25%;
	float: left;
	padding: 0 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

article.content .me > div, article.content .videos > div {
	width: 33%;
	float: left;
	padding: 0 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

article.content .videos > div iframe {}

article.content .seccion-fluida {
	padding: 10px 0;
}

article.content .seccion-fluida .seccion {
	margin: 20px auto 30px auto;
}

article.content .seccion-fluida.colorGrey {
	background: #292929;
}

article.content .seccion-fluida.colorGold {
	background: #e4c417;
}

article.content .seccion-fluida.colorGold h3 {
	color: #000;
}

article.content .seccion-fluida.colorGold h3:before {
	background: #B39807;
}

article.content .seccion.quote > div {
	text-align: center;
    width: 960px;
	margin: 0 auto;
    position: relative;
}

article.content .seccion.quote > div p {
    margin: 10px 0;
    font-style: italic;
	position: relative;
    z-index: 1;
}

article.content .seccion.quote > div:before {
	content: '"';
	color: #575757;
	font-family: times;
	font-size: 180px;
    position: absolute;
    top: -55px;
    left: -46px;
    z-index: 0;
}

article.content .seccion.underConstruction {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

article.content .seccion.underConstruction p {
	text-align: center;
}

footer {
	width: 1100px;
	margin: 0 auto;
	border-top: 1px solid #292929;
    padding: 0 15px;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
}

footer .subfooter {
	display: table;
	width: 100%;
	padding: 20px 0;
}

footer .subfooter a.creditos {
	float: right;
	width: 53px;
	height: 34px;
	background: url(img/web_experience.png) no-repeat center;
}

footer .subfooter ul.social {
	float: left;
}

footer .subfooter ul.social li {
	display: inline-block;
}

footer .subfooter ul.social li a {
	color: #FFF;
	font-size: 24px;
	margin-right: 10px;
}

@media screen and (min-width: 0) and (max-width: 1024px) {
	body {
		font-size: 19px;
	}
	article.content .seccion h3 {
		font-size: 30px;
	}
	p {
		line-height: 29px;
	}
	#navegacion{
		position: fixed;
		z-index: 111;
	}
	#navegacion nav{
		top: 53px;
		position:relative;
		display:none;
	}
	#navegacion button{
		display:block;
	}
	#navegacion nav ul{
		height:auto;
		width:100%;
		background:rgba(35,14,1,0.9);
	}
	#navegacion nav ul li{
		float:none;
		width:96%;
		margin:0 auto;
		padding:10px 0 20px 0;
		border-bottom:1px dotted #DF9C29;
	}
	#navegacion nav ul li:last-child{
		border:none;
	}
	.contentText, .firma, footer, article.content .seccion , nav{
		width: 100% !important;
	    top: -8px;
	}
	
	article.header {
		height: 1045px;
	}

	section {
		display: table;
		height: 100%;
	}
	
	
	article.content .seccion.perfomances:before {
		top: -25px;
		width: 80%;
		left: 10%;
	}

	.contentText .textIzq, .contentText .textDch {
		float: none;
		width: 100%;
		position: relative;
        top: 188px;
	}

	.contentText .textDch {
		margin-top: 260px;
	}

	.contentText .textDch address p {
		text-align: center;
	}

	.contentText .textDch address h2 {
		float: none;
		margin: 0 auto 5px auto;
	}

	.firma {
		top: 44px;
		left: 0;
		margin-left: 0;
	}

	.firma span {
		float: none;
		width: 100%;
		background-size: contain;
	}
	
	.video {
		width: 100%;
		top: 803px;
		left: 0;
		margin-left: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.video:before {
		top: -120px;
		left: 50%;
		margin-left: -57px;
	}
	
	.video a.home_video_link {
		float: none;
		margin: 0 auto 20px auto;
	}
	.instagram_link {
		margin: 0 0 1rem;
	}

	.offers p {
		text-align: center;
	}
	
	article.content .perfomances > div, article.content .me > div, article.content .videos > div {
		width: 100%;
		margin: 20px 0;
		float: none;
	}
	
	article.content .seccion.quote > div {
		width: 70%;
	}
	
	article.content .videos > div iframe {
		width: 100%;
	}
	
	article.content .seccion p {
		text-align: center;
	}

	footer {
		margin-left: 0;
		left: 0;
	}
	
	footer .subfooter {
		padding: 20px 10px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
}

#inner-content-div {
	margin-right: 10px;
}

/*@media screen and (min-width: 768px) and (max-width: 1023px) {
	.contentText, .firma {
		width: 800px;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1259px) {
	.contentText, .firma {
		width: 1000px;
	}
}

@media screen and (min-width: 1260px) {
	.contentText, .firma {
		width: 1100px;
	}
}*/

