/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
#banner-892365834 {
  padding-top: 1000px;
}
/*** HEADER ***/

/** Botón CTA **/
.header-button a{
	background: linear-gradient(90deg, #00aaff, #0052cc);
	color: white;
	padding: 10px 20px;
	border: none;
	border-radius: 30px;
  	font-weight: 600;
  	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	box-shadow: 0 4px 10px rgba(0, 82, 204, 0.3);
	transition: all 0.3s ease;
	display: inline-block;
}
.header-button a:hover{
	transform: translateY(-2px);
  	box-shadow: 0 6px 15px rgba(0, 82, 204, 0.5);
  	cursor: pointer;
}
.contacto-header {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Segoe UI', sans-serif;
}

.icono-contacto {
  width: 40px;
  height: 40px;
}

.texto-contacto {
  line-height: 1.2;
}

.pregunta {
  font-size: 14px;
  color: #6c757d; /* gris claro */
}

.telefono {
  font-size: 16px;
  font-weight: bold;
  color: #1e73be; /* rosa fuerte */
  text-decoration: none;
}
.cajaDeTextoEnBanner .text-box-content{
	border-radius: 5px !important;
}
div.banner,
div.banner div.banner-inner,
div.banner div.banner-inner div.banner-bg,
div.banner div.banner-inner div.banner-bg div.overlay{
	border-radius: 10px !important;
}

/* Seccion Acerca de */
.dropdownValue {
	border-radius: 5px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	margin-bottom: 15px;
	transition: box-shadow 0.3s ease;
	padding: 6px !important;
}

.dropdownValue:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
/* Contenedor de la lista de tabs */
.nav-tabs.nav-vertical {
  background-color: #f8f8f8;
  padding: 15px;
  border-radius: 12px;
  border: none;
}

/* Cada tab */
.nav-tabs .tab {
  background: white;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.nav-tabs .tab a {
  display: flex;
  align-items: center;
  padding: 14px 20px;
  font-weight: 600;
  color: #333;
  text-transform: none;
  font-size: 16px;
  transition: all 0.3s ease;
  border-left: 5px solid transparent;
}

.nav-tabs .tab:hover a {
  background-color: #f0f0f0;
}

/* Tab activo */
.nav-tabs .tab.active a {
  background-color: #1e73be;
  color: white;
  border-left: 5px solid #0f4c81;
}
.imageServices div img{
	border-radius: 8px !important;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
/*** HEADER ***/
	.header-button{
		width: 140px !important;
	}
}