@font-face {
    font-family: 'Raleway-Regular';
    src: url(../fonts/Raleway-Regular.ttf);
}

@font-face {
    font-family: 'Raleway-Thin';
    src: url(../fonts/Raleway-Thin.ttf);
}

@font-face {
    font-family: 'Raleway-Bold';
    src: url(../fonts/Raleway-Bold.ttf);
}

body{
	margin: 0;
	padding: 0;
	font-family: 'Raleway-Regular';
}

#main{
	width: 100%;
    height: 100vh;
    /*background-image: url(../img/home/HouseNightBackground.jpg);*/
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/home/HouseNightBackground.jpg);
    background-size: cover;
    background-position: center top;
	background-attachment: fixed;
	color: white;
	text-align: center;
	font-size: 23px;
    font-weight: lighter;
	position: relative;
}

/*#main h1{
	font-size: 66px;
    font-weight: 100;
    margin: 0px;
	padding-top: 20vh;
	color: #f8b602;
}*/

#logo{
	height: 130px;
    padding-top: 10vh;
}

#main-menu{
	margin: 25px 0px;
    font-size: 20px;
}

#show-menu{
	display: none;
}

#second-menu{
	font-size: 20px;
    color: white;
    padding: 15px 0px;
    background-color: rgb(27 40 36 / 950%);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 102;
	transition: all 0.3s;
    opacity: 0;
}

.menu{
	padding-inline-start: 0;
    text-align: center;
    margin: 0;
}

.menu > li{
	display: inline-block;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    padding: 0px 20px;
	transition: all .3s;
}

.menu > li:hover{
	/*background-color: rgba(27,40,36,0.7);*/
	color: #f8b602;
}

#menu-whatsapp img, #menu-mail img, #menu-phone img{
	height: 30px;
	position: relative;
    top: 7px;
}

#menu-whatsapp, #menu-mail, #menu-phone{
	padding: 0px 10px;
}

#menu-whatsapp:hover img, #menu-mail:hover img, #menu-phone:hover img{
	filter: brightness(0) saturate(100%) invert(73%) sepia(36%) saturate(1203%) hue-rotate(358deg) brightness(97%) contrast(100%);
}

#main-buttons{
	position: absolute;
    margin: 0 auto;
    bottom: 30vh;
    width: 100%;
}

#main-buttons label{
	font-size: 30px;
    position: relative;
    top: 4px;
    font-family: 'Raleway-Thin';
}

.main-button{
	display: inline-block;
	margin: 0px 30px;
}

.main-button > span{
	border: 1px solid white;
    padding: 10px 30px;
    cursor: pointer;
	text-transform: uppercase;
    font-size: 14px;
    /* font-weight: bold; */
    transition: all .3s;
    letter-spacing: 2px;
}

.main-button > span:hover{
	background-color: #ff9501;
	border-color: #ff9501 !important;
	color: white;
}

#main-slogan{
	position: absolute;
    width: 100%;
    bottom: 10vh;
}

#main-slogan b{
	cursor: pointer;
	color: #f8b602;
}




#about-services{
	position: relative;
    height: fit-content;
}

#about{
	width: 100%;
	height: 500px;
	font-size: 23px;
    font-weight: lighter;
}

#about > div{
	float: left;
	width: 50%;
	height: 100%;
	display: flex;
    align-items: center;
    text-align: center;
}

#about-information > div{
	width: 90%;
    margin: 0 auto;
}

#about-information .main-button{
	margin: 30px 0px;
}

#about-information .main-button > span {
    border: 1px solid black;
}

#about-image{
	position: relative;
}

#about-image > div:not(.bar){
	margin: 0 auto;
	width: 80%;
    height: 80%;
	overflow: hidden;
}

#about-image img{
	width: auto !important;
    height: 100%;
}

#bars-right{
	position: absolute;
	right: 0;
	width: 15% !important;
	height: 500px !important;
}

#bars-left{
	position: absolute;
	left: 0;
	width: 15% !important;
	height: 500px !important;
}

#bars-center{
	height: 50px;
    position: relative;
    margin-top: -6px;
	display: none;
}

.bar{
	position: absolute;
	height: 100% !important;
}

#bars-center .bar{
	position: initial;
    height: 25% !important;
    width: 100%;
}

