@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');
/* CSS Document */


html, body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
		font-size:10px;
}


.animation {
		-webkit-transition: all .25s ease-out;
  	-moz-transition: all .25s ease-out;
  	-o-transition: all .25s ease-out;
  	transition: all .25s ease-out;
}
.main_align {
width: 100%;
height: 100%;
display: table;
}
.align {
	display: table-cell; 
	vertical-align: middle;
}

/*HEADER*/
header {
	width:  calc(100vw - 150px);
	padding: 0 75px 0 75px;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	height: 125px;
	background-color: #FFF;
	display: table;
}
.headersmall {
background-color: #FFF;
height: 75px;
border-bottom: 1px solid #666;
}
header .logo {
	float: left;
	width: 250px;
	display: table;
	height: 100%;
}
header .logosmall {
	width: 200px;
}

header .nav {
	width: calc(100% - 300px);
	float: right;
	text-align: right;
	height: 100%;
	display: table;
}

.mainlogo {
width: 100%;
height: auto;
}

.footer_item {
display: block;
margin-bottom: 25px;
}


/*MAIN BANNER*/
.main_banner {
width: 100vw; 
height: 40vw;
position: relative;
left: 0;
margin-top: 125px;
}

.main_banner .slide {
width: 100%; 
height: 40vw;
position: relative;
}
.slide .img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position:absolute;
	width: 100vw;
	height: 40vw;
	z-index: 1;
}
.txt {
padding: 0 50px 0 50px;
width: calc(30vw - 100px); 
height: 40vw; 
display: table; 
position: absolute; 
z-index: 3;
top: 0; 
right: 0;
}
.shadow {
width: 30vw; 
height: 40vw; 
mix-blend-mode: multiply;
z-index: 2;
position: absolute; 
top: 0; 
right: 0;
}



/*SLIDES */
.slide_nosotros, .slide_servicios, .slide_clientes, .slide_contacto {
padding: 0;
width: 100%;
position: relative;
}

.slide_footer {
width: calc(100% - 50px); 
height: 50px; 
text-align: center; 
padding: 0 25px 0 25px; 
display: table; 
background-color: #FFF;
}

.slide_nosotros {
width: calc(100vw - 75px);
padding: 0 0 50px 75px;
}
.slide_nosotros {
background-image: url(images/texture.png);
background-position: right 50px top;
background-repeat: no-repeat;
background-size: auto 110vh;
background-attachment: fixed;
}
.servicemain {
text-align: center;
width: calc(100% - 150px); 
background-color:#666; 
height: 40vw; 
display: table; 
padding: 0 75px 0 75px; 
background-image: url(images/bg_tasacion.jpg); 
background-position: center center; 
background-repeat: no-repeat; 
background-size: cover; 
background-blend-mode: multiply; 
background-attachment: fixed;
}
.slide_contacto {
background-image: url(images/img_contact.jpg); 
background-position: center center; 
background-repeat: no-repeat; 
background-size: cover;
background-color: #8a8a88;
background-blend-mode: multiply;
background-attachment: fixed;
}
.bio {
width: 50%;
float: left;
padding: 75px 0 75px 0;
}
/*
.img {
width: 50%;
float: right;
text-align: center;
padding-top: 50px;
position: relative;
}

.gaby {
height: 500px;
width: auto;
display: block; 
margin: auto;
}
*/
.clients {
vertical-align: middle;
margin: 0 25px 0 25px;
mix-blend-mode: multiply;
filter: grayscale(100%);
}
.clients:hover {
filter: grayscale(0);
}

/*
.slide_testimonios .bx-wrapper {
width: 100% !important;
float: initial !important;
}
.slide_programas .bx-wrapper {
width: 100% !important;
float: initial !important;
position: relative !important;
margin-top: 150px;
}
.slide_programas {
text-align: center;
position: relative;
padding: 150px 0 50px 0;
}
.slide_programas .bx-wrapper {
z-index: 2;
}
.slide_programas .bx-controls {
bottom: 0;;
position: absolute;
left: calc(50% - 100px);
right: calc(50% - 100px);
}


.programa {
width: 100%;
background-color: #ccc;
max-width: 1000px;
margin: auto;
}
.programa_left {
width: 50%;
float: left;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.programa_right {
width: 50%;
float: right;
}
.programa_content {
width: 100%; 
padding-top: 100%;
position: relative;
}
.programa_wrapper {
position: absolute; 
top: 0;
left: 0; 
right: 0; 
bottom: 0; 
padding: 50px;
}
*/
.slide_clientes {
width: 100%;
padding: 75px 0 75px 0;
text-align: center;
background-color: #FFF;
}


