html {
    scroll-behavior: smooth;
}

#about {
    margin-top: 130px;
    margin-bottom: 100px;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: #F3F3F3;
}

#contact {
    background-color: #ffffff;
    padding-top: 150px;
    padding-bottom: 110px;
}

#contact a {
    color: #000000;
    text-decoration: none;
}

#contact h2 {
    max-width: 400px;
}

.contact p {
    line-height: 28px;
}

footer {
    color: #ffffff;
    background-color: #000000;
    text-align: center;
    padding: 15px;
}

footer p {
    margin: 0;
    font-size: 13px;
    letter-spacing: 1px;
}

.gallery {
    max-width: 1388px;
    margin: auto;
    overflow: hidden;
    border-left: 4px solid #F3F3F3;
    border-top: 4px solid #F3F3F3;
}

.gallery-row {
    display: flex;
}

header {
    display: grid;
    grid-template-columns: 30% 70%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
    padding-bottom: 15px;
}

.image {
    position: relative;
    border-right: 4px solid #F3F3F3;
    border-bottom: 4px solid #F3F3F3;
    background-color: black;
}

.image:hover > img {
    opacity: .25;
}

.image:hover > p {
    opacity: 1;
}

.image img {
    width: 100%;
    height: 100%;
}

.image p {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    color: white;
    text-align: center;
    letter-spacing: 2.5px;
    opacity: 0;
    cursor: default;
}

.image p > span {
    margin-top: -50%;
}

#load-more {
    display: block;
    margin: 30px auto 0;
    padding: 8px 30px;
    border: 3px solid black;
    background-color: transparent;
}

#logo {
    padding-top: 28px;
    padding-left: 70px;
}

#logo img {
    height: 50px;
}

.logo-blanco {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
}

.logo-blanco img {
    display: block;
    margin-left: -127px;
    margin-top: -65px;
    width: 254px;
    height: 129px;
}

.menu-container {
    padding-top: 30px;
    padding-right: 70px;
    display: grid;
    grid-template-columns: auto 60px;
    justify-items: end;
}

#menu {
    list-style: none;
}

#menu li {
    float: right;
}

#menu a {
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    padding: 20px;
    letter-spacing: 1px;
}

#menu-switch {
    color: #ffffff;
    font-size: 48px;
    line-height: 28px;
    text-align: right;
    cursor: pointer;
    height: 28px;
}

#menu-switch span {
    display: block;
}

.rotated {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg); /* IE 9 */
    -moz-transform: rotate(45deg); /* Firefox */
    -webkit-transform: rotate(45deg); /* Safari and Chrome */
    -o-transform: rotate(45deg); /* Opera */
}

#slideshow {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 120;
    background-color: rgba(0, 0, 0, .90);
    color: white;
    display: none;
    opacity: 0;
}

#slideshow .arrow {
    justify-content: center;
    display: flex;
    align-items: center;
}

.slideshow-close {
    color: #ffffff;
    font-size: 48px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
}


.slideshow-counter {
    text-align: center;
    letter-spacing: 2px;
    padding: 15px;
}

.slideshow-image {
    display: grid;
    align-items: center;
    justify-items: center;
    height: 85vh;
    text-align: center;
    overflow: hidden;
    /*background-color: greenyellow;*/
}

.slideshow-image iframe {
    display: none;
}

.slideshow-info {
    text-align: center;
    letter-spacing: 2px;
    padding: 15px;
}

.slideshow-previous,
.slideshow-next {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.slideshow-previous {
    border-left: 3px solid white;
    border-bottom: 3px solid white;
}

.slideshow-next {
    border-right: 3px solid white;
    border-top: 3px solid white;
}

.text-content {
    display: grid;
    grid-template-columns: auto 460px 460px auto;
}

.text-content-left {
    position: relative;
    grid-column-start: 2;
}

.text-content-left h2 {
    font-weight: 900;
    font-size: 34px;
}

.text-content-right {
    position: relative;
}

.text-content-right h2 {
    font-size: 34px;
}

.title {
    position: absolute;
    top: -15px;
    left: 0;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 2.5px;
}

.title span {
    display: inline-block;
    border-top: 1px solid;
}

.transform-1s {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.transform-05s {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.transform-active {
    /**/
}

.transparent {
    opacity: 0;
}

#work {
    padding-top: 115px;
    padding-bottom: 100px;
}
