@media (max-width: 768px) {
	* {
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}

	:after, :before {
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}

	body {
		background: #ececec;
		font-family: 'Barlow', Trebuchet, sans-serif;
		font-size: 13px;
		margin: 0;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }
	img { border: 0px; }
	div { display: block; }

	#wraper {
		width: 100%; 
		margin: 0px;
		padding: 0;
	    margin-right: auto;
	    margin-left: auto;
	}

	.fleft {
		float: none;
		display: block;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

	.fright {
		float: none;
		display: block;
	}

	#header {
		display: block;
		width: 100%;
		height: auto;
		background: url(images/bg-header.png) #ececec no-repeat 50% 0px;
		background-size: cover;
		padding: 15px 15px 15px 15px;
		margin-bottom: 0;
		position: relative;
	}

	.main-logo{
		margin-top: auto;
	}

	#header .fleft h2 {
		margin-left:auto;
		margin-top: -20px;
		color: #003e7e;
		position: relative;
		display: block;
		font-size: 18px;
	}

	#header .fright {
		text-align: right;
	}

	#header .fright p {
		font-weight: bold;color: #333333;font-size: 13px; margin: 0; padding: 0; font-family:'Bree Serif',serif; font-weight: 400;
	}

	#header .fright p.telephone {
		color: #bf0934;
		font-size: 13px;
		font-family:'Bree Serif',serif;
		font-weight: 300;
	}

	#header .fright p.face {
		font-family:'Bree Serif',serif;
		font-size: 11px;
		font-weight: 300;
		line-height: 23px;
		margin: 8px auto 0 auto; 
		display: block;
		text-align: center;
	}

	p.face a {
		margin-left: 10px;
	}

	p.face a:first-of-type {
		margin-left: 0px;
	}

	#header .fleft img {
	    max-width: 75%;
	    height: auto;
	    margin-left: -15px;
	}

	#menu {
		display: none;
	}

	#menu ul li {
		display: inline;
		float: left;
		background-color: #fbf9fa;
	}
	#menu ul { float: right; padding: 0; margin: 0;}
	#menu a {
		display: block;
		text-decoration: none;
		color: #666364;
		padding: 4px 35px;
		font-family:'Bree Serif',serif;
		font-weight: 400;
		text-transform:uppercase;
		font-size:12px;
		width: 100px;
		text-align: center;
		-webkit-transition: all 400ms ease;
		-moz-transition: all 400ms ease;
		-ms-transition: all 400ms ease;
		-o-transition: all 400ms ease;
		transition: all 400ms ease;
	}
	#menu  li.inicio  a:hover {
		background-color: #003e7e;
		color: white;
		
	}
	#menu li.nosotros  a:hover {
		background-color: #118c66;
		color: white;
	}
	#menu li.servicios  a:hover {
		background-color: #fbbd39;
		color: white;
	}
	#menu li.residencia  a:hover {
		background-color: #be8548;
		color: white;
	}
	#menu li.contacto  a:hover {
		background-color: #d95334;
		color: white;
	}

	#menu a.active {
		background-color: #003e7e;
		color: white;
	}
	.green  #menu a.active {
		background-color: #0c6c4e;
	}
	.orange  #menu a.active {
		background-color: #ca4020;
	}
	.yellow  #menu a.active {
		background-color: #FBBD39;
	}
	.brown  #menu a.active {
		background-color: #BE8548;
	}

	.spotlight {
		width: 100%;
	}

	.spotlight .scroller{
		width: 100%;
		position: relative;
	}

	.spotlight .copy { 
		margin-right: 7px;
	    margin-left: 7px;
	    border-radius: 6px;
	    -moz-border-radius: 6px;
	    -webkit-border-radius: 6px;
	    overflow: hidden;
	    margin-top: 15px;
	}

	h2 {
		color: #bf0934;
		font-size: 19px;
		font-family:'Bree Serif',serif;
		font-weight: 300;
		margin-bottom: 20px;
	}

	.spotlight .copy .header {
		background-color: #003e7e;
		border-radius: 0px;
		height: auto;
		padding: 10px 15px;
	}

	.spotlight .copy .header h4 {
		margin: 0;
		padding: 0;
		color: white;
		font-size: 22px;
	    line-height: auto;
		margin-left: auto;
		font-family:'Bree Serif',serif;
		font-weight: 400;
	}

	.spotlight .copy .header h4::before {
	    font-weight: 600;
	    content: "";
	    width: 28px;
	    height: 28px;
	    background: url(images/gg-iso.png) center center no-repeat transparent;
	    background-size: cover;
	    display: inline-block;
	    vertical-align: sub;
	}

	.spotlight .description {
		background-color: #fff;
		-webkit-border: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
		height: auto;
		padding: 15px 8px;
		margin-bottom: 20px;	
	}

	.spotlight .description  p {
		margin: 0;
		font-size: 15px;
	    line-height: 1.4;
	}

	.spacer30 {
		height: 30px;
		display: none;
	}

	.spacer10 {
		height: 10px;
	}

	.clear {
		clear: both;
	}

	.spotlight .copy h2 {
		background-color: #fff;
	    color: #003e7e;
	    font-size: 19px;
	    font-weight: 600;
	}

	/* box styles */
	.box {
		width: auto;
		float: none;
		margin-right: 7px;
		margin-left: 7px;
		overflow:hidden;
		zoom:1;
		background: #FFFFFF;
		background-size: cover;
		height: auto;
		border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		margin-bottom: 20px;
		/*box-shadow: 0 0 10px rgb(0 0 0 / 30%);*/
	}

	.box .header {
		width: auto;
		height: auto;
		margin-left: 0;
		overflow:hidden;
		zoom:1;
		text-align: center;
	}

	.box .header h5::before {
		display: inline-block;
		font-family: "Font Awesome 5 Free";
		font-weight: 600;
		content: "\f594";
		font-size: 18px;
		color: #FFFFFF;
		margin-right: 10px;
		margin-left:0px;
	}

	.box .header h5 {
		color: white;
		margin: 0; 
		padding: 8px 10px;
		display: block;
		width: auto;
		font-size: 21px;
		line-height: 1.5;
		font-family: 'Bree Serif', serif;
		font-weight: 400;
	}

	.box .icon {
		float: left;
		margin-right: 15px;
	}

	.box .icon {
		width: 50px;
		height: 42px;
	}

	.box .body {
		padding: 20px 20px 10px 20px;
		font-size: 17px;
		line-height: 1.4;
		height: auto;
		width: auto;
		color:#333;
	}

	.servicios .body ul {
		padding-left: 15px;
		margin-bottom: 20px;
		display: block;
		list-style-type: none;
	}

	.servicios .body ul li::before {
		content: "\2022"; 
		color: #003e7e;
		display: inline-block; 
		width: 1em;
	    margin-left: -1em;
	}

	.spotlight .description .ver-mas, .box .body .ver-mas {
		padding: 5px 10px;
		border: 1px solid #003e7e;
		color: #003e7e;
		text-decoration: none;
		-webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		transition: all 300ms ease;
		border-radius: 3px;
		font-weight: 600;
		font-size: 17px;
	}

	.box .body .ver-mas:hover, .box .body .ver-mas:focus {
		color: #FFFFFF;
		background-color: #003e7e;		
	}

	.boxes {
		overflow: hidden;
	    zoom: 1;
	    display: flex;
	    flex-direction: column;
	}

	.box.institucional { order: 1; }
	.box.residencia { order: 2; text-align: center; }
	.box.servicios { order: 3; }
	.box.ubicacion { order: 4; }

	.box.residencia .body {
		padding-top: 20px; padding-bottom: 20px;
	}
		
	.box.np .body {
		margin: 0;
		padding: 0;
	}

	.box.np .body iframe {
		width: 100%;
		min-height: 164px;
	}

	.box.red .header {
		background-color: #003e7e;
	}
	.box.ubicacion .header {
		background-color: #0c6c4e;
	}
	.box.residencia .header {
		background-color: #be8548;
	}
	.box.servicios .header { 
	 background-color: #fbbd39;
	}
	.icon.boxgeho  {
		background: url("images/boxgeho.png") no-repeat left 0px;
	}
	.box.institucional .header h5::before {
	    font-weight: 600;
	    content: "";
	    width: 28px;
	    height: 28px;
	    background: url(images/gg-iso.png) center center no-repeat transparent;
	    background-size: cover;
	    display: inline-block;
	    vertical-align: sub;
	}
	.box.ubicacion .header h5::before {
		font-weight: 600;
		content: "\f3c5";
	}
	.box.residencia .header h5::before {
		font-weight: 600;
		content: "\f594";
	}
	.box.servicios .header h5::before {
		font-weight: 600;
		content: "\f0c0";		
	}
	/*footer styles */
	#footer {
		border-top: 1px solid #c1bfbf;
		color: #c1bfbf;
		width: 100%;
		margin: 25px auto;
		position: relative;
	}

	#footer ul li {
		display: block;
		list-style: none;
		float: none;
		padding: 5px 15px;
	}

	#footer ul li a {
		text-decoration: none;
		color: #c1bfbf;
	}
	#footer ul li a:hover {
		color: #666666;
	}
	#footer ul {
		margin: 0;
		padding: 0;
		margin-bottom:15px;
	}

	#footer .left{
		position: relative;
		top: 0px;
		left: 0;
		text-align: center;
		margin-top: 15px;
	}

	#footer .left img {
		min-width: 90px;
		height: auto;
		margin-bottom: 10px;
	}

	#footer .right {
		position: relative;
		top: 0;
		left: 0;
		text-align: center;
		font-size: 15px;
	}

	.nomargin {
		margin: 0 !important;
		padding: 0 !important;
		display: none !important;
	}

	#footer .right p {
		margin-left: auto;
		margin-right: auto;
		margin-top:  0px;
		font-size: 13px;
		padding: 0 25px;
	}

	#footer .right p br {
		display: none;
	}

	/* content pages */
	#col1 { 
		width: 100%;
		float: none;
	}
	#col2 {
		width: 100%;
		float: none;
		background-color: #fff;
		min-height: 400px;
		padding: 40px 20px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}

	#col2 h6{
		font-size:18px;
		margin:5px 0;
		padding:0;
	}

	ul.leftMenu {
		padding: 0;
	}

	ul.leftMenu li {
	   list-style: none outside none;
	}

	ul.leftMenu li a {
		background-color: #FFFFFF;
		display: block;
		height: 35px;
		line-height: 35px;
		margin-top: 5px;
		padding: 3px 3px 3px 14px;
		text-decoration: none;
		color: #7a7a7a;
		width: 200px;
		margin-left: 9px;
		font-size:12px;
	}

	.green ul.leftMenu li a.active {
		background-color: #118c66;
		color: #fff;	
	}
	.green ul.leftMenu li a:hover {
		background-color: #118c66;
		color: white;
	}

	.orange ul.leftMenu li a.active {
		background-color: #ca4020;
		color: #fff;
		
	}
	.orange ul.leftMenu li a:hover {
		background-color: #ca4020;
		color: white;
	}


	/* SOLO RESIDENCIAS */
	ul.leftMenu .r_aym a, ul.leftMenu .r_may a, ul.leftMenu .r_nam a, ul.leftMenu .r_ind a,  ul.leftMenu .r_lvr a {
		font-size:13px;
		padding: 8px 3px 0px 45px;
		width: 168px;
		height: 41px;
		font-family: 'Bree Serif',serif;;
		border-bottom: #FFF solid 2px;
	}

	ul.leftMenu .r_aym a {
		background:url(images/bg_aymara_btn.png) left -41px no-repeat #FFF;
		border-radius: 5px 5px 0px 0px;
	}

	ul.leftMenu .r_aym a:hover, ul.leftMenu a.active_a  {
		background:url(images/bg_aymara_btn.png) left 0px no-repeat #be8548;
		color: #FFF;
		border-bottom: #d49a5b solid 2px;
	}

	ul.leftMenu .r_may a {
		background:url(images/bg_maysumak_btn.png) left -41px no-repeat #FFF;
		border-radius: 0px 0px 0px 0px;
	}

	ul.leftMenu .r_may a:hover, ul.leftMenu a.active_b  {
		background:url(images/bg_maysumak_btn.png) left 0px no-repeat #be8548;
		color: #FFF;
		border-bottom: #d49a5b solid 2px;
	}

	ul.leftMenu .r_nam a {
		background:url(images/bg_namaste_btn.png) left -41px no-repeat #FFF;
		border-radius: 0px 0px 5px 5px;
	}

	ul.leftMenu .r_nam a:hover, ul.leftMenu a.active_c  {
		background:url(images/bg_namaste_btn.png) left 0px no-repeat #be8548;
		color: #FFF;
		border-bottom: #d49a5b solid 2px;
	}

	ul.leftMenu .r_ind a {
		background:url(images/bg_indira_btn.png) left -41px no-repeat #FFF;
		border-radius: 0px 0px 5px 5px;
	}

	ul.leftMenu .r_ind a:hover, ul.leftMenu a.active_i  {
		background:url(images/bg_indira_btn.png) left 0px no-repeat #be8548;
		color: #FFF;
		border-bottom: #d49a5b solid 2px;
	}

	ul.leftMenu .r_lvr a {
		background:url(images/bg_indira_btn.png) left -41px no-repeat #FFF;
		border-radius: 0px 0px 5px 5px;
	}

	ul.leftMenu .r_lvr a:hover, ul.leftMenu a.active_i  {
		background:url(images/bg_indira_btn.png) left 0px no-repeat #be8548;
		color: #FFF;
		border-bottom: #d49a5b solid 2px;
	}


	/* content styles */
	/*fix width for content with images, verical */
	.fw {
		width: 100%;
	}

	#content #col2 img {
	}

	#content #col2 ul {
		list-style-type: none;
		margin-left: 0px;
		padding-left: 0;
	}

	#content #col2 p, #content #col2 ul li {
	    color: #7a7a7a;
	    font-size: 16px;
	    line-height: 26px;
	    text-align: justify;
	}

	#content #col2 p a {
		text-decoration: none;
		color: #7a7a7a;
	}

	#content #col2 h1 {
		margin-top: 0;
	}
	/* color variations for content */
	.green #content #col2 h1{
		color: #118c66;
		font-family: 'Bree Serif', serif;
	}

	.orange #content #col2 h1{
		color: #ca4020;
		font-family: 'Bree Serif', serif;
	}

	.yellow #content #col2 h1, #col2 h6{
		color: #FBBD39;
		font-family: 'Bree Serif', serif;
		font-weight: 300;
	}
	.yellow ul.leftMenu li a.active {
		background-color: #FBBD39;
		color: #fff;
		
	}
	.yellow ul.leftMenu li a:hover {
		background-color: #FBBD39;
		color: white;
	}
	.brown #content #col2 h1{
		color: #BE8548;
		font-family: 'Bree Serif', serif;
	}
	.brown ul.leftMenu li a.active {
		background-color: #BE8548;
		color: #fff;
		
	}
	.brown ul.leftMenu li a:hover {
		background-color: #BE8548;
		color: white;
	}


	/*form styles */
	form {
		width: auto;
	}
	form label {
		width: auto;
		color: #4d4d4d;
		font-size: 14px;
		margin-bottom: 5px;
		display: block;
	}

	form input[type="text"], form textarea, form select, form input[type="file"] {
		outline: none;
		display:block;
		border: 1px solid #CCC;
	    font-size: 13px;
	    padding: 5px 8px;
	    width: 100%;
		color: #7A7A7A;
		margin-bottom: 10px;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		background: url(images/bg_inputs.jpg) bottom left repeat-x;
	}

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

	form input[type="text"]:focus, form textarea:focus, form select:focus, form input[type="file"]:focus {
		border: 1px solid #118c66;
	}

	form textarea {
		height: 130px;
	}

	form select {
		width: 100%;
	}

	form input.button {
		background: url("images/send_red.jpg") no-repeat scroll 0 0 transparent;
		border: 0 none;
		color: #FFFFFF;
		font-size: 15px;
		height: 37px;
		line-height: 35px;
		padding-left: 8px;
		width: 140px;
		cursor: pointer;
		float: none;
		font-family: 'Bree Serif', serif;
		margin-bottom: 20px;
		margin-right: 0px;
		margin-left: auto;
	}

	.msg {
		font-size: 16px;
		color: gray;
		border: 1px solid #5F5;
		background-color: #AFA;
		padding: 5px;
		margin-bottom: 9px;
	}
	/*end form styles */
	#rotativo {
		text-align:center;
	}

	#rotativo div{
		display:none;
		width:220px;
		height:105px;
		text-align:center;
		overflow: hidden;
		margin-right: auto;
		margin-left: auto;
	}

	#rotativo .actual{
		display:block;
	}

	.map-container {
		float:none; 
		width: 100%;
		background: url(images/map-zoom.jpg) center center no-repeat;
		background-size: cover;
		min-height: 260px;
	}

	.map-container-residencias {
		float: none;
	    width: 100% !important;
	    background: none;
	    min-height: 182px !important;
	    background-size: contain;
	}

	.map-container-residencias iframe {
		width: 100%;
	}

	/* AUXILIARES */
	.hidden {
		display: none !important;
	}

	.show {
		display: block !important;
	}

	/* MENU DISPOSITIVOS MOBILES */
	.menu-btn {
	  	position: fixed;
	  	top: 16px;
		right: 0px;
		z-index: 9002;
	  	display: flex;
	  	justify-content: center;
	  	align-items: center;
	  	width: 50px;
	  	height: 50px;
	  	cursor: pointer;
	  	transition: all .3s ease-in-out;
	  	/* border: 3px solid #fff; */
	  	overflow: hidden;
	}
	.menu-btn__burger {
	  width: 20px;
	  height: 5px;
	  background: #818285;
	  border-radius: 5px;
	  transition: all .3s ease-in-out;
	}
	.menu-btn__burger::before,
	.menu-btn__burger::after {
	  content: '';
	  position: absolute;
	  width: 20px;
	  height: 5px;
	  background: #818285;
	  border-radius: 5px;
	  transition: all .5s ease-in-out;
	}
	.menu-btn__burger::before {
	  transform: translateY(-10px);
	}
	.menu-btn__burger::after {
	  transform: translateY(10px);
	}
	/* ANIMATION */
	.menu-btn.open .menu-btn__burger {
	  transform: translateX(-30px);
	  background: transparent;
	  box-shadow: none;
	}
	.menu-btn.open .menu-btn__burger::before {
	  transform: rotate(45deg) translate(25px, -25px);
	}
	.menu-btn.open .menu-btn__burger::after {
	  transform: rotate(-45deg) translate(25px, 25px);
	}

	.menu-xs {
	    position: fixed;
	    z-index: 9000;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    padding-top: 17px;
	    background: rgba(0,0,0,0.92);
	    color: #FFF;
	    font-family: 'Bree Serif', serif;
	    display: none;
	    overflow-y: scroll !important;
	}

	.menu-xs .logo-menu {
		max-width: 200px;
	    height: auto;
	    margin-bottom: 15px;
	    display: block;
	    margin-left: 22px;
	}

	.menu-xs a {
		display: block;
		text-decoration: none;
	}

	.menu-xs .link-padre {
		color: #FFFFFF;
	    padding: 16px 30px;
	    font-size: 1.2rem;
	    border-bottom: 1px solid rgba(255,255,255,0.15);
	    position: relative;
	}

	span#icon-drop {
	    position: absolute;
	    right: 25px;
	    font-size: 16px;
	    top: 50%;
	    transform: translateY(-50%);
	}

	.container-hijo {
	    display: block;
	    padding: 10px 15px;
	    border-bottom: 1px solid rgba(255,255,255,0.15);
	    background: rgba(0,0,0,0.6);
	    display: none;
	}

	.container-hijo a {
		padding: 15px;
		color: #FFFFFF;
		font-size: 1rem;
	}

	.go-up {
	    position: fixed;
	    bottom: 10px;
	    right: 10px;
	    color: #fff;
	    background-color: rgba(0,0,0,.4);
	    cursor: pointer;
	    font-size: 22px;
	    font-weight: 400;
	    border-color: rgba(0,0,0,.2)!important;
	    display: none;
	    z-index: 600;
	    text-align: center;
	    padding: 15px 18px;
	    line-height: 0;
	    border-radius: 100px;
	}

	.go-up:hover {
		background-color: #003e7e;
		color: #FFFFFF;
	}

	.gallery-thumbs a:link, .gallery-thumbs a:active, .gallery-thumbs a:visited {
		width: 100%;
	    height: 175px;
	    display: block;
		margin-right: 0;
		margin-bottom: 5px;
		background: center center no-repeat #EBEBEB;
		background-size: cover;
		-webkit-transition: all 400ms ease;
		-moz-transition: all 400ms ease;
		-ms-transition: all 400ms ease;
		-o-transition: all 400ms ease;
		transition: all 400ms ease;	
		position: relative;
	}

}

