@font-face {
    font-family: 'ProximaNovaLight';
    src: url("../fonts/ProximaNovaLight.otf") format("opentype");
}

@font-face {
    font-family: 'ProximaNovaSemibold';
    font-weight: bold;
    src: url("../fonts/ProximaNovaSemibold.otf") format("opentype");
}

body {
	background-color: #f2f1e9;
	font-family: 'ProximaNovaLight', sans-serif;
}

.zoom:hover {
    transform: scale(1.5);
}
.zoomOut:hover {
    transform: scale(1.2);
}

.errorContact {
    border: 3px solid #ff7d9a !important;
}

.flip-container:hover .flipper, .flip-container.hover .flipper, .flip-container.flip .flipper {
    transform: rotateY(180deg);
}

#intro .logo {
    width: 50%;
    height: 80vh;
    margin-top: 100px;
}

.marginBottom25 { margin-bottom: 25px; }

#intro {
    width: 100%;
    height: 100vh;
    background-color: #cccab6;
    perspective: 800px;
}

.intro_text {
    letter-spacing: 8px;
    font-size: 42px;
    padding-top: 25%;
    text-align: center;
    position: absolute;
    top: 0px;
    width: 100%;
}

.intro_flecha {
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -31px;
	cursor:pointer;
}
.languages {
	position:absolute;
	top: 15px;
	right: 5px;
    z-index:10;
	width: 95px;
}
.lang {
	position:relative;
	float:left;
	margin-right:10px;
	border-radius: 25px;
	border: 1px solid #fff;
	padding:5px 5px 5px 6px;
	color: #fff;
	letter-spacing: 2px;
}
.lang:hover {
	color: #2e98a2 !important;
	border-color: #2e98a2 !important;
}

#subBlockMenu {
	margin-top:15px;
	padding-left:45px;
}

.subtitle {
	font-size:14px;
}
.subtitle2 {
    font-size:14px;
    padding-left:20%;
}

.aboutMe {
    padding:25px;
    text-align: center;
}

.titleMenu {
	font-family: 'ProximaNovaSemibold', sans-serif;
	font-weight:bold;
	letter-spacing: 3px;
	font-size:18px;
	margin-top:35px;
  cursor: pointer;
}

.titleSection {
    text-align: center;
    margin-bottom:35px;
}

.titleSectionAboutMe {
    text-align: center;
    margin-bottom:125px;
}

.titleSection h1, .titleSectionAboutMe h1 {
    font-family: 'ProximaNovaLight', sans-serif;
    font-weight:lighter;
    letter-spacing: 2px;
    font-size:45px;
}



.menu {
	list-style: none;
	margin-top:20px;
	padding-left:0px;
}

.menu li {
	font-size:14px;
}

.separateMenu1Slot {
	margin-top:15px;
}

.logo {
	width:85%;
}

.seccion {
	width:100%;
	height:185px;
	border: 2px solid transparent;
	font-size:14px;
	overflow:hidden;
	transition: all 0.3s;
}

.seccionActive {
	border: 2px solid #2e98a2;
}

.linkActive {
	color: #2e98a2 !important;
}

.seccion img {
	width:100%;
    transition: transform .2s; /* Animation */
}

.separateRow {
	height:50px;
}

#insta_low {
  position: fixed;
  height: 55px;
  width: 35px;
  left: 25px;
  bottom: 25px;
  z-index: 10;
}

#insta_low img {
	width: 50px;
	height: 50px;
}

#flechita {
	position: fixed;
    height: 55px;
    width: 35px;
    right: 55px;
    bottom: 20px;
    display: none;
}

#flechita img {
	width: 50px;
	height: 50px;
}

.form-control {
    background-color: transparent !important;
    /*border-color: #c5c3b1 !important;*/
    color: #000;
    border-radius: 10px;
}

.btn-susi {
    background-color: transparent !important;
    border-color: #c5c3b1 !important;
    color: #000;
}
.text-muted {
    color: #000 !important;
}
.form-contact {
    width: 70%;
    margin-left: 15%;
}

#submenuIlustraciones,#submenuIlustraciones_MVL {
    display:none;
}

#submenuIlustraciones_MVL {
    display:none;
    margin-left:115px;
}

.zoom-in {
    margin-bottom:25px;
}


#dali {
    width: 42%;
    margin-left: 29%;
    margin-top:15%;
}

