/*
==================================================================
Theme Name: Atres
Author: Neobrand®
Author URI: http://neobrand.com
==================================================================
*/
/* Reset =================================================== */
/* CSS reset */

html,body,header,footer,section,article,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,a,blockquote,th,td,img,abbr,acronym { 
  padding: 0;
  margin: 0;
  border: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select:none;
  -webkit-touch-callout:none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  text-decoration: none;
  outline: none;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

address,caption,cite,code,dfn,th,var {
  font-style:normal;
  font-weight:normal;
}
ol,ul {
  list-style:none;
}
caption,th {
  text-align:left;
}
q:before,q:after {
  content:'';
}

/* Variables =================================================== */

*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  float:left;
  position: relative;
  z-index: 1;
}

a, a img{
  color: #7ba3dc;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a img:hover {
  opacity: 0.65;
}

.alignleft{
  float: left;
}

.alignright{
  float: right;
}

iframe, object{
  max-width: 100%;
}

img{
  max-width: 100%;
  height: auto;
}

/* Textos */

body,input,textarea,select,option,p,a,h1,h2,h3,h4,h5,h6{
  font-family: 'Titillium Web', sans-serif;
  color: #545454;
  font-weight: normal;
}

p, a, li {
  margin-bottom: 0.8em;
  font-size: 13.5px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

a {
  color: #000000;
}

a:hover {
  color: #686868;
}

a:focus {
  color: #686868;
}

article ul li{
  list-style: circle;
}

article ol li{
  list-style: decimal;
}

/* Estructura */

header {
  background-color: #9a7a4f;
  margin-left: -256px;
  margin-top: 100px;
  position: fixed;
  width: 320px;
  z-index: 999;
}

#logo {
  background: url('images/logotipoAtres.png') no-repeat center transparent;
  display: block;
  float: left;
  height: 300px;
  margin: 0;
  padding: 50px;
  width: 79%;
  text-indent: -300em;
  overflow: hidden;
}

#logoPequeno{
  display: none;
}

#full{
  width: 100%;
  max-width: 1200px;
  margin: 100px auto;
  position: relative;
}

main {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: -moz-use-text-color #9a7a4f #9a7a4f;
  border-image: none;
  border-style: none solid solid;
  border-width: medium 1px 1px;
  float: left;
  min-height: 300px;
  padding: 0 100px 100px;
  position: relative;
  width: 100%;
}

section {
  border-bottom: 1px solid #9a7a4f;
  float: left;
  padding: 50px 0;
  width: 100%;
}

section#contacto{
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

footer {
  width: 100%;
  float: left;
  margin-top: 25px;
}

/*Contenido*/

section h2.titulo {
  background: url("images/bgTitulos.png") no-repeat scroll left center transparent;
  color: #9a7a4f;
  font-size: 30px;
  padding-left: 35px;
  margin-bottom: 40px;
  line-height: 32px;
}

.tresCol{
  width: 30%;
  float: left;
  margin-right: 3%;
}

/*Lista de servicios*/

ul.listaServicios{
  float: left;
  width: 100%;
}

ul.listaServicios li{
  float: left;
  width: 49%;
  min-height: 230px;
}

ul.listaServicios li:last-child {
  height: auto;
  margin-bottom: 0;
  min-height: auto;
}

ul.listaServicios li h3, ul.listaServicios li p{
  border-left: 1px solid #9a7a4f;
  padding-left: 25px;
}

ul.listaServicios li h3 {
  color: #c1c1bf;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
  line-height: 26px;
}

ul.listaServicios li:nth-child(2n+2){
  float: right;
}

/* Menu Principal */

.menu-principal-container{
  float: right;
  width: 20%;
}

.menu li{
  margin: 0;
  position: relative;
  height: 60px;
  width: 100%;
}

.menu li a {
  background-image: url('images/iconsMenu.png');
  background-color: #9a7a4f;
  background-position: left top;
  background-repeat: no-repeat;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  height: 100%;
  margin-bottom: 0;
  text-indent: 300em;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  color: #9a7a4f;
  text-transform: uppercase;
  line-height: 60px;
  top: 0;
  font-size: 15px;
}