.thumb {
width: 33.3333%; 
float: left; 
padding-top: 30vw;
position: relative;
}
.thumb_img {
position: absolute; 
z-index: 1; 
top: 0;
left: 0; 
right: 0; 
bottom: 0;
background-position: center center; 
background-repeat: no-repeat; 
background-size: cover;
filter: grayscale(1);
}
.thumb:hover .thumb_img {
filter: grayscale(0);
}
.thumb_bg {
position: absolute; 
z-index: 2; 
top: 0;
left: 0; 
right: 0; 
bottom: 0;  
mix-blend-mode: multiply;
background-color: rgba(0,0,0,.6) !important;
}
.thumb:hover .thumb_bg {
background-color: rgba(0,0,0,.3) !important;
}
.thumb_tittle {
position: absolute; 
z-index: 3; 
top: 0;
left: 0; 
right: 0; 
bottom: 0;
padding: 50px;
}

.go {
display: none;
margin: auto;
width: 30px;
height: auto;
margin-top: 25px;
}
.thumb:hover .go {
display: inline-block;
}

.otherservices {
width: calc(100% - 150px); 
padding: 75px 75px 0 75px;
}

/*

.thumb_blog {
width: calc(25% - 15px); 
margin-right: 20px; 
float: left;
background-color: aliceblue;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.shadow_blog {
background-image: url(images/shadow.png);
background-position: left bottom -25px;
background-repeat: no-repeat;
background-size: 100% 200px;
width: 100%; 
padding-top: 100%; 
position: relative; 
text-align: left;
}
.tittle_blog {
position: absolute; 
bottom: 0; 
left: 0; 
right: 0;
padding: 25px;
}

.testimonio {
padding: 0 300px 0 150px;
}
.testi_img {
width: 200px; 
height: 200px; 
border-radius: 100px; 
background-color: #ccc; 
display: inline-block; 
vertical-align: middle; 
margin-right: 75px;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.testi_txt {
display: inline-block; 
vertical-align: middle; 
width: calc(100% - 280px);
}

.workshop_texture {
width: 100%; 
height: 20vw; 
position: absolute; 
top: 0; 
left: 0; 
background-color: #8a8a88; 
z-index: -1; 
padding-top: 50px;
background-image: url(images/texture.png); 
background-position: center center;
background-size: 350px auto; 
background-repeat: repeat;
}
*/

.contact_img {
padding: 50px;
width: 400px; 
display: table;
float: left; 
height: 550px; 
}
.contact_form {
width: calc(100% - 600px); 
height: 650px; 
padding: 0 50px 0 50px; 
float: left; 
display: table;
}


.detalle_servicio {
width: 100vw; 
height: 100vh;
top: 0;
right: -100vw;
position: fixed; 
z-index: 15;
background-color: rgba(0,0,0,.85);
}
.logo_vertical {
position: absolute;
z-index: 20;
top: 50px;
left: 50px;
}
.detalle_servicio_content {
width:75%; 
height: 100vh; 
float: right; 
background-color: #FFF;
overflow-y: scroll;
}
.detalle_servicio_wrapper {
padding: 100px 150px 100px 100px; 
}
.shadow_servicio {
height: 100vh; 
width: 25%;
top: 0;
left: 0; 
float: left;
color: transparent;
text-decoration: none;
}

.icon_close, .icon_menu, .icon_close_menu {
display: block;
float: right;
width: 40px;
height: 40px;
text-decoration: none;
background-position: center center;
background-repeat: no-repeat;
background-size: 100% auto;
color: transparent;
position: absolute;
right: 50px;
top: 50px;
background-image: url(images/icon_close.png);
}
.icon_close_menu {
display: none;
top: 25px;
right: 25px;
}
.icon_menu {
background-image: url(images/icon_menu_black.png);
display: none;
top: 17px;
right: 25px;
}

