/* CSS RESET */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*Empieza CSS general proyecto Lina Useche */
* {
  box-sizing: border-box;
}

body {
  background-color: whitesmoke;
  width: 100%;
  height: 100%;
}

.header {
  width: 100%;
  display: block;
  position: sticky;
  margin: 0 auto;
  text-align: center;
  top: 0%;
  background-color: whitesmoke;
  box-shadow: 0px 30px 30px whitesmoke;
  z-index: 20;
}

.header img {
  float: left;
  width: 5%;
  margin-top: 1%;
  margin-left: 2%;
}

.header .menu {
  text-align: center;
  float: right;
  width: 90%;
}

.header .menu .material-icons {
  font-size: 60pt;
  display: inline-block;
  position: relative; /*PARA CENTRAR EL ICONO*/
  right: 6.8%;
  cursor: pointer;
}

.header::after {
  content: "";
  display: block;
  clear: both;
}

.msg {
  width: 2%;
  position: fixed;
  top: 48%;
  right: 4%;
  text-align: center;
  font-size: 2.5vw;
  z-index: 10;
}

.sec1 {
  width: 100%;
  min-height: 20%;
  display: block; /*limpiar floats*/
  margin-bottom: 4%;
  position: relative;
}

.sec1 .titulo {
  width: 60%;
  float: left;
  margin-top: 5%;
}

.sec1 .N1 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  font-family: "IBM Plex Mono", monospace;
  font-weight: 500;
  font-size: 2vw;
  color: #ff3300;
  position: absolute;
  top: 45%;
}

/*.sec1 .N2 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-family: "IBM Plex Mono", monospace;
  font-weight: 500;
  font-size: 2vw;
  color: #ff3300;
  position: absolute;
  right: 10%;
  top: 40%;
}*/

.sec1 .titulo p {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 6vw;
  color: #333366;
  padding-left: 35%;
  margin-top: 10%;
}

.sec1 .about {
  width: 40%;
  float: right;
  margin-top: 25%;
  padding-right: 20%;
  padding-left: 2%;
  color: #333366;
  font-size: 1.7vw;
  font-family: "Source San Pro", sans-serif;
  font-weight: 400;
  line-height: 1.3;
}

.sec1::after {
  content: "";
  display: block;
  clear: both;
}

/*GRID - SECCION 2*/

.sec2 {
  width: 100%;
  display: block;
}

.sec2 .grid-1 {
  display: grid;
  margin: 0 auto;
  grid-template-columns: repeat(12, 8%);
  align-content: center;
  justify-content: center;
  grid-gap: 4px;
}

.sec2 .grid-1 .contact1 {
  grid-column: 8/11;
  grid-row: 1/2;
  color: #333366;
  font-family: "IBM Plex Mono", monospace;
  font-size: 1.8vw;
  margin-bottom: 50%;
}

.sec2 .grid-1 .contact1 a {
  text-decoration: none;
  color: #ff3300;
}

.sec2 .grid-1 .quote {
  grid-column: 3/7;
  grid-row: 2/3;
  font-family: "IBM Plex Mono", monospace;
  font-style: italic;
  font-size: 3.5vw;
  font-weight: 500;
  text-align: center;
  color: #333366;
  line-height: 1.1;
}

.sec2 .grid-1 .location {
  grid-column: 7/10;
  grid-row: 3/4;
  font-family: "IBM Plex Mono", monospace;
  font-size: 1.8vw;
  font-weight: 500;
  text-align: center;
  color: #333366;
  padding-top: 20%;
  line-height: 1.5;
}

.location .icon1 {
  color: #ff3300;
  font-size: 6vw;
}

.location h1 {
  font-weight: 600;
  font-size: 2.5vw;
}

.sec2 .grid-1 .diolkos {
  grid-column: 3/8;
  grid-row: 4/5;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
  color: #333366;
  font-size: 2vw;
}

.diolkos h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 5vw;
  margin-top: 40%;
  margin-bottom: 10%;
}

.location p a {
  color: #ff3300;
}

/*BANNER*/

.banner {
  width: 100%;
  display: block;
  position: relative;
}

.banner h1 {
  width: 40%;
  font-size: 5vw;
  color: #ff3300;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  display: block;
  margin: 15% auto 5% auto;
  text-align: center;
}

.banner a {
  width: 20%;
  display: block;
  font-family: "IBM Plex Mono", monospace;
  font-size: 2vw;
  color: #333366;
  font-weight: 500;
  text-decoration: none;
  margin: 5% auto 15% auto;
  text-align: center;
  line-height: 1.3;
  animation: click 5s infinite;
}

@keyframes click {
  0%,
  13%,
  23% {
    opacity: 1;
  }

  10%,
  20% {
    opacity: 0;
  }
}

.banner a:hover {
  text-decoration: underline;
}

/*FOOTER*/

.sec4 {
  background-image: url(RecursosGraf/footer-gr1.png);
  width: 100%;
  height: 560px;
  display: grid;
  grid-template-columns: 30% 50%;
  align-content: center;
  justify-content: center;
  grid-gap: 10px;
  position: relative;
}

