


/* INICIO styles.css BUSCADOR   */
body {
  font-family: Arial, sans-serif;
  background-color: #f4f4f4;
  margin: 0;
  padding: 0;
}

.container {
  width: 80%;
  margin: auto;
  overflow: hidden;
  padding-top: 30px;
}

h1 {
  text-align: center;
}

#searchInput, #searchButton {
  display: block;
  width: 80%;
  margin: 10px auto;
  padding: 10px;
  font-size: 18px;
}

#results {
  width: 80%;
  margin: 20px auto;
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.result-item {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}

.result-item:last-child {
  border-bottom: none;
}


/* FIN styles.css BUSCADOR   */









  
  /* Establece el color de fondo deseado para los botones del menú desplegable */
  .dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:hover {
    background-color: #66CCE3; /* Cambia 'red' por el color deseado */
  }



/*Texto superior página inicial - Negrilla grande - Identificador
*/
#titulo1 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 6vw;
}



/*Intertítulos
*/
.titulo2 {
  font-family: 'Oxygen', sans-serif;
  text-decoration: underline;
  font-weight: 800;

}


/*Separador con fondo de color */

.separadortitulo{
  background-color: #f8f9fa;
  padding: 50px;
  font-family: 'Noto Sans', sans-serif;

}



body {
	background:white;
	font-family: "Nunito", sans-serif;
}

h1{
  font-size: 85px;
}

h2{
  color: #66CCE3;
  font-weight: bold;
}

span {
  color background: #66CCE3;
}

#footer{
  background-color: #e2e5e7;
  padding-top: 40px;
  padding-bottom: 20px;
}



/*CSS - Servicios - Inicio */

#servicios_head{
  padding-top: 200px;
  color background: #66CCE3;
  font-family: "Nunito", sans-serif;
  padding-bottom: 110px;
  
}


#servicios_bottom{
  padding-bottom: 100px;
  
}
/*
CSS - Servicios - Inicio */




#mainNavbar {

font-size:1.0rem;
font-weight: 100;

}

#mainNavbar .nav-link {
color:gray;

}

#mainNavbar .nav-link:hover {
color:#17a2b8;

}

#mainNavbar .navbar-brand {
color:#00bcd9;

}

#header {
	background: white;
}

/*#serviciostitulo {

  border-style: solid;
  border-width: 1px;
  border-color: white;

}*/




/*
Estilos de la página de servicios */


#Stitulo {

 padding-top: 5%;
  
}


/*
Estilos de:Espacio entre rows */
.spacer5 {
  height: 100px;
}


/*
Estilos de:Centrar íconos */

.icon{
    text-align: center;
}


.destacado
{
    text-align: center;
    font-size: 20px;
    color: gray ;
  	font-weight: normal;
  	font-style: italic
  	
}



/*Colores de los links*/

/* unvisited link */
a:link {
  color: black;
}

/* visited link */
a:visited {
  color: #000000;
}

/* mouse over link */
a:hover {
  color: #4cbcd7;
}

/* selected link */
a:active {
  color: #123f54;
}

/*FIN - Colores de los links*/


/*
Estilos del boton de privacidad */


/*
FIN Estilos del boton de privacidad */
/*
INICIO Texto responsivo*/
.text-responsive {
  font-size: calc(100% + 1vw + 1vh);
}
/*FIN Texto responsivo*/*/
/*


.btn-whatsapp strong {
    color: white;
    font-weight: bold;
}



  /* Estilos para el contenedor principal */
  .container-custom {
    height: 100vh; /* Altura del viewport */
    display: flex;
    justify-content: center; /* Centrado horizontal */
    align-items: center; /* Centrado vertical */