.benefits {
width: 100%; 
background-color: #000; 
padding: 50px;
background-image: url(images/texture_white.png);
background-position: right 50px top;
background-repeat: no-repeat;
background-size: auto 110vh;
background-attachment: fixed;
}
.tab {
display: inline-block; 
margin-right: 25px; 
vertical-align: middle;
padding-left: 60px;
margin-bottom: 50px;
padding-top: 10px;
padding-bottom: 10px;
width: calc(25% - 90px);
background-position: left top;
background-repeat: no-repeat;
background-size: 40px auto;
}

.tas_item {
width: calc(33.3333% - 80px); 
float: left; 
margin-right: 30px; 
margin-bottom: 30px;
text-align: left;
padding-left: 60px;
background-position: left top;
background-repeat: no-repeat;
background-size: 40px auto;
}

.columna {
width: 30%; 
float: left; 
margin-right: 5%;
}
/*
.categoria {
	display:block;
	width: calc(100% - 40px);
	text-align: left;
	text-decoration:none;
	cursor:pointer;
	background-image: url(images/arrow_down_black.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 20px auto;
	border-top: 1px solid #ccc;
	padding: 20px 40px 20px 0;
	}

.detalle {
	text-align: left;
	overflow: hidden;
	width: 100%;
	clear: both;
	display:block;
	padding-bottom: 20px;
}

.patch {
width: 25vw;
height: 100%; 
background-color: #f4a612; 
position: absolute; 
right: 0; 
top: 0; 
z-index: -1; 
}
*/
/* FONTS */

.menu, .menu_reserva {
	font-family: 'Nunito', sans-serif;
	font-size:1.6rem;
	color:#000;
	text-decoration:none;
	letter-spacing:2px;
	text-transform:uppercase;
	display: inline-block;
	margin-left: 30px;
	vertical-align: middle;
}
.menu_reserva {
color: #FFF; 
margin-left: 100px;
}

.menu_reserva_effect {
margin-left: 50px;
height: 35px;
padding: 15px 25px 0 25px;
background-color: #f2f2f2;
border-radius: 25px;
border: none;
animation-name: coloring;
animation-duration: 5s;
animation-iteration-count: infinite;
}