.bar-1{
	width: 52%;
	background-color: rgb(27,40,36);
	right: 0;
	z-index: -1;
}

.bar-2{
	width: 31%;
	background-color: rgb(255,149,1);
	right: 52%;
	z-index: -1;
}

.bar-3{
	width: 14%;
	background-color: rgb(161,74,10);
	right: 83%;
	z-index: -1;
}

.bar-4{
	width: 3%;
	background-color: rgb(248,182,2);
	right: 97%;
	z-index: -1;
}

.paragraph-bold{
	color: #1b2824;
    font-weight: bold;
	font-size: 23px;
}

.paragraph-normal{
	font-size: 20px;
    line-height: 28px;
}




#services{
	width: 100%;
	height: 500px;
	font-size: 23px;
    font-weight: lighter;
}

#services > div{
	float: left;
	width: 50%;
	height: 100%;
	display: flex;
    align-items: center;
    text-align: center;
}

#services-information, #about-information{
	background-color: white;
}

#services-information > div{
	width: 90%;
    margin: 0 auto;
}

#services-information .main-button{
	margin: 30px 0px;
}

#services-information .main-button > span {
    border: 1px solid black;
}

#services-image{
	position: relative;
}

#services-image > div{
	margin: 0 auto;
	width: 80%;
    height: 80%;
	overflow: hidden;
}

#services-image img{
	width: auto !important;
    height: 100%;
}

#services-image .bar-1{
	width: 15%;
	background-color: rgb(27,40,36);
	left: 0;
	z-index: -1;
}

#services-image .bar-2{
	width: 9%;
	background-color: rgb(255,149,1);
	left: 15%;
	z-index: -1;
}

#services-image .bar-3{
	width: 4%;
	background-color: rgb(161,74,10);
	left: 24%;
	z-index: -1;
}

#services-image .bar-4{
	width: 1%;
	background-color: rgb(248,182,2);
	left: 28%;
	z-index: -1;
}

.service{
	display: inline-block;
	vertical-align: top;
	width: 30%;
}

.service-icon{
	margin: 0 auto;
    width: 90%;
	height: 100px;
}

.service-icon > img{
	height: 60px;
    margin-top: 15px;
}

.service-title{
	width: 90%;
    margin: 0 auto;
    font-size: 18px;
}

.service-title p{
	margin-top: 0;
	font-size: 15px;
}





#facades, #interiors, #bathrooms, #portfolio{
	width: 100%;
	padding-bottom: 50px;
}

.title{
	font-size: 50px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-family: 'Raleway-Thin';
}

.title > h4{
	margin-block-end: 40px;
}

#portfolio .title > h4{
	margin-block-end: 10px;
}

.title > h6{
	margin-block-start: 0px;
    margin-block-end: 35px;
    font-size: 25px;
}

.gallery{
	width: 100%;
	text-align: center;
}

.photo{
	display: inline-block;
    width: 32%;
    height: 270px;
	margin: 2px;
	overflow: hidden;
	position: relative;
}

.photo > div{
	width: 100%;
	height: 100%;
	background-position: center;
    background-size: cover;
    transition: all .5s;
    transform: scale(1.2) rotate(0deg);
}

.photo:hover > div{
	transform: scale(1);
}

.photo:hover > .black-glass{
	opacity: 1;
}

.black-glass{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
}


.title2{
	font-size: 35px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-family: 'Raleway-Thin';
}

.title2 > h4{
	width: 80%;
    margin: 0 auto;
    margin-block-start: 1.33em;
	margin-block-end: 1.33em;
}

#benefits-list{
	width: 80%;
    margin: 0 auto;
}

.benefit{
	display: flex;
    align-items: center;
	margin: 20px 0px;
}

.benefit > img{
	width: 60px;
    height: auto;
    margin: 0 15px;
}

.benefit:nth-child(1){
	width: 100%;
}

.benefit:nth-child(2){
	width: 80%;
}

.benefit:nth-child(3){
	width: 60%;
}

#benefits-image{
	width: 100%;
    height: 150px;
    background-color: #1b2824;
	position: relative;
	margin-top: 100px;
	margin-bottom: 150px;
}

#benefits-image-background{
	width: 90%;
    margin: 0 auto;
    height: 80%;
    background-color: #a14a0a;
	position: absolute;
	top: 10%;
	left: 5%;
    /*background-image: url(../img/benefits/benefit-background.jpg);
    background-position: center;
    background-size: cover;
    border-right: 30px solid #a14a0a;
    border-left: 30px solid #a14a0a;*/
}