.daliCitaAutor {
    font-size:13px;
}
.daliCitaCita {
    font-size:15px;
}

.daliCita {
    padding:10px;
}

.doubleLine {
    height:5px;
    border-top: 1px solid #b8b6a5;
    border-bottom: 1px solid #b8b6a5;
}

#firma {
    position: absolute;
    bottom: 10px;
    right: 0px;
}


/*
    BASE STYLE
*/
a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
}

#sidebar {
    width: 250px;
    position: relative;
    top: 0;
    height: 100vh;
    z-index: 10;
    color: #000;
    transition: all 0.3s;
    padding-top: 20px;
    float: left;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a:hover {
    color: #2e98a2;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul {
    list-style: none;
}
ul ul a {
    font-size: 0.9em !important;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    min-height: 100vh;
    transition: all 0.3s;
    position: relative;
    top: 0;
    right: 0;
    margin-left: 350px;
    padding-top: 65px;
}

#content-price {
    min-height: 120vh;
    transition: all 0.3s;
    position: relative;
    top: 0;
    right: 0;
    margin-left: 350px;
    padding-top:100px;
}

#content-contact {
    min-height: 95vh;
    transition: all 0.3s;
    position: relative;
    top: 0;
    right: 0;
    margin-left: 350px;
    padding-top:100px;
}

#content-sobremi {
    min-height: 100vh;
    transition: all 0.3s;
    position: relative;
    top: 0;
    right: 0;
    margin-left: 350px;
    padding-top:100px;
}

#content.active {
    width: 100%;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

#logo-mvl, #sidebar-mvl, #logo-mvl-fixed {
    display:none;
}

#secondPage, #innerPage {
    display:none;
}

#innerPage { text-align: center; }
#innerPage h1 {
    letter-spacing: 10px;
    margin-bottom: 65px;
}
#innerPage .innerRow {
    margin-bottom: 55px;
}

#innerPage .innerDescription {
    /*
    background-image: url(../img/border_description.png);
    background-size: contain;
    background-repeat: repeat-x;
    */
    height: 65px;
    margin-top:-25px;
    text-align: left;
    padding: 10px;
    padding-left: 20px;

    background: rgba(227,225,205,1);
    background: -moz-linear-gradient(top, rgba(227,225,205,1) 0%, rgba(242,241,233,0.45) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(227,225,205,1)), color-stop(100%, rgba(242,241,233,0.45)));
    background: -webkit-linear-gradient(top, rgba(227,225,205,1) 0%, rgba(242,241,233,0.45) 100%);
    background: -o-linear-gradient(top, rgba(227,225,205,1) 0%, rgba(242,241,233,0.45) 100%);
    background: -ms-linear-gradient(top, rgba(227,225,205,1) 0%, rgba(242,241,233,0.45) 100%);
    background: linear-gradient(to bottom, rgba(227,225,205,1) 0%, rgba(242,241,233,0.45) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e1cd', endColorstr='#f2f1e9', GradientType=0 );
}

#innerPage div.file {
    margin-bottom: 25px;
    overflow: hidden;
    height: 225px;
    background: rgba(227,225,205,1);
}

#innerPage div.file img {
    width:100%;
    z-index:10;
    transition: all 0.3s;
}

img.Biggest {
    width:150% !important;
}

.titleSecondPage {
    letter-spacing:10px;
    margin-bottom: 25px;
}

#footerImage {
    background-image: url('../img/footer_web.jpg');
    background-repeat: no-repeat;
    width: 100%;
    height: 586px;
    z-index:-1;
    position:fixed;
    bottom: 0px;
    left: 0px;
    background-size: cover;
    opacity: 0.5 !important;
    filter: alpha(opacity=50) !important;; /* For IE8 and earlier */
    display:none;
}

.social {
    position: absolute;
    bottom: 0px;
    right: 15px;
    height: 100px;
    width: 35px;
}

.social .fb {
    background-image: url('../img/social/fb.png');
    background-repeat: no-repeat;
    width:32px;
    height:32px;
    display:block;
 }
.social .twitter {
    background-image: url('../img/social/twitter.png');
    background-repeat: no-repeat;
    width:32px;
    height:32px;
    display:block;
}
.social .pinterest {
    background-image: url('../img/social/pinterest.png');
    background-repeat: no-repeat;
    width:32px;
    height:32px;
    display:block;
}

/* PRICE */

