@font-face {
  font-family: "Candara";
  src: url(../fonts/Candara.ttf) format("truetype");
}

@font-face {
  font-family: "Century gothic";
  src: url(../fonts/century.ttf) format("truetype");
}

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

body {
	font-family: "Candara", sans-serif;
	background: #ececee;
	margin-top: 10px;
}

a {
  text-decoration: none;
}

section, article {
  margin-bottom: 10px;
}

label, input, textarea {
  display: block;
}

h1, h2, h3, h4 {
  color: #4d4d4d;
}

main {
  margin-bottom: 2em;
}

.main-titulo {
  font-size: 2.5em;
  margin: 10px 0;
  font-family: "Century gothic", sans-serif;
}

.contenedor {
  margin: auto;
  width: 99%;
}

@media screen and (min-width: 1024px) {
  .contenedor {
    width: 1000px;
  }
}

@media screen and (min-width: 1280px) {
  .contenedor {
    width: 1200px;
  }
}

.main {
  text-align: center;
}

.main [class*="icon-"] {
  color: #4d4d4d;
}

@media screen and (min-width: 480px) {
  .grupo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media screen and (min-width: 1024px) {
  .grupo {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.grupo--imagen .columna__titulo {
  font-size: 1.5em;
  margin-bottom: 0;
}

.grupo__titulo {
  text-transform: uppercase;
  font-size: 1.7em;
  width: 100%;
  margin-top: 0;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .grupo__titulo {
    font-size: 1.9em;
    margin-bottom: 20px;
  }
}

.grupo__subtitulo {
  text-transform: uppercase;
  font-size: 1.7em;
  width: 100%;
  margin-top: 0;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .grupo__subtitulo {
    font-size: 1.9em;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .nombre {
    margin-right: 10px;
    max-width: 60%;
  }
}

@media screen and (min-width: 1024px) {
  .nombre {
    width: 250px;
  }
}

.nombre2 {
  margin-right: 5px;
  margin-top: 8px;
  width: 150px;
}

.firma {
  width: 250px;
}

@media screen and (min-width: 768px) {
  .prints-contenedor {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media screen and (min-width: 1024px) {
  .prints {
    width: 25%;
  }
}

.prints__descripcion {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .prints__descripcion {
    width: 65%;
    padding-left: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .prints__descripcion {
    width: 73%;
  }
}

.prints-img {
  max-width: 300px;
  width: 100%;
  display: block;
  margin: auto;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .prints-img {
    margin-bottom: 20px;
    max-width: 250px;
  }
}

.autor-contenedor {
	margin-top: 100px;
}

@media screen and (min-width: 768px) {
  .autor-contenedor {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 15px;
  }
}

@media screen and (min-width: 1024px) {
  .autor-contenedor {
    margin-top: 0px;
  }
}

.autor__descripcion {
	text-align: left;
	margin-top: 20px;
	margin-left: 20px;
}

.autor__texto1 {
  font-size: 1.1em;
  margin-top: 0;
}

.autor__foto {
	margin: 20px;
	margin-right: 0;
	max-height: 250px;
}

.autor__foto2 {
  max-width: 250px;
}

@media screen and (min-width: 480px) {
  .autor__foto2 {
    max-width: 300px;
  }
}

@media screen and (min-width: 768px) {
  .autor__foto2 {
    margin-right: 20px;
    max-width: 600px;
    width: 300px;
    height: 400px;
  }
}

.autor__texto1 {
  font-family: "Candara", sans-serif;
}

.no-padding .columna {
  padding: 0;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

.no-banner {
  margin-top: 80px;
}

@media screen and (min-width: 1024px) {
  .no-banner {
    margin-top: 20px;
  }
}

.no-banner .grupo__titulo {
  font-size: 2.2em;
}

.main-header {
	height: 65px;
	position: fixed;
	z-index: 200;
	left: 0;
	width: 100%;
	background: #ececee;
	top: 25px;
}

@media screen and (min-width: 1024px) {
  .main-header {
    height: 80px;
    position: static;
  }
}

@media screen and (min-width: 1024px) {
  .main-header .contenedor {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.logo__img {
  margin: 5px;
  margin-left: 0;
  float: left;
  width: 250px;
}

@media screen and (min-width: 1024px) {
  .logo__img {
    float: none;
    margin: 0;
    width: 380px;
    margin-top: 5px;
  }
}

#btn-menu {
  position: absolute;
  right: 4px;
  top: 17px;
  font-size: 30px;
  cursor: pointer;
  color: #4d4d4d;
}

@media screen and (min-width: 1024px) {
  #btn-menu {
    display: none;
  }
}

.menu {
	width: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(47%, #f6f6f6), to(gainsboro));
	background: -webkit-linear-gradient(top, white 0%, #f6f6f6 47%, gainsboro 100%);
	background: linear-gradient(to bottom, white 0%, #f6f6f6 47%, gainsboro 100%);
	position: absolute;
	top: 65px;
	left: 0;
	z-index: 500;
	margin-left: -100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	margin-top: 15px;
}

@media screen and (min-width: 1024px) {
  .menu {
    position: relative;
    margin-left: 0;
    top: 0;
    height: 65px;
    background: none;
  }
}

.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 1024px) {
  .menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.menu__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #4d4d4d;
  text-decoration: none;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  text-transform: capitalize;
  font-size: 1.2em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media screen and (min-width: 1024px) {
  .menu__link {
    border: none;
    padding: 28px 20px;
    color: #4d4d4d;
    font-size: 1.2em;
  }
}

.menu__link:hover {
  background: rgba(0, 0, 0, 0.5);
  color: white;
}

@media screen and (min-width: 1024px) {
  .menu__link:hover {
    background: none;
    color: #4d4d4d;
    font-weight: bold;
  }
}

.menu__link:hover.select {
  background: rgba(77, 77, 77, 0.9);
}

@media screen and (min-width: 1024px) {
  .menu__link:hover.select {
    background: none;
  }
}

.select {
  color: #4d4d4d;
  font-weight: bold;
}

.mostrar {
  margin-left: 0%;
}

.submenu ul {
  background: #ececee;
  position: relative;
}

.submenu ul li {
  border-bottom: 1px solid #dedede;
}

.submenu ul a {
  display: block;
  padding: 10px;
  color: #4d4d4d;
}

.submenu ul a:hover {
  font-weight: bold;
}

@media screen and (min-width: 1024px) {
  .submenu:hover ul.submenu {
    display: block;
    position: absolute;
    width: 100%;
    z-index: 1000;
  }
}

.submenu, .submenu2 {
  position: relative;
}

.submenu__2 {
  display: none;
}

@media screen and (min-width: 1024px) {
  .submenu2:hover .submenu__2 {
    display: block;
    position: absolute;
    margin-left: 100%;
    top: 0;
  }
}

.submenu ul {
  display: none;
}

.submenu ul li a {
  padding-left: 30px;
}

@media screen and (min-width: 1024px) {
  .submenu ul li a {
    padding-left: 10px;
  }
}

@media screen and (min-width: 1024px) {
  .submenu__link__2 {
    width: 100px;
  }
}

.icon-down-open {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2em;
  cursor: pointer;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}

@media screen and (min-width: 1024px) {
  .icon-down-open {
    display: none;
  }
}

.banner {
  position: relative;
  text-align: center;
  top: 65px;
}

.banner .contenedor {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  color: white;
}

@media screen and (min-width: 480px) {
  .banner {
    overflow: hidden;
  }
}

@media screen and (min-width: 1024px) {
  .banner {
    top: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.banner__img {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .banner__img {
    height: auto;
  }
}

.main-footer {
  background: #4d4d4d;
}

.datos {
	list-style: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	margin-right: 50px;
	margin-left: 50px;
	color: #4D4D4D;
}

@media screen and (min-width: 768px) {
  .datos {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #4D4D4D;
	/* [disabled]list-style-position: outside; */
  }
}

.datos__item {
	text-align: left;
	margin-left: 5px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 15px;
}

.datos__item[class^="icon-"]:before {
  font-size: 1.5em;
  position: relative;
  right: 5px;
  top: 5px;
}

@media screen and (min-width: 768px) {
  .datos__item[class^="icon-"]:before {
    font-size: 1.5em;
  }
}

@media screen and (min-width: 1024px) {
  .datos__item {
    margin-top: 30px;
  }
}

.copy {
  margin: 0;
  color: #fff;
  padding: 5px 0;
}

.copy:first-child {
  padding-top: 20px;
}

.copy:last-child {
  padding-bottom: 20px;
}
