@font-face {
	font-family: sans-serif;
	font-display: swap;
}

header .btn.btn-primary {
	border-color: #124265;
	padding-left: .25rem;
	padding-right: .25rem;
}

header .btn.btn-primary:hover {
	background: #fff;
    color: #124265 !important;
}

header .btn.btn-primary:active {
	background-color: #124265 !important;
	border-color: #124265 !important;
	color: #fff;
}
.logo-text {
    display: flex;
    align-items: center;
    gap: 10px;
}
.logo-text span {
    color: #35A9E0;
    margin-top: 5px; /* Mueve el texto hacia abajo */
}
.clean {
    
    color: #35A9E0; /* Ajusta al color exacto del logo si es necesario */
    font-weight: 700; /* Negrita */
    text-transform: uppercase;
    font-size: 1.2rem;
    
}

.pipes {
    color: #35A9E0; /* Mismo color */
    font-weight: 300; /* Más fino */
    font-size: 1.2rem;
    text-transform: uppercase;
}

section#hero-services {
	min-height: 100vh;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
	flex-direction: column;
	padding-top: 60px;
}

.urgency-call {
	background-color: #BA0001;
	display: inline-block;
	border-radius: 25px;
}

.urgency-call a {
	color: white;
}

@media(min-width:991px) {
	section#hero-services {
		padding-top: 90px;
	}
}

#hero-services .hero-container {
	background-image: url("../assets/img/destapacion-banner.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 40%;
}

#hero-services .cta-button-container .cta-button {
	font-size: 20px;
	border: none;
	cursor: pointer;
}

#hero-services .overlay {
	position: absolute; /* Sit on top of the page content */
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.4); /* Black background with opacity */
}

#hero-services .hero-content {
	z-index: 1;
}

.truck-container {
	display: none;
}

.truck-container .truck-image {
	width: 88px;
	height: auto;
	margin-top: 1.5rem;
}

.contact-section-container p {
	font-size: 18px;
}

@media (min-width: 992px) {
	.truck-container {
	    display: block;
		position: absolute;
		top: 0;
		right: 0;
		margin-right: 1.5rem;
	}


}

.whatsapp-icon-container {
	position:fixed;
	bottom:27px;
	right:10px;
	z-index:100;
}

@media (min-width: 992px) {
	.whatsapp-icon-container {
		bottom:80px;
	}
}


.call-icon-container {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 100;
	background-color: #BA0001;
	border-radius:50px;
	padding: 0 10px;
}

.call-icon-container .call-overlay {
	width: 100%;
	display: flex;
	align-items: center;
}

.call-icon-container i {
	padding-top: 5px;
	margin-right: 10px;
}

.whatsapp-icon-container .whatsapp-overlay,
.call-icon-container .call-overlay {
	height: 60px;
	color:#FFF;
	border-radius:50px;
	text-align:center;
}

.whatsapp-icon-container .whatsapp-overlay,
.call-icon-container .call-overlay i {
	font-size:35px;
	display:inline-block;
}

.whatsapp-icon-container .whatsapp-overlay {
	background-color:#25d366;
	width: 60px;
}

.whatsapp-icon-container .whatsapp-icon {
	margin-top:13px;
	margin-left: 1px;
}

.btn.btn-primary {
	background-color: #124265;
	border-color: #124265;
}

.container {
	max-width: 960px;
}
  
  /*
   * Custom translucent site header
   */
  
  .site-header {
	background-color: rgba(0, 0, 0, .85);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
  }
  .site-header a {
	color: #999;
	transition: ease-in-out color .15s;
  }
  .site-header a:hover {
	color: #fff;
	text-decoration: none;
  }
  
  .navbar-collapse {
	  flex-grow: 0;
  }
  
  /*
   * Dummy devices (replace them with your own or something else entirely!)
   */
  
  .product-device {
	position: absolute;
	right: 10%;
	bottom: -30%;
	width: 300px;
	height: 540px;
	background-color: #333;
	border-radius: 21px;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
  }
  
  .product-device::before {
	position: absolute;
	top: 10%;
	right: 10px;
	bottom: 10%;
	left: 10px;
	content: "";
	background-color: rgba(255, 255, 255, .1);
	border-radius: 5px;
  }
  
  .product-device-2 {
	top: -25%;
	right: auto;
	bottom: 0;
	left: 5%;
	background-color: #e5e5e5;
  }
  
  
  /*
   * Extra utilities
   */
  
  .border-top { border-top: 1px solid #e5e5e5; }
  .border-bottom { border-bottom: 1px solid #e5e5e5; }
  
  .box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }
  
  .flex-equal > * {
	-ms-flex: 1;
	-webkit-box-flex: 1;
	flex: 1;
  }
  @media (min-width: 768px) {
	.flex-md-equal > * {
	  -ms-flex: 1;
	  -webkit-box-flex: 1;
	  flex: 1;
	}
  }
  
  .overflow-hidden { overflow: hidden; }

.row {
	margin: auto !important;
}

section#numbers {
	padding: 20px 0;
}

#numbers .count-box span {
	font-size: 48px;
    line-height: 48px;
    display: block;
    font-weight: 700;
    color: #124265;
    margin-left: 80px;
    margin: auto;
}

.card-container {
	display:flex;
}

section#cta {
	background-image: url('../assets/img/destapacion-banner-2.jpg');
	min-height: 150px;
	/* background-attachment: fixed; */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media(min-width: 991px) {
	section#cta {
		min-height: 250px;
	}
}

.cta-button-container .cta-button {
	font-family: sans-serif;
    font-weight: 600;
    font-size: 14px;
	background: #124265;
    letter-spacing: 1px;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
    transition: 0.5s;
    margin-top: 10px;
    color: #fff;
	text-decoration: none;
	border: none;
}

@media(max-width: 990px) {
	.cta-title h2 {
		font-size: 22px;
	}
}

.cta-button-container .cta-button:hover {
    background: #fff;
    color: #124265;
}

.call-button-container a.btn {
	padding: 4px 15px;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 1px;
	border-radius: 25px;
	transition: 0.5s;
	font-family: "Raleway", sans-serif;
}

@media(min-width: 991px) {
	.cta-button-container .cta-button { 
		font-size: 22px;
		padding: 10px 35px;
	}
	
	.call-button-container a.btn {
		border-radius: 5px;
		font-weight: 600;
		font-size: 22px;
		padding: 8px 35px;
	}
}

section#faq {
	padding: 20px 0;
}

section#faq a {
	color: #124265;
	text-decoration: none;
}

section#faq a.collapsed .icon-up{
	display:none;
}

section#faq a:not(.collapsed) .icon-down {
	display: none;
}

.contact-form .validate {
    display: none;
    color: red;
    /* margin: 0 0 15px 0; */
    font-weight: 400;
    font-size: 13px;
}

.contact-form .loading {
	display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact-form .error-message {
	display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact-form .sent-message {
	display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

footer {
	color: #444444;
    font-size: 14px;
    background: #f8fbfe;
    box-shadow: 0px 2px 15px rgb(18 66 101 / 8%);
}