*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px;
	margin: 0px;
}

body{
	background: #fff;
	font-family: "Open Sans", Sans-Serif;
	font-size: 18px;
}

.contenedor {
	width:90%;
	
	max-width: 1000px;
	margin: auto;
	overflow: hidden;
}


.contenedor-sin-padding {
	width:90%;
	
	max-width: 1000px;
	margin: auto;
	overflow: hidden;
}



/*----- CODIGO CREACION PAGINAS WEB ------*/


.parrafo {
	margin:auto;
	line-height: 30px;
	max-width: 750px;
	text-align: justify;
	margin-bottom: 30px;
	font-family: sans-serif;
	color:brown;
}



.sitio-web{
	
	width: 100%;
	
	margin: auto;
	

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 60px;
}


.titulo-sitios{
	width: 80%;
	height: auto;
	margin: auto;
	/*background-color: green;*/
	margin-top: 80px;
}

.titulo-sitios h2{
	font-size: 40px;
	text-align: center;

	color: #413c3c;
	font-family: sans-serif;
	margin-bottom: 30px;
}


.card {
	width: 280px;
	height: 530px;
	background-color: #f4f4f4;
	
	margin: 80px 0px 10px 10px;
	border-radius: 30px;
	-webkit-box-shadow: 5px 5px 19px -5px #000000;
	-moz-box-shadow: 5px 5px 19px -5px #000000;
	-o-box-shadow: 5px 5px 19px -5px #000000;
	box-shadow: 5px 5px 19px -5px #000000;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;

}


.card img{
	display: block;
	margin: auto;
	width: 70px;
	height: auto;
	margin-bottom: 20px;
}



.card h2{
	
	text-align: center;
	font-size: 17px;
	font-family: sans-serif;
	margin-bottom: 30px;
	
	
	
}

.texto{
	margin: 10px;
	padding: 10px;
}

.texto ul {
	max-width: 200px;
    margin: auto;
    font-family: sans-serif;
    font-size: 13px;
    color: #4f524f;
    line-height: 15px;
}

.texto ul li {
	margin-bottom: 20px;
}








@media only screen and (max-width: 800px) {

	.card {
	width: 250px;
	height: 530px;
	background-color: #f4f4f4;
	
	margin: 10px;
	border-radius: 30px;
	-webkit-box-shadow: 5px 5px 19px -5px #000000;
	-moz-box-shadow: 5px 5px 19px -5px #000000;
	-o-box-shadow: 5px 5px 19px -5px #000000;
	box-shadow: 5px 5px 19px -5px #000000;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	flex-grow: 1;
	
	}


.texto ul {
	max-width: 250px;
    margin: auto;
    font-family: sans-serif;
    font-size: 13px;
    color: #4f524f;
    line-height: 15px;
}


}

/*----- FIN  CODIGO CREACION PAGINAS WEB ------*/




/*     header    */

body {
  margin: 0;
  font-family: "Open Sans", Helvetica, sans-serif;
  background-color: #fff;
}

a {
  color: #000;
}




/* menu */
* {
  box-sizing: border-box;
}

body {
  margin: 0px;
  font-family: 'Open Sans';
}

.nav {
  height: 50px;
  width: 100%;
  background-color: #1c0fea;
  position: fixed;
  z-index: 10;
}

.nav > .nav-header {
  display: inline;
}

.nav > .nav-header > .nav-title {
  display: inline-block;
  font-size: 22px;
  color: #fff;
  padding: 10px 10px 10px 10px;
}

.nav > .nav-btn {
  display: none;
}

.nav > .nav-links {
  display: inline;
  float: right;
  font-size: 15px;
  padding: 0px 30px;
}

.nav > .nav-links > a {
  display: inline-block;
  padding: 13px 10px 13px 10px;
  text-decoration: none;
  color: #efefef;
}

.nav > .nav-links > a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.nav > #nav-check {
  display: none;
}

