@charset "utf-8";
/* CSS Document */

/* cuerpo*/

body{
margin: 0px;
padding: 0px;
font-size: 1.0rem;

font-family: 'Mukta', sans-serif;
font-family: 'Sarabun', sans-serif;
}
html{
	
	scroll-behavior:smooth;
	
}

/* menu movil  */
#topnavmovil{
		display: none;
	}

/* menu normal */
#navbar{
	height: 50px;background-color: black;padding-top: 10px;position: fixed;top: 0;z-index: 99;width: 100%;
}

#navbar >ul li{
	display: inline;
	font-size: 0.9rem;
	color: white;
	padding-right: 20px;
	text-align: center;
	height: 50px;
}


#listadopc li a{
	color: white;
	font-weight: bold;
	text-decoration: none;
}
#listadopc li a:hover{
	color: orange;;
}


/* portada y titulos */
.miportada{
	position: relative;
	top:50px;
	height: 100vh;
background-image: url("../imagenes/fondoplustest.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

#mititulo{
	 margin-top: 40px;
	
}

#micinco{
	font-size: 2.0rem;
	font-weight: bold;
	color: #000000;
	padding-left: 20px;
	width: 75%
}

#tituloweb ul{
   
    padding: 0;
    margin: 0;
}

#tituloweb li{
    display: inline;
    padding-left: 10px;
    font-size: 0.7rem;
    font-weight: bold;
}

#listan{
 padding: 0;
margin: 0;
}

#bloque{
   position: relative;
   margin-top: 20px;
margin-bottom: 10px;
    padding-left: 30px
}

#promodiv{
	font-size: 1.2rem;font-weight: bold;color: firebrick;width: 75%
}

#servActual{
	height: 300px;
	text-align: left;
	
}

.tituloser{
	color:#008490;
	font-size: 1.2rem;
	font-weight: bold;
	text-decoration: underline
}

#listaser{
	font-size: 0.9rem;
	font-weight: bold;
	line-height: 30px;
	
}
/* servicios */
#tablaserv{
	width: 300px;
	align-self: flex-start;
	text-align: center;
	
}

#listaserv{
	font-size: 0.9rem;
	list-style: none;
	text-align:left;
	line-height:30px
}


#listaprecio{
	text-align: left;font-size:0.9rem;line-height: 30px
}

.btnprecio{
	background-color: darkgoldenrod;
	width: 100%;
	color:white;
	border: 0;
	height: 40px;
	transition: 0.5s;
}

.btnprecio:hover{
	transform:translateY(-8px);
	background-color: goldenrod;
	color: black;
}


#contratarp{
	background-color: darkgoldenrod;
	width: 100%;
	color:white;
	border: 0;
	height: 40px;

}


@media(max-width:768px) {

/* menu normal */
#navbar{
	display: none;
}
	
/* menu movil  */
#topnavmovil{
		position: fixed;top: 0;z-index: 99;width: 100%;display: block;
	}
	
#menumovpr{
	background-color: black;
	color: white;
	height: 46px;
	margin: 0;
	padding-top: 5px;
}

#menumovpr a{
	color: white;
}

a#menumov{
	color: white;
	font-size: 1.5rem;
}

a#menumov:hover{
	color: wheat;
}

#linkmov{	
	position: absolute;
	width: 400px;
	background-color: black;
	z-index: 99;
	top: 44px;
	color:white;
	display: none;
	
}

#listamovil{
	line-height: 40px;padding:0 0 0 15px;margin: 0;font-size: 0.9rem;
}
#listamovil li{
	border-bottom: dotted;border-bottom-color: grey;border-bottom-width: 1px;list-style: none;
}
#listamovil li a{
	color:white;text-decoration: none;
	
}	

/* portada y titulos */
.miportada{

background-image: url("../imagenes/fondopluspeq.jpg");
background-position: center;
}
	
	
#mititulo{
	 margin-top: 20px;
	
}
	
#micinco{
	font-size: 1.8rem;
     text-align: center;
width: 100%;
}
	
	
 #listan{
        display: none;
    }
	

    #bloque{
        display: none;
    }
	
 
#listaser{
	font-size: 2.5rem;
	font-weight: normal;
	line-height: 18px;
		padding: 0;
		margin: 0;
	
}
	
#promodiv{
	font-size: 1.2rem;font-weight: bold;color: firebrick;width: 100%;
}	
.tituloser{
	
	font-size: 3.0rem;

	
}
	
/* servicios */
#tablaserv{
	width: 100%;
	align-self: flex-start;
	
	
}
	
	
#listaserv{
	font-size: 0.9rem;
	list-style: none;
	text-align:left;
	line-height: 30px
}






}












































