/*-----------------------------------------------------------------------pc-------------------------------------------------------------------------*/


body{
	background: url(../images/vector.jpg) repeat;
	background-size: 80px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 1em;
	
}

a{
	text-decoration: none;
}

/*ajuste-enlaces*/
.ajuste-enlaces{
	width:100%; 
	height: 190px;
	background: url(../images/vector.jpg);
	background-size: 50px auto;
	margin-bottom: 40px;
}

.ajuste-enlaces a{
	background: transparent;
	color: transparent;
}

/*menu*/

#menu{
	width: 100%;
	position: fixed;
	z-index: 2;
	margin-top: 140px;
	font-size: 0.9em;
	background-color: #000000;
}

#menu li{
	width: 140px;
	text-align: center;
	font-size: 1.3em;
	font-weight: lighter;
	list-style: none;
	float: left;
	border: 2px solid #D7BC12;
	display: inline-block;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-right: 1em;
}

#menu a{
	color: #D7BC12;
	width: 150px;
	display: inline-block;
	margin-left: -.2em;
}

#menu a:hover{
	font-weight: bold;
}

.logo {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  text-decoration: none;
  font-weight: bold;
  line-height: 55px;
  padding: 0 20px;
  color: #000;
  float: left;
  font-size: 1.5em;
}

#phone{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d6c251+0,d7bc12+55,d7bc12+55 */
background: #d6c251; /* Old browsers */
background: -moz-linear-gradient(top,  #d6c251 0%, #d7bc12 55%, #d7bc12 55%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6c251), color-stop(55%,#d7bc12), color-stop(55%,#d7bc12)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #d6c251 0%,#d7bc12 55%,#d7bc12 55%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #d6c251 0%,#d7bc12 55%,#d7bc12 55%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #d6c251 0%,#d7bc12 55%,#d7bc12 55%); /* IE10+ */
background: linear-gradient(to bottom,  #d6c251 0%,#d7bc12 55%,#d7bc12 55%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6c251', endColorstr='#d7bc12',GradientType=0 ); /* IE6-9 */

	width: 100%;
	height: auto;
	color: #000000;
	text-align: right;
	z-index: 3;
	position: fixed;
}

.llamar{
	width: auto;
	height: 50px;
}

.redes{
	width: auto;
	height: 40px;
	margin: 5px;
}

.llamada1{
	background: transparent!important;
	color: #000000;
}

.llamada1:hover{
	text-decoration: underline;
}

.llamada{
	background: transparent!important;
	color: #000000;
}


/*contenedor principal*/

#cont-p{
	background: #888888;
	border: #ffffff groove 3px;
	padding-left: 30px;
	padding-right: 30px;
	margin: 0 auto;
	width: 900px;
	
}

/*banner*/

.ajustaraltobanner{
	width: 100%;
	height: 3em;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: 40px;
  z-index: 1;
  background: #000000;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }



/*bloques de index*/

#bloque-izquierda{
width: 42%;
float: left;
height: 200px;
}

#bloque-centro{
width: 9%;
background: url(../images/vector.jpg);
background-size: 100px;
background-position: center;
border: 3px groove #ffffff;
float: left;
height: 276px;
margin-bottom: 3%;
margin-left: 3%;
margin-right: 3%;

}

#bloque-derecha{
width: 42%;
float: left;
height: 200px;
}

.bloque-menu{
border: 3px solid #000000;
background: #000000;
height: 120px;
margin-bottom: 30px;
text-align: center;
color: #ffffff;
font-size: 1em;
-moz-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
-ms-transition: all .5s;
transition: all .5s;
}

.bloque-menu:hover{
background: #e9e9e9;
color: #000000;
-moz-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
-ms-transition: all .5s;
transition: all .5s;
font-weight: bold;
}


.bloque-imagenes{
background: #000000;
float: left;
height: 100%;
-moz-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
-ms-transition: all .5s;
transition: all .5s;
}

.bloque-imagenes:hover{
background: #000000;
-moz-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
-ms-transition: all .5s;
transition: all .5s;
}

.alinear-cuadrantes{
	height:100%;
	width: 55%;
	text-align: center;
	float: right;
}

.alinear-cuadrantes a{
	color: #D7BC12;
	background: transparent;
}

.alinear-cuadrantes a:hover{
	color: #000000;
}


/*contenedor telefonos*/

