html{
	scroll-padding-top: 9.3rem;
    overflow-x: hidden;
    margin-top: 9.3rem;
}

body{
	font-family: 'Gotham';
	overflow: hidden;
}

.text-rojo{
	color:#dd0200;
}

.bg-gris{
	background-color:#ececec;
}

.bg-rojo{
	background-color:#dd0200;
}

#navCerrajero{
	margin-top:3.9rem;
}

#navCerrajero.scroll-nav{
	margin-top:0rem;
}

#bar-top-contacto{
	height:4rem;
}

.box-top-contacto{
	background-color:#dd0200;
	padding:0.5rem;
	border-radius: 200px 0px 0px 0px;
}

.box-top-contacto span{
	color: #fff;
}

.img-navbar{
	width:8rem;
}

.title-head{
	font-size:2rem;
	font-weight:300;
}

.title-slide-1{
	font-family: 'Nexa';
	font-size:2rem;
	font-weight:900;
}

.title-slide-2{
	font-family: 'Nexa';
	font-size:3rem;
	font-weight:900;
}

.title-slide-3{
	font-family: 'Nexa';
	font-size:4.5rem;
	font-weight:900;
	line-height: 0.8;
}

.icon-slide{
	width:4rem;
}

.box-escudo{
	padding-bottom:2rem;
}

.title-escudo{
	font-size: 2.25rem;
	font-weight: 600;
}

.text-escudo{
	font-size: 1.75rem;
}

.title-section{
	font-size:3rem;
	font-weight:600;
}

.title-section-2{
	font-size:2.5rem;
	font-weight:600;
}

.title-section-3{
	font-size:2.5rem;
	font-weight:normal;
	font-family: 'Gotham Book';
	line-height:1.2;
}

.contador{
	font-size:3.5rem;
	font-weight:900;
}

.title-contador{
	font-size:2.5rem;
	font-weight:900;
}

.subtitle-section{
	font-size:1.5rem;
	font-weight:300;
}

.text-section{
	font-family: 'Gotham Rounded';
	font-size:1.25rem;
	font-weight:300;
}

.text-section b{
	font-weight:400;
}

.list-section li {
	font-family: 'Gotham Rounded';
	list-style: none; /* Elimina los marcadores por defecto */
	background-image: url('../img/iconos/cerrajeria_queretaro.png');
	background-repeat: no-repeat;
	background-position: left center; /* Alinea verticalmente en el centro */
	padding-left: 40px; /* Añade espacio para la imagen */
	background-size: 20px; /* Ajusta el tamaño de la imagen */
	display: flex; /* Flexbox para centrar el texto verticalmente */
	align-items: center; /* Céntralo verticalmente */
	font-size:1.25rem;
	font-weight:300;
}

.list-servicios{
	column-count: 2;
}

.list-servicios li {
	font-family: 'Gotham Rounded';
	list-style: none; /* Elimina los marcadores por defecto */
	background-image: url('../img/iconos/cerrajero_express.png');
	background-repeat: no-repeat;
	background-position: left center; /* Alinea verticalmente en el centro */
	padding-left: 40px; /* Añade espacio para la imagen */
	background-size: 20px; /* Ajusta el tamaño de la imagen */
	display: flex; /* Flexbox para centrar el texto verticalmente */
	align-items: center; /* Céntralo verticalmente */
	font-size:1.25rem;
	font-weight:400;
}

.slick-dots {
    bottom: 2rem;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color:#dd0200;
}

.slick-dots li button:before {
    color: #dd0200;
}

.slick-arrow{
	font-size:2.5rem;
	color:#000
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color:#000;
	opacity:0.5;
}

.slick-next:before,.slick-prev:before {
    content: '';
}

.slick-prev {
    left: -3rem;
}

.slick-next {
    right: -3rem;
}

.slick-prev, .slick-next {
    top: 25%;
}

.nombre-review{
	font-size:1rem;
	font-weight:600;
}

.text-review{
	font-size:1rem;
	font-weight:300;
}

.text-footer{
	font-size:1rem;
	font-weight:400;
}

.link-footer,.link-footer:hover,.link-footer:focus,.link-footer:active{
	text-decoration:none;
}

.red-footer{
	width:3rem;
	height:auto;
}

.elemento{
	opacity:0;
}

/* Estilos para el botón flotante */
.whatsapp-button {
	position: fixed;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
	z-index:2;
}

/* Icono de WhatsApp */
.whatsapp-button img {
  width: 4rem;
  height: auto;
}

/* Estilos para el recuadro del chat */
.whatsapp-chat {
  position: fixed;
  bottom: 8rem;
  right: 20px;
  width: 300px;
  background-color: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  overflow: hidden;
  z-index: 2;
}

/* Estilos del encabezado del chat */
.chat-header {
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: #075e54;
  color: #ffffff;
}

.chat-header span {
  cursor: pointer;
}

/* Cuerpo del chat */
.chat-body {
	padding: 15px;
	font-size: 14px;
}

/* Pie del chat */
.chat-footer {
	padding: 10px;
	background-color: #f0f0f0;
	text-align: center;
}