#benefits-image-background > div{
	width: 45%;
	height: 220%;
	position: absolute;
	background-color: #ff9501;
	top: calc(-60% - 30px);
	left: 27.5%;
	background-image: url(../img/benefits/benefit-background.jpg);
    background-position: center;
    background-size: cover;
	border: 30px solid #ff9501;
}



#creativity{
	padding-bottom: 70px;
}

#swipe{
	width: 100%;
    height: 500px;
    position: relative;
}

#swipe-background{
	width: 100%;
    height: 200px;
    background-color: #1b2824;
    position: absolute;
    top: calc(50% - 100px);
}

#swipe-images{
	width: 80%;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

#swipe-before{
	width: 45%;
    height: 64%;
    background-image: url(../img/swipe/before.jpg);
    background-size: cover;
    background-position: left;
    /*overflow: hidden;*/
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    cursor: pointer;
    border: 7px solid #ffffff;
	transition: all .3s;
}

#swipe-after{
	width: 55%;
    height: 79%;
    background-image: url(../img/swipe/after.jpg);
    background-size: cover;
    background-position: left;
    /*overflow: hidden;*/
    position: absolute;
    right: 0;
    cursor: pointer;
    border: 7px solid white;
	transition: all .3s;
}

.swipe-message{
	background-color: white;
    width: fit-content;
    padding: 5px 10px;
    color: #1b2824;
    text-transform: uppercase;
    font-family: 'Raleway-Regular';
    font-size: 18px;
	position: absolute;
	transition: all .3s;
	/*opacity: 0;*/
}

#swipe-before .swipe-message{
	right: -150px;
    bottom: -7px;
}

#swipe-after .swipe-message{
	top: -7px;
    left: -262px;
}




#contact-us{
	width: 100%;
    height: 500px;
}

#contact-us > div{
	float: left;
	width: 50%;
	height: 100%;
	display: flex;
    align-items: center;
}

#contact-us-image{
	background-color: #1b2824;
}

#contact-us-image > div{
	background-image: url(../img/contact/background-contact.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 80%;
    height: 70%;
    margin: 0 auto;
}

#contact-us-information{
	background-color: #ff9501;
	text-align: center;
}

#contact-us-information > div{
	width: 100%;
}

#contact-us-information .main-button > span{
	border: 1px solid black;
}




#schedule{
	width: 100%;
    height: auto;
    background-color: #ffbe2e;
    display: flex;
    align-items: center;
    padding: 20px 0px;
}

#background-schedule{
	width: 80%;
	height: 90%;
	background-image: url(../img/schedule/Backyard-6.jpg);
	background-size: cover;
	background-position: center;
	background-position: no-repeat;
	margin: 0 auto;
}

#background-wizard{
	width: 85%;
	height: 100%;
	margin: 0 auto;
	background-color: rgba(0, 0, 0, 0.6);
}

#background-wizard > .title2{
	padding: 30px 0px;
}

#background-wizard > .title2 > h4{
	margin-block-start: 0;
	margin-block-end: 0;
	color: white;
}


.sw-theme-dots>.nav .nav-link.active{
    color: #f8b602 !important;
}

.sw-theme-dots>.nav .nav-link.active::after{
	background-color: #f8b602 !important;
	z-index: 1;
}

.sw-theme-dots>.nav .nav-link::before{
	color: #f8b602;
	z-index: 1;
}

.sw-theme-dots>.nav .nav-link.inactive::after{
	z-index: 1;
}

.sw-theme-dots>.nav .nav-link.inactive {
    color: white;
    cursor: not-allowed;
    font-size: 14px;
}

.sw>.tab-content{
	color: white;
	padding: 0px 30px;
	overflow-y: scroll;
    height: 445px !important;
}

.sw .toolbar{
	text-align: center !important;
	margin-top: 20px;
}

.sw-theme-dots .toolbar>.btn{
	background-color: #a14a0a;
    border: 1px solid #a14a0a;
    padding: 0.375rem 1.75rem;
	border-radius: 0;
}

.sw .toolbar{
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
}

.phase{
	margin-bottom: 20px;
	/*border-bottom: 1px solid white;*/
}