#separacion-cont{
	width: 100%;
	height: 320px;
	position: inherit;
	background: transparent;
}

#cont-tel{
  margin-top: 250px;
  overflow: hidden;
  width: 95%;
  padding: 0;
  margin: 0;
  z-index: 2;
  background: url(../images/vector-r.jpg);
  background-size: 30px;
  padding: 2.5%;
  margin-bottom: 40px;
}

#tel{
	width: 40%;
	height: 250px;
	background: #284474 url(../images/sombrero-claro.png) no-repeat;
	background-size: 30%;
	background-position: bottom right;
	float: left;
	color: #ffffff;
	font-size: 1.4em;
	text-align: center;
	-moz-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
-ms-transition: all .5s;
transition: all .5s;
}

#tel:hover{
	background: #395A9B url(../images/sombrero-claro.png) no-repeat;
	background-size: 30%;
	background-position: top left;
	font-size: 1.6em;
	-moz-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
-ms-transition: all .5s;
transition: all .5s;
}


#tel-img{
	width: 60%;
	height: 250px;
	background: url(../images/banner-violinista.jpg) no-repeat;
	background-size: cover;
	float: left;
		-moz-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
-ms-transition: all .5s;
transition: all .5s;
}

#tel-img:hover{
	width: 60%;
	height: 250px;
	background: url(../images/banner-violinista-h.jpg) no-repeat;
	background-size: cover;
	float: left;
		-moz-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
-ms-transition: all .5s;
transition: all .5s;
}





/*contenedor principal*/

.cont-textos{
	background: #CCCCCC;
	width: 100%;
	color: #000000;
	padding-top: 0px;
	padding-bottom: 15px;
	z-index: 1;
	text-align: justify;
	font-family:  Bell MT, arial;
	margin-bottom: 40px;
	font-size: 1.2em;
}

.cont-textos h1{
	font-family: arial;
	font-size: 1.2rem;
	text-transform: uppercase;
}

.cont-textos a{
	color: #000000;
	font-size: 1.1em;
	word-spacing: 0px;
	margin: 0;
	padding: 0;
}

.cont-textos a:hover{
	text-decoration: underline;
}

.cabeceras{
	background: url(../images/vector.jpg);
	background-size: 70px;
	color: #ffffff;
	text-align: center;
	width: 100%;
	font-size: 1.5em;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 80px;
}

.imgcabecera{
	float: left;
	z-index: 2;
	-moz-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
-ms-transition: all .5s;
transition: all .5s;
}

.imgcabecera:hover{
	-moz-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
-ms-transition: all .5s;
transition: all .5s;
transform : rotate(-30deg);
	-moz-transform : rotate(-30deg); /* Firefox */
	-webkit-transform : rotate(-30deg); /* Chrome - Safari */
	-o-transform : rotate(-30deg); /* Opera */
}

.input-text{
	background: #ffffff;
	width: 100%;
	height: 50px;
	border: 2px solid #000000;
	border-radius: 5px;
	font-size: 1.2em;
}

.input-mensaje{
	background: #ffffff;
	width: 100%;
	height: 150px;
	border: 2px solid #000000;
	border-radius: 5px;
	font-size: 1.2em;
}

.button{
	background: #000000;
	color: #ffffff;
	padding: 10px;
	font-size: 1.5em;
	border: 0px;
	border-radius: 5px;
	  cursor: pointer;
}

.button:hover{
	background: #d6c251;
	color: #000000;
	padding: 10px;
	font-size: 1.5em;
	border: 0px;
	border-radius: 5px;
}

.video{
	width: 80%;
	height: 460px;
	background: #131313;
	border-radius: 5px;
	padding: 5%;
	padding-top: 8px;
	margin: 5%;
}

.video h2{
	text-align: center;
	color: #ffffff;
}

.video iframe{
	width: 100%;
	height: 80%;
}

/*controles audio*/

.boxaudio{
	background: #131313;
	padding: 5px;
	border-radius: 10px;
	border: groove #131313 5px;
	width: 370px;
}

.cancion{
	color: #12A6DE;
	text-align: center;
	width: 200px;
	height: 30px;
	background: #ffffff;
	float: left;
	border-radius: 10px;
	margin-right: 5px;
	margin-left: 5px;
	font-family: arial;
}