.prices_block {
	background-image: url('../img/prices_block.png');
    background-repeat: no-repeat;
    width:294px;
    height:486px;
    display:block;
	float: left;
}

.prices_block > .title {
	width: 260px;
	height: 100px;
	position: relative;
	display: block;
	padding-top: 16px;
	text-align: center;
	color: #fff;
	font-family: "ProximaNovaLight";
	font-size: 22px;
	padding-left: 40px;
	letter-spacing: 3px;
}

.prices_block > .body > .subTitle {
	width: 294px;
	height: 30px;
	position: relative;
	display: block;
	text-align: center;
	color: #000;
	font-weight: bold;
	font-family: "ProximaNovaSemibold";
}

.prices_block > .body > .subBody {
	width: 294px;
	height: 30px;
	position: relative;
	display: block;
	text-align: center;
	color: #000;
	font-family: "ProximaNovaLight";
	font-weight: lighter;
}

.prices_block > .body > .subBlock {
	width: 260px;
    position: relative;
    display: block;
    text-align: center;
    margin-left: 25px;
}

.prices_block > .body > .subBlock > .block {
	width: 120px;
	position: relative;
	display: block;
	float: left;
}

.prices_block > .body > .subBlock > .block > .subTitle {
	color: #000;
	font-family: "ProximaNovaLight";
	font-weight: bold;
}

.advertise {
	width: 100%;
	font-size: 12px;
	float: left;
	display: block;
	text-align: center;
	margin-top: 5px;
	font-family: "ProximaNovaSemibold";
	padding-left: 15px;
}

.request_budget {
	background-color: #cfcdbd;
	width: 100%;
	height: 100px;
	display: block;
	float: left;
	padding: 35px;
	border-radius: 5px;
	font-size: 20px;

	-webkit-box-shadow: rgba(0, 0, 0,0.5) 0px -5px 13px -5px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px -5px 13px -5px;

	margin-top:25px;
	font-family: "ProximaNovaLight";
	text-align: center;
}

.request_budget > a {
	background-color: #32aead;
	padding: 15px 20px;
	color: #fff;
	border: 0px;
	margin-left: 25px;
	border-radius: 5px;
	font-size: 18px;
}

/* BUDGET */
#budgetOverlay {
	position: fixed;
	width: 100%;
	height: 100vh;
	background: rgba(255,255,255,0.5);
	color: #000;
	top: 0px;
	left: 0px;
	z-index: 10;
	padding: 70px 100px;
	border-radius: 5px;
	display: none;
}

#budget_page1,#budget_page2,#budget_page3,#budget_page4,#budget_page5,#budget_page6,#budget_page7 { display: none; position: relative; }

#budgetPopup {
	position: fixed;
	width: 800px;
	height: 600px;
	background: #b6b4a4;
	color: #000;
	top: 65px;
	left: 400px;
	z-index: 15;
	padding: 70px 50px;
	border-radius: 5px;
	display: none;
}

#budgetPopup > .budgetBody {
	position: relative;
	width: 100%;
}

#budgetPopup > .budgetBody #budgetClose {
	position: absolute;
	top: -60px;
	right: -35px;
	display: block;
	font-size: 25px;
	color: #86857a;
	font-family: "ProximaNovaSemibold";
}
#budget_page0 {
	text-align: center;
}
#budget_page0 > .title {
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 28px;
	letter-spacing: 2px;
	height: 120px !important;
	font-family: "ProximaNovaSemibold";
}
#budget_page0 > .subTitle {
	margin-top: 40px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 26px;
	font-family: "ProximaNovaLight";
	font-weight: lighter;
}

#budget_page0 > #btnStart {
	background-color: #2e98a2;
	color: #fff;
	border-radius: 10px;
	padding: 25px 40px;
	font-weight: bold;
	position: relative;
	top: 60px;
	font-size: 32px;
	font-family: "ProximaNovaLight";
	font-weight: lighter;
}

#budget_page6 > .title {
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 40px !important;
	letter-spacing: 3px;
	height: 120px !important;
	font-family: "ProximaNovaLight";
	padding-left: 60px;
	padding-right: 60px;
}
#budget_page6 > .subTitle {
	margin-top: 40px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 26px;
	font-family: "ProximaNovaLight";
	font-weight: lighter;
	padding-left: 60px;
	padding-right: 60px;
}



#budgetPopup > .budgetBody .title {
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 28px;
	letter-spacing: 2px;
	height: 50px;
	position: relative;
}