.phase-title{
	display: flex;
    align-items: center;
}

.phase-title > img{
	width: 45px;
    margin-right: 20px;
}

.phase-title > h3{
	font-family: 'Raleway-Thin';
    text-transform: uppercase;
    letter-spacing: 3px;
}

.phase-content{
	width: 100%;
    margin: 0 auto;
    padding: 15px 65px;
}

.phase-options{
	display: inline-block;
	margin-right: 30px;
	font-size: 16px;
	font-size: 14px;
    font-family: Verdana;
}

.phase-options input[type="radio"]{
	vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: none;
    border: 0;
    box-shadow: inset 0 0 0 2px #ffffff;
    appearance: none;
    padding: 0;
    margin: 0;
    transition: box-shadow 150ms cubic-bezier(.95,.15,.5,1.25);
    margin-right: 10px;
}

.phase-options input[type="radio"]:focus{
	outline: none;
}

.phase-options input[type="radio"]:checked{
	box-shadow: inset 0 0 0 6px #f8b602;
}

.schedule-subtitle{
	display: block;
	width: 100%;
	font-weight: bold;
	padding-bottom: 5px;
}

.schedule-information{
	display: block;
    width: 100%;
    font-weight: bold;
    padding-bottom: 5px;
    font-size: 12px;
    font-style: italic;
    margin-top: -5px;
}

.hour-visible{
	display: block;
}

.hour-invisible{
	display: none;
}

.phase-content textarea{
	width: 100%;
    margin-bottom: 20px;
    font-family: Raleway-Regular;
    padding: 10px;
    background-color: transparent;
    border: 1px solid white;
    color: white;
    outline: none;
}

#calendar{
	display: flex; */
    /* align-items: center; */
    background-color: transparent;
    width: fit-content;
    padding: 7px 30px;
    margin-bottom: 20px;
    cursor: pointer;
    border: 1px solid white;
	transition: all .3s;
}

#calendar:hover{
	background-color: #f8b602;
	color: white;
	border: 1px solid #f8b602;
}

#date-appointment{
    font-family: Verdana;
    font-size: 14px;
}

select[name="hour"]{
	background-color: transparent;
    color: white;
    font-family: Verdana;
    padding: 6px 30px;
    border: 1px solid white;
	margin-bottom: 20px;
}

select[name="hour"] > option{
	color: black;
}

.phase-content input[type="text"]{
	display: inline-block;
    width: 47%;
    border: 1px solid white;
    padding: 7px 10px;
    background-color: transparent;
    color: white;
    outline: none;
    font-family: 'Raleway-Regular';
    margin-right: 2%;
	margin-bottom: 20px;
}

#location{
	width: 100%;
}

.phase-content input[type="text"]::placeholder, .phase-content textarea::placeholder{
	color: #eee;
	font-style: italic;
}

#message-mail{
	text-align: center;
    font-size: 14px;
    margin-top: 1px;
}

/*#step-4 .phase-content{
	background-color: #eaebec;
}*/

#card-fields-container{
	background-color: #f3f3f3;
}

#logo-pago{
	height: 100px;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}

#powered-by{
	margin: 0 auto;
    width: fit-content;
    display: block;
    margin-top: 10px;
    font-size: 12px;
}

#powered-by a{
	color: #febc00;
    text-decoration: none;
}


#paypal-button-container{
	background-color: white !important;
}


#contact{
	width: 100%;
	height: 590px;
	/*background-image: url(../img/contact/background.png);*/
	background-color: #ffbe2e;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	font-style: normal;
	
	/*text-shadow: -1px 1px 5px #000, 1px 1px 5px #000, 1px -1px 2px #000, -1px -1px 2px #000;*/
}

#data-houshunt{
	/*background-image: url(../img/contact/background-phone.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;*/
	position: relative;
}

#data-houshunt > div{
	width: 90%;
	height: 90%;
	position: absolute;
	background-image: url(../img/contact/background-phone.png);
	background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	left: 5%;
	top: 5%
}

#contact > div:not(.title2){
	width: 50%;
	height: 80%;
	float: left;
	/*display: flex;
	align-items: center;*/
	color: black;
}

#contact .title2{
	margin: 0;
    padding-top: 50px;
    padding-bottom: 25px;
    font-size: 25px;
}