.audio-play{
width: 30px;
height:30px;
background: url(../images/play.png) no-repeat;
background-size: 100% 100%;
border: 0px;
}

.audio-play:hover{
background: url(../images/play-h.png) no-repeat;
background-size: 100% 100%;
}

.audio-play:focus{
	outline:0px}

.audio-stop{
width: 30px;
height:30px;
background: url(../images/stop.png) no-repeat;
background-size: 100% 100%;
border: 0px;
}

.audio-stop:hover{
background: url(../images/stop-h.png) no-repeat;
background-size: 100% 100%;
}

.audio-stop:focus{
	outline:0px}

.audio-up{
width: 30px;
height:30px;
background: url(../images/up.png) no-repeat;
background-size: 100% 100%;
border: 0px;
}

.audio-up:hover{
background: url(../images/up-h.png) no-repeat;
background-size: 100% 100%;
}

.audio-up:focus{
	outline:0px}

.audio-down{
width: 30px;
height:30px;
background: url(../images/down.png) no-repeat;
background-size: 100% 100%;
border: 0px;
}

.audio-down:hover{
background: url(../images/down-h.png) no-repeat;
background-size: 100% 100%;
}

.audio-down:focus{
	outline:0px}

/*pie de página*/

.ajustaraltofotter{
	width: 100%;
	height: 100px;
}

#fotter{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d6c251+0,d7bc12+55,d7bc12+55 */
background: #d6c251; /* Old browsers */
background: -moz-linear-gradient(top,  #d6c251 0%, #d7bc12 55%, #d7bc12 55%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6c251), color-stop(55%,#d7bc12), color-stop(55%,#d7bc12)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #d6c251 0%,#d7bc12 55%,#d7bc12 55%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #d6c251 0%,#d7bc12 55%,#d7bc12 55%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #d6c251 0%,#d7bc12 55%,#d7bc12 55%); /* IE10+ */
background: linear-gradient(to bottom,  #d6c251 0%,#d7bc12 55%,#d7bc12 55%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6c251', endColorstr='#d7bc12',GradientType=0 ); /* IE6-9 */
width: 100%;
text-align: center;
color: #000000;
font-size: 1em;
padding-top: 15px;
padding-bottom: 15px;
font-weight: bold;
font-family: arial;
}

.listas-footer{
	width: 30%;
	float: left;
	list-style: square;
}

.listas-footer li{
	padding: 5px 0;
	margin: 0;
}

.listas-footer a{
	color: #000;
	padding: 0;
	margin:0;
}

.list-style-none{
	list-style: none;
	font-weight: lighter;
}

.list-style-none h2{
	font-family: arial;
}

#up{
opacity: 0.7;
width: 80px;
background: transparent;
float: right;
display:scroll;
position:fixed;
z-index: 3;
bottom:60px;
right:15px;
}

.cotizador{
width: 200px;
padding: 10px;
margin-top: 15px;
margin-bottom: 15px;
text-align: center;
border-radius: 5px;
}


.cotizador select{
width: 200px;
height: 50px;
padding: 5px;
float: center;
margin-top: 15px;
margin-bottom: 15px;
color: #000000;
font-size: 1.2em;
background: #888888;
border: 2px solid #000000;
margin-left: 15px;
}

.cotizador input{
margin-left: 5px;
background: #888888;
color: #03FFFF;
font-size: 1.2em;
font-weight: bold;
border: 2px solid #000000;
width: 200px;
height: 50px;
cursor: pointer;
margin-left: 15px;
opacity: .8;
}

.cotizador input:hover{
opacity: 1;
}

@media (max-width:1000px) and (min-width:0px ){

/*bloques de index*/


#bloque-izquierda{
width: 100%;
float: left;
height: auto;
}

#bloque-centro{
width: 9%;
background: url(../images/vector.jpg);
background-size: 100px;
background-position: center;
border: 3px groove #ffffff;
float: left;
height: 100%;
margin-bottom: 3%;
margin-left: 3%;
margin-right: 3%;
display: none;
}

#bloque-derecha{
width: 100%;
float: left;
height: auto;
}

.bloque-menu{
border: 3px solid #000000;
background: #000000;
height: 120px;
margin-bottom: 30px;
text-align: center;
color: #ffffff;
font-size: 1em;
}

.bloque-imagenes{
background: #1F1919;
float: left;
height: 100%;
}

}

