* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body {
	background: #f2f2f2;
	font-family: 'Roboto', sans-serif;
}

p {
	margin-bottom: 20px;
	line-height: 150%;
}

main {
	margin: 20px auto;
	max-width: 1000px;
	background: #fff;
	min-height: 80vh;
	padding: 20px;
	border-radius: 10px;
}

.aviso-cookies {
	display: none;
	background: #fff;
	padding: 20px;
	width: calc(100% - 40px);
	max-width: 300px;
	line-height: 150%;
	border-radius: 10px;
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 100;
	padding-top: 60px;
	box-shadow: 0px 2px 20px 10px rgba(222,222,222,.25);
	text-align: center;
}

.aviso-cookies.activo {
	display: block;
}

.aviso-cookies .galleta {
	max-width: 100px;
	position: absolute;
	top: -50px;
	left: calc(50% - 50px);
}

.aviso-cookies .titulo,
.aviso-cookies .parrafo {
	margin-bottom: 15px;
}

.aviso-cookies .boton {
	width: 100%;
	background: #595959;
	border: none;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	padding: 15px 20px;
	font-weight: 700;
	cursor: pointer;
	transition: .3s ease all;
	border-radius: 5px;
	margin-bottom: 15px;
	font-size: 14px;
}

.aviso-cookies .boton:hover {
	background: #000;
}

.aviso-cookies .enlace {
	color: #4DBFFF;
	text-decoration: none;
	font-size: 14px;
}

.aviso-cookies .enlace:hover {
	text-decoration: underline;
}

.fondo-aviso-cookies {
	display: none;
	background: rgb(0 0 0 / 75%);
	position: fixed;
	z-index: 99;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
}

.fondo-aviso-cookies.activo {
	display: block;
}

.contact-footer {
	color: #cfcfcf;
    font-size: 13px;
    text-align: justify;
}

.aviso-footer {
    text-align: justify;
}


.wrapper {
    position: fixed;
    bottom: 90px;
    right: 20px;
    z-index: 1000;
    overflow: hidden; /* Oculta el desbordamiento de la onda */
}

.wrapper::before {
	background-color: red;
	padding: 10PX;
	border-radius: 50%;

	animation: ripple 0.6s infinite;
}

.wrapper a:nth-child(1) {
    background-color: #18c44c;
}

.wrapper a {
    height: 60px;
    width: 60px;
    background: #000;
    padding: 10px;
    display: flex;
    flex-direction: row;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    margin: 0px 0px 2px 0px;
    font-size: 40px;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    transition: background 0.2s;
}

/* Agrega el efecto de onda usando ::before en el div wrapper */
.wrapper::before {
    content: "";
    position: absolute;
    background: rgba(24, 196, 76, 0.3); /* Color de la onda */
    border-radius: 50%;
    transform: scale(0);
    animation: ripple 0.6s ease-out;
    pointer-events: none; /* Evita que la onda interfiera con los clics */
    top: 50%;
    left: 50%;
    transform-origin: center;
    transform: translate(-50%, -50%);
}

/* Define la animación de la onda */
@keyframes ripple {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

.back-to-top {
	right: 23px!important;
}


 
/* CSS Whatsapp Chat -SOMBRA BOX*/
#whatsapp-chat {
	position: fixed;
	background: #fff;
	width: 320px;
	border-radius: 50px;
	box-shadow: 0 1px 15px rgba(32, 33, 36, 6);
	bottom: 60px;
	right: 10px;
	overflow: hidden;
	z-index: 100;
	animation-name: showchat;
	animation-duration: 1s;
	transform: scale(1);
	z-index: 9990;
}
	
a.blantershow-chat {
	/*   background: #009688; */
	background: #fff;
	color: #404040;
	position: fixed;
	display: flex;
	font-weight: 400;
	justify-content: space-between;
	z-index: 98;
	bottom: 90px;
	right: 5px;
	font-size: 17px;
	margin: 10px 10px 10px 0;
	border-radius: 0 30px 30px 0;
}
	
a.blantershow-chat svg {
	transform: scale(3);
	margin: 0 15px 10px 0;
}
	
.header-chat {
	background: #993439;
	color: #ffffff;
	padding: 20px;
}
.header-chat p {
	font-size: 14px;
	line-height: 1.7;
	margin: 0;
}
.info-avatar {
	position: relative;
}
.info-avatar img {
	border-radius: 100%;
	width: 50px;
	float: left;
	margin: 0 7px 0 0;
}
	
.info-chat span {
	display: block;
}
#get-label,
span.chat-label {
	font-family: "Arial", sans-serif;
	font-size: 13px;
	color: #888;
}
#get-nama,
span.chat-nama {
	font-family: "Arial", sans-serif;
	margin: 5px 0 0;
	font-size: 17px;
	font-weight: 700;
	color: #222;
}
#get-label,
#get-nama {
	color: #fff;
}
span.my-number {
	display: none;
}
.blanter-msg {
	background: url(img/fondo_wa.jpg);
	padding: 5px ;
	text-align: center;
}
textarea#chat-input {
	border: none;
	font-family: "Arial", sans-serif;
	width: 100%;
	height: 40px;
	outline: none;
	resize: none;
}
a#send-it { 				/*boton enviar */
	color: #ffffff;
	width: 150px;
	margin: 0 5px 10px 150px;
	font-size: 17px;
	font-weight: 700;
	padding: 5px 10px 5px 10px;
	background: #8a0b12;
	border-radius: 45px;
}
.first-msg { 				/*fondo del chat */
	background: url(img/fondo_wa.jpg);
	padding: 15px;
	text-align: center;
}
.first-msg span {  			/*fondo del 1er texto*/
	background: #ffffff;
	color: #333;
	font-size: 14.2px;
	line-height: 1.7;
	border-radius: 15px;
	padding: 10px 25px 10px 15px;
	display: inline-block;
	border: 1px solid #f2f2f2;
	font-family: "Arial", sans-serif;
	text-align:left;
}
.start-chat .blanter-msg {
	display: flex;
}
#get-number {
	display: none;
}
a.close-chat {
	position: absolute;
	top: 10px;
	right: 25px;
	color: #fff;
	font-size: 30px;
}
@keyframes showhide {
	from {
		transform: scale(0.5);
		opacity: 0;
	}
}
@keyframes showchat {
	from {
		transform: scale(0);
		opacity: 0;
	}
}
@media screen and (max-width: 480px) {
	#whatsapp-chat {
		width: auto;
		left: 5%;
		right: 5%;
		font-size: 80%;
	}
}
.hide {
	display: none;
	animation-name: showhide;
	animation-duration: 1.5s;
	transform: scale(1);
	opacity: 1;
}
.show {
	display: block;
	animation-name: showhide;
	animation-duration: 1s;
	transform: scale(1);
	opacity: 1;
}
		 