#data-houshunt a{
	text-decoration: none;
	color: inherit;
}

#data-houshunt > div{
	margin: 0 auto;
}

#data-houshunt h1{
	font-size: 40px;
}

#data-houshunt p{
	font-size: 20px;
	margin: 5px 0px;
	position: relative;
}

#data-houshunt p > a, #data-houshunt p > span{
	position: relative;
    top: -6px;
}

#contact-form > div{
	width: 80%;
}

#contact-form h2{
	font-size: 22px;
    margin-bottom: 20px;
}

#formulario-contacto{
	font-size: 15px;
}

#formulario-contacto fieldset{
	border: none;
	padding: 0;
}

#formulario-contacto label, #formulario-contacto input, #formulario-contacto textarea{
	margin: 3px 0px 0px 0px;
}

#formulario-contacto input[type="text"]{
	font-size: 15px;
    padding: 7px 0px;
    border: none;
    border-radius: 3px;
    /* padding-left: 30px; */
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    text-indent: 40px;
	font-family: 'Raleway-Regular';
}

#formulario-contacto #client{
	font-size: 15px;
    padding: 7px 15px;
    border: none;
    border-radius: 3px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    font-family: 'Raleway-Regular';
}

#name{
	background-image: url(../img/contact/form-name.png);
    background-repeat: no-repeat;
    background-position: left;
	background-blend-mode: luminosity;
	background-size: contain;
}

#formulario-contacto #email{
	background-image: url(../img/contact/form-email.png);
    background-repeat: no-repeat;
    background-position: left;
	background-blend-mode: luminosity;
	background-size: contain;
}

#phone{
	background-image: url(../img/contact/form-phone.png);
    background-repeat: no-repeat;
    background-position: left;
	background-blend-mode: luminosity;
	background-size: contain;
}

#formulario-contacto textarea{
	resize: none;
    border: none;
    border-radius: 3px;
    font-size: 15px;
    font-family: 'Raleway-Regular';
    padding: 15px;
	width: calc(100% - 30px);
	background-color: rgba(255, 255, 255, 0.7);
}

.error, .error-space{
	display: none;
}

#submit-button{
	color: white;
    background-color: #1b2824;
    border: none;
    font-size: 15px;
    padding: 8px 60px;
    border-radius: 4px;
    cursor: pointer;
    top: 10px;
    position: relative;
}











#correo-enviado{
	position: relative;
    left: 180px;
    opacity: 0;
    background-color: #1cce1c;
    padding: 2px 20px;
    border-radius: 40px;
    color: white;
    top: -23px;
    width: fit-content;
}

#correo-enviado > img{
	height: 25px;
    position: relative;
	top: 3px;
}

#correo-enviado > label{
	color: white;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    top: -4px;
}

.resultado-correo{
	animation: remarcar-fondo-rojo 10s ease;
	-webkit-animation: remarcar-fondo-rojo 10s ease;
	-moz-animation: remarcar-fondo-rojo 10s ease;
}

@keyframes remarcar-fondo-rojo {
    0%   {opacity: 1;}
    100% {opacity: 0;}
}






#background-images{
	position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.9);
	display: none;
	z-index: 103;
}

#close-background-images{
	position: absolute;
    right: 10px;
    top: 10px;
    color: white;
    font-size: 50px;
    font-weight: bold;
    /*background-color: rgba(255, 255, 255, 0.5);*/
    text-align: center;
    width: 60px;
    height: 60px;
    border-radius: 40px;
    line-height: 60px;
	cursor: pointer;
	z-index: 2;
}

#close-background-images:before{
	content: "\00D7";
	margin-left: 12px;
}

#image-prev{
	position: absolute;
    top: 50px;
    bottom: 50px;
    left: 0;
    width: 10%;
    color: white;
    font-size: 80px;
    cursor: pointer;
    text-align: center;
	z-index: 1;
}

#image-prev:before{
	content: "\2039";
	position: absolute;
    top: calc(50% - 46px);
}

#image-next{
	position: absolute;
    top: 50px;
    bottom: 50px;
    right: 0;
    width: 10%;
    color: white;
    font-size: 80px;
    cursor: pointer;
    text-align: center;
	z-index: 1;
}

#image-next:before{
	content: "\203A";
	position: absolute;
    top: calc(50% - 46px);
}