.menu li:last-child a{
  border-bottom: none;
}

.menu li.navInicio a{background-position: left top;}
.menu li.navServicios a{background-position: left -60px;}
.menu li.navProyectos a{background-position: left -120px;}
.menu li.navEmpresa a{background-position: left -180px;}
.menu li.navContacto a{background-position: left -240px;}

.menu li.navInicio.active a{background-position: right top; background-color: #cdbda7;}
.menu li.navServicios.active a{background-position: right -60px; background-color: #cdbda7;}
.menu li.navProyectos.active a{background-position: right -120px; background-color: #cdbda7;}
.menu li.navEmpresa.active a{background-position: right -180px; background-color: #cdbda7;}
.menu li.navContacto.active a{background-position: right -240px; background-color: #cdbda7;}

.menu li.navInicio a:hover {background-position: -60px top; background-color: #cdbda7;}
.menu li.navServicios a:hover {background-position: -58px -60px; background-color: #cdbda7;}
.menu li.navProyectos a:hover {background-position: -58px -120px; background-color: #cdbda7;}
.menu li.navEmpresa a:hover {background-position: -60px -180px; background-color: #cdbda7;}
.menu li.navContacto a:hover {background-position: -60px -240px; background-color: #cdbda7;}


.menu li a:hover{
  width: 155px;
  text-indent: 4em;
}

/*Banner*/

#banner {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #9a7a4f #9a7a4f -moz-use-text-color;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 1px medium;
  float: left;
  position: relative;
  width: 100%;
  background: url('images/bgBanner.png') repeat-x center bottom transparent;
}

#banner span {
  top: 100px;
  left: 100px;
  position: absolute;
  width: 28%;
}

#banner span h1{
  font-size: 40px;
  color: #c1c1bf;
  line-height: 50px;
}

#banner span p{
  font-size: 22px;
  color: #c1c1bf;
}

#banner span a.botonBanner {
  background-color: #9a7a4f;
  border: 1px solid #cdbda7;
  color: #cdbda7;
  float: left;
  font-size: 25px;
  margin-top: 25px;
  padding: 10px 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

#banner span a.botonBanner:hover {
  background-color: #cdbda7;
  border: 1px solid #9a7a4f;
  color: #9a7a4f;
}

#adorno{
  width: 40px;
  height: 100px;
  background: url('images/adorno.png') no-repeat center transparent;
  position: absolute;
  bottom: -1px;
  right: -40px;
}

/*Lista de proyectos en miniatura*/

#listaProyectos.miniaturas li {
  float: left;
  margin-bottom: 50px;
  margin-right: 5%;
  overflow: hidden;
  position: relative;
  width: 30%;
}

#listaProyectos.miniaturas li:nth-child(3n+3){
  margin-right: 0;
}

#listaProyectos.miniaturas li img{
  width: 100%;
  height: auto;
  float: left;
}

#listaProyectos.miniaturas .contenido {
  background: url("images/blancoTransparente.png") repeat scroll center center transparent;
  height: 100%;
  line-height: 20px;
  padding: 20px;
  position: absolute;
  right: -500px;
  top: 0;
  width: 60%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#listaProyectos.miniaturas li:hover .contenido{
  right: 0;
}

#listaProyectos.miniaturas .contenido p, #listaProyectos.listado .boton{
  display: none;
}


#listaProyectos.miniaturas h2{
  font-size: 16px;
  color: #9a7a4f;
  font-weight: 400;
}

.boton {
  border: 2px solid #9a7a4f;
  bottom: 15px;
  color: #9a7a4f;
  float: left;
  font-size: 20px;
  padding: 10px 15px;
  position: absolute;
  right: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.boton:hover {
  background-color: #fff;
}

/*Lista de proyectos en listado*/

#listaProyectos.listado li {
  float: left;
  height: 150px;
  position: relative;
  width: 48%;
}

