body{
    font-family: 'Open Sans', sans-serif;
    font-size: 0.97rem;
}
h1, h2, h3, h4, h5, h6, li, a, p, input, label{
    font-family: 'Open Sans', sans-serif;  
}
h3{
    font-size: 1.3rem;
}
li{
    list-style: none;
}
.tipografia09{
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9rem;
}
.tipografia08{
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8rem;
}
.tipografia14{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.4rem;
}
.tipografia12{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2rem;
}
.tipografia17{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.7rem;
}
.list{
    list-style: square;
}
.azul{
    color: #04ACE5;
}
.negro{
    color: #000;
}
.margin0{
    margin: 0;
}
img{
    max-width: 100%;
}
li a:hover { 
    text-decoration: none; 
    color: #04ACE5;
}

a:hover { 
    text-decoration: none; 
}
footer a:hover { 
    text-decoration: none; 
    color: #fff;
}
.centrado{
    margin-left: auto;
    margin-right: auto;
}
.navbar-size{
    font-size: 1.2rem;
    font-family: 'Open Sans', sans-serif;
}
.fondo-titulo{
    background-image: url(../imagenes/cover-min.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 347px;
    height: auto;
}
.centro{
    justify-content: center;
    color: #04ACE5;
}
.titulo{
    display: flex; 
    align-items: center; 
    text-shadow: 1px 2px #999;
    font-size: 4rem;
}
.titulo01{
    display: flex; 
    align-items: center; 
    text-shadow: 1px 2px #999;
    font-size: 2.6rem;
}
.subtitulo{
    font-size: 1.3rem;
}
.slide{
    background-color: #FAFAFA;
    padding-top: 15px; 
    padding-bottom: 15px;
}
.presupuesto{
    background-color: #04ACE5; 
    color: #fff; padding: 8px; 
    max-width: 80%; 
    text-shadow: 1px 2px #999;
    border-radius: 8px;
}
.fondo-gris{
    background-color: #E9EAEE;
}

/*cookies*/
#barraaceptacion {
    display:none;
    position:fixed;
    left:0px;
    right:0px;
    bottom:0px;
    padding-bottom:30px;
    width:100%;
    text-align:center;
    min-height:290px;
    background-color: rgba(3, 171, 239, 0.9);
    color:#fff;
    z-index:99999;
}
 
.inner {
    width:100%;
    position:absolute;
    padding-left:5px;
    font-family:verdana;
    font-size:12px;
    top:30%;
}
.aceptar{
    margin-top: 4px;
}
 
.inner a.ok {
    padding:4px;
    color:#ffffff;
    font-size: 20px;
    text-decoration:none;
    
}
 
.inner a.info {
    padding-left:5px;
    text-decoration:none;
    
}

@media (max-width: 768px){
    
    #barraaceptacion {
        height: 250px;
    }
    inner {
        top:20%;
    }
}
footer{
    color: #fff;
    background-color: #232323;
    font-size: 0.9rem;
}
footer a{
    color: #fff;
    text-decoration: none;
}
.footer-copyright{
    background-color: #282A2B;
    font-family: 'Open Sans', sans-serif; 
    font-size: 0.8rem;
    color: #fff;
}
.aviso{
    border-right: 2px solid #fff; 
    padding-right: 5px;
}

/*pagina contactatar*/
.titulo-contacto{
    font-size: 1.5rem;
}
.subtitulo-contacto{
    font-size: 1.2rem;
}
.contact p{
    margin: 0;
    font-size:0.9rem;
}
/*pagina hdwdesign*/
.parallax {
  /* The image used */
  background-image: url(../imagenes/hdwdesign.jpg);

  /* Set a specific height */
  height: 300px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax1 {
  /* The image used */
  background-image: url(../imagenes/parallax1.jpg);

  /* Set a specific height */
  height: 300px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax2 {
  /* The image used */
  background-image: url(../imagenes/hosting.jpg);

  /* Set a specific height */
  height: 300px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.columns {
  float: left;
  width: 33.3%;
  padding: 8px;
}

.price {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.price:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.price .header {
  background-color: #111;
  color: white;
  font-size: 25px;
}

.price li {
  border-bottom: 1px solid #eee;
  padding: 20px;
  text-align: center;
}

.price .grey {
  background-color: #eee;
  font-size: 20px;
}

.button {
  background-color:  #04ACE5;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}

@media only screen and (max-width: 600px) {
  .columns {
    width: 100%;
  }
}


/*portfolios*/

.btn-primary {
	background-color:transparent;
	color: #fff;
	border: 2px solid #fff;
	font-size:10px;
	text-transform: uppercase;
	border-radius: 0px;	
}
.btn-primary:hover {
	background-color:transparent;
	border-color: #04ACE5;
	color: #04ACE5;
	border-radius: 20px;
}

.single_portfolio_text{
	display:inline-block;
	padding:0;
	position:relative;
	overflow:hidden;
}
.single_portfolio_text img{
	width:100%;
}

.single_portfolio_text:hover .portfolio_images_overlay{
	top:5%;
	left: 5%;
}

.portfolio_images_overlay{
	width: 90%;
	height: 90%;
	background: rgba(0, 0, 0, 0.8);
	padding: 20px;
	margin: 0 auto;
	top: -100%;
	left: 5%;
	position: absolute;
	transition:.6s;
	
}
.portfolio_images_overlay h6{
	text-transform: uppercase;
	color: #fff;
	font-size: 20px;
	
	font-family: 'Open Sans', sans-serif;
}

.portfolio_images_overlay .product_price{
	font-size: 15px;
	color: #fff;
	font-weight:800;
	line-height:30px;
}
.portfolio_images_overlay .product_price i{
    margin-right: -10px;
}
.lista{
   list-style: circle;
}


@media (min-width:769px) and (max-width:991px) {
	.portfolio_images_overlay {
		padding: 0px;
	}
}
@media (max-width:768px) {
	.portfolio_images_overlay{
		padding: 170px 20px;
	}
}
@media (max-width:580px) {
	.portfolio_images_overlay{
		padding: 100px 20px;
	}
}
@media (max-width:480px) {
	.portfolio_images_overlay{
		padding: 40px 20px;
	}
}
@media (max-width:320px) {
	.portfolio_images_overlay{
		padding: 20px;
	}
}  



@media (max-width: 575.98px){
    body{
        padding: 5px;
    }
  .fondo-titulo{    
    height: 250px;
    }
    .titulo{
        padding: 5px;
    }
    .slide{
        margin-top: 8px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .clientes{
        margin-bottom: 8px;
        border-radius: 10px;
    }
    .parallax, .parallax1, .parallax2{
        display: none;
    }
}
@media and (min-width:5 75.98px) and (max-width: 759.98px){
    .slide{
        width: 30%;
    }
}