#image-description{
	position: absolute;
    width: 60%;
    left: 20%;
    min-height: 20px;
    bottom: 0;
    color: white;
    font-family: Verdana;
    font-size: 14px;
	z-index: 2;
	text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 20px 30px;
}

#image-title{
	position: absolute;
    width: 60%;
    left: 20%;
    min-height: 20px;
    top: 0;
    color: white;
    font-family: 'Raleway-Thin';
    letter-spacing: 5px;
    font-size: 14px;
	z-index: 2;
	text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 20px 30px;
}

#image-title > h4{
	color: #f9b315;
    margin: 0;
    font-size: 38px;
    text-transform: uppercase;
}

#image-title > h6{
	font-size: 14px;
    margin: 0;
}

#image-current{
	position: absolute;
    width: 90%;
    left: 5%;
    height: 90%;
    top: 5%;
	background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


footer{
	background-color: #a14a0a;
    height: 75px;
    display: flex;
    align-items: center;
    color: white;
}

footer > div{
	margin: 0 auto;
    display: flex;
    align-items: center;
	font-size: 16px;
	font-style: normal;
}

footer img{
	height: 40px;
    position: relative;
    top: 2px;
}

footer > div > span{
	margin: 0px 20px;
    font-size: 20px;
	font-weight: normal;
}

footer > div > label > a{
	text-decoration: none;
	color: inherit;
}


#button-top{
	position: fixed;
    z-index: 100;
    width: 60px;
    height: 60px;
    background-color: #a14a0a;
    bottom: 20px;
    right: 20px;
    border-radius: 70px;
    color: #ffbe2e;
    text-align: center;
    font-size: 46px;
    /* transform: rotate(90deg); */
    cursor: pointer;
    border: 1px solid #ffbe2e;
    font-style: normal;
}

#button-top > img{
	width: 75%;
    margin-top: 15px;
    display: block;
    margin: 0 auto;
    margin-top: 17px;
}


