/* 
==================================
FONTS 
==================================
*/
@import url(http://fonts.googleapis.com/css?family=Oswald);
@import url(http://fonts.googleapis.com/css?family=Dosis);

@font-face {
  font-family: nombre de la fuente;
  src: url(../font/Inflecto.otf);
}

/*@import url(fonts.css);*/

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  font-size: 100%;
  padding: 0;
  margin: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

/*443F35*/

body {
  font: 16px "Dosis", Helvetica, sans-serif;
  font-weight: 300;
  color: #6f6e6d;
  background-color: #ffffff;
  background-image: url("");
  background-size: 99%;
  background-attachment: fixed;
}
img {
  max-width: 100%;
}
a,
a:visited {
  color: #998a76;
  text-decoration: none;
  outline: 0px none;

  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
} /* unvisited link */

a:hover {
  color: #d4c6a9;
  text-decoration: none;
} /* mouse over link */

.on {
  color: #dfc355;
}

/* 
==================================
TEXT 
==================================
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", cursive;
  font-weight: 400;
  line-height: normal;
}

h1 {
  font-size: 68px;
  margin: 0px auto 0px;
  text-align: center;
  color: #6f6e6d;
}
h2 {
  font-size: 54px;
  line-height: 54px;
  margin-bottom: 20px;
  color: #6f6e6d;
  text-align: center;
}

h3 {
  font-size: 36px;
  padding: 0px 0 0px 0;
  color: #6f6e6d;
  width: 100%;
  margin: 0;
  text-align: center;
}

h4 {
  font-size: 24px;
  padding: 0;
  text-decoration: none;
  color: #6f6e6d;
  margin: 0px 0 10px;
  text-align: center;
}

h5 {
  font-size: 24px;
  line-height: 18px;
  padding: 0px 0 4px 0;
  color: #6f6e6d;
  text-align: left;
  margin: 0 0 10px;
}
h6 {
  font-size: 24px;
  line-height: 18px;
  padding: 0px 0 4px 0;
  color: #bcb7b0;
  text-align: left;
  margin: 0;
}

p {
  margin: 0;
  padding: 5px 0px 3px 0;
  text-align: left;
  line-height: 1.5;
  font-weight: normal;
}

.logo {
  width: 90%;
  text-align: center;
  margin: 0 auto 5%;
}

a.logo {
  height: 80px;
  width: 127px;
  background: url("../imgill/logo_cromocorde-med.jpg") no-repeat center top;
  margin: 10px auto;
  text-indent: -5000px;
  background-size: auto;
}

.center {
  margin: 0 auto;
  text-align: center;
}

.intro {
  font-size: 17px;
  line-height: 28px;
  width: 80%;
  max-width: 525px;
  margin: 20px auto;
  text-align: center;
  font-weight: 300;
}

.tagline {
  font-size: 28px;
  text-align: center;
  margin: 0px auto 20px;
  font-family: "Oswald", cursive;
}

.copy {
  width: 450px;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  float: right;
}

.callout {
  clear: both;
  margin: 0px auto;
  text-align: center;
  padding-top: 30px;
}
.callout a {
  font-size: 24px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 30px;
  font-family: "Oswald", cursive;
}

.callout a:hover {
  padding-top: -10px;
}

.client-list {
  list-style-type: none;
  margin-top: 20px;
}

.client-list li {
  padding: 4px 0;
}

.client-list a {
  color: #fff;
  text-decoration: underline;
}
.client-list a:hover {
  color: #6f6e6d;
  text-decoration: none;
}

/* 
==================================
SLIDES 
==================================
*/
#hello {
  margin: -1px auto 0px;
  text-align: right;
  max-width: 1200px;
}

#home {
  padding: 5%;
}

#projects {
  max-width: 1200px;
  margin: 0 auto;
}

#clients {
  padding: 10% 0;
}

/* Slide 4 */

#studio {
  padding: 10% 0;
}

.hdr-studio {
  height: 110px;
  width: 310px;
  margin: 0px auto 10px;
  background-size: auto;
  padding-top: 60px;
}

#studio h3,
#studio h6,
#studio p {
  text-align: center;
}
#studio figure {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

/* Slide 5 */
#contact {
  background-image: url("");
  background-color: #fff;
  padding: 10% 0;
}

/* 
==================================
WORK 
==================================
*/
/* LAYOUT */

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.col1 {
  width: 31.333%;
  margin: 2% 1%;
  padding: 0;
  float: left;
}