#listaProyectos.listado li:nth-child(2n+2) {
  float: right;
}

#listaProyectos.listado li img {
  float: left;
  height: auto;
  width: 35%;
}

#listaProyectos.listado .contenido {
  float: right;
  line-height: 20px;
  width: 60%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#listaProyectos.listado li:hover .contenido{
  right: 0;
}

#listaProyectos.listado h2 {
  color: #9a7a4f;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}

#modoVisualizacion{
  width: 100%;
  float: left;
  margin-bottom: 50px;
  text-align: center;
}

#modoVisualizacion a{
  width: 42px;
  height: 42px;
  text-indent: -300em;
  overflow: hidden;
  background: url('images/btnVisualizar.png') no-repeat left top transparent;
  display: inline-block;
  margin: 0 5px;
}

#modoVisualizacion #miniaturas{
  background-position: left top; 
}

#modoVisualizacion #listado{
  background-position: right top; 
}

#modoVisualizacion #miniaturas.active{
  background-position: left bottom; 
}

#modoVisualizacion #listado.active{
  background-position: right bottom; 
}

/*Single*/

#single h1{
  color: #9a7a4f;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 25px;
}

.galeria {
  float: left;
  margin-bottom: 25px;
  margin-top: 25px;
  width: 100%;
}

.galeria li {
  float: left;
  margin: 0;
  padding: 2px;
  width: 16.66%;
}

.galeria li img{
  width: 100%;
  height: auto;
  float: left;
}

.detalles li{
  margin: 0;
}

/*Contacto*/

.botonContacto {
  border: 2px solid #9a7a4f;
  border-radius: 5px;
  color: #9a7a4f;
  display: inline-block;
  font-size: 20px;
  margin-bottom: 5px;
  padding: 10px 15px;
}

.botonContacto:hover {
  color: #fff;
  border: 2px solid #9a7a4f;
  background-color: #9a7a4f;
}

/* Formulario contacto */

form.wpcf7-form input:not([type="checkbox"]), form.wpcf7-form textarea, form.wpcf7-form select {
    background-color: #fff;
    color: #9a7a4f;
    border-bottom: 1px solid #9a7a4f;
    float: left;
    margin-bottom: 2px;
    padding: 10px 0;
    width: 100%;
    font-family: "Titillium Web",sans-serif;
    font-weight: normal;
    font-size: 13.5px;
}

form.wpcf7-form textarea {
  max-height: 160px;
  max-width: 100%;
  min-width: 100%;
}

form.wpcf7-form span.wpcf7-list-item {
  width: 100%;
  margin: 10px 0 0 0;
  cursor: pointer;
  float: left;
}

form.wpcf7-form input.wpcf7-submit {
  border: 2px solid #c1c1bf;
  border-radius: 5px;
  color: #c1c1bf;
  cursor: pointer;
  float: left;
  font-size: 20px;
  margin-bottom: 5px;
  margin-right: 20px;
  margin-top: 25px;
  padding: 0 10px;
  transition: all 560ms ease;
  width: auto !important;
}

form.wpcf7-form input.wpcf7-submit:disabled {
  pointer-events: none;
}

form.wpcf7-form .wpcf7-submit:hover {
  border-color: #9a7a4f;
  color:#9a7a4f;
  cursor:pointer;
}

.wpcf7-form .wpcf7-not-valid{
    border-color: #ef2922 !important;
    border-width: 1px !important;
}

.wpcf7-form .wpcf7-not-valid-tip, div.wpcf7-validation-errors{
    display: none !important;
}

#mapa{
  width: 100%;
}
.grecaptcha-badge{
  opacity: 0;
  pointer-events: none;
}

