.btn{
	color:#FFFFFF;
	font-family: Quicksand;
	font-size:16px;
	text-decoration:underline;
	line-height:30px;
	font-weight:bold;
	text-align: center;
	width: 200px;
	background-color: #333333;
	height: 50px;
}

.tit-ad{
	color:#000000;
	font-family: Quicksand;
	font-size:24px;
	text-decoration:none;
	font-weight: bold;
}

.tit-ad-02{color:#FF0000;font-family: Quicksand;font-size:24px;text-decoration:none}
.textos-00{color:#000000;font-family: Quicksand;font-size:18px;text-decoration:none;line-height:40px;font-weight:400;font-style:normal}
.textos-04{	color:#333333;	font-family: Quicksand;	font-size:16px;	text-decoration:none;	line-height:30px;	font-weight: bold;}
body {	margin-left: 0px;	margin-top: 0px;	margin-right: 0px;	margin-bottom: 0px;}
.formulario {	ont-family: 'Quicksand';	font-size: 16px;	color: #666666;	text-decoration: none;	line-height: 40px;	font-weight: normal;	width: 280px;	height: 30px;	border-top-color: #999999;	font-family: Quicksand;	text-align: left;
}
.escondido{ display: none; }
.txt-contacto {
	color:#333333;
	font-family: Quicksand;
	font-size:24px;
	text-decoration:none;
	line-height: 40px;
	font-weight: bold;
}
.btn-inf {

	color:#FFFFFF;
	font-family: Quicksand;
	font-size:24px;
	text-decoration:none;
	font-weight: bold;
}
.textos-00N {
color:#000000;font-family: Quicksand;font-size:18px;text-decoration:none;line-height:30px;font-weight:bold;font-style:normal
}
/* Estilos del botón flotante - TAMAÑO GRANDE */
        .whatsapp-float {
            position: fixed;
            width: 80px;  /* Tamaño aumentado */
            height: 80px; /* Tamaño aumentado */
            bottom: 30px;
            right: 30px;
            background-color: #25d366;
            color: #FFF;
            border-radius: 50%;
            text-align: center;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            z-index: 100;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            animation: pulse 2s infinite; /* Efecto de pulso opcional */
        }
        
        .whatsapp-float:hover {
            background-color: #128C7E;
            transform: scale(1.05);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
        }
        
        .whatsapp-float img {
            width: 50px;  /* Ícono más grande */
            height: 50px; /* Ícono más grande */
        }
        
        /* Efecto de pulso (opcional) */
        @keyframes pulse {
            0% { transform: scale(1); }
            50% { transform: scale(1.1); }
            100% { transform: scale(1); }
        }
       
	   
        footer {
            background-color: #333;
            color: white;
            padding: 20px;
            text-align: center;
        }