.col2 {
  width: 38%;
  margin: 0px 6% 10px;
  padding: 0;
  float: left;
  border: 0px dotted #000;
  position: relative;
  display: block;
}

.col3 {
  width: 65%;
  margin: 0px 0;
  padding: 0;
  float: left;
  border: 1px dotted #000;
}

.col4 {
  width: 100%;
  margin: 0px 0 50px;
  padding: 0;
  float: left;
}

.col4 h5,
.col4 p {
  text-align: center;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
* html .clearfix,
*:first-child + html .clearfix {
  zoom: 1;
}

.header {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  height: 100px;
}

.header .header-inner {
  width: 40%;
  min-width: 200px;
  margin: 0 auto;
  padding: 2% 0 5%;
}

.header .logo,
.header a.logo {
  display: block;
  width: 200px;
  margin: 0px auto 0;
  padding-top: 0px;
  text-indent: -5000px;
  background: url("../imgill/logo_cromocorde-sm.jpg") no-repeat center top;
  outline: none;
}

#projects {
  background-color: #fff;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
}

.row {
  margin: 0 auto;
  overflow: hidden;
  border-top: 1px solid #000;
  max-width: 1040px;
}

.project {
  width: 100%;
  margin: 0% 0 6%;
  padding: 0;
  position: relative;
}

.project img {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.project > a {
  display: block;
  padding: 0;
  border: 1px solid #fff;
  background: #fff;
  color: #51463a;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.project a:hover {
  border: 1px solid #dfc355;
  background-color: #fff;
}

.project a img {
  opacity: 1;
  display: block;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.project a:hover img {
  opacity: 0;
}

.project .link {
  font-size: 16px;
  text-align: center;

  opacity: 0;
  display: block;
  width: 98%;
  top: 35%;
  position: absolute;
  z-index: 999;

  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.project a:hover .link {
  opacity: 1;
}

.caption {
  margin: 0 auto;
  padding: 0px;
  color: #b1a9a1;
  font-size: 13px;
}

.images {
  margin: 0 auto 100px;
  text-align: center;
  width: 100%;
}

.images img {
  display: block;
  margin: 1% auto 5%;
}

#sub-nav {
  height: 50px;
  border-top: 0px solid #eee;
  overflow: hidden;
  width: 100%;
  margin: 80px auto;
  padding-top: 0px;
  text-align: center;
}
#sub-nav a {
  font-family: "Oswald", cursive;
  font-weight: 400;
  line-height: normal;
  font-size: 24px;
  padding-top: 20px;
  text-align: center;
}

#sub-nav .next {
  display: block;
  float: left;
  width: 29%;
}

#sub-nav .return {
  display: block;
  float: none;
  width: 40%;
  margin: 0 auto;
}

#sub-nav .prev {
  display: block;
  float: left;
  width: 29%;
  margin-right: 5%;
}

#footer {
  overflow: hidden;
  width: 90%;
  max-width: 750px;
  margin: 5% auto 15%;
}

.social {
  list-style: none;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
.social li {
  float: left;
  width: 31%;
  margin: 1%;
  padding: 1% 0;
}

.credit {
  width: 250px;
  margin: 0px auto;
}
.credit p {
  font-size: 10px;
  color: #b1a9a1;
  text-align: center;
}

/* ========= CONTACT FORMS ========== */

form {
  width: 95%;
  margin: 0 auto;
  position: relative;
}

input,
select,
textarea {
  width: 100%;
  margin-bottom: 15px;
  border: 0;
  font-family: "Nobel-light", Helvetica, sans-serif;
}

label {
  width: 150px;
  text-align: right;
  float: left;
}

select {
  background: #fefefe;
  border: 1px solid #d7d7d5;
  padding: 5px;
  font-family: "Nobel-light", Helvetica, sans-serif;
  font-size: 14px;
  color: #666;
}
select:focus {
  background: #fff;
  border: 1px solid #de8c34;
}

textarea {
  height: 100px;
  overflow: auto;
  vertical-align: top;

  background: #fff; /* Old browsers */
  border: 1px solid #44453f;
  outline: none;
  margin-bottom: 10px;
}

input[type="text"],
input[type="email"] {
  background: #fff; /* Old browsers */
  border-bottom: 1px solid #d7d7d5;
  outline: none;
  padding: 5px;
  color: #44453f;
  font-size: 14px;
}

input[type="text"]:focus,
input[type="email"]:focus {
  background: #fff; /* Old browsers */
  border-bottom: 1px solid #de8c34;
  outline: none;
}
textarea {
  border: 1px solid #d7d7d5;
  padding: 5px;
  color: #44453f;
  font: 15px italic "Nobel", sans-serif;
}

textarea:focus {
  border: 1px solid #de8c34;
}

input[type="checkbox"] {
  text-align: left;
  margin: 0;
  width: 5%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  appearance: button;
  cursor: pointer;
  background-color: #60746e;
  color: #fff;
  padding: 10px 25px;
  clear: both;
  border: 0;
  text-transform: uppercase;
}

select button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
  background: #dfc355;
  outline: none;
}

