*{
	-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: 16px;
}

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


/*     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;
}

.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;
    text-align: center;
  }
  .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;
  }
}









.header-disegno {
	background: url(https://visualartstudio.com.ve/img/cabecera-04.jpg) ;
	background-repeat: no-repeat;
	/*background-position: center;*/
	background-size: cover;
	max-height: 500px;

}



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;
}


/*------- disegrafico  texto detrodel banner */

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


header .contenedor-texto .texto {
	border:2px 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: 35px;
	line-height: 35px;
}

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

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


/*     fin  disegrafico  texto detrodel banner    */




/*     main principal   logo visual art  */

.main .contenedor {
	overflow: visible;
}

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

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

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



/*------    fin logo main ---------*/




/*-------------   seccion flex-container   --------------*/

.flex-container-1 {
  display: flex;
  flex-wrap: wrap;
 justify-content: space-between;
  background-color: #fff;
  padding: 60px 0;
  border-radius: 40px;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
 justify-content: space-between;
  background-color: #fff;
  padding: 60px 0;
}


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

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


.info-text{
	width: 400px;
	font-size: 18px;
	font-family: arial;
	padding: 10px 15px;
	margin-top: 15px;

}





.wrapper__video {
	width: 100%;
}


/* ----   fin de la section flex container ------*/



/*  ------------ preventivo  --------- */

.main .preventivo-post {
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);

	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	max-height: 900px;
}



.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-1 {
    font-family: 'Lobster Two', cursive;
	font-size: 48px;
	line-height: 34px;
	margin-bottom: 20px;
	font-weight: 700;
	color: #373197;


}

.profesion {
    font-family: 'Lobster Two', cursive;
	font-size: 12px;
	line-height: 34px;
	margin-bottom: 20px;
	font-weight: 700;
	color: #fff;


}



 .titulo-h1 {
     max-width:87%;
     font-family: 'Raleway', sans-serif;
	font-size: 32px;
	line-height: 34px;
	margin-bottom: 30px;
	font-weight: 800;
	color: #000;


}


.texto {
   background: -webkit-linear-gradient(#1A98E4,#C43369);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
     color: tomato;
     font-weight: 800;
     font-size:42px;
}




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

 .titulo-h1 {
     max-width:87%;
     font-family: 'Raleway', sans-serif;
	font-size: 22px;
	line-height: 34px;
	margin-bottom: 30px;
	font-weight: 800;
	color: #000;


}

.texto {
   background: -webkit-linear-gradient(#1A98E4,#C43369);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
     color: tomato;
     font-weight: 800;
     font-size:30px;
}


}





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


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

	.titulo-1 {
	font-family: 'Lobster Two', cursive;
	font-size: 35px;
	line-height: 35px;
	margin-bottom: 20px;
	font-weight: 700;
	color: #373197;
	}


	.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;
}



}