#budgetPopup > .budgetBody .body {
	width: 100%;
	text-align: center;
	color: #000;
	font-size: 22px;
	position: relative;
	height: 300px;
	position: relative;
}

#budgetPopup > .budgetBody .specialBody {
	width: 100%;
	text-align: center;
	color: #000;
	font-size: 22px;
	position: relative;
	height: 125px;
	position: relative;
	padding-top: 30px;
}

#budgetPopup > .budgetBody .specialBody input[type="text"] {
	margin-bottom: 20px;
	width: 100%;
	height: 60px;
}


#budgetPopup ul {
	margin-top: 25px;
	display: inline-block;
}

#budgetPopup li {
	list-style: none;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

#budgetPopup input[type="radio"]:after {
	width: 15px;
	height: 15px;
	border-radius: 15px;
	top: -10px;
	left: -1px;
	position: relative;
	background-color: #d1d3d1;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 1px solid #eee;
}
#budgetPopup input[type="radio"]:checked:after {
	width: 15px;
	height: 15px;
	border-radius: 15px;
	top: -10px;
	left: -1px;
	position: relative;
	background-color: #2e98a2;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 1px solid #eee;
}

#budgetPopup input[type="radio"] {
	margin-right: 15px;
}

#budgetPopup input[type="text"] {
	border-radius: 5px;
	background-color: #cfcdbd;
	border: 1px solid #727168;
}

.errorInput {
	border: 1px solid #de4141 !important;
}

#budgetPopup textarea {
	border-radius: 5px;
	background-color: #cfcdbd;
	border: 1px solid #727168;
}

.bottomBody {
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: -140px;
}
.bottomBody > .btnBack {
	background-color: #e1e0d4;
	color: #52a6ac;
	border-radius: 10px;
	padding: 15px 30px;
	font-weight: bold;
	font-size: 24px;
}
.bottomBody > .btnContinue {
	background-color: #cfcdbd;
	color: #fff;
	border-radius: 10px;
	padding: 15px 30px;
	font-weight: bold;
	font-size: 24px;
	margin-left: 15px;
}

#budget_cancel_overlay {
	position: absolute;
	z-index: 20;
	width: 100%;
	height: 600px;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.5);
	display: none;
}

#budget_cancel {
	position: absolute;
	z-index: 25;
	width: 100%;
	height: 600px;
	top: 0px;
	left: 0px;
	text-align: center;
	padding-top: 25px;
	font-size: 22px;
	display: none;
}

#budget_cancel .alert {
	background-color: #b6b4a4;
	width: 100%;
	height: 280px;
	z-index: 25;
	position: relative;
	top: 120px;
}

#budget_cancel .alert .btnContinueBudget {
	background-color: #e1e0d4;
	color: #000;
	padding: 15px 30px;
	font-weight: bold;
	font-size: 24px;
	width: 320px !important;
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 20px;
}

#budget_cancel .alert .btnCloseBudget {
	background-color: #2e98a2;
	color: #fff;
	padding: 15px 30px;
	font-weight: bold;
	font-size: 24px;
	width: 320px !important;
	display: inline-block;
}

#ui-datepicker-div {
	background-color: #fff;
}

.request_budget {
	padding: 10px 5px;
	font-size: 1em;
}
.request_budget #btnBudget {
	position: relative;
	top: 20px;
	font-size: 1em;
}



/* SPECIAL */
.padding-top-15 { padding-top: 15px; }
.padding-top-20 { padding-top: 20px; }
.padding-top-25 { padding-top: 25px; }
.padding-top-30 { padding-top: 30px; }
.padding-top-35 { padding-top: 35px; }
.padding-top-40 { padding-top: 40px; }
.padding-top-45 { padding-top: 45px; }

.padding-left-15 { padding-left: 15px; }
.padding-left-20 { padding-left: 20px; }
.padding-left-25 { padding-left: 25px; }
.padding-left-30 { padding-left: 30px; }
.padding-left-35 { padding-left: 35px; }
.padding-left-40 { padding-left: 40px; }
.padding-left-45 { padding-left: 45px; }

.margin-top-15 { margin-top: 15px; }
.margin-top-20 { margin-top: 20px; }
.margin-top-25 { margin-top: 25px; }
.margin-top-30 { margin-top: 30px; }
.margin-top-35 { margin-top: 35px; }
.margin-top-40 { margin-top: 40px; }
.margin-top-45 { margin-top: 45px; }
.margin-top-80 { margin-top: 80px; }
.margin-top-160 { margin-top: 160px; }