@media only screen and (max-width: 599px) {
	#show-menu{
		display: block;
		margin-top: 15px;
		text-align: center;
		cursor: pointer;
	}
	
	#second-menu{
	    position: fixed;
		top: 20px;
		left: 20px;
		height: 50px;
		width: 50px;
		border-radius: 50px;
		padding: 0px;
		opacity: 1 !important;
	}
	
	#second-menu .menu{
	    position: fixed;
		width: 80%;
		background: #1b2824;
		left: -80%;
		top: 0;
		overflow-y: auto;
		z-index: 100;
		height: 100vh;
		padding-top: 20px;
		border-bottom: 10px solid #0099a8;
	}
	
	#second-menu .menu > li{
		display: block;
		text-align: left;
		height: auto;
		width: 100%;
		margin: 10px 30px;
		padding: 0;
	}
	
	#main-menu{
		display: none;
	}
	
	/*#main h1{
		font-size: 50px;
	}*/
	
	#logo{
		height: 110px;
	}
	
	#main-buttons{
		display: flex;
		flex-direction: column;
		bottom: 36vh;
	}
	
	.main-button{
		margin: 10px 0px;
	}
	
	.main-button > span{
		display: block;
		width: 200px;
		margin: 0 auto;
		padding: 15px 30px;
		font-size: 16px;
	}
	
	#main-buttons label{
		display: none;
	}
	
	#main{
		background-attachment: initial;
	}
	
	#bars-center{
		display: block;
	}
	
	#services{
		display: flex;
		flex-direction: column;
	}
	
	#services-image{
		order: 2;
	}
	
	#services-information{
		order: 1;
	}
	
	#about, #services{
		height: auto;
	}
	
	#about > div, #services > div{
		float: initial;
		width: 100%;
		height: auto;
	}
	
	#about-image > div:not(.bar){
		width: 100%;
	}
	
	#about-image img, #services-image img {
		width: 100% !important;
		height: auto;
	}
	
	#bars-right, #bars-left{
		display: none !important;
	}
	
	#services-image > div{
		width: 100%;
		height: auto;
	}
	
	#services-information > div{
		width: 100%;
	}
	
	.service-icon > img {
		height: 50px;
		margin-top: 35px;
	}
	
	.title, .title2{
		font-size: 30px;
	}
	
	.photo{
		width: 100%;
		height: 200px;
		margin: 2px 0px;
	}
	
	.benefit{
		flex-direction: column;
		text-align: center;
		width: 100% !important;
	}
	
	.benefit > img{
		width: 50px;
		margin: 10px 0px;
	}
	
	#benefits-image{
		height: 135px;
		margin-top: 70px;
		margin-bottom: 100px;
	}
	
	#benefits-image-background > div{
		width: 80%;
		height: 140%;
		top: calc(-25% - 7px);
		left: 5%;
		border: 15px solid #ff9501;
	}
	
	#swipe{
		height: 430px;
	}
	
	#swipe-images{
		width: 95%;
	}
	
	#swipe-after, #swipe-before{
		width: 300px;
		height: 200px;
		border: 3px solid #ffffff;
	}
	
	#swipe-before .swipe-message {
		right: 0px;
		bottom: 0px;
	}
	
	#swipe-after .swipe-message {
		top: 0px;
		left: 0px;
	}
	
	#contact-us{
		height: fit-content;
	}
	
	#contact-us > div {
		float: initial;
		width: 100%;
		height: auto;
	}
	
	#contact-us-image{
		height: 250px !important;
	}
	
	#contact-us-image > div{
		width: 90%;
		height: 80%;
	}
	
	#contact-us-information br{
		display: none;
	}
	
	#contact-us-information img{
		height: 80px;
		margin-bottom: 10px;
	}
	
	#background-schedule{
		width: 90%;
	}
	
	#background-wizard{
		width: 100%;
	}
	
	.sw>.nav{
		flex-direction: row !important;
	}
	
	.sw>.tab-content{
		height: 470px !important;
		width: 100%;
		padding: 0px 10px;
	}
	
	.phase-title > img{
		width: 40px;
	}
	
	.phase-content{
		padding: 15px 0px;
	}
	
	.phase-options {
		display: block;
		margin-right: 0;
		margin: 15px 0px;
	}
	
	.phase-content input[type="text"] {
		display: block;
		width: 100%;
	}
	
	#contact{
		height: 720px;
		position: relative;
	}
	
	#data-houshunt{
		position: absolute;
		height: 250px !important;
		width: 100% !important;
		z-index: 0;
		bottom: 90px;
	}
	
	#contact > div:not(.title2){
		width: 100%;
		height: initial;
	}
	
	#contact-form{
		position: relative;
	}
	
	#contact-form > div {
		width: 100%;
	}
	
	#correo-enviado{
		top: 25px;
		left: 0;
	}
	
	#submit-button{
		width: 100%;
	}
	
	#formulario-contacto > form{
		width: 90%;
		margin: 0 auto;
	}
	
	#formulario-contacto input[type="text"], #formulario-contacto #client, #formulario-contacto textarea{
		background-color: rgb(255 236 193);
	}
	
	#data-houshunt > div{
		filter: opacity(0.5);
	}
	
	#image-title{
		left: calc(20% - 8px);
		padding: 20px 16px;
	}
	
	#image-title > h4{
		font-size: 25px;
	}
	
	#close-background-images{
		right: 0px;
		top: 0px;
		width: 45px;
	}
	
	footer{
		width: 100%;
	}
	
	footer > div > span{
		margin: 0px 10px;
	}
	
	footer > div > label > a{
		font-size: 13px;
	}
	
	
	#button-top{
		bottom: 15px;
		right: 15px;
		width: 45px;
		height: 45px;
		font-size: 34px;
	}
}