.boton{
			text-align:center;
			text-decoration: none;
      font-family: 'Helvetica Neue', Helvetica, sans-serif;
      display:inline-block;
			color: #FFF;
			font-size: 15px;
			background: #7F8C8D;
			padding: 5px 25px;
			white-space: nowrap;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 50px;
			margin: 10px 5px;
			-webkit-transition: all 0.2s ease-in-out;
			-ms-transition: all 0.2s ease-in-out;
			-moz-transition: all 0.2s ease-in-out;
			-o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

.azul{
  background: #1c0fea;
}

.azul:hover{
  background: #2980B9;
}

.verde{
  background: #2ECC71;
}

.verde:hover{
  background: #27AE60;
}

.rojo{
  background: #E74C3C;
}

.rojo:hover{
  background: #C0392B;
}

.naranja{
  background: #E67E22;
}

.naranja:hover{
  background: #D35400;
}





/* ------------  sction team lavoro ---------------------- */

.main .lavoro{
	background: #f2f2f2;
	padding: 60px 0;
}

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




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




.main .lavoro .contenedor-lavoro .trabajos {
	width: 22%;
}

.main .lavoro .contenedor-lavoro .trabajos .thum-lavoro{
	width: 100%;
	margin-bottom: 10px;
	border-radius: 50%;
}

.main .lavoro .contenedor-lavoro .trabajos .thum-lavoro img{
	width: 100%


}

.main .lavoro .contenedor-lavoro .trabajos img{
	text-align: center;
	border-radius: 50%;
}

.main .lavoro .contenedor-lavoro .trabajos .descripcion{
	text-align: center;
	margin-bottom: 20px;
}


.main .lavoro .contenedor-lavoro .trabajos .descripcion .nombre{
	font-weight: bold;

}





@media only screen and (max-width: 768px) {
.main .lavoro .contenedor-lavoro .trabajos .thumb-lavoro img {
	width: 150px;

}
}


@media only screen and (max-width: 768px) {
	.main .lavoro .contenedor-lavoro .trabajos  {
	width: 50%;
	margin-bottom: 0px;

}
}


@media only screen and (max-width: 600px) {
	.main .lavoro .contenedor-lavoro{

	display: flex;
	justify-content: center;
}

}


/* ------------ fin sction team lavoro ---------------------- */









/*     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%;
}






.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;
}

.tabla-de-precios {
	border-bottom: 60px;
}



























/*------ 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: 50px;
	padding: 15px 40px;
	cursor: pointer;
}

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

}



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 .contenedor .contenedor-trabajo .trabajo {
		width: 49%;
	}
}


@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-servicios .servicios {
		width: 50%;
	}
}



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

	}

.info-text{
	width: 320px;
	font-size: 17px;
	font-family: arial;
	margin-bottom: 30px;


}

.responsive-iframe-post-social {
	height: 390px;
}

.flex-container{
	isplay: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
    padding: 60px 0;
    margin-top: -172px;
}

}

/*--------- FAQ ------------*/
@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@400;700&display=swap');

:root{
  --principal-font: 'Kumbh Sans', sans-serif;
  --font-size: 12px;

  --bg-gradient: linear-gradient(to bottom, hsl(273, 75%, 66%), hsl(240, 73%, 65%));

  --primary-dark-color: hsl(238, 29%, 16%);
  --primary-soft-color: hsl(14, 88%, 65%);

  --neutral-dark-color: hsl(237, 12%, 33%);
  --neutral-soft-color: hsl(240, 6%, 50%);

}


html {
  box-sizing: border-box;
}
* {box-sizing: inherit;}

.attribution {
  font-size: 11px; text-align: center;
  background-color: hsl(240, 5%, 91%);
  padding: 8px 0 5px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.attribution a { color: hsl(228, 45%, 44%); }

/* global */
/*================================================*/


body {
  margin:0;

}

.card-wrapper {
  min-height: 100vh;
  padding-bottom: 50px; /* footer fixed */
  padding-top: 25px;
}

p {
  margin: 0 0 12px;
  line-height: 1.5;
}

h2 {
  margin: 12px 0;
}


/* generics */
/*================================================*/

.content-cc{
  display: flex;
  justify-content: center;
  align-items: center;
}

/* FAQ card */
/*================================================*/

.faq-card {

  background-color: #fff;
  border-radius: 20px;

  max-width: 850px;
  margin-top: 90px;

  box-shadow: 0px 60px 50px -25px rgba(0, 0, 0, 0.35);
}

/* FAQ card: imagenes */
/*================================================*/


.faq-ilustrations{
  position: relative;
}

.faq-ilustrations .mobile.ilust{
  position: absolute;
  top:-110px;
  left:-30px;
  right: 0;
}

.mobile{
  display: block;
  margin: 0 auto;
}


/* FAQ card: main */
/*================================================*/

.faq-content {
  padding: 9px 25px 3rem;
}

.faq-content h1 {
  font-size: 32px;
  text-align: center;
  color: var(--primary-dark-color);
}

.faq-accordion {
  padding: 8px 0;
  border-bottom: 1px solid hsl(240, 5%, 91%);
}


/* FAQ card: main title */
/*================================================*/

/* checkbox tgg-title*/
input.tgg-title {
  appearance: unset;
  all:unset;
}

.faq-accordion-title label{
  display: flex;
  align-items: center;
  cursor: pointer;
}

.faq-accordion-title h2{
  font-size: 12px /*var(--font-size)*/;
  font-weight: 400;
  color: var(--neutral-dark-color);
}

.faq-accordion-title span{
  margin-left: auto;
  transition: transform .4s ease-in-out;
}


/* FAQ card: main content */
/*================================================*/

.faq-accordion-content {
  color: var(--neutral-soft-color);
  overflow: hidden;
  max-height: 0;
  transition: max-height .4s ease-in-out;
}


/* Effects */
/*================================================*/

/* main title, accordion title effects */

.faq-accordion-title:hover h2{
  color: var(--primary-soft-color)
}

/* onclick "" */
.faq-accordion .tgg-title:checked + div>label>h2 {
  font-weight: 700;
}

.faq-accordion .tgg-title:checked + div>label>span {
  will-change: transform;
  transform: rotate(180deg);
}

/* main content, acordion text effect */

.faq-accordion .tgg-title:checked ~ .faq-accordion-content{
  will-change: max-height;
  max-height: 80px;
}


/*-------- fin faq -----------*/