.flexslider {
	margin: 0;
	background: transparent;
	border: none;
	border-radius: 0px;
	z-index: 30;

}

.flexslider .slides {
	padding-left: 0px !important;
}

.img-responsive {
	width: 100%;
	height: auto;
}

.img-fluid {
	margin-left: -20px;
	margin-right: -20px;
	margin-top: -40px;
	margin-bottom: 20px;
}

.vw-100 {
	width: 100vw;
}

.manto-negro {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	align-content: center;
	color: #FFFFFF;
	background-color: rgba(0,0,0,0);
	left: 0px;
	right: 0px;
	top: 0px;
	-webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    overflow:hidden;
}

.manto-negro .icon-magnify {
	position: absolute;
	font-size: 30px;
	top: -100px;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
	-webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    vertical-align: middle;
}

.manto-negro .icon-magnify .text-icon {
	font-size: 20px;
	width: 0px;
	overflow: hidden;
	display: inline-block;
	-webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    transition-delay: 500ms;
}

.manto-negro:hover {
	background-color: rgba(0,0,0,0.7);
}

.manto-negro:hover .icon-magnify {
	opacity: 1;
	top: 50%;
	transform: translate(-50%,-50%);
}

.manto-negro:hover  .icon-magnify .text-icon {
	width: 40px;
}