/*Responsive*/

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

  header {
    margin-left: -60px;
    margin-top: 60px;
    position: fixed;
    width: 60px;
  }

  .menu-principal-container {
    width: 100%;
  }

  #logo {
    display: none;
  }

  #logoPequeno {
    display: block;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
}

  #full {
    margin: 50px auto 100px;
  }

}

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

  header {
    margin-left: 0px;
  }

  #adorno{
    display: none;
  }

  footer{
    text-align: center;
  }

  #banner span h1 {
    font-size: 30px;
    line-height: 38px;
  }

}

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

  ul.listaServicios li {
    min-height: 300px;
  }

  main{
    padding: 0 25px 0 70px;
  }

  #banner span p, #banner span a.botonBanner{
    display: none;
  }

  #listaProyectos.miniaturas li {
    margin-bottom: 5px;
    margin-right: 1%;
    width: 32.6%;
  }

}

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


  #banner span{
    display: none;
  }

  ul.listaServicios li, ul.listaServicios li:nth-child(2n+2), .tresCol{
    width: 100%;
    margin-bottom: 20px;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    height: auto;
    min-height: auto;
  }

  #listaProyectos.listado li{
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }

  #listaProyectos.miniaturas li{
    width: 49%;
  }

  #listaProyectos.miniaturas li:nth-child(2n+2){
    float: right;
  }

  .galeria li {
    width: 25%;
  }


}

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

  main{
    padding: 0 20px 0 20px;
  }

  .menu li{
    width: 50%;
    float: left;
  }

  .menu li:last-child{
    width: 100%;
  }

  .menu li a{
    text-indent: 4em;
    color: #cdbda7;
    width: 100%;
  }

  .menu li a:hover, .menu li.active a{
    color: #9a7a4f;
    width: 100%;
  }

  header{
    margin-top: 0;
    top: 0;
    width: 100%;
    position: relative;
  }

  #banner{
    display: none;
  }

  section h2.titulo {
    font-size: 22px;
  }

  .menu li.navInicio.active a {background-position: -60px top; background-color: #cdbda7;}
  .menu li.navServicios.active a {background-position: -58px -60px; background-color: #cdbda7;}
  .menu li.navProyectos.active a {background-position: -58px -120px; background-color: #cdbda7;}
  .menu li.navEmpresa.active a {background-position: -60px -180px; background-color: #cdbda7;}
  .menu li.navContacto.active a {background-position: -60px -240px; background-color: #cdbda7;}

  .galeria li {
    width: 33%;
  }

}

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

  #listaProyectos.miniaturas li{
    width: 100%;
  }

  #listaProyectos.miniaturas li:nth-child(2n+2){
    float: left;
  }

  .galeria li {
    width: 50%;
  }

  p, a, li{
    font-size: 14px;
  }

}
body .argpd-cookies .argpd-cookies-bar {
  width: 100%;
  max-width: none;
  float: left;
}
body .argpd-cookies .argpd-cookies-bar #cookies-text {
  width: calc(100% - 300px);
  float: left;
}
body .argpd-cookies .argpd-cookies-bar #cookies-text a {
  display: inline-block;
  margin-left: -11px;
  font: 400 14px system-ui;
  color: #9a7a4f;
}
body .argpd-cookies .argpd-cookies-bar a#reject {
  display: block;
  padding: 11px 0 10px;
  margin-top: -9px;
  margin-left: 10px;
  text-align: center;
  font-stretch: normal;
  font-size: 11px;
  line-height: normal;
  font-family: system-ui;
  font: 700 11px system-ui;
}
body .argpd-cookies .argpd-cookies-bar button,
body .argpd-cookies .argpd-cookies-bar a#reject {
  width: 120px;
  margin-top: 0;
  border: 1px solid #9a7a4f;
  color: #9a7a4f;
  text-transform: uppercase;
  background-color: #fff;
  transition: all 560ms ease;
  float: right;
}
body .argpd-cookies .argpd-cookies-bar button:hover,
body .argpd-cookies .argpd-cookies-bar a#reject:hover {
  background-color: #9a7a4f;
  border: 1px solid #9a7a4f;
  color: #fff;
}

#creditos > p{
  padding: 20px;
}