/*=========================================================================*/

/* Tablet */
@media screen and (max-width: 1024px) {
  /*.slide{
	background-attachment: fixed;
	width:100%;
	position: relative;
	padding:150px 0;
}

*/
}

@media only screen and (max-width: 880px) {
  /*.project{
	width:46%;
	float:left;
	margin: 2% 2%;
	position:relative;
}*/
  .grid {
    margin: 0;
    overflow: hidden;
    list-style: none;
    border-top: 1px solid #444444;
  }
}

@media only screen and (max-width: 680px) {
  /* General Slides */

  .slide {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    position: relative;
    padding: 100px 0 80px;
  }

  .grid {
    margin: 0;
    overflow: hidden;
    list-style: none;
    border-top: 1px solid #888;
  }

  /* ========= WORK ========== */

  .col1,
  .col2,
  .col3,
  .col4 {
    width: 100%;
    margin: 0 auto 3%;
  }

  .project {
    width: 46%;
    float: left;
    margin: 2% 2%;
    position: relative;
  }

  .project a {
    display: block;
    max-width: 98%;
    max-height: 98%;
    border: 1px solid #fff;
    background: #fff;
    color: #51463a;

    -moz-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
  }

  .project a:hover {
    border: 1px solid #dfc355;
    background-color: #fff;
  }

  .project a img {
    opacity: 1;
    -moz-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
  }

  .project a:hover img {
    opacity: 0;
  }

  .project .link {
    font-size: 14px;
    text-align: center;

    opacity: 0;
    width: 98%;
    display: block;
    position: absolute;
    top: 35%;
    z-index: 999;

    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  .project a:hover .link {
    opacity: 1;
  }

  .images {
    margin: 0 auto 5%;
    text-align: center;
    width: 100%;
  }

  .images img {
    display: block;
  }

  #sub-nav a {
    font-family: "Oswald", cursive;
    font-weight: 400;
    line-height: normal;
    font-size: 21px;
  }

  .client-list {
    list-style-type: none;
    margin-top: 20px;
  }

  .client-list li {
    padding: 4px 0;
  }
  .social li {
    float: left;
    width: 98%;
    margin: 1% 0 2%;
    padding: 1% 0;
  }
}

/* Mobile */
@media screen and (max-width: 480px) {
  /* General Slides */

  .slide {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    position: relative;
    padding: 80px 0 80px;
  }
  .grid {
    margin: 0;
    overflow: hidden;
    list-style: none;
    border-top: 1px solid #ccc;
  }

  #home,
  #projects,
  #studio,
  #contact {
    min-height: 400px;
    padding: 80px 5% 5%;
  }

  .project {
    width: 100%;
    float: none;
    margin: 5% 0;
  }

  .project .link {
    font-size: 13px;
    text-align: center;

    opacity: 0;
    width: 98%;
    display: block;
    position: absolute;
    top: 35%;
    z-index: 999;

    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  #sub-nav a {
    font-family: "Oswald", cursive;
    font-weight: 400;
    line-height: normal;
    font-size: 18px;
  }
}

/* Mobile */
@media screen and (max-width: 340px) {
  /* General Slides */

  .slide {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    position: relative;
    padding: 20px 0 60px;
  }
}

.botones {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
  gap: 3rem;

  @media screen and (max-width: 680px) {
    margin-top: 1rem;
    margin-bottom: 0;
    flex-direction: column;
    gap: 1rem;
  }

  a {
    font-size: 2rem;
    background-color: #f1f1f1;
    padding: 1rem 2rem;
    border-radius: 0.5rem;

    @media screen and (max-width: 680px) {
      font-size: 1.5rem;
    }
  }
}