#header .fleft .slogan-wraper {
	position: relative;
	display: inline-block;
	margin-left: 0px;
	min-width: 300px;
	margin-top: 10px;
}

#header .fleft h2 .slogan {
	position: absolute;
	top: -15px;
	left: 0;
	transform: translateY(-50%);
	opacity: 0;
	-webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    transition-delay: 500ms;
}

#header .fleft h2 .slogan.action  {
	opacity: 1;
	top: 50%;
	transform: translateY(-50%);
}

#header .fleft h2 .slogan .slogan-right {
	opacity: 0;
	-webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    transition-delay: 1s;
}

#header .fleft h2 .slogan.action .slogan-right {
	opacity: 1;
}

.image-loader {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(images/gg-iso.png) center center no-repeat #e0e0e0; 
	animation: loading-logo 3s ease-in-out infinite; 
}

@keyframes loading-logo { 
	0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
} 

.chat, .cv {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 900;
}

.cv.upper-level {
	bottom: 95px;
}

.chat a, .cv a {
    text-decoration: none;
    z-index: 2;
    position: relative;
}

.chat__bubble--whatsapp  {
    background-color: #4caf50;
    font-size: 2rem;
}

.cv .chat__bubble--whatsapp {
	background-color: #333;
}

.cv .chat__bubble--whatsapp:hover {
	background-color: #003e7e;
}