.margin-bottom-15 { margin-bottom: 15px; }
.margin-bottom-20 { margin-bottom: 20px; }
.margin-bottom-25 { margin-bottom: 25px; }
.margin-bottom-30 { margin-bottom: 30px; }
.margin-bottom-35 { margin-bottom: 35px; }
.margin-bottom-40 { margin-bottom: 40px; }
.margin-bottom-45 { margin-bottom: 45px; }
.margin-bottom-80 { margin-bottom: 80px; }

.margin-right-15 { margin-right: 15px; }
.margin-right-20 { margin-right: 20px; }
.margin-right-25 { margin-right: 25px; }
.margin-right-30 { margin-right: 30px; }
.margin-right-35 { margin-right: 35px; }
.margin-right-40 { margin-right: 40px; }
.margin-right-45 { margin-right: 45px; }

.margin-left-15 { margin-left: 15px; }
.margin-left-20 { margin-left: 20px; }
.margin-left-25 { margin-left: 25px; }
.margin-left-30 { margin-left: 30px; }
.margin-left-35 { margin-left: 35px; }
.margin-left-40 { margin-left: 40px; }
.margin-left-45 { margin-left: 45px; }

.w10 { width: 10px; }
.w15 { width: 15px; }
.w20 { width: 20px; }
.w25 { width: 25px; }
.w30 { width: 30px; }
.w35 { width: 35px; }

.h10 { height: 10px; }
.h15 { height: 15px; }
.h20 { height: 20px; }
.h25 { height: 25px; }
.h30 { height: 30px; }
.h35 { height: 35px; }

.fLeft { float: left; display: block; }
.fRight { float: right; display: block; }

/* RESPONSIVE */
@media (max-width: 1920px) {
    .intro_text {
        padding-top: 32%;
    }
	#budgetPopup {
		top: 200px;
		left: 600px;
	}
}

@media (max-width: 1680px) {
    .intro_text {
        padding-top: 32%;
    }
	#budgetPopup {
		top: 200px;
		left: 600px;
	}
}

@media (max-width: 1366px) {
	#content-price {
		min-height: 135vh !important;
	}
	#content-contact {
		min-height: 95vh !important;
	}
	#sidebar {
		padding-top: 25px !important;
	}

	#budgetPopup {
		top: 20px;
		left: 350px;
	}
	.logo {
		width:65%;
		margin-left: 35px;
	}
}

@media (max-width: 1325px) and (max-height: 637px) {
	#content-price {
		min-height: 135vh !important;
	}
	#content-contact {
		min-height: 95vh !important;
	}
	#sidebar {
		padding-top: 25px !important;
	}

	#budgetPopup {
		top: 20px;
		left: 350px;
	}
}

@media (max-width: 1320px) {
	#content-price {
		min-height: 180vh !important;
	}
	#content-contact {
		min-height: 120vh !important;
	}
}