.sec4 .grid-1 {
  grid-column: 1/2;
  grid-row: span 1;
  position: relative;
  align-content: center;
  justify-content: center;
}

.sec4 .grid-1 a {
  font-family: "IBM Plex Mono", sans-serif;
  color: #ff3300;
  font-size: 2.5vw;
  font-weight: 600;
  padding-top: 5%;
  display: block;
  text-align: center;
  text-decoration: none;
}

.sec4 .grid-1 span {
  font-family: "Source Sans Pro", sans-serif;
  color: #333366;
  font-size: 1.5vw;
  font-weight: 600;
  line-height: 2;
  display: block;
  text-align: center;
  padding-top: 5%;
}

.sec4 .grid-1 p {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec4 .grid-1 p .redes {
  color: #333366;
  font-size: 2vw;
  display: inline-block;
}

.sec4 .grid-2 {
  grid-column: 2/5;
  grid-row: span 1;
}

.sec4 .grid-2 ul {
  font-family: "Source Sans Pro", sans-serif;
  color: #333366;
  font-size: 2vw;
  font-weight: 600;
  line-height: 3;
  text-align: center;
  display: block;
}

.sec4 .grid-2 ul a {
  text-decoration: none;
  color: #333366;
}

.sec4 .grid-2 ul a:hover {
  font-style: italic;
  word-spacing: 6px;
}

.sec4 .copy {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(90deg);
  font-family: "IBM Plex Mono", monospace;
  letter-spacing: -1px;
  word-spacing: 0.1px;
  font-size: 1vw;
  color: #ff3300;
  font-weight: 500;
  z-index: 3;
  position: absolute;
  right: -4%;
  bottom: 55%;
}

/*Media queries para HEADER*/
@media screen and (max-width: 900px) {
  .header img {
    display: none;
  }

  .header .menu .material-icons {
    font-size: 50pt;
    right: 6%;
  }

  .msg {
    font-size: 5vw;
    right: 8%;
  }
}

/*Media queries SECCIÓN 1*/
@media screen and (max-width: 900px) {
  .sec1 .titulo {
    width: 100%;
    float: none;
    margin-top: 15%;
  }

  .sec1 .titulo p {
    width: 50%;
    font-size: 8vw;
    padding-left: 0%;
    margin: 0 auto;
    line-height: 1.2;
  }

  .sec1 .N1 {
    font-size: 4vw;
    top: 15%;
  }

  .sec1 .about {
    width: 60%;
    font-size: 3.6vw;
    font-weight: 500;
  }
}

/*Media queries sección 2 GRID*/

@media screen and (max-width: 900px) {
  .sec2 .grid-1 .contact1 {
    grid-column: 6/11;
    font-size: 3vw;
    font-weight: 500;
  }

  .sec2 .grid-1 .quote {
    grid-column: 4/10;
    font-size: 4.5vw;
    font-weight: 600;
    opacity: 0.85;
    margin: 5% 0;
  }

  .sec2 .grid-1 .location {
    grid-column: 4/10;
    font-size: 3.5vw;
    margin-top: 15%;
    word-spacing: -3px;
  }

  .location .icon1 {
    font-size: 15vw;
  }

  .location h1 {
    font-size: 5vw;
  }

  .location p a {
    color: #ff3300;
  }

  .sec2 .grid-1 .diolkos {
    grid-column: 3/10;
    font-size: 3.5vw;
    margin-top: 25%;
    margin-bottom: 20%;
  }

  .diolkos h1 {
    font-size: 6vw;
  }
}

/*Media queries BANNER*/
@media screen and (max-width: 900px) {
  .banner {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .banner h1 {
    font-size: 7vw;
  }

  .banner a {
    width: 40%;
    font-size: 4vw;
  }
}

/*Media queries MOVIL FOOTER*/
@media screen and (max-width: 900px) {
  .sec4 {
    height: 740px;
    grid-template-columns: 40% 40%;
    z-index: 30;
  }

  .sec4 .grid-1 {
    grid-row: span 1;
  }

  .sec4 .grid-1 a {
    font-size: 6.5vw;
    padding-top: 0%;
    display: inline;
    position: absolute;
    top: -30%;
    left: 25%;
    text-decoration: underline;
  }

  .sec4 .grid-1 p {
    /*Para posicionar redes por fuera del GRID*/
    position: absolute;
    bottom: -30%;
    word-spacing: 20px;
    left: 30%;
    width: 100%;
  }

  .sec4 .grid-1 span {
    font-size: 3.1vw;
    padding-top: 65%;
  }

  .sec4 .grid-1 p .redes {
    display: inline;
    position: relative;
    font-size: 8vw;
  }

  .sec4 .grid-2 {
    grid-column: 2/4;
  }

  .sec4 .grid-2 ul {
    font-size: 4vw;
    line-height: 4;
    padding-top: 20%;
  }

  .sec4 .copy {
    transform: none;
    font-size: 3vw;
    bottom: 5%;
    right: 31%;
  }
}