/*-----------------------------------------------------------------------tablet-------------------------------------------------------------------------*/

@media (max-width:1000px) and (min-width:699px ){

/*ajuste-enlaces*/
.ajuste-enlaces{
	width:100%; 
	height: 100px;
	background: url(../images/vector.jpg);
	background-size: 50px auto;
	margin-bottom: 40px;
}


/*contenedor principal*/

#cont-p{
	background: #666666;
	border: #ffffff groove 3px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 0px;
	width: 600px;
}

/*banner*/
#menu{
	width: 100%;
	height: 100px;
	position: fixed;
	z-index: 2;
	margin-top: 140px;
	font-size: 0.9em;
	background-color: #000000;
}

#menu li{
	width: 100%;
	text-align: center;
	font-size: 1.3em;
	font-weight: lighter;
	list-style: none;
	float: left;
	border: 2px solid #D7BC12;
	display: inline-block;
	margin-top: 1em;
	margin-bottom: 0;
	margin-left: -2em;
}

#menu a{
	color: #D7BC12;
	width: 100%;
	display: inline-block;
}

#menu a:hover{
	font-weight: bold;
}

.ajustaraltobanner{
	width: 100%;
	height: 100px;
}


/*contenedor telefonos*/


#tel{
	width: 100%;
	height: 250px;
	background: #284474 url(../images/sombrero-claro.png) no-repeat;
	background-size: 30%;
	background-position: top left;
	background-position: bottom;
	float: left;
	color: #ffffff;
	font-size: 1.2em;
	text-align: center;
}

#tel-img{
	width: 100%;
	height: 180px;
	background: url(../images/banner-violinista.jpg) no-repeat;
	background-size: cover;
	float: left;

}

#tel-img:hover{
	width: 100%;
	height: 180px;
	background: url(../images/banner-violinista-h.jpg) no-repeat;
	background-size: cover;
	float: left;
		-moz-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
-ms-transition: all .5s;
transition: all .5s;
}

.video{
	width: 90%;
	height: 460px;
	background: #131313;
	border-radius: 5px;
	padding: 2.5%;
	margin: 2.5%;
}

/*controles audio*/

.boxaudio{
	background: #131313;
	padding: 5px;
	border-radius: 10px;
	border: groove #131313 5px;
	width: 100%;
	text-align: center;
}

.cancion{
	display: none;
}



/*pie de página*/

.ajustaraltofotter{
	width: 100%;
	height: 90px;
}

.listas-footer{
	width: 90%;
}




}

/*-----------------------------------------------------------------------smartphone-------------------------------------------------------------------------*/

@media (max-width:700px) and (min-width:0px ){

/*ajuste-enlaces*/
.ajuste-enlaces{
	width:100%; 
	height: 80px;
	background: transparent;
	background-size: 50px auto;
	margin-bottom: 40px;
}

/*contenedor principal*/

#cont-p{
	background: url(../images/vector.jpg) repeat;
	background-size: 80px;
	border: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 30px;
	width: 100%;
}

.llamada1{
	display: none;
}

h1{font-size: 1.2em}

/*menu*/

#menu a{
	width: 100%;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	vertical-align: middle;
	font-size: 1.2em;
	padding-top: 20px;
	line-height: 180%;
}

#menu{
	background-color: #000000;
	position: absolute;
	z-index: 2;
	margin-top: 0px;
	height: 180px;
	display: none;
}

#menu a:hover{
	font-weight: bold;
}


.logo {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  text-decoration: none;
  font-weight: bold;
  line-height: 1em;
  padding: 6px 0;
  color: #fff;
  float: left;
  font-size: 15px;
  width: 100%;
  font-family: arial;
  background: #F37C00;
}



/*banner*/

.ajustaraltobanner{
	width: 100%;
	height: 53px;
}

.bloque-menu img{
	display: none;
}

.alinear-cuadrantes{
	width: 100%;
}

/*contenedor telefonos*/


#tel{
	width: 100%;
	height: 250px;
	background: #284474 url(../images/sombrero-claro.png) no-repeat;
	background-size: 30%;
	background-position: top left;
	background-position: bottom;
	float: left;
	color: #ffffff;
	font-size: 1.2em;
	text-align: center;
}

#tel-img{
	width: 100%;
	height: 180px;
	background: url(../images/banner-violinista.jpg) no-repeat;
	background-size: cover;
	float: left;

}

