/*
* Theme Name: Tintocas
* Author: infoelectronic
* Version: 2.0

/* Content
================================================== 
01 header
	01.1.- 
02 nav
03 main
03.0 slider
03.1 form
04 ofertas
05 footer
06 break point
07 helper clases



/* 01 Header
================================================== */
@font-face{
font-family: "Open Sans", Arial, sans-serif;
font-weight:normal;
font-style:normal}

header {
 height: auto;
 width: 100%;
 background:#000000;
}
.header-container,
.main aside {
    -webkit-box-shadow: 0 5px 10px #aaa;
    -moz-box-shadow: 0 5px 10px #aaa;
    box-shadow: 0 5px 10px #aaa;
    }
.wrapperh{
  width: 100%;
}
#lineas{
	width: 100%;
	float: left;
}

body{
  width: 100%;
  margin: 0 0;
}

.topbar {
	height: 2px;
	width: 100%;
	margin-top: 1px;
}
.topbarb {
	height: 5px;
	width: 100%;
	margin-top: 1px;
}
#magenta{
	background: #ba007c;
}
#cyan{
	background: #009bdb;
}
#amarillo{
	background: #feee00;
}

#logoinfo{
	width:80%;
	float:right;
	margin-right: 5%;
	margin-bottom: -2%;
}
#headerinfo{
	width: 40%;
	float:right;
}


#logo{
  float:left;
  width:40%;
  margin: 1% 1% 1% 5%;
}
#logof{
  float:right;
  width: 4%;
  margin: 1% 1% 1% 5%;
}
h2{
	color: #ffffff;
}

/* 02 NAV
================================================== */

#mainmenu{
	width: 50%;
	float:right;
	/*border: 2px solid blue !important;*/
	padding-right: -10%;
}
/*lista del navegador*/

/*03.0Slider
===================================*/
ul {
  list-style-type: none;
}

/*
Encabezado del Slider
 ----------------------------------------*/
.slider-title {
  text-align: center;
  margin: 80px 0 40px;
  font-size: 3.2em;
  font-weight: 300;
  color: #FFF;
}

/**
 * Contendor del Slider
 ----------------------------------------*/
.slider-container {
  margin: 0 auto;
  width: 800px;
}
.slider-oferta {
  margin: 0 auto;
  width: 800px;
}

.slider-wrapper  {
  position: relative;
  z-index: 90;
  height: 270px;
  width: 100%;
  border: 5px solid #415066;
  overflow: hidden;
}
.slider-wrapperf  {
  position: relative;
  z-index: 90;
  height: 370px;
  width: 100%;
  border: 5px solid #415066;
  overflow: hidden;
}
.imgoferta{
  width:80%;
}

.slider-wrapper li {
  display: none;
}

li.slide-current {
  display: block;
}

.slider-wrapper li img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: auto;
}

/**
 * Caption
 ----------------------------------------*/
.caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0,0,0,0.6);
  padding: 12px;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.caption-title {
  color: #00c5b9;
  font-weight: 700;
  font-size: 1.6em;
  margin-bottom: 10px;
}

.caption p {
  color: #FFF;
  font-size: 1.4em;
  line-height: 1.3em;
}

.slider-wrapper li:hover .caption {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/**
 * Sombras
 ----------------------------------------*/
.shadow {
  width: 100%;
  height: 15px;
  position: relative;
}

.shadow:after, .shadow:before {
  content: '';
  width: 50%;
  height: 100%;
  background: #171c24;
  position: absolute;
  left: 10px;
  top: -20px;
  -webkit-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  transform: rotate(-4deg);
  -webkit-box-shadow: 0 0 15px 8px #171c24;
  -moz-box-shadow: 0 0 15px 8px #171c24;
  box-shadow: 0 0 15px 8px #171c24;
}

.shadow:after {
  left: auto;
  right: 10px;
  -webkit-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  -o-transform: rotate(4deg);
  transform: rotate(4deg);
}

/**
 * Controles del Slider
 ----------------------------------------*/
.slider-controls {
  text-align: center;
  margin-top: 15px;
}

.slider-controls li {
  background: #415066;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  height: 12px;
  width: 12px;
  margin: 0 4px;
  cursor: pointer;
}

.slider-controls li.active {
  background: #00c5b9;  
}

/**
 * Autores
 ----------------------------------------*/
.authors {
  margin-bottom: 15px;
  margin-top: 25px;
  color: #415066;
  font-size: 1.4em;
  text-align: center;
}

/**
 * Responsive
 ----------------------------------------*/
@media only screen and (max-width: 825px) {
  .slider-container {
    width: 500px;
  }

  .slider-wrapper {
    height: 170px;
  }
}

@media only screen and (max-width: 535px) {
  .slider-container {
    padding: 5px;
    width: 100%;
  }

  .slider-wrapper {
    height: 120px;
  }

  .caption {
    display: none;
  }
}

@media only screen and (max-width: 410px) {
  .slider-wrapper {
    height: 120px;
  }
}


/* 03 CUERPO 01
================================================== */
#principal{
	width: 100%;
}
#presentacion{
	width: 100%;
	
}
#tintocas{
	width:100%;
	border-top: 2px solid black;

}