.btn-whats {
	width:100%;
	background-color: #25D366;
	color: white;
	border: none;
	padding: 10px 20px;
	border-radius: 20px;
	cursor: pointer;
}

.box-img-whatsapp{
	width:3rem;
	height:3rem;
	background-image:url("../img/iconos/cerrrajeria_elguero.png");
	background-color: #000;
    background-size: 80% auto;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
	position:relative;
}

.punto-linea-whatsapp{
	width: 5px;
    height: 5px;
    position: absolute;
    bottom: 0.45rem;
    right: 2px;
    background-color: #25D366;
    border-radius: 50%;
}

.titulo-whatsapp{
	font-size:0.9rem;
}

.subtitulo-whatsapp{
	font-size:0.7rem;
}

.txt-wsp {
    text-align: left;
    padding: 7px 14px 6px;
    background-color: rgb(255, 255, 255);
    border-radius: 0px 8px 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    transform-origin: center top;
    z-index: 2;
    box-shadow: rgb(0 0 0 / 13%) 0px 1px 0.5px;
    margin-top: 4px;
    margin-left: 6px;
    max-width: max-width: calc(100%);
}

.txt-wsp::before {
    position: absolute;
    background-image: url("../img/iconos/conv-dot.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    top: 0px;
    left: -12px;
    width: 12px;
    height: 19px;
}

#box-movil-slide{
	width: 64%;
	box-shadow: 0px 0px 10px #b6b4b4;
	top:-6vh;
}


@media (max-width: 1399.98px) {
	.title-escudo{
		font-size: 2rem;
	}

	.text-escudo{
		font-size: 1.5rem;
	}
}

@media (max-width: 1199.98px) {
	.title-slide-1{
		font-size:1.75rem;
	}

	.title-slide-2{
		font-size:2.75rem;
	}

	.title-slide-3{
		font-size:4.25rem;
	}
	
	.icon-slide {
		width: 3.75rem;
	}
	
	.title-section {
		font-size: 2.75rem;
	}
	
	.list-section li, .list-servicios li {
		font-size: 1rem;
	}
	
	.title-escudo {
        font-size: 1.75rem;
    }
	
	.text-escudo {
        font-size: 1.25rem;
    }
	
	.box-escudo {
		padding-bottom: 3rem;
	}
	
	.title-section-2 {
		font-size: 2rem;
		font-weight: 600;
	}
	
	.contador {
		font-size: 3.25rem;
	}
	
	.title-contador {
		font-size: 2.25rem;
	}
	.text-review {
		font-size: 0.8rem;
	}
	
	.title-section-3 {
		font-size: 2rem;
	}
}

@media (max-width: 991.98px) {
	.title-slide-1 {
        font-size: 1.5rem;
    }
	
	.title-slide-2 {
        font-size: 2.5rem;
    }
	
	.title-slide-3{
		font-size:4rem;
	}
	
	.icon-slide {
		width: 3.25rem;
	}
	
	.title-section {
        font-size: 2.5rem;
    }
	
	.title-section-2 {
        font-size: 1.5rem;
    }
	
	.subtitle-section {
		font-size: 1.25rem;
	}
	
	.contador {
		font-size: 3rem;
	}
	
	.title-contador {
		font-size: 2rem;
	}
}

@media (max-width: 767.98px) {
	.title-slide-1 {
        font-size: 1rem;
    }
	
	.title-slide-2 {
        font-size: 1.25rem;
    }
	
	.title-slide-3 {
        font-size: 2.5rem;
    }
	
	.icon-slide {
        width: 2.25rem;
    }
	
	.title-head {
		font-size: 1.5rem;
	}
	
	.title-section-3 {
        font-size: 1.5rem;
    }
}

@media (max-width: 575.98px) {
	html {
		scroll-padding-top: 6.9rem;
		margin-top: 6.9rem;
	}

	.img-navbar{
		width:5rem;
	}
	
	.title-head {
		font-size: 1rem;
	}
	
	#bar-top-contacto {
		height: 3rem;
		font-size: 0.8rem;
	}
	
	#navCerrajero{
		margin-top:2.9rem;
	}
	
	.title-slide-1 {
        font-size: 1rem;
    }
	
	.title-slide-2 {
        font-size: 1.5rem;
    }
	
	.title-slide-3 {
        font-size: 2.5rem;
    }
	
	.icon-slide {
        width: 3rem;
    }
	
	.title-section {
        font-size: 2rem;
    }
	
	.list-section li, .list-servicios li {
		font-size: 0.8rem;
	}
	
	.list-section{
		padding-left: 0.25rem;
	}
	
	.title-escudo {
        font-size: 1.5rem;
    }
	
	.text-escudo {
        font-size: 1rem;
    }
	
	.box-escudo {
		padding-bottom: 2rem;
	}
	
	.list-servicios{
		column-count: 1;
	}
	
	.list-servicios li{
		margin-bottom:1rem;
	}
	
	.slick-prev {
		left: -1rem;
	}

	.slick-next {
		right: -1rem;
	}
	
	.box-slide-rojo{
		height:15rem;
	}
}

@media (max-width: 400px) {

}

@media (max-width: 360px) {
	
}
