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


@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap');
body{	
	overflow-x: hidden;
	min-height: 100%;
	margin: 0;
	background-color: black !important;
	font-family: "Google Sans", sans-serif;
	color: #fff;
}

body p{
	color: #fff;
}


/* ------ 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;
}



.center-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

    height: 100vh;
    max-width: 700px;
    margin: auto;
    padding: 20px;
}


.logo-size{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.empresa{
	font-weight: bold;
	color: red !important;
	font-size: 2em;
}

h1 {
	font-weight: bold;
	color: rgb(255, 255, 255) !important;
	font-size: 2em;
}