.chat__bubble {
    width: 65px;
    height: 65px;
    border-radius: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
}

.chat__icon {
    color: #fff;
}

.tooltip, .tooltip-02 {
    position: absolute;
    min-width: 140px;
    right: 35px;
    background: rgba(0, 0, 0, 0.70);
    color: #FFF;
    padding: 10px 30px 10px 10px;
    font-size: 0.9rem;
    border-radius: 8px;
    top: 50%;
    transform: translateY(-50%);
    text-align: right;
    cursor: pointer;
    opacity: 0;
    z-index: 0;
    display: none;
}

#wsp__list {
	position: fixed;
	z-index: 9500;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.92);
    color: #FFF;
    font-family: 'Bree Serif', serif;
    display: none;
    overflow-y: visible;
    padding: 15px 20px;
}

#wsp__list h4 {
	font-size: 1.5rem;
	margin-top: 0px;	
}

#wsp__list a:link, #wsp__list a:visited, #wsp__list a:active {
	color: #FFFFFF;
	display: block;
	padding: 15px 10px;
	font-size: 1.3rem;
	text-decoration: none;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

#wsp__list a:hover {
	border-bottom: 1px solid rgba(255,255,255,0.45);
}

@media(min-width: 768px) {
	.tooltip, .tooltip-02 {
		min-width: 110px;
	}

	.cv .tooltip-02 {
		min-width: 85px;
	}

	#wsp__list {
		bottom: 40px;
		right: 40px;
		max-width: 300px;
		top: auto;
		left: auto;
		border-radius: 10px;
	}

	#wsp__list h4 {
		font-size: 1.2rem;
		margin-bottom: 5px;
		margin-top: 0px;	
	}

	#wsp__list a:link, #wsp__list a:visited, #wsp__list a:active { 
		font-size: 1.1rem;
		padding: 15px 0px;
	}
}

.go-up.hidden-lg.float-center {
    bottom: 174px;
    right: 22px;
}

.go-up.hidden-lg.third-level {
	bottom: 90px;
	right: 22px;
}