@keyframes coloring {
  0%   {background-color: #f9c96a;}
  25%  {background-color: #f6a812;}
  50%  {background-color: #dbafcc;}
		75%  {background-color: #cedc7f;}
		100%  {background-color: #f9c96a;}
}


.credito {
	font-family: 'Nunito', sans-serif;
	font-size:1rem;
	color:#000;
	text-decoration:none;
	opacity:.75;
	letter-spacing:2px;
	text-transform:uppercase;
}
.t1, .t2, .t3, .t4, .t5, .t6, .t8 {
text-decoration:none;
font-family: 'Nunito', sans-serif;
font-weight: 300;
}
.t1 {
	font-size:4rem;
	line-height: 4rem;
	font-weight: 300;
}
.t2 {
	font-size:3rem;
	line-height: 3rem;
	font-weight: 300;
}
.t3 {
	font-size:1.6rem;
	line-height: 2.4rem;
}
.t4 {
	font-size:1.2rem;
	line-height: 2rem;
}
.t5 {
	font-size:2rem;
	line-height: 2rem;
}

.t8 {
	font-size:5rem;
	line-height: 4rem;
	font-weight: 300;
}
.white {
	color:#FFF;
}
.black {
color:#000;
}



.bt_grey, .bt_white {
display: inline-block;
vertical-align: middle;
text-decoration: none;
font-weight: 700;
height: 35px;
padding: 15px 25px 0 25px;
background-color: #f2f2f2;
font-family: 'Nunito', sans-serif;
font-size:1.4rem;
color: #000;
letter-spacing: 3px;
border-radius: 25px;
text-transform: uppercase;
border: none;
}

.bt_grey:hover {
transform: scale(1.05);
}
.bt_white {
background-color: #fFF;
color: #000;
}


/*
.bt_language {
vertical-align: middle;
display: inline-block;
margin-left: 25px;
width: 36px;
height: 26px;
padding-top: 10px;
border-radius: 18px;
background-color: #FFF;
border: solid 1px #999;
text-align: center;
text-decoration:none;
font-family: 'Nunito', sans-serif;
color: #666;
letter-spacing: 2px;
font-size:1.2rem;
font-weight: 700;
}
.bt_language:hover {
transform: scale(1.1);
}
*/



/* REDES */

.instagram, .whatsapp {
	color:transparent;
	display:inline-block;
	cursor:pointer;
	width: 50px;
	height: 50px;
	text-decoration:none;
	vertical-align: middle;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin-left: 50px;
}

.instagram {
background-image: url(images/icon_in_white.png);
}
.instagram:hover {
transform: scale(1.10);
}
.whatsapp {
background-image: url(images/icon_whatsapp.png);
}
.whatsapp:hover {
transform: scale(1.10);
}
/* FORM*/

.form_left {
float: left; 
width: calc(50% - 5px); 
margin-right: 10px;
}
.form_right {
float: left; 
width: calc(50% - 5px);
}
/*
.drop {
padding: 0 10px 0 10px;
	border: none;
	color:#666;
	width: calc(100% - 10px);
	height: 75px;
	text-decoration:none;
	font-family: 'Nunito', sans-serif;
	font-size:2rem;
	font-weight:700;
	display: block;
	outline:none;
	border-radius: 0;
	-webkit-appearance:none;
 -moz-appearance:none;
 appearance:none;
	resize:none;
	margin-bottom: 10px;
	background-position: right 25px center;
	background-repeat: no-repeat;
	background-size: 50px auto;
	background-image: url(images/arrow_down_black.png);
}
*/
.field_box, .area_box {
border: solid 1px #ccc;
width: calc(100% - 22px);
margin: 0 0 10px 0;
padding: 10px;
background-color: #fff;
display: block;
text-align: left;
}
.field, .area {
	border: none;
	color:#666;
	width:100%;
	height: 30px;
	text-decoration:none;
	font-family: 'Nunito', sans-serif;
	font-size:1.6rem;
	font-weight:400;
	display: block;
	outline:none;
	border-radius: 0;
	-webkit-appearance:none;
 -moz-appearance:none;
 appearance:none;
	resize:none;
}
.area {
resize: none;
height: 200px;
}
.send {
	color:#FFF;
	background-color: #8a8a88;
	text-decoration:none;
	width:calc(100% - 5px);
	border: none;
	text-align:center;
	display:block;
	cursor:pointer;
	height: 50px;
	font-family: 'Nunito', sans-serif;
	font-size:1.4rem;
	letter-spacing: 3px;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-appearance:none;
 -moz-appearance:none;
 appearance:none;
}
.send:hover {
animation-name: coloringsend;
animation-duration: 5s;
animation-iteration-count: infinite;
}

@keyframes coloringsend {
  0%   {background-color: #055da4;}
  50%  {background-color: #e5242d;}
		100%  {background-color: #055da4;}
}


.result_box {
width: 100%; 
min-height: 300px; 
text-align: center;
display: table;
}


.panelBaner{
	position: relative;
}

/*
.panelBaner .bx-controls{
	 
}
*/

 .bx-wrapper .bx-controls-direction a { 
	 top: inherit;
	 margin-top: 0px; 
	 bottom: 20px;
}

.bx-wrapper .bx-prev, .bx-wrapper .bx-next {

}
 .bx-wrapper {
/*width: calc(100% - 75px); */
float: left;
width: 100%;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 30px;
	background: url('images/arrow_left.png') no-repeat center center; 
}
.bx-wrapper .bx-next {
	right: 30px;
	background: url('images/arrow_right.png') no-repeat center center; 
}

.bx-wrapper .bx-controls-direction a {
	width: 50px !important;
	height: 50px !important;
	background-size: contain;
}

/* PAGER */
.bx-wrapper .bx-pager { 
	display: none;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: rgba(255,255,255,.5);
	text-indent: -9999px;
	display: block;
	width: 16px;
	height: 16px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff;
}

.panelBaner .bx-wrapper, .panelBaner .bx-viewport, .panelBaner .boxSlider, .panelBaner .slide{
	position:absolute !important;
	left:0px;
	top:0px;
	width:100% !important;
	height:100% !important;
}
.panelBaner .bx-wrapper{
	z-index:0;
}
@media screen and (max-width: 600px) {
.panelBaner .bx-controls .bx-controls-direction {
	display:none !important
}
}


.main_banner .bx-controls-direction {
display: none !important;
}


@media screen and (max-width: 900px) {

/*HEADER*/
header {
	width:  calc(100vw - 50px);
	padding: 0 25px 0 25px !important;
	height: 100px;
}
.headersmall {
height: 75px;
}
header .logo {
	width: 200px;
}
header .logosmall {
	width: 175px;
}

header .nav {
position: fixed;
width: 100vw;
height: 100vh;
top: 0;
right: -100vw;
z-index: 100;
background-color: #FFF;
text-align: center;
}

/*MAIN BANNER*/
.main_banner {
height: 90vw;
margin-top: 100px;
}
.main_banner .slide {
height: 90vw;
}
.slide .img {
	height: 90vw;
}
.txt {
padding: 0 50px 0 50px;
width: calc(100vw - 100px); 
height: 90vw; 
}
.shadow {
width: 100vw; 
height: 90vw; 
}

/*SLIDES */

.slide_nosotros, .slide_servicios  {
width: 100vw;
padding: 0;
background-image: none;
}
.slide_programas {
padding: 0 0 50px 0;
}

.slide_instagram {
width: calc(100vw - 100px);
padding: 50px;
}



.bio {
width: calc(100% - 100px);
float: none;
padding: 50px;
}

.benefits {
width: calc(100% - 50px); 
padding: 25px;
}
.tab {
display: block; 
margin-right: 0; 
width: calc(100% - 90px);

}

.tas_item {
width: calc(100% - 60px); 
float: none; 
margin-right: 0; 
}

.servicemain {
width: calc(100% - 100px); 
height: initial; 
padding: 50px; 
}

.thumb {
width: 100%; 
float: none; 
padding-top: 100vw;
}

.thumb_tittle {
padding: 50px;
}


.thumb_blog {
width: 100%; 
margin-right: 0; 
float: none;
}


.otherservices {
width: calc(100% - 50px); 
padding: 25px;
}

.contact_img {
padding: 25px;
width: calc(100% - 50px); 
float: none; 
height: initial;
}
.contact_form {
width: calc(100% - 50px); 
height: initial; 
padding: 25px; 
float: none; 
}


.logo_vertical {
display: none;
}
.detalle_servicio_content {
width:100vw; 
float: none; 
}
.detalle_servicio_wrapper {
padding: 75px 25px 50px 25px; 
}
.shadow_servicio {
display: none;
}

.icon_close, .icon_close_menu {
display: block;
top: 25px;
right: 25px;
}
.icon_menu {
display: block;
}
.patch {
display: none !important;
}



.field_box {
width: calc(100% - 22px);
margin: 0 0 10px 0;
display: block;
}

 .bx-wrapper {
width: 100%; 
}

.menu {
	font-size:2rem;
	display: block;
	margin-left: 0;
	margin-bottom: 25px;
}


.menu_reserva {
	font-size:1.6rem;
	display: inline-block;
color: #FFF; 
margin-left: 0;
background-color: #f2f2f2;
border: none;
animation-name: coloring;
animation-duration: 5s;
animation-iteration-count: infinite;
height: 35px;
padding: 15px 25px 0 25px;
border-radius: 25px;
}


.t1 {
	font-size:3.5rem;
	line-height: 3.5rem;
}
.t2 {
	font-size:2.6rem;
	line-height: 2.6rem;
}
.t3 {
	font-size:1.4rem;
	line-height: 2.4rem;
}
.t5 {
	font-size:1.6rem;
	line-height: 2rem;
}

.t8 {
	font-size:5rem;
	line-height: 4rem;
}
.form_left, .form_right {
float: none; 
width: 100%; 
margin-right: 0;
}
/*
.drop {
	font-size:1.6rem;
	background-position: right 10px center;
	background-size: 25px auto;
}
*/

.footer_item {
display: block;
margin-right: 0;
margin-bottom: 25px;
}

.programa_wrapper {
padding: 25px;
}

.slide_testimonios .bx-wrapper .bx-controls-direction a {
    margin-top: 0;
    bottom: initial;
    top: 150px;
}
.slide_testimonios .bx-wrapper .bx-prev {
	right: initial;
}
.slide_testimonios .bx-wrapper .bx-next {
	right: 0;
}
.columna {
width: 100%; 
float: none; 
margin-right: 0;
}
}