@media (max-width: 512px) {

    #content-price {
        min-height: 190vh !important;
    }

    .intro_text {
        padding-top:85%;
        font-size:18px;
        padding-left: 5px;
    }

    #innerPage .innerRow {
        margin-bottom: 0px !important;
    }

    .zoom-in {
        margin-bottom: 40px;
        margin-top: 40px;
    }

    img.Biggest {
        width:200% !important;
        margin-left: -50%;
    }

    .titleSecondPage {
        letter-spacing:2px;
        margin-bottom: 25px;
    }

    #innerPage h1 {
        letter-spacing: 2px;
        margin-bottom: 30px;
    }

    .menu-bar {
        width:25px;
        height:1px;
        background-color:black;
        margin-top:4px;
    }

    #openMenu,#openMenuFixed {
        position:relative;
        top: 25px;
        right: 25px;
        cursor:pointer;
        float:right;
    }

    #closeMenu {
        margin-top: 25px;
        margin-right: 25px;
        text-align: right;
        font-size: 25px;
        cursor:pointer;
    }

    #subBlockMenu {
        padding-left:0px;
        text-align:center;
    }

    .titleMenu {
        font-size:35px;
        margin-top:0px;
    }
    .menu li {
        font-size:24px;
    }

    #sidebar {
        display:none;
    }
    #logo-mvl,#logo-mvl-fixed {
        text-align: center;
        padding-top:20px;
        background-color: #f2f1e9;
        position:relative;
        top:0px;
        width:100%;
        z-index:10;
        display:block;
    }
    .logo-mvl-fixed {
        margin-left: -15px !important;
        position:fixed !important;
    }
    #sidebar-mvl {
        display:none;
        height: 100vh;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 12;
        background-color: white;
        width: 100%;
    }
    .logo {
        width: 40%;
    }

    #intro .logo {
        width: 100%;
        height: 40vh;
        margin-top: 180px;
        margin-left: 0px !important;
    }

    #content, #content-contact, #content-sobremi,#content-price {
        width: 100%;
        margin-left:0px;
    }

    .separateRow {
        height:20px;
    }
    #content-contact, #content-sobremi {
        min-height: 95vh;
    }

    #content {
        width: 80%;
        margin-left:10%;
        padding-top:40px;
    }

    .sectionBox {
        padding-top:10px;
        padding-bottom:10px;
    }

    #dali {
        width: 80% !important;
        margin-left: 12% !important;
        margin-top: 2% !important;
    }
    #firma {
        position: absolute;
        bottom: 10px;
        right: 0px;
        left: 50%;
        margin-left: -25%;
    }

    #flechita {
        right:15px;
        z-index:9;
    }

    .titleSectionAboutMe {
        text-align: center;
        margin-bottom:35px;
    }

    .subtitle2 {
        font-size: 14px;
        padding-left: 0%;
    }

	/* PRICE */
	#content-price {
        min-height: 195vh;
    }
	.prices_block {
		margin-bottom: 20px;
	}
	#prices_block_2 {
		margin-left: 5px;
	}
	.margin-left-40 { margin-left: 0px !important; }
	.margin-right-40 { margin-left: 0px !important; }
	.request_budget {
		padding: 10px 5px;
		font-size: 1em;
	}
	.request_budget #btnBudget {
		position: relative;
		top: 20px;
		font-size: 1em;
	}

	#budgetPopup {
		width: 350px;
		top: 5px;
		left: 5px;
		padding: 40px 5px;
		height: 650px;
	}

	#budgetPopup > .budgetBody #budgetClose {
		top: -35px;
		right: 2px;
	}

	#budget_cancel .alert .btnContinueBudget,
	#budget_cancel .alert .btnCloseBudget {
		font-size: 1em;
	}

	#budgetPopup > .budgetBody .title {
		font-size: 1.4em !important;
		margin-bottom: 30px;
	}
	#budget_page0 > .subTitle,
	#budget_page6 > .subTitle {
		font-size: 1.3em !important;
		margin-top: 70px;
	}

	#budgetPopup ul {
		display: flow-root !important;
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}

	.bottomBody {
		bottom: -190px;
	}

	#budget_page5 .bottomBody {
		bottom: -160px;
	}

}

@media (max-width: 414px) {
  #budgetPopup {
		width: 405px !important;
		top: 5px;
		left: 5px;
		padding: 40px 5px;
		height: 725px;
	}

  #budget_page0 > #btnStart {
    top: 180px !important;
  }
}

/* Pixel 2 */
@media (max-width: 411px) {
	#content-price {
        min-height: 195vh !important;
    }
	#prices_block_1 {
	    margin-left: 0px !important;
	}
	#prices_block_2 {
	    margin-left: 0px !important;
	}
	.request_budget {
		margin-left: 0px !important;
	}
	.request_budget #btnBudget {
		position: relative;
	    top: 20px;
	    font-size: 1em;
	    left: -10px !important;
	}

  #budgetPopup {
		width: 400px !important;
		top: 5px;
		left: 5px;
		padding: 40px 5px;
		height: 650px;
	}
}

@media (max-width: 375px) and (max-height: 812px) {
  #budgetPopup {
		width: 365px !important;
		top: 5px;
		left: 5px;
		padding: 40px 5px;
		height: 800px !important;
	}

  #budget_page0 > #btnStart {
    top: 150px !important;
  }
}