@media (max-width:600px) {
  .nav > .nav-btn {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .nav > .nav-btn > label {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 13px;
  }
  .nav > .nav-btn > label:hover,.nav  #nav-check:checked ~ .nav-btn > label {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .nav > .nav-btn > label > span {
    display: block;
    width: 25px;
    height: 10px;
    border-top: 2px solid #eee;
  }
  .nav > .nav-links {
    position: absolute;
    display: block;
    width: 100%;
    background-color: #333;
    height: 0px;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 50px;
    left: 0px;
  }
  .nav > .nav-links > a {
    display: block;
    width: 100%;
  }
  .nav > #nav-check:not(:checked) ~ .nav-links {
    height: 0px;
  }
  .nav > #nav-check:checked ~ .nav-links {
    height: calc(100vh - 50px);
    overflow-y: auto;
  }
}






.main p {
	font-size: 16px;
	font-weight: 400;
}





header {
	background: url(https://visualartstudio.com.ve/img/cabecera-01.webp) ;
	background-repeat: no-repeat;
	/*background-position: center;*/
	background-size: cover;
	max-height: 600px;

} 

header .menu {
	margin: 40px 0;
	text-align: right;


}



header .menu a{
	margin: 0 20px;
	color: #fff;
	padding-bottom: 9px;
	display: inline-block;
	text-decoration: none;
	border-bottom: 2px solid transparent;
	font-size: 1em;
}

header .menu a:hover {
	border-bottom: 2px solid #fff;
}



header .contenedor-texto {
	display: flex;
	justify-content: center;
	align-content: center;
	margin: 90px 0;
}


header .contenedor-texto .texto {
	border:1px solid rgba(255,255,255,0.5);
	border-radius:20px;
	display: inline-block;
	text-align: center;
	padding: 20px 40px;
}

header .contenedor-texto .texto h1,
header .contenedor-texto .texto h2 {
	color: #fff;
	font-weight: 300;
	margin: 0;

}
header .contenedor-texto .texto .nombre{
	margin-bottom: 10px;
	font-size: 2.5rem;
	line-height: 35px;

	font-family: "Pacifico", cursive;
 
  background: linear-gradient(90deg, rgba(129,132,232,1) 0%, rgba(158,186,230,1) 18%, rgba(194,191,226,1) 46%, rgba(237,197,235,1) 69%, rgba(238,174,202,1) 87%, rgba(238,174,202,1) 87%, rgba(255,134,160,1) 100%);
  -webkit-background-clip: text;
  color: transparent;



}

header .contenedor-texto .texto .profesion{
	font-size: 25px;
	line-height: 25px;
}

p {
	font-size: 14px;
	color: #4d4d4d;
	font-weight: 300;
}


/*     main      */

.main .contenedor {
	overflow: visible;
}

.main .acerca-de {
	text-align: center;
}

.main .acerca-de .foto{
	margin-top: -110px;
}

.main .acerca-de2 .foto{
	background: ("img/foto-header-3.jpg");
	margin-top: 0px;
}


@media only screen and (max-width: 600px) {
	.main .acerca-de2 .foto img{
	height: 300px;
}
}




.main .acerca-de .img{
	vertical-align: top;
	border-radius: 50%;
	border: 5px solid rgba(255,255,255,0.2);
}

.main .acerca-de .texto{
	color: #5a5a5a;
	font-weight: 600;
	font-size: 1em;
	line-height: 30px;
	width: 80%;
	margin: 40px auto;
}


/* imagen gif grande */

.main  .tablet-cosmo img {
		
		margin-bottom: 60px;
	}




/*     servicios   */

.main .contenedor-servicios .servicios {
	overflow: hidden;
}


.main .contenedor-servicios {
	display: flex;
	direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}


.main .contenedor-servicios .servicios  {
	width: 25%;
	
}

.main .contenedor-servicios .servicios .thumb{
	width: 100%;
}

.main .contenedor-servicios .servicios .thumb img{
	width: 100%;
	vertical-align: top;
}



/*-------------   seccion servicios  --------------*/
.flex-container {
  display: flex;
  flex-wrap: wrap;
 justify-content: space-between;
  background-color: #fff;
  border-bottom: 1px solid #bfbdbd;
  padding: 30px 0;
}

.flex-container > div {
  background-color: #fff;
  width: 50%;
  
  line-height: 35px;
  font-size: 30px;
}

.text1{
	width: 8	0%;
	margin-top: 70px;
	text-align: auto;
	margin-left: 10px;

}

.wrapper__video {
	width: 100%;
}


.texto-servicio{
	color: #5a5a5a;
	font-weight: 600;
	font-size: 1em;
	line-height: 30px;
	width: 80%;
	margin: 0px auto;
	margin-bottom: 30px;
	text-align: center;
}


.titulo {
	margin: 0;

  font-family: sans-serif;
  font-size: 30px;
  color: #413c3c;
  margin-bottom: 20px;
}


.titulo-1 {
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 40px;
	font-weight: 300px;
	color: #5a5a5a;
	

}

@media only screen and (max-width: 600px) {
	.pc {
		display: none;
	}


	.flex-container > div  {
		width: 100%;
	}

	.titulo-1 {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 20px;
	font-weight: 200px;
	color: #5a5a5a;
	}

	.texto-servicio{
	color: #5a5a5a;
	font-weight: 600;
	font-size: 1em;
	line-height: 30px;
	width: 80%;
	margin: 20px auto;
	text-align: center;
}

.flex-container > div {
  background-color: #fff;
   
  line-height: 25px;
  font-size: 30px;
}



}


@media only screen and (min-width: 600px) {
	
 .mobil {
 	display: none;
 }
	
}



/*--------imagen logo cms----------- */
@media only screen and (max-width: 600px) {
	
.main .redes2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.main .thumb-redes {
	width: 30%;
}

.main .redes2  img{
	overflow: hidden;
	width: 100%;
}
	
}






/*--------------fin del codigo--------------------*/






/*     portfolio   */

/*--------------------inicio codigo portafolio  -----*/
.caption-style-4{
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		
	}

	.caption-style-4 .li{
		float: left;
		padding: 0px;
		position: relative;
		overflow: hidden;
	}

	.caption-style-4 .li:hover .caption{
		opacity: 1;
	}

	.caption-style-4 .li:hover img{
		opacity: 1;
		transform: scale(1.15,1.15);
		-webkit-transform:scale(1.15,1.15);
		-moz-transform:scale(1.15,1.15);
		-ms-transform:scale(1.15,1.15);
		-o-transform:scale(1.15,1.15);
	}


	.caption-style-4 img{
		margin: 0px;
		padding: 0px;
		float: left;
		z-index: 0;
	}


	.caption-style-4 .caption{
		cursor: pointer;
		position: absolute;
		opacity: 0;
		-webkit-transition:all 0.45s ease-in-out;
		-moz-transition:all 0.45s ease-in-out;
		-o-transition:all 0.45s ease-in-out;
		-ms-transition:all 0.45s ease-in-out;
		transition:all 0.45s ease-in-out;
	}

	.caption-style-4 img{
		-webkit-transition:all 0.25s ease-in-out;
		-moz-transition:all 0.25s ease-in-out;
		-o-transition:all 0.25s ease-in-out;
		-ms-transition:all 0.25s ease-in-out;
		transition:all 0.25s ease-in-out;
	}
	.caption-style-4 .blur{
		background-color: rgba(0,0,0,0.65);
		height: 300px;
		width: 400px;
		z-index: 5;
		position: absolute;
	}

	.caption-style-4 .caption-text h1{
		text-transform: uppercase;
		font-size: 13px;
	}
	.caption-style-4 .caption-text{
		z-index: 10;
		color: #fff;
		position: absolute;
		width: 250px;
		height: 400px;
		text-align: center;
		top: 60px;
	}

	.caption-style-4 .li .portafolio{
		color: #ffffff;
	}




.main .container-a4 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.main .caption-style-4 .li {
	width: 25%;
}

.main .caption-style-4 .li img{
	overflow: hidden;
	width: 100%;
}




/*--------------------fin del codigo -----*/




.main .trabajos{
	background: #ffffff;
	padding: 30px 0;
}

.main .trabajos .contenedor{
	overflow: hidden;
}

.main .trabajos .titulo{
	font-size: 34px;
	line-height: 34px;
	margin-bottom: 40px;
	font-weight: 300px;
	color: #323068;
	text-align: center;


}

.main .trabajos .contenedor-trabajo {
	display: flex;
	direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.main .trabajos .contenedor-trabajo .trabajo{
	width: 23%;
	margin-bottom: 40px;
}


.main .trabajos .contenedor-trabajo .trabajo .thumb {
	width: 100%;
	margin-bottom: 10px;
}

.main .trabajos .contenedor-trabajo .trabajo .thumb img {
	width: 100%;
	margin-bottom: 10px;
	vertical-align: top;
}

.main .trabajos .contenedor-trabajo .trabajo .descripcion {
	text-align: center;
}

.main .trabajos .contenedor-trabajo .trabajo .descripcion .nombre {
	font-weight: 700;
	color: #3895ea;
	margin-bottom: 5px;
}
.main .trabajos .contenedor-trabajo .trabajo .descripcion .categoria {
	font-size: 14px;
	color: #636363;
}





.main .contenedor-r {
	overflow: hidden; 
	padding: 0px;
	margin-bottom: 60px;
}

.main .contenedor-redes .redes2 {
	display: flex;
	justify-content: center;
}

.main .contenedor-redes .redes2 .thumb-redes{
	margin: 0 20px;
}















/*   preventivo   */



.main .preventivo-header-foto	 {
 	background: url(https://visualartstudio.com.ve/img/cabecera-02.jpg) #f4f4f4;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 500px;
	max-height: 600px;
}




/*   fin preventivo fotos*/


.main .preventivo-foto{
	height:400px;
}

.main .preventivo-foto {
 	background: url(https://visualartstudio.com.ve/img/foto-evento-fondo.jpg) #49a3d6;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	max-height: 600px;
}
	


.main .preventivo-foto .contenedor-texto{
	display: flex;
	justify-content: center;
	align-content: center;
	margin: 70px 0;
}


.main .preventivo-foto .contenedor-texto .texto {
	border:2px solid rgba(255,255,255,0.5);
	border-radius:20px;
	display: inline-block;
	text-align: center;
	padding: 20px 60px;
	cursor: pointer;
}



.main .preventivo-foto .contenedor-texto .texto h1,
.main .preventivo-foto .contenedor-texto .texto h2 {
	color: #fff;
	font-weight: 300;
	margin: 0;

}
.main .preventivo-foto .contenedor-texto .texto .nombre{
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 20px;
}

.main .preventivo-foto .contenedor-texto .texto .profesion{
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 20px;
}


/*   fin preventivo fotos*/



/*preventivo video */

.preventivo-video{
	height:400px;
}


.main .preventivo-video {
 	background: url(https://visualartstudio.com.ve/img/wedding-1.jpg) #49a3d6;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	max-height: 600px;
}


.main .preventivo-video .contenedor-texto{
	display: flex;
	justify-content: center;
	align-content: center;
	margin: 70px 0;
}


.main .preventivo-video .contenedor-texto .texto {
	border:2px solid rgba(255,255,255,0.5);
	border-radius:20px;
	display: inline-block;
	text-align: center;
	padding: 20px 60px;
	cursor: pointer;
}



.main .preventivo-video .contenedor-texto .texto h1,
.main .preventivo-video .contenedor-texto .texto h5 {
	color: #FFF;
	font-weight: 600;
	margin: 0;

}
.main .preventivo-video .contenedor-texto .texto .nombre{
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 20px;
}

.main .preventivo-video .contenedor-texto .texto .profesion{
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 20px;
}




/* FIN PREVENTIVO VIDEO*/




.main .preventivo-programacion {
 	background: url("https://visualartstudio.com.ve/img/infografia.gif") #f4f4f4;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 600px;
}

.main .preventivo .contenedor-texto{
	display: flex;
	justify-content: center;
	align-content: center;
	margin: 70px 0;
}


.main .preventivo .contenedor-texto .texto {
	border:2px solid rgba(255,255,255,0.5);
	border-radius:20px;
	display: inline-block;
	text-align: center;
	padding: 20px 60px;
	cursor: pointer;
}

.main .preventivo .contenedor-texto .texto:hover {

	background: #387bea;
}

.main .preventivo .contenedor-texto .texto h1,
.main .preventivo .contenedor-texto .texto h2 {
	color: #fff;
	font-weight: 300;
	margin: 0;

}
.main .preventivo .contenedor-texto .texto .nombre{
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 20px;
}

.main .preventivo .contenedor-texto .texto .profesion{
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 20px;
}







/*------ contancto-------*/

.main .contenedor{
	padding: 60px 0;

}

.main .contacto .formulario {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.main .contacto .formulario input[type="text"],
.main .contacto .formulario input[type="email"],
.main .contacto .formulario textarea {
	border: 2px solid #f5f5f5;
	border-radius: 50px;
	padding: 15px 20px;
	font-size: 15px;
	color: #a4a4a4;
	background: #f4f4f4;
}


.main .contacto .formulario input[type="text"]:focus,
.main .contacto .formulario input[type="email"]:focus,
.main .contacto .formulario textarea:focus {
	border: 0px solid #3895ea;
	border-radius: 50px;
}




.main .contacto .formulario input[type="text"],
.main .contacto .formulario input[type="email"] {
	width: 100%;
	margin-bottom: 10px;
}

.main .contacto .formulario textarea {
	width: 100%;
	height: 100px;
	min-width: 100%;
	max-width: 100%;
	min-height: 100px;
	max-height: 300px;
	margin-bottom: 10px;
	background: #f4f4f4;
}

.main .contacto .formulario .boton{
	margin: auto;
	background: #3895ea;
	color: #fff;
	border:none;
	border-radius: 40px;
	padding: 15px 40px;
	cursor: pointer;
}

.main .contacto .formulario .boton:hover {
	background: #387bea;

}


/*pagina contacto*/










footer .redes-sociales{
	background: #f4f4f4;
	
	padding: 60px 0;
}


footer .contenedor {
	display: flex;
	justify-content: center;
}

footer .redes-sociales a{
	color: #1e2b38;
	text-align: center;
	width: 100px;
	display: block;
	padding: 15px 0;
	border-radius: 15px;
	font-size: 25px;
	margin: 0 15px;
}



/*------------ RESPONSIVE MOBIL---------------*/

@media only screen and (max-width: 600px) {
    header .contenedor-texto {
    	margin: 130px 0;
    	}
	
	
}


@media only screen and (max-width: 600px) {
    header .contenedor-texto .texto .nombre{
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 15px;
	}
	
}

@media only screen and (max-width: 600px) {
header .contenedor-texto .texto .profesion{
	margin-bottom: 5px;
	font-size: 7px;
	line-height: 7px;
	
}

        

}


@media only screen and (max-width: 600px) {
	.main .contenedor-servicios .servicios  {
	width: 50%;
	
}
}


@media only screen and (max-width: 600px) {
	.main .container-a4 .caption-style-4 .li {
		width: 49%;
	}
}

@media only screen and (max-width: 600px) {
	.main .contenedor .contenedor-trabajo .trabajo {
		width: 49%;
	}
}


@media only screen and (max-width: 600px) {
	.main .contenedor .contenedor-servicios .servicios {
		width: 50%;
	}
}


/* imagenes gif de la  seccion de programacion tamaños adaptados al mobil a mobil*/

@media only screen and (max-width: 600px) {
	.main  .img-servicio img {
		width: 300px;
	}
}

@media only screen and (max-width: 600px) {
	.main  .tablet-cosmo img {
		width: 300px;
		margin-bottom: 30px;
	}
}





/*---- tablaa de precios  ------*/