#tel-img:hover{
	width: 100%;
	height: 180px;
	background: url(../images/banner-violinista-h.jpg) no-repeat;
	background-size: cover;
	float: left;
		-moz-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
-ms-transition: all .5s;
transition: all .5s;
}

.video{
	width: 90%;
	height: 400px;
	background: #131313;
	border-radius: 5px;
	padding: 2.5%;
	margin: 2.5%;
}

.video iframe{
	height: 70%;
}

/*contenedor principal*/


.cont-textos{
	background: #CCCCCC;
	width: 100%;
	color: #000000;
	padding-top: 0px;
	padding-bottom: 15px;
	z-index: 1;
	text-align: justify-all;
	font-family:  Bell MT, arial;
	margin-bottom: 40px;
	font-size: 1.2em;
}


.cabeceras{
	background: #000000;
	color: #ffffff;
	text-align: center;
	width: 100%;
	font-size: 1.5em;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 80px;
}

.imgcabecera{
	float: left;
	z-index: 2;
	-moz-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
-ms-transition: all .5s;
transition: all .5s;
}

.imgcabecera:hover{
	-moz-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
-ms-transition: all .5s;
transition: all .5s;
transform : rotate(-30deg);
	-moz-transform : rotate(-30deg); /* Firefox */
	-webkit-transform : rotate(-30deg); /* Chrome - Safari */
	-o-transform : rotate(-30deg); /* Opera */
}




/*controles audio*/

.boxaudio{
	background: #131313;
	padding: 5px;
	border-radius: 10px;
	border: groove #131313 5px;
	width: 100%;
	text-align: center;
}

.cancion{
	display: none;
}



/*pie de página*/

.ajustaraltofotter{
	width: 100%;
	height: 90px;
	font-family: 
}

.listas-footer{
	width: 100%;
}


#up{
	opacity: 1;
	width: 60px;
	background: transparent;
	float: right;
	display:scroll;
	position:fixed;
	z-index: 3;
	bottom:8px;
	left:8px;
}



}


/*actualizacion 2024*/

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 20px;
    color: #333;
}

h2 {
    color: #007BFF; /* Color azul para destacar los encabezados */
}

p, ul {
    margin-bottom: 15px;
}

ul {
    list-style-type: none; /* Oculta viñetas para mejor apariencia al centrar */
    padding-left: 0;
}

ul li {
    margin-bottom: 10px; /* Espacio entre elementos de la lista */
}

strong {
    font-weight: bold;
}

.cont-textos {
    text-align: center
}


/*carruseles video*/
.video-carousel-container {
    position: relative;
    max-width: 560px; /* ajusta según tus necesidades */
    width: 90%;
    margin: auto;
}

.video-container iframe {
    width: 100%;
    height: 315px;
    display: block;
}

.prev-button, .next-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 18px;
}

.prev-button {
    left: -20px;
}

.next-button {
    right: -20px;
}

/*barra telefonos*/

.contact-bar {
    display: flex;
    width: 100%;
    max-width: 520px; /* Ajusta este valor según el tamaño deseado */
    height: 50px; /* Altura de los botones */
    margin: auto;
    border-radius: 5px; /* Borde redondeado */
    overflow: hidden; /* Oculta cualquier contenido que sobresalga */
    margin-bottom: 70px
}

.phone-button, .whatsapp-button {
    flex: 1;
    color: white!important;
    text-align: center;
    line-height: 50px; /* Centrar texto verticalmente */
    font-size: 1em!important; /* Ajusta este valor según el tamaño deseado */
    font-weight: bold;
    text-decoration: none;
    margin-left: 1em!important;
    border-radius: 10px;
    transition: background-color 0.3s; /* Transición suave al cambiar el color */
    opacity: .9
}

.phone-button:hover, .whatsapp-button:hover {
    text-decoration: none !important; /* Asegura que la decoración del texto se elimine incluso si otras reglas intentan aplicarla */
    opacity: 1
}

.phone-button {
    background: #f37c00!important
}

.whatsapp-button {
    background: #f37c00!important
}


.listas-footer > .list-style-none h2 {
    color: #000
}
.list-style-none h2 {
    color: #000
}