#portada{ 
	width:100%;
	}
#galeria-inicio{
   width: 100%;
   margin-left: 0%;
   margin-right: 0%;
  }

#portadalogo{
	width: 90%;
	float:right;
}


#servicios{
	width: 100%;
}
#slider{padding-bottom: 40px;}
#slider .flex-direction-nav li a.prev {left: -16px;}
#slider .flex-direction-nav li a.next {right: -24px;}

/*03.1 Form
==========================*/
#demandar-tarifa{
  width: 100%;
  padding-left:0;
  padding-right:0;
  font-size:22px;
  font-size:2.2rem;
  background: #feee00;  
  text-align:center;
  clear:both;
  margin:0 auto;
}
.contenedorform{
  width: 90%;
}
.erreur{
color:#fff;
}
#callback-ok{
padding:40px;
}
#demande-err,#callback-err{
margin-bottom:20px;
}
#demande-msg{
  height: 20%;
}
.form-prix,.form-tel{
  padding-top: 1%; 
  padding-left: 10%;
}
input{
font-family: "Open Sans", Arial, sans-serif;
background-color:#fff;
-moz-border-radius:4px;
-khtml-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
border:1px solid #fff;
padding:14px;
margin:10px 0;
font-size:18px;
font-size:1.8rem}
input.email-tarifs,input.email-newsletter{
width:35%}
input[type="tel"]{
width:34%;
margin-right:2%}
input.email-commande{
width:90%}
input[type="submit"]{
width:180px;
border:0}
input[type="submit"]:hover{
background:#004795;
background:-moz-linear-gradient(top,#004795 0,#004487 50%,#002e66 100%);
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#004795),color-stop(50%,#002e66),color-stop(100%,#002e66));
background:-webkit-linear-gradient(top,#004795 0,#004487 50%,#002e66 100%);
background:-o-linear-gradient(top,#004795 0,#004487 50%,#002e66 100%);
background:-ms-linear-gradient(top,#004795 0,#004487 50%,#002e66 100%);
background:linear-gradient(top,#004795 0,#004487 50%,#002e66 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#004795',endColorstr='#002e66',GradientType=0);
color:#FFF
}
.submit-appel{
background:#1956be;
background:-moz-linear-gradient(top,#1956be 0,#194cad 50%,#19439f 100%);
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#1956be),color-stop(50%,#194cad),color-stop(100%,#19439f));
background:-webkit-linear-gradient(top,#1956be 0,#194cad 50%,#19439f 100%);
background:-o-linear-gradient(top,#1956be 0,#194cad 50%,#19439f 100%);
background:-ms-linear-gradient(top,#1956be 0,#194cad 50%,#19439f 100%);
background:linear-gradient(top,#1956be 0,#194cad 50%,#19439f 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1956be',endColorstr='#19439f',GradientType=0);
color:#FFF}
.submit-connect{
background:#1e44b1;
background:-moz-linear-gradient(top,#1e44b1 0,#19399f 50%,#142e8d 100%);
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#1e44b1),color-stop(50%,#19399f),color-stop(100%,#142e8d));
background:-webkit-linear-gradient(top,#1e44b1 0,#19399f 50%,#142e8d 100%);
background:-o-linear-gradient(top,#1e44b1 0,#19399f 50%,#142e8d 100%);
background:-ms-linear-gradient(top,#1e44b1 0,#19399f 50%,#142e8d 100%);
background:linear-gradient(top,#1e44b1 0,#19399f 50%,#142e8d 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e44b1',endColorstr='#142e8d',GradientType=0);
color:#FFF}
.submit-prix{
background:#f100a3;
background:-moz-linear-gradient(top,#f100a3 0,#e90076 100%);
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f100a3),color-stop(100%,#e90076));
background:-webkit-linear-gradient(top,#f100a3 0,#e90076 100%);
background:-o-linear-gradient(top,#f100a3 0,#e90076 100%);
background:-ms-linear-gradient(top,#f100a3 0,#e90076 100%);
background:linear-gradient(to bottom,#f100a3 0,#e90076 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f100a3',endColorstr='#e90076',GradientType=0);
color:#FFF}
.submit-prix:hover{
background:#004795;
background:-moz-linear-gradient(top,#004795 0,#303030 50%,#272727 100%);
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#004795),color-stop(50%,#303030),color-stop(100%,#272727));
background:-webkit-linear-gradient(top,#004795 0,#303030 50%,#272727 100%);
background:-o-linear-gradient(top,#004795 0,#303030 50%,#272727 100%);
background:-ms-linear-gradient(top,#004795 0,#303030 50%,#272727 100%);
background:linear-gradient(top,#004795 0,#303030 50%,#272727 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#004795',endColorstr='#272727',GradientType=0);
color:#FFF
}



/* 04 ofertas
========================================*/
#ofertas{
	width: 100%;
	

}
.barratitle{
	width:100%;
}
.topbarmagenta{
	width: 100%;
	height: 50px;
	background-color: #ba007c;
	float: left;
}
.topbarcyan{
	width: 100%;
	height: 50px;
	background-color: #009bdb;
	float: left;
}
.titlebar{
	color: #ffffff;
	font-size: 2em;
	font-weight: bold;
	float:left;
	margin-top: 1%;
	margin-left: 1%;	
}
#contenido-ofer{
	width: 100%;
}
.celda-ofer{
  width:80%;
  margin-left: 15%;
  margin-right: 0%;
}
.imgofer{
	width:40%;
	float:left;
  margin: 1% 1%;
}
.fbshare{
    width: 50%;
    float:left;
}
.titletable{
     width:100%;
}
.imgtitle-ofer{
    width: 30%;
}

.imgtabl{
    width: 80%;
    float: left;
    
}
.infotabler{
    width: 50%;
    float: left;
}
#info-ofer{
	width: 50%;
	float:left;
}
/**
 * Responsive
 ----------------------------------------*/
@media only screen and (max-width: 825px) {
  #contenido-pfer{ 
    width: 100%;
  }
   .celda-ofer .imgofer{
    width: 90%;
  }
  .imgtitle-ofer{
    width: 35%;
  }
  .imgofer{
   width:45%;
  }
}

  

@media only screen and (max-width: 535px) {
  #contenido-ofer {
    width: 90%;
  }
   .celda-ofer .imgofer{
    width: 100%;
  }
  .imgtitle-ofer{
    width: 40%;
  }
  .imgofer{
   width:50%;
  }

 
}

@media only screen and (max-width: 410px) {
  #contenido-ofer{
    width:80%;
  }
  .celda-ofer .imgofer{
    width: 130%;
  }
 
  .imgtitle-ofer{
    width: 50%;
  }
  .imgofer{
   width:60%;
  }
}
/* 04 contacto
========================================*/
#contacto{
	width: 100%;
}
#contenido-contac{
	width: 100%;
}
.img-contac{
	width:30%;
	float: left;
	margin: 2% 2%;
}
#mapa{
	width: 100%;
  float: left;
	
}
#mapa iframe {
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
    margin-bottom: 5%;

}
.etoile img{
    height:30%;
    width: 30%;
    margin:15px auto 20px auto
}
#informations-boutiques{
    overflow:hidden;
    width:90%;
    margin:0 auto 20px auto;
    padding:20px 5% 0 5%;
    text-align:center}
#informations-boutiques .magasin{
    background:#fff;
    width:24%;
    margin-bottom:-99999px;
    padding-bottom:99999px;
    vertical-align:top;
    display:inline-block;
    border-right:solid #dbd7d4 2px}
#informations-boutiques .l{
    border:0;
}
#informations-boutiques p{
    padding-bottom:10px;
}
#informations-boutiques span.adresse{
    line-height:30px;
    line-height:3rem;
}
#informations-boutiques span.horaires{
    font-size:15px;
    font-size:1.5rem;
}


/*05 footer
======================================================*/
footer{
  background-color: #000000;
  width: 100%;
  color:#bbb;
  float: right;
}

#copyright {
  background-color: #000000;
  padding:20px 15px;
  color: #FFFFFF;
  font-size: 100%;
  float:left;
}
#logoinfop{
    width:20%;
    float:right;
    margin: 1% 1% 1% 5%;
    
}
#logofp{
    float:right;
    width: 2%;
    margin: 1% 1% 1% 5%;
}

/*06 break point
===================================================*/





}

@media(max-width:480px){
#header{
position:relative}
#logo{
width:200px}
#logoinfo{
    width:200%;
    margin-right: 5%;
}
#logof{
    width: 10%;
}

.topbarmagenta{
    height: 30px;
    
}
.img-ofer{
    width:0%;
    display:none;
}
#info-ofer{
    width: 100%;
    float:left;
}
.topbarcyan{
    height: 20px;
    
}
.titlebar{
    font-size: 1em;
    
}
#boutiques-groupe .telephone-unique span{
    font-size:23px;
    font-size:2.3rem;
}

.boutiques .boutique,#chiffres-cartridge .donnees,#informations-boutiques .magasin{
    width:90%;
}
footer p{
    text-align:center;
    float:none;
}

#copyright {
  
  padding:20px 15px;
  font-size: 80%;
  float:right;
}
#logoinfop{
    width:70%;
    
    
}
#logofp{
    width: 7%;
    
}


}



/*=====================================================000
                 helper Clases
=======================================================000*/

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


