@charset "utf-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;700&display=swap');


body{	
	overflow-x: hidden;
	min-height: 100%;
}




/* ------ SMOOTH SCROLLING ------ */
html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

/* ------ UP ARROW ------ */
.ir-arriba {
	padding:10px;
	display:inline-block;
	background-color: rgba(32, 54, 99, 0);
	color:#fff;
	position: fixed;
	font-size:20px;
	bottom:20px;
	left:20px;
	display:none;
	cursor:pointer;
	 border-radius: 50%;
	z-index:99999999;
}

/* ----- whatsapp Float icon -----*/
.whatsapp-float-icon{
    position: fixed;
    bottom: 20px;
    right: 20px;
    
}

.whatsapp-float-icon img{
    width: 70px;
    height: auto;
}

/* ------ MISC ------ */
.img-100{
	width: 100%;
	height: auto;
}


.menu-height{
	margin-top: 100px;
}



/*---- EXSA ------*/
.exsa{
	padding-top: 50px;
}

.exsa .logo-exsa{
	width: 250px;
	height: auto;
	margin-bottom: 20px;
	display: table;
	margin: 0 auto;
}

.exsa h1{
	text-align: center;
}

.exsa p {
	text-align: center;
}

.exsa .whatsapp{
	font-weight: bold;
	font-size: 1.3em;
}

@media only screen and (max-width: 990px){
	.hidde-mobile{
		display: none;
	}
}