body {
    background: #e8e8e8;!important
    font-family: arial!important;
    margin: 0!important
}
.cont-textos {
    background: #fff!important;
    padding: 2em 0!important;
}
#fotter {
    padding: 2em 0!important;
    background: #F7D401!important
}
header {
    background: #F7D401!important
}
#cont-p {
    width: 100%!important;
    margin: 0!important;
    border: none!important;
    padding: 0!important;
    background: #fff!important
}
.cabeceras {
    display: none!important
}
.listas-footer{
    list-style: none!important
}

.ajustaraltobanner{
    height: 30px!important
}

@media (max-width: 768px) {
.whazaa{
	padding: 1em 0;
}

.ajustaraltobanner{
    height: 80px!important
}

}

.servicios-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; /* Distribuye espacio alrededor de cada elemento */
    padding: 20px;
    background-color: #f0f0f0;
}

.servicio {
    flex: 1 1 100%; /* Ocupa todo el ancho en dispositivos pequeños */
    text-align: center; /* Centra el contenido horizontalmente */
    margin: 10px;
    padding: 20px;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    transition: transform 0.3s ease;
}

.servicio:hover {
    transform: translateY(-5px); /* Efecto hover para elevar la tarjeta */
}

.servicio i {
    font-size: 24px; /* Tamaño de los íconos de FontAwesome */
    margin-bottom: 10px; /* Espacio entre el ícono y el título */
}

.servicio h3 {
    font-size: 16px; /* Tamaño del título */
    color: #333;
}

/* Media Queries para pantallas de PC */
@media (min-width: 768px) {
    .servicio {
        flex: 1 1 18%; /* Cada servicio toma aproximadamente 18% del ancho, permitiendo 5 en una fila */
    }
}



.servicios-container {
    padding: 1rem; /* Ajuste inicial para dispositivos móviles */
}

/* Media queries para diferentes tamaños de pantalla */
@media (min-width: 576px) { /* Pantallas pequeñas, tablets */
    .servicios-container {
        padding: 2rem; /* Aumenta el padding para dispositivos más grandes */
    }
}

@media (min-width: 768px) { /* Tablets en modo paisaje y desktops pequeños */
    .servicios-container {
        padding: 2rem 4rem; /* Más padding lateral para más espacio en pantallas más anchas */
    }
}

@media (min-width: 992px) { /* Desktops grandes */
    .servicios-container {
        padding: 2rem 6rem; /* Aún más padding lateral */
    }
}

@media (min-width: 1200px) { /* Desktops muy grandes */
    .servicios-container {
        padding: 2rem 10%; /* Usa porcentaje para mantenerlo proporcional y no excesivamente ancho */
    }
}


h1 {
    display: block;
    font-size: 1.78em!important;
    text-transform: none!important;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
    color: #007BFF;
}
.servicio {
    background: #f7d401!important
}
.servicios-container {
    background: #f37c00!important
}



#parallax-section {
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}

#parallax-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* Overlay oscuro, ajusta la opacidad según sea necesario */
    z-index: 1; /* Asegúrate de que el overlay está encima del fondo, pero debajo del contenido */
}

.parallax-content {
    position: relative;
    z-index: 2; /* Más alto que el pseudo-elemento para asegurarse de que el contenido está encima del overlay */
    color: white; /* Asegura que el texto sea legible */
    padding: 20px;
    text-align: center;
    padding-top: 5%;
}


.parallax-content h2 {
    color: #fff;
    font-size: 1.7em
}


.parallax-content a{
	padding-top: 0!important;
}


@media (max-width: 768px) {
.parallax-content {
    padding-top: 20%;
}
}


.faq-container {
    margin: 0 auto;
    padding: 10px;
    max-width: 800px;
}

.faq-question {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    text-align: left;
    background: #007BFF;
    color: white;
    border: none;
    cursor: pointer;
    outline: none;
    font-size: 1em;
}

.faq-answer {
    padding: 10px;
    display: none; /* Inicialmente oculto */
    background-color: #f9f9f9;
    border-left: 3px solid #007BFF;
    font-size: 1em;
}

.faq-question::after {
    content: ' \25B6'; /* Flecha derecha */
    float: right;
}

.faq-question.active::after {
    content: ' \25BC'; /* Flecha abajo */
}

.servicios-container h2 {
    color: #fff;
    text-align: center;
    display: block!important;
    width: 100%;
    font-size: 1.7em
}

form {
    max-width: 800px;
    margin: 0 auto
}



