@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;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;
  text-decoration:none;   
  font-family: 'Poppins', sans-serif;;
  font-weight: 300;
}

			
.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 {
display: table;
width: 100%;
height: 100%;
}
.align {
	display: table-cell; 
	vertical-align: middle;
}

.content-empty {
width: calc(100% - 16rem);
padding: 18rem 8rem 6rem 8rem;
text-align: center;
background-image: url("images/patch-gradient.svg");
background-position: left bottom -10rem;
background-repeat: no-repeat;
background-size: 100% auto;
}

.content {
width: calc(100% - 16rem);
padding: 6rem 8rem;
text-align: left;
background-image: url("images/patch-gradient.svg");
background-position: left bottom -10rem;
background-repeat: no-repeat;
background-size: 100% auto;
}
.wrapper {
width: 100%;
max-width: 120rem;
margin: auto;
}
header {
	width: calc(100% - 16rem);
    display: table;
	z-index: 50;
	top: 0;
	left: 0;
    padding: 0 8rem;
    padding-bottom: 0;
    height: 12rem;
    position: fixed;
    background-color: #FFF;
}
.header_small {
box-shadow: 0 5px 50px -10px rgba(0,0,0,0.5);
height: 8rem;
background-color: #FFF;
}


.logo {
display: inline-block;
vertical-align: middle;
width: 18rem;
}
.logo img {
width: 100%;
height: auto;
}
.logo_small {
width: 14rem;
}
.nav {
display: inline-block;
vertical-align: middle;
width: calc(100% - 28rem);
text-align: right;
}
.nav_small {
width: calc(100% - 24rem);
}
.whatsapp {
	color:transparent;
	background-color: #FFF;
	display:inline-block;
	cursor:pointer;
	border-radius: 50%;
	text-decoration:none;
	margin: 0 0 0 3rem;
	vertical-align: middle;
	background-position: center center;
	background-repeat: no-repeat;
    background-image: url("images/icon_whatsapp.svg");
    width: 6rem;
    height: 6rem;
    background-size: 80% auto;
    border: 0;
}

.menu, .bt-menu {
	font-size:1.4rem;
    margin-left: 3rem;
	color:#333;
	text-decoration:none;
	text-transform:uppercase;
    display: inline-block;
    vertical-align: top;
	cursor: pointer;
    letter-spacing: .2rem;
    position: relative;
}
.drop-menu {
display: none;
position: absolute; 
top: 0; 
z-index: 1;
text-align: center;
margin-top: 5.5rem;
left: -18rem;
width: 45rem;
box-shadow: 0 5px 50px -10px rgba(0,0,0,0.5);
background-color: #FFF;
}
.drop-view {
display: block;
}

.submenu {
width: 20rem;
padding: 1rem;
display: inline-block;
vertical-align: top;
text-align: center;
font-size:1.2rem;
line-height: 1.6rem;
text-decoration:none;
color:#333;
text-transform:initial !important;
letter-spacing: initial !important;
}
.submenu .img {
width: 100%;
padding-top: 60%;
background-color: aliceblue;
margin-bottom: 1rem;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}

footer {
width: 100%;
position: relative;
}
.tagline {
float: left; 
margin-right: 4rem;
width: 30rem;
}
.footer-cta {
width: 100%; 
height: 10rem; 
display: table; 
vertical-align: middle; 
text-align: center; 
background-image: url(images/bg-footer.jpg); 
background-position: center center; 
background-repeat: no-repeat; 
background-size: cover;
}
.footer-cta:hover {
box-shadow: 0 5px 50px -10px rgba(0,0,0,0.5);
transform: scale(1.05);
}
.footer-info {
width: calc(100% - 16rem); 
background-color: #FFF;
padding: 4rem 8rem;
}
.footer_column {
float: left; 
margin-right: 4rem;
padding-left: 4rem;
background-position: top left;
background-repeat: no-repeat;
background-size: 2rem auto;
}
.column, .call-whatsapp {
display: block;
margin-bottom: 6rem;
text-align: left;
padding-left: 6rem;
background-position: top left;
background-repeat: no-repeat;
background-size: 3.6rem auto;
min-height: 6rem;
}