/* IPHONE 6 */
@media (max-width: 375px) {

  #budgetPopup {
		width: 365px !important;
		top: 5px;
		left: 5px;
		padding: 40px 5px;
		height: 650px;
	}

  #budget_page0 > #btnStart {
    top: 100px !important;
  }

  #content-sobremi {
    min-height: 80vh;
  }

	#content-price {
        min-height: 220vh !important;
    }
	#prices_block_1 {
	    margin-left: 35px;
	}
	#prices_block_2 {
	    margin-left: 35px;
	}
	.request_budget {
		margin-left: 14px;
	}
	.request_budget #btnBudget {
		position: relative;
	    top: 20px;
	    font-size: 1em;
	    left: -10px !important;
	}




    .intro_text {
        padding-top:85%;
        font-size:18px;
    }

    #innerPage .innerRow {
        margin-bottom: 0px !important;
    }

    img.Biggest {
        width:200% !important;
        margin-left: -50%;
    }

    .zoom-in {
        margin-bottom: 40px;
        margin-top: 40px;
    }

    .titleSecondPage {
        letter-spacing:0px;
        margin-bottom: 25px;
    }

    #innerPage h1 {
        letter-spacing: 0px;
        margin-bottom: 30px;
    }

    .menu-bar {
        width:25px;
        height:1px;
        background-color:black;
        margin-top:4px;
    }

    #openMenu,#openMenuFixed {
        position:relative;
        top: 25px;
        right: 25px;
        cursor:pointer;
        float:right;
    }

    #closeMenu {
        margin-top: 25px;
        margin-right: 25px;
        text-align: right;
        font-size: 25px;
        cursor:pointer;
    }

    #subBlockMenu {
        padding-left:0px;
        text-align:center;
    }

    .titleMenu {
        font-size:35px;
        margin-top:0px;
    }
    .menu li {
        font-size:24px;
    }

    #sidebar {
        display:none;
    }
    #logo-mvl,#logo-mvl-fixed {
        text-align: center;
        padding-top:20px;
        background-color: #f2f1e9;
        position:relative;
        top:0px;
        width:100%;
        z-index:10;
        display:block;
    }
    .logo-mvl-fixed {
        margin-left: -15px !important;
        position:fixed !important;
    }
    #sidebar-mvl {
        display:none;
        height: 100vh;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 12;
        background-color: white;
        width: 100%;
    }
    .logo {
        width: 40%;
    }

    #intro .logo {
        width: 100%;
        height: 50vh;
        margin-top: 170px;
    }

    #content, #content-contact, #content-sobremi {
        width: 100%;
        margin-left:0px;
    }

    .separateRow {
        height:20px;
    }
    #content-contact, #content-sobremi {
        min-height: 85vh;
    }

	#content-price {
        min-height: 180vh;
    }

    #content {
        width: 80%;
        margin-left:10%;
        padding-top:40px;
    }

    .sectionBox {
        padding-top:10px;
        padding-bottom:10px;
    }

    #dali {
        width: 90% !important;
        margin-left: 5% !important;
        margin-top: 0% !important;
    }
    #firma {
        position: absolute;
        bottom: 0px;
        right: 0px;
        left: 50%;
        margin-left: -25%;
    }

    #flechita {
        right:15px;
        z-index:9;
    }

    .titleSectionAboutMe {
        text-align: center;
        margin-bottom: 0px;
    }

    .aboutMe {
        padding: 10px;
        text-align: center;
    }

    .subtitle2 {
        font-size: 14px;
        padding-left: 0%;
    }
}

/* GALAXY S5 */
@media (max-width: 360px) {
	#content-sobremi {
        min-height: 95vh;
    }

	#content-price {
        min-height: 235vh !important;
    }
	#prices_block_1 {
	    margin-left: 15px !important;
	}
	#prices_block_2 {
	    margin-left: 15px !important;
	}
	.request_budget {
		margin-left: 0px !important;
	}
	.request_budget #btnBudget {
		position: relative;
	    top: 20px;
	    font-size: 1em;
	    left: -10px !important;
	}
}

/* GALAXY S5 */
@media (max-width: 320px) {

  #budgetPopup {
		width: 308px !important;
		top: 5px;
		left: 5px;
		padding: 40px 5px;
		height: 550px;
	}

  #budget_page0 > #btnStart {
    top: 25px !important;
  }

	#content-sobremi {
        min-height: 110vh;
    }

	#content-price {
        min-height: 265vh !important;
    }
	#prices_block_1 {
	    margin-left: 5px !important;
	}
	#prices_block_2 {
	    margin-left: 5px !important;
	}
	.request_budget {
		margin-left: 0px !important;
		font-size: 0.85em !important;
	}
	.request_budget #btnBudget {
		position: relative;
	    top: 20px;
	    font-size: 1em;
	    left: -10px !important;
	}
}