@media only screen and (min-width: 600px) and (max-width: 767px){
	#main{
		background-attachment: initial;
	}
	
	#show-menu{
		display: block;
		margin-top: 15px;
		text-align: center;
		cursor: pointer;
	}
	
	#second-menu{
	    position: fixed;
		top: 20px;
		left: 20px;
		height: 50px;
		width: 50px;
		border-radius: 50px;
		padding: 0px;
		opacity: 1 !important;
	}
	
	#second-menu .menu{
	    position: fixed;
		width: 80%;
		background: #1b2824;
		left: -80%;
		top: 0;
		overflow-y: auto;
		z-index: 100;
		height: 100vh;
		padding-top: 20px;
		border-bottom: 10px solid #0099a8;
	}
	
	#second-menu .menu > li{
		display: block;
		text-align: left;
		height: auto;
		width: 100%;
		margin: 10px 30px;
		padding: 0;
	}
	
	#main-menu{
		display: none;
	}
	
	#logo {
		padding-top: 14vh;
	}
	
	#main-buttons{
		bottom: 35vh;
	}
	
	#about, #services{
		height: 400px;
	}
	
	.paragraph-normal {
		font-size: 18px;
		line-height: 25px;
	}
	
	#about-information .main-button {
		margin: 20px 0px;
	}
	
	.paragraph-bold{
		font-size: 20px;
	}
	
	#about-image > div:not(.bar), #services-image > div{
		width: 95%;
		height: 60%;
	}
	
	#about-image img, #services-image img {
		width: 100% !important;
		height: auto;
	}
	
	#bars-right, #bars-left{
		height: 400px !important;
	}
	
	#services-information > div{
		width: 100%;
	}
	
	.service-icon > img {
		height: 50px;
		margin-top: 30px;
	}
	
	.service-title p{
		font-size: 13px;
	}
	
	.title{
		font-size: 40px;
	}
	
	.photo{
		width: 47%;
		height: 190px;
	}
	
	.title2{
		font-size: 30px;
	}
	
	.benefit{
		width: 100% !important;
		text-align: justify;
	}
	
	.benefit > img{
		width: 50px;
	}
	
	#benefits-image-background > div{
		width: 74%;
		height: 200%;
		top: calc(-50% - 18px);
		left: 9.5%;
		border: 18px solid #ff9501;
	}
	
	#swipe{
		height: 350px;
	}
	
	#swipe-images{
		width: 95%;
	}
	
	#swipe-before {
		width: 55%;
		height: 60%;
	}
	
	#swipe-after{
		height: 65%;
	}
	
	#contact-us{
		height: 400px;
	}
	
	#contact-us-image > div{
		width: 90%;
		height: 45%;
	}
	
	#contact-us-information br{
		display: none;
	}
	
	#contact-us-information img{
		height: 75px !important;
		margin-bottom: 25px;
	}
	
	 #background-schedule{
		 width: 90%;
	 }
	 
	 #background-wizard{
		 width: 90%;
	 }
	 
	 .sw>.nav {
		flex-direction: row!important;
	}
	
	.sw>.tab-content{
		padding: 0 15px;
	}
	
	.phase-content{
		padding: 15px 40px;
	}
	
	.phase-options {
		display: block;
		margin: 10px 20px;
	}
	
	#contact{
		height: 790px;
	}
	
	#contact > div:not(.title2){
		height: 75%;
	}
	
	#contact-form > div {
		width: 90%;
	}
	
	#correo-enviado{
		left: 0;
		top: 20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px){
	#main{
		background-attachment: initial;
	}
	
	#main-menu, #second-menu{
		font-size: 18px;
	}
	
	.menu > li{
		padding: 0px 10px;
	}
	
	#about-image > div:not(.bar), #services-image > div{
		width: 95%;
		height: auto;
	}
	
	#about-image img, #services-image img {
		width: 100% !important;
		height: auto;
	}
	
	.photo{
		width: 48%;
		height: 250px;
	}
	
	.benefit{
		text-align: justify;
	}
	
	.benefit > img {
		width: 50px;
		height: auto;
		margin: 0 20px;
	}
	
	#benefits-image-background > div{
		width: 60%;
		height: 210%;
		top: calc(-50% - 30px);
		left: 18.5%;
		border: 20px solid #ff9501;
	}
	
	#swipe{
		height: 400px;
	}
	
	#swipe-images{
		width: 90%;
	}
	
	#swipe-before {
		width: 50%;
		height: 58%;
	}
	
	#swipe-after {
		width: 60%;
		height: 70%;
	}
	
	#contact-us{
		height: 400px;
	}
	
	#contact-us-image > div{
		width: 90%;
		height: 45%;
	}
	
	#contact-us-information br{
		display: none;
	}
	
	#contact-us-information img{
		height: 75px !important;
		margin-bottom: 25px;
	}
	
	.phase-content{
		padding: 15px 15px;
	}
	
	.phase-options {
		display: block;
		margin: 10px 0px;
	}
	
	#contact{
		height: 645px;
	}
	
	#contact > div:not(.title2){
		height: 75%;
	}
	
	#contact-form > div {
		width: 90%;
	}
	
	#correo-enviado{
		top: 20px;
		left: 0;
	}
}