.what-footer {
margin-left: 3rem; 
vertical-align: middle; 
display: inline-block;
}


/*MAIN BANNER*/
.main-banner {
width: 100%;
height: 100vh;
position: relative;
z-index: 2;
}
.main-banner .slide {
width: 100%; 
height: 100vh;
top: 0;
left: 0;
right: 0;
bottom: 0;
position: absolute;
z-index: 1;
padding: 0;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
}
.main-banner-txt {
position: absolute;
left: 8rem;
bottom: 4rem;
width: 50%;
}

.scroll {
position: absolute;
right: 8rem;
bottom: 4rem;
z-index: 10;
}
.vidcell {
top: 0;
left: 0;
width: 100%;
height: 100vh;
position: absolute;
z-index: 0;
}
.vidcell video {
width: 100%;
height: 100vh;
position: absolute;
object-fit: cover;
}



.interior-banner {
width: 100%;
margin: 12rem 0 0 0;
height: 30vw;
background-color: aliceblue;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
.banner-interior-patch {
position: absolute;
right: 0;
height: 60rem;
bottom: -30rem;
mix-blend-mode: multiply;
}
.banner-interior-patch img {
height: 100%;
width: auto;
}


/*SLIDES */
.slide-intro  {
background-color: #fff;
padding:  8rem;
position: relative;
width: calc(100% - 16rem);
text-align: center;
z-index: 1;
}
.slide-lineas {
padding:  8rem;
position: relative;
width: calc(100% - 16rem);
background-position: bottom right;
background-repeat: no-repeat;
z-index: 2;
background-color: #efefef;
}

.slide-frase {
background-color: #FFF;
position: relative;
padding: 0 8rem;
height: 50rem;
display: table;
width: calc(100% - 16rem);
text-align:right;
z-index: 3;
background-image: url("images/patch-dark.svg"), url("images/banner-frase.jpg?v=1.2");
background-position: right -60rem top -44rem, center center;
background-repeat: no-repeat;
background-size: 124rem auto, cover;
background-blend-mode: multiply;
}
.slide-testimonios {
position: relative;
padding: 8rem;
width: calc(100% - 16rem);
text-align:left;
}

.slide-blog {
background-color: #efefef;
position: relative;
padding: 6rem 8rem;
width: calc(100% - 16rem);
text-align:left;
}
.patch-banner-small {
position: absolute;
bottom: -10rem;
right: 0;
background-image: url("images/patch-green.svg");
width: 10rem;
height: 20rem;
background-position: top left;
background-repeat: no-repeat;
background-size: 100% auto;
z-index: 1;
}
.patch-banner {
position: absolute;
bottom: 0;
left: 0;
mix-blend-mode: multiply;
background-image: url("images/patch-blue.svg");
width: 30rem;
height: 30rem;
background-position: top left;
background-repeat: no-repeat;
background-size: 100% auto;
z-index: 1;
}
.patch-about {
position: absolute;
top: 0;
left: 0;
background-image: url("images/patch-blue.svg");
width: 30rem;
height: 30rem;
background-position: bottom left;
background-repeat: no-repeat;
background-size: 100% auto;
z-index: -1;
}
.patch-testi {
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(images/patch-dark.svg);
    width: 40rem;
    height: 40rem;
    background-position: bottom left -16.5rem;
    background-repeat: no-repeat;
    background-size: 124rem auto;
    opacity: .20;
}
.patch-lineas {
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url(images/patch-dark.svg);
    width: 50rem;
    height: 50rem;
    background-position: top left -8.25rem;
    background-repeat: no-repeat;
    background-size: 124rem auto;
    opacity: .10;
}



.thumb {
width: 100%;
margin-bottom: 4rem;
background-color:#FFF;
position: relative;
text-align: left;
overflow: hidden;
}
.thumb:hover .icon {
transform: scale(1.05);
box-shadow: 0 5px 50px -10px rgba(0,0,0,0.5);
}
.thumb .img {
float: left;
width: 40rem;
height: 40rem;
background-color: aliceblue;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.thumb .txt {
float: right;
width: calc(100% - 58rem);
height: 40rem;
display: table;
padding: 0 4rem 0 14rem;
}
.thumb .icon {
z-index: 2;
position: absolute;
width: 20rem;
height: 20rem;
top: 10rem;
left: 30rem;
background-color: #FFF;
border: solid .1rem #999;
display: table;
text-align: center;
}






.access {
width: calc(50% - 4.5rem);
margin-right: 8rem;
display: inline-table;
vertical-align: top;
position: relative;
z-index: 3;
text-align: left;
}
.access .img {
width: 100%;
padding-top: 60%;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-color: aliceblue;
margin-bottom: 4rem;
}
.access .txt {
width: 75%;
}
.access:hover .img {
transform: scale(1.05);
box-shadow: 0 5px 50px -10px rgba(0,0,0,0.5);
}




.thumb-blog {
width: calc(33.3333% - 3.6666rem);
padding: .5rem;
text-align: left;
float: left;
margin-right: 4rem;
margin-bottom: 4rem;
background-color: #FFF;
position: relative;
}

.thumb-blog:hover {
transform: scale(1.05);
box-shadow: 0 5px 50px -10px rgba(0,0,0,0.5);
}
.thumb-blog .img {
width: 100%;
padding-top: 60%;
position: relative;
background-color: aliceblue;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}

.thumb-blog .img .tag {
background-color: #FFF;
color: #333;
position: absolute;
top: .5rem;
left: .5rem;
font-size: 1.2rem;
text-decoration: none;
padding: .5rem 1rem;
font-weight: 500;
}
.thumb-blog .txt {
width: calc(100% - 4rem);
padding: 2rem;
position: relative;
padding-top: 0;
margin-top: -1.5rem;
}
.thumb-blog .txt {
margin-top: 2rem !important;
}



.icon_close, .icon_menu {
position: initial;
display: inline-block;
vertical-align: middle;
color: transparent !important;
text-decoration: none;
background-position: center center;
background-repeat: no-repeat;
background-size: 100% auto;
width: 4rem;
height: 4rem;
}

.icon_menu {
display: none;
position: absolute;
left: 2rem;
top: 2rem;
color: #666;
background-image: url(images/icon-menu.svg?v=1.2);
}

.icon_close {
display: none;
position: absolute;
top: 2rem;
right: 2rem;
background-image: url(images/icon-close.svg);
}

.bt-prev, .bt-next {
color: transparent;
text-decoration: none;
width: 3rem;
height: 3rem;
background-image: url("images/icon-prev.svg");
background-position: center center;
background-repeat: no-repeat;
background-size: 100% auto;
display: inline-block;
vertical-align: middle;
}
.bt-next {
background-image: url("images/icon-next.svg");
}

.min-autor {
width: 4rem;
height: 4rem;
background-color: antiquewhite;
margin-right: 1rem;
vertical-align: middle;
display: inline-block;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
border:solid .1rem #ccc; 
}




.art-top {
width: 100%; 
position: relative; 
text-align: left;
}

.art-content {
float: left; 
width: 60%;
}
.art-right {
position: sticky;
right: 4rem;
top: 16rem;
width: 30%;
float: right;
}
.art-bio {
width: calc(100% - 8rem);
background-color: rgba(28,55,100,.1); 
padding: 4rem;
text-align: center;
margin-top: 6rem;
}
.art-bio-face {
position: relative;
width: 12rem;
height: 12rem;
margin: auto;
margin-top: -10rem;
background-color: blue;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
margin-bottom: 2rem;
border:solid .1rem #ccc; 
}






.contact-left {
float: left; 
width: calc(100% - 46rem);
}
.contact-right {
float: right; 
width: 40rem;
}

.name-testi {
float: left;
}
.testi-img {
vertical-align: middle;
width: 30rem;
height: 30rem;
margin-right: 6rem;
display: inline-table;
text-align: center;
}
.testi-txt {
display: inline-block;
vertical-align: middle;
width: calc(100% - 56rem);
}


.bio-thumb {
width: 100%;
margin-bottom: 6rem;
}
.bio-img {
display: inline-block; 
vertical-align: middle; 
margin-right: 6rem; 
width: 30rem;
height: 30rem;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-color: aliceblue;
filter: grayscale(1);
}
.bio-img-color {
filter: grayscale(0);
box-shadow: 0 5px 50px -10px rgba(0,0,0,0.5);
-webkit-transition: all .25s ease-out;
  	-moz-transition: all .25s ease-out;
  	-o-transition: all .25s ease-out;
  	transition: all .25s ease-out;
}
.bio-txt {
display: inline-block; 
vertical-align: middle;  
width: calc(100% - 36.5rem);
}

.relatives {
background-color: #f1f1f1; 
width: calc(100% - 16rem); 
padding: 6rem 8rem; 
text-align: center;
}

.serv-thumb {
width: 100%;
margin-bottom: 6rem;
}
.serv-img {
display: inline-block; 
vertical-align: middle; 
margin-right: 6rem; 
width: calc(50% - 3.5rem);
background-color: aliceblue;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.serv-txt {
display: inline-block; 
vertical-align: middle;  
width: calc(50% - 3.5rem);
}
.about-wrap {
width: 80%;
}

.cta {
width: calc(100% - 16rem); 
background-color: #333; 
padding: 6rem 8rem;
}
.cta-tittle {
display: inline-block; 
vertical-align: top; 
width: 50rem;
}
.cta-txt {
display: inline-block; 
vertical-align: top; 
width: calc(100% - 51rem);
}


/* FONTS */

.t1 {
	font-size:4.6rem;
	line-height: 5.4rem;
}

.t2 {
	font-size:3.6rem;
	line-height: 3.6rem;
}
.t3 {
	font-size:3rem;
	line-height: 3.6rem;
}
.t4 {
	font-size:2.4rem;
	line-height: 3rem;
}
.t5 {
	font-size:1.8rem;
	line-height: 2.6rem;
}
.t6 {
	font-size:1.4rem;
	line-height: 2rem;
}
.white {
	color:#FFF;
}
.black {
color: #333;
}




/* REDES */

.redes, .redes-small {
	color:transparent;
	background-color: #FFF;
	display:inline-block;
	cursor:pointer;
	border-radius: 50%;
	width: 5rem;
	height: 5rem;
	text-decoration:none;
	margin: 0 0 0 3rem;
	vertical-align: middle;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 60% auto;
}
.redes:hover {
transform: scale(1.1);
}
.redes-small {
	background-color: transparent;
	border-radius: initial;
	width: 3em;
	height: 3rem;
	margin: 0 ;
	background-size: auto 80%;
}

.instagram {
background-image: url(images/icon-in.svg?v=1.3);
}
.instagram:hover {
background-image: url(images/icon-in-color.svg?v=1.3);
}

.facebook {
background-image: url(images/icon-fb.svg?v=1.3);
}
.facebook:hover {
background-image: url(images/icon-fb-color.svg?v=1.3);
}

.tiktok {
background-image: url(images/icon-tk.svg?v=1.3);
}
.tiktok:hover {
background-image: url(images/icon-tk-color.svg?v=1.3);
}

.linkedin {
background-image: url(images/icon-ld.svg?v=1.3);
}
.linkedin:hover {
background-image: url(images/icon-ld-color.svg?v=1.3);
}






.bt-outline, .bt-outline-white, .bt-white, .bt-go, .bt-ld, .bt-back {
font-size:1.2rem;
text-align: center;
text-decoration: none;
height: 3.6rem;
padding: 1.4rem 2rem 0 2rem;
font-weight: 600;
letter-spacing: .25rem;
display: inline-block;
text-transform: uppercase;
vertical-align: middle;
background-color: transparent;
color: #333;
border: solid #333 .1rem;
}
.bt-outline-white {
color: #FFF;
border: solid #FFF .1rem;
}
.bt-white {
color: #333;
background-color: #FFF;
border: solid #FFF .1rem;
}
.bt-go {
border: none;
border-bottom: solid #333 .1rem;
padding: 1rem 6rem 0 0;
height: 2.6rem;
text-align: left;
background-image: url("images/arrow-right-black.svg");
background-position: right center;
background-repeat: no-repeat;
background-size: 1.6rem auto;
}
.bt-back {
opacity: .25;
border: none;
border-bottom: solid #333 .1rem;
padding: 1rem 6rem 0 0;
height: 2.6rem;
width: calc(100% - 6rem);
text-align: left;
background-image: url("images/arrow-left-black.svg");
background-position: right center;
background-repeat: no-repeat;
background-size: 1.6rem auto;
margin-top: 1rem;
}
.bt-back:hover {
opacity: 1;
}
.bt-ld {
float: right;
margin-left: 4rem;
position: relative;
border: none;
border-bottom: solid #333 .1rem;
text-align: left;
background-image: url("images/arrow-right-black.svg");
background-position: right center;
background-repeat: no-repeat;
background-size: 1.6rem auto;
padding: 0 6rem 0 0;
height: initial;
}
.bt-ld img {
width: 3rem;
height: auto;
margin-left: -4rem;
margin-right: 1rem;
display: inline-block;
vertical-align: middle;
}


/* FORM*/



.field_box, .field_box_search, .area_box {
padding: 1.5rem;
background-color: #FFF;
text-align: left;
width: calc(50% - 3.95rem);
margin-right: 1.5rem;
margin-bottom: 1.5rem;
float: left;
border: solid #999 .1rem;
}
.area_box {
width: calc(100% - 3rem);
margin-right: 0;
}
.field_box_search {
width: 30rem;
margin-right: 0;
display: inline-block;
vertical-align: middle;
float: none;
margin-bottom: 0;
}


.field, .area, .drop, .field-search {
	border: none;
	color:#333;
	width:100%;
	height: 3rem;
	text-decoration:none;
	font-size:1.6rem;
	background-color: transparent;
	display: block;
	outline:none;
    appearance:none;
	resize:none;
}
.field-search {
	width:calc(100% - 5rem);
    display: inline-block;
    vertical-align: middle;
    height: 2.6rem
}
.area {
height: 20rem;
resize: none;
}
.drop {
width: 30rem;
padding: 0 6rem 0 2rem;
background-image: url("images/arrow-down-black.svg");
background-repeat: no-repeat;
background-position: right 2rem center;
background-size: 2rem auto;
height: 6rem;
margin-right: 2rem;
display: inline-block; 
vertical-align: middle;
background-color: #FFF;
border: solid #999 .1rem;
}

.send_wrapper {
margin: auto; 
width: 50%;
}
.send {
	color:#FFF;
    background-color: #333;
	text-decoration:none;
	width: 100%;
    text-align: center;
	border: none;
	display:block;
	cursor:pointer;
	height: 6rem;
    letter-spacing: .2rem;
	font-size:1.6rem;
	font-weight: 600;
	-webkit-appearance:none;
     -moz-appearance:none;
    appearance:none;
	margin: auto;
}
.bt-buscar {
	color:transparent;
    background-color: transparent;
	text-decoration:none;
	width: 2.6rem;
    height: 2.6rem;
    text-align: center;
	border: none;
	display:inline-block;
    vertical-align: middle;
	cursor:pointer;
	-webkit-appearance:none;
     -moz-appearance:none;
    appearance:none;
    background-image: url("images/icon-search.svg");
    background-position: center center;
    background-size: 90% auto;
    background-repeat: no-repeat;
}

.send:hover {
transform: scale(1.015);
}


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



	label.error  {
		color: red;
		font-style: italic; 
		display:inline-block;
	}
	  
	form  label.error  {
		display:none !important;
	}
	  
	form  input.error,
	form  textarea.error,
	form  select.error{
		background-color:#FFC6C6 !important;
	}






.panelBaner {
	position: relative;
}

.bx-controls {
    z-index: 6 !important;
    position: absolute !important;
    left: 4rem !important;
    bottom: 12rem !important;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-controls-direction {
    display: inline-block;
    vertical-align: middle;
}
.bx-wrapper .bx-controls-direction a {
    display: inline-block;
	width: 4rem !important;
	height: 3rem !important;
    color: transparent;
    text-decoration: none;
    background-size: 100% auto;
}

.bx-wrapper .bx-prev {
	background-image: url('images/arrow-left-white.svg'); 
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 4rem;
}
.bx-wrapper .bx-next {
	background-image: url('images/arrow-right-white.svg'); 
}

.bx-wrapper .bx-prev-black {
	background-image: url('images/arrow-left-black.svg'); 
}
.bx-wrapper .bx-next-black {
	background-image: url('images/arrow-right-black.svg'); 
}


.bx-wrapper {
	z-index: 5;
}
/* PAGER */
.bx-wrapper .bx-pager { 
display: none !important;
	display: inline-block;
    vertical-align: middle;
    margin-right: 4rem;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background-color:rgba(255,255,255,.5);
	text-indent: -9999px;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.dot-color-trans {
background-color:rgba(0,0,0,.5);
}

.bx-pager-item {
display: inline-block;
vertical-align: middle; 
margin: .5rem;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: #fff;
}
.dot-color {
background-color:rgba(0,0,0,1);
}

.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
}
}



@media (min-width: 651px) and (max-width: 1350px) {
html, body {
	font-size:9px;
}
}

@media (min-width: 1500px) {
html, body {
	font-size:10px;
}
}

@media (min-width: 1700px) {
html, body {
	font-size:11px;
}	
}

@media (min-width: 2000px) {
html, body {
	font-size:12px;
}
}

@media (min-width: 2400px) {
html, body {
	font-size:13px;
}
}

@media (min-width: 2800px) {
html, body {
	font-size:14px;
}
}




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


.icon_close, .icon_menu {
display: block;
}

/*HEADER*/

header {
	width:  calc(100% - 4rem);
	height: 8rem !important;
	padding: 1rem 2rem;
}

.logo {
    float: none;
    margin: auto;
    width: 15rem;
    display: block;
}
.nav {
	width: calc(100% - 4rem) !important;
    padding: 2rem;
	float: none;
    display: table;
	position: fixed;
	text-align: center;
	background-color: #333;
	height: calc(100vh - 4rem) !important;
	z-index: 100;
	top: 0;
	left: -100%;
}
.nav .align {
	float: none !important;
}
.menu, .bt-menu {
    margin-left: 0;
    margin-bottom: 2rem;
    display: block;
    font-size:2.2rem;
    color: #FFF !important;
}

.drop-menu {
display: block !important;
position: initial; 
box-shadow: initial !important;
background-color:transparent !important;
left: initial !important;
width: 80% !important;
margin: auto;
}


.submenu {
width: 20rem;
padding: 1rem;
display: inline-block;
vertical-align: top;
text-align: center;
font-size:1.8rem;
line-height: 2.4rem;
text-decoration:none;
color:#FFF !important;
text-transform:initial !important;
letter-spacing: initial !important;
}
.submenu .img {
display: none;
}

.whatsapp {
position: absolute;
top: 1rem;
right: 2rem;
}


.content  {
width: calc(100% - 4rem);
padding: 4rem 2rem;
}
.content-empty {
width: calc(100% - 4rem);
padding: 12rem 2rem;
}


.tagline {
float: none; 
margin-right: 0;
width: 80%;
margin: auto;
margin-bottom: 4rem;
}
.footer-cta {
height: 20rem; 
}
.footer-info {
width: calc(100% - 4rem); 
padding: 4rem 2rem;
}
.footer_column {
float: none !important; 
margin-right: 0;
margin-bottom: 4rem;
}

.column, .call-whatsapp {
margin-bottom: 4rem;
}
.what-footer {
display: block;
margin: auto;
margin-top: 3rem;
}




/*MAIN BANNER*/
.thumb-blog {
width: calc(100% - 1rem);
margin-right: 0;
margin-bottom: 4rem;
float: none;
}

.field_box, .field_box_full, .area_box {
padding: 1.5rem;
width: calc(100% - 3rem);
margin-right: 0;
float: none;
}
.send_wrapper {
width: 100%;
}

.contact-left, .contact-right  {
float: none; 
width:100%;
}
.contact-left  {
margin-bottom: 4rem;
}
.main-banner-txt {
left: 2rem;
bottom: 12rem;
width: calc(100% - 6rem);
}

.scroll {
right: 2rem;
bottom: 12rem;
}
.t1 {
	font-size:3.2rem;
	line-height: 4.2rem;
}

.t2 {
	font-size:3rem;
	line-height: 3.4rem;
}
.t3 {
	font-size:2.6rem;
	line-height: 3rem;
}

/*SLIDES */
.slide-intro  {
padding:  4rem 2rem;
width: calc(100% - 4rem);
}
.slide-lineas {
padding:  4rem 2rem;
width: calc(100% - 4rem);
}

.slide-frase {
padding: 4rem 2rem;
height: initial;
width: calc(100% - 4rem);
text-align:center;
background-image:  url("images/banner-frase.jpg?v=1.2");
background-position: center center;
background-size: cover;
background-color: #3957a6;
background-blend-mode: multiply;
}
.slide-testimonios {
padding: 4rem 2rem;
width: calc(100% - 4rem);
text-align:center;
}

.slide-blog {
text-align: center;
padding: 4rem 2rem;
width: calc(100% - 4rem);
}

.patch-banner-small {
bottom: -5rem;
width: 5rem;
height: 10rem;
}
.patch-banner {
width: 15rem;
height: 15rem;
}
.patch-about {
width: 15rem;
height: 15rem;
}

.access {
width: 100%;
margin-right: 0;
text-align: center;
margin-bottom: 4rem;
}
.access .txt {
width: 100%;
}
.testi-img {
margin: auto;
width: 30rem;
height: 30rem;
margin-bottom: 4rem;
}
.testi-txt {
display: block;
width: 100%;
}
.name-testi {
float: none;
margin-bottom: 2rem;
}
.testi-txt .bt-go {
float: none !important;
}
.slide-blog .bt-go {
float: none !important;
}

.interior-banner {
margin: 12rem 0 0 0;
height: 60vw;
}
.banner-interior-patch {
height: 20rem;
bottom: -10rem;
}
.about-wrap {
width: 100%;
}
.bio-thumb {
margin-bottom: 4rem;
}
.bio-img {
display: block; 
margin: auto;
margin-bottom: 3rem;
}
.bio-txt {
display: block; 
width: 100%;
text-align: center;
}
.bio-txt .name {
float: none !important;
margin-bottom: 2rem;
display: block;
}
.bio-txt .bt-ld {
float: none !important;
}
.serv-thumb {
margin-bottom: 4rem;
}
.serv-img {
display: block; 
margin-right: 0; 
width: 100%;
margin-bottom: 3rem;
}
.serv-txt {
display: block; 
width: 100%;
}

.relatives {
width: calc(100% - 4rem); 
padding: 4rem 2rem; 
}



.thumb .img {
float: none;
width: 100%;
height: 90vw;
}
.thumb .txt {
float: none;
width: calc(100% - 4rem);
height: initial;
display: table;
padding: 2rem;
padding-top: 7rem;
}
.thumb .icon {
width: 10rem;
height: 10rem;
top: calc(90vw - 5rem);
left: 50%;
margin-left: -5rem;
}


.art-content {
float: none; 
width: 100%;
}
.art-bio {
width: calc(100% - 4rem);
padding: 2rem;
margin-top: 15rem;
}
.art-right {
width: 100%;
float: none;
position: initial;
}
.patch-lineas, .patch-testi {
display: none;
}
.brake {
display: none;
}
.field_box_search {
width: calc(100% - 3rem);
        margin-top: 2rem;
}

.drop {
    margin-right: 0;
    width: 100%;
}
    
    .boxSlider .slide {
    width: calc(100vw - 4rem) !important;
    padding: 0 2rem !important;
}

.cta {
width: calc(100% - 4rem); 
padding: 4rem 2rem;
}
.cta-tittle {
width: 100%;
margin-bottom: 4rem;
}
.cta-txt {
display: block; 
width: 100%;
}
    
}