.font-01 {
    font-family: "Montserrat-ExtraLight";
}
.font-02 {
    font-family: "Montserrat-Light";
}
.font-03 {
    font-family: "Montserrat-Thin";
}
@font-face {
    font-family: "Montserrat-ExtraLight";
    src: url("../fonts/Montserrat-ExtraLight.eot");
    src: url("../fonts/Montserrat-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-ExtraLight.woff") format("woff"), url("../fonts/Montserrat-ExtraLight.woff2") format("woff2"),
        url("../fonts/Montserrat-ExtraLight.ttf") format("truetype");
    font-style: normal;
    font-weight: 200;
    text-rendering: optimizeLegibility;
    font-display: swap;
}
@font-face {
    font-family: "Montserrat-Light";
    src: url("../fonts/Montserrat-Light.eot");
    src: url("../fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: 200;
    text-rendering: optimizeLegibility;
    font-display: swap;
}
@font-face {
    font-family: "Montserrat-Thin";
    src: url("../fonts/Montserrat-Thin.eot");
    src: url("../fonts/Montserrat-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Thin.woff") format("woff"), url("../fonts/Montserrat-Thin.woff2") format("woff2"), url("../fonts/Montserrat-Thin.ttf") format("truetype");
    font-style: normal;
    font-weight: 100;
    text-rendering: optimizeLegibility;
    font-display: swap;
}
.mobile-soon {
    z-index: 99999999999999999;
}
@media (max-width: 992px) {
    .mobile-soon {
        display: block;
    }
}
html,
body,
header,
section,
footer {
    background: black;
}
.bg-shadow {
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 85%, rgba(0, 0, 0, 0.7) 100%);
}
section {
    margin: auto;
}
a {
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
    filter: brightness(1);
}
a:hover {
    filter: brightness(1);
}
a.not-hover {
    filter: brightness(1);
}
.slider .slick-slide,
.slick-initialized .slick-slide {
    position: relative;
}
.slider .slick-slide img,
.slick-initialized .slick-slide img {
    object-fit: cover;
}
.slider .slick-prev,
.slider .slick-next,
.slick-initialized .slick-prev,
.slick-initialized .slick-next {
    width: 35px;
    height: 35px;
    top: 50%;
}
.slider .slick-prev img,
.slider .slick-next img,
.slick-initialized .slick-prev img,
.slick-initialized .slick-next img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.slider .slick-prev,
.slick-initialized .slick-prev {
    filter: drop-shadow(-1px -1px 1px rgba(0, 0, 0, 0.3));
    left: 6.5%;
}
@media (max-width: 768px) {
    .slider .slick-prev,
    .slick-initialized .slick-prev {
        left: 6.5%;
    }
}
.slider .slick-prev:hover,
.slick-initialized .slick-prev:hover {
    left: 6.5%;
}
.slider .slick-next,
.slick-initialized .slick-next {
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
    right: 6.5%;
}
@media (max-width: 768px) {
    .slider .slick-next,
    .slick-initialized .slick-next {
        right: 6.5%;
    }
}
.slider .slick-next:hover,
.slick-initialized .slick-next:hover {
    right: 6.5%;
}
#down_arrow,
#down_arrow.up {
    width: 25px;
    height: 30px;
    transform: rotate(0deg);
    right: 150px;
    bottom: 0px;
    transition: bottom 2s ease, transform 0.2s ease, opacity 0.3s ease;
    animation: arrow-jump-x 2s infinite;
    filter: drop-shadow(0px 2px 0px rgba(255, 255, 255, 0));
    opacity: 0;
}
@media (max-width: 1280px) {
    #down_arrow,
    #down_arrow.up {
        right: 130px;
    }
}
@media (max-width: 1024px) {
    #down_arrow,
    #down_arrow.up {
        right: 110px;
    }
}
@media (max-width: 768px) {
    #down_arrow,
    #down_arrow.up {
        right: 30px;
    }
}
@media (max-width: 767px) {
    #down_arrow,
    #down_arrow.up {
        right: 20px;
    }
}
@media (max-width: 480px) {
    #down_arrow,
    #down_arrow.up {
        right: 10px;
    }
}
#down_arrow.up,
#down_arrow.up.up {
    bottom: 120px;
    transition: bottom 2s ease, transform 0.2s ease, opacity 0.3s ease 0.3s;
    opacity: 1;
}
#down_arrow:hover,
#down_arrow.up:hover {
    transform: rotate(0deg) scale(1.1);
    animation-play-state: paused;
}
@keyframes arrow-jump-x {
    0% {
        margin: 0;
    }
    50% {
        margin: 10px 0;
    }
    100% {
        margin: 0;
    }
}
h2 {
    font-size: 5.8rem;
}
h3 {
    font-size: 4rem;
}
h4 {
    font-size: 2.8rem;
}
h5 {
    font-size: 2rem;
}
h6 {
    font-size: 1.8rem;
    letter-spacing: 2px;
}
h1,
h2,
h3,
h4,
h5 {
    letter-spacing: 5px;
}
a {
    letter-spacing: 2px;
    font-weight: light;
}
p {
    letter-spacing: 0px;
    font-size: 1.8rem;
}
form {
    transition: opacity 0.8s ease;
}
form .campos .input {
    height: 50px;
}
form .campos .input,
form .campos .textarea {
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    form .campos .input,
    form .campos .textarea {
        margin-bottom: 25px;
    }
}
form input,
form textarea {
    font-size: 1.6rem;
    color: white;
    border-radius: 0px;
    padding: 15px 0px;
    border: none;
    box-sizing: border-box;
    background: transparent;
    border-bottom: 1px solid white;
}
form .little-line {
    width: 20px;
    height: 3px;
    position: absolute;
    background: white;
    left: 0;
    bottom: -1px;
}
form .little-line.error {
    background: #ed1c24;
}
form ::placeholder {
    color: white;
    opacity: 1;
}
form textarea {
    border: 1px solid white;
    resize: none;
    padding: 10px;
    height: 100%;
}
form .textarea {
    height: 161px;
}
@media (max-width: 767px) {
    form .textarea {
        height: 120px;
    }
}
form .textarea .little-line {
    top: -1px;
}
form label {
    font-size: 1.6rem;
    width: max-content;
    height: 49px;
    padding: 15px 0;
}
form button,
form .button {
    font-size: 1.6rem;
    color: white;
    border-radius: 0px;
    padding: 0px;
    border: none;
    box-sizing: border-box;
    background: transparent;
    text-transform: uppercase;
    cursor: pointer;
}
form input,
form textarea,
form label,
form button,
form .button {
    letter-spacing: 2px;
}
form .error-message {
    bottom: -16px;
    font-size: 1.2rem;
}
.scroll-down {
    width: 40px;
    height: 22px;
    position: absolute;
    bottom: 30px;
    cursor: pointer;
    z-index: 1037;
    right: 50%;
    margin-right: -20px;
    display: block;
    opacity: 1;
    text-align: center;
}
.scroll-down img {
    animation: arrow-jump 2s infinite;
}
.scroll-down img:hover {
    animation: none;
}
@keyframes arrow-jump {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.custom-select {
    padding: 0;
    border: 1px solid white;
    border-radius: 6px;
    max-width: 220px;
}
.custom-select.opened {
    border-radius: 6px 6px 2px 2px;
}
.custom-select .select-cont {
    background: transparent;
}
.custom-select .select-cont .select {
    border-radius: 0 0 6px 6px;
    border: none;
    top: calc(100% - 2px);
    overflow: hidden;
    left: -1px;
    width: calc(100% + 2px);
}
.custom-select .select-cont .select .option {
    background: #fff;
    border: none;
    color: #a7a9ac;
}
.custom-select .select-cont .select .option:hover {
    background: #ddd;
}
@media (max-width: 767px) {
    .filters {
        margin-top: 20px;
    }
}
.filters .filter-by {
    font-size: 1.8rem;
    font-family: "Montserrat-Thin";
    margin-left: 30px;
    cursor: pointer;
}
@media (max-width: 767px) {
    .filters .filter-by {
        margin: 20px 0 0 0;
        width: 100%;
    }
}
.isotope {
    background: none;
    border: none;
}
.isotope .grid-sizer,
.isotope .item {
    width: 50%;
}
@media (max-width: 400px) {
    .isotope .grid-sizer,
    .isotope .item {
        width: 100%;
    }
}
.isotope .item {
    height: 30vw;
    overflow: hidden;
    display: block;
}
@media (max-width: 640px) {
    .isotope .item {
        width: 100%;
        height: 60vw;
    }
}
.isotope .item img {
    transition: all 0.5s ease;
    object-fit: cover;
}
.isotope .item .bg-filter {
    transition: all 0.5s ease;
    opacity: 0.4;
}
.isotope .item h4 {
    letter-spacing: 0;
    font-family: "Montserrat-Light";
    text-align: center;
    width: max-content;
}
@media (max-width: 767px) {
    .isotope .item h4 {
        font-size: 2.6rem;
    }
}
.isotope .item:hover {
    opacity: 1;
    filter: brightness(1);
}
.isotope .item:hover img {
    transform: scale(1.1);
}
.isotope .item:hover .bg-filter {
    opacity: 0.2;
}
.stripes {
    width: 100%;
    height: 86px;
    box-sizing: content-box;
    background: url("../images/footer_stripes.svg") repeat-x center center/auto 100%;
}
#logout a,
#register_response a {
    padding: 40px 20px 0;
    text-transform: uppercase;
    font-size: 1.2rem;
}
header a {
    text-transform: uppercase;
}
#burguer .open {
    width: 25px;
    height: 24px;
    position: relative;
    overflow: hidden;
}
#burguer .open div {
    transition: top 0.4s ease 0.6s, transform 0.4s ease, width 0.4s ease 0.6s, opacity 0.4s ease 0.6s, background 1.2s ease;
    position: absolute;
    transform: rotate(0deg) translate(0, 0);
    transform-origin: center center;
    opacity: 1;
    width: 32px;
    background: white;
}
#burguer .open div:nth-child(1) {
    top: 0;
    transform: translate(0, 0);
}
#burguer .open div:nth-child(2) {
    top: 50%;
    transform: translate(0, -50%);
}
#burguer .open div:nth-child(3) {
    top: 100%;
    transform: translate(0, -100%);
}
.opened #burguer .open div {
    background: black;
    transition: top 0.4s ease, transform 0.4s ease 0.6s, width 0.4s ease, opacity 0s ease 0.6s, background 1.2s ease;
}
.opened #burguer .open div:nth-child(1) {
    top: 50%;
    transform: rotate(45deg) translate(-1px, -1px);
}
.opened #burguer .open div:nth-child(2) {
    opacity: 0;
}
.opened #burguer .open div:nth-child(3) {
    top: 50%;
    transform: rotate(-45deg) translate(1px, -1px);
}
.bg-filter-menu-opened {
    top: -200vh;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    background: white;
    opacity: 0;
    transition: opacity 0.8s ease, top 0s ease 1s;
}
.bg-filter-menu-opened .stripes {
    transition: all 2s ease;
    height: 100vh;
    bottom: 50px;
}
@media (max-width: 767px) {
    .bg-filter-menu-opened .stripes {
        transition: all 1.5s ease;
    }
}
.opened .bg-filter-menu-opened {
    transition: opacity 0.8s ease, top 0s ease 0s;
    top: 0;
    opacity: 1;
}
.opened .bg-filter-menu-opened .stripes {
    bottom: 7px;
    height: 86px;
}
#menu {
    height: 100px;
    background: #000;
    width: 100%;
    opacity: 1;
    top: 0;
    left: 0;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
    transition: background 1s ease, box-shadow 0.5s ease 1s;
}
@media (max-width: 767px) {
    #menu {
        height: 90px;
    }
}
@media (max-width: 480px) {
    #menu {
        height: 80px;
    }
}
@media (max-width: 767px) {
    #menu .brand {
        width: 110px;
    }
}
@media (max-width: 480px) {
    #menu .brand {
        width: 100px;
    }
}
#menu .brand img {
    transition: all 1s ease;
    filter: brightness(1);
}
#menu .menu-fx {
    opacity: 1;
}
#menu .menu-fx .menu-center {
    min-width: unset;
    opacity: 0;
    width: 100vw;
    height: 100vh;
    position: fixed !important;
    top: -100vh;
    bottom: 0;
    margin: 0;
    padding: 0;
    max-width: unset;
    background: transparent;
    transform: translateY(-50%);
    transition: top 2s ease, opacity 1.2s;
}
#menu .menu-fx .menu-center .list a {
    font-family: "Montserrat-Light";
    color: black;
    font-size: 2rem;
    letter-spacing: 5px;
    font-weight: 200;
    opacity: 0;
    margin-bottom: 100px;
    transition: all 1s ease;
    position: relative;
}
#menu .menu-fx .menu-center .list a:nth-child(1) {
    transition-delay: 0s;
}
#menu .menu-fx .menu-center .list a:nth-child(2) {
    transition-delay: 0s;
}
#menu .menu-fx .menu-center .list a:nth-child(3) {
    transition-delay: 0s;
}
#menu .menu-fx .menu-center .list a:nth-child(4) {
    transition-delay: 0s;
}
#menu .menu-fx .menu-center .list a span {
    transition: all 0.5s ease;
}
#menu .menu-fx .menu-center .list a .under-line {
    position: absolute;
    bottom: -2px;
    height: 2px;
    background: black;
    width: 0px;
    transition: all 0.5s ease;
}
#menu .menu-fx .menu-center .list a:hover .under-line {
    width: 98%;
}
#menu .menu-fx .menu-center .list a.active span {
    opacity: 0.5;
}
#menu .menu-fx .menu-center .list a.active:hover span {
    opacity: 1;
}
#menu .menu-fx .menu-center .list a.active:hover .under-line {
    opacity: 1;
}
@media (max-width: 767px) {
    #menu .menu-fx .menu-center .list {
        height: 40%;
        width: auto;
        flex-direction: column;
    }
    #menu .menu-fx .menu-center .list a {
        margin: 0 auto;
    }
    #menu .menu-fx .menu-center .drop-down {
        display: flex;
        opacity: 0;
        transition: max-height 0.6s ease 0.2s, opacity 0.2s ease;
        max-height: 0;
        overflow: hidden;
    }
    #menu .menu-fx .menu-center .drop-down.animate {
        transition: max-height 0.6s ease, opacity 0.3s ease 0.6s;
        opacity: 1;
        max-height: 100px;
    }
    #menu .menu-fx .menu-center .drop-down a {
        text-transform: none;
        margin: 0px 0 10px auto;
    }
}
.opened #menu {
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0);
    background: transparent;
    transition: all 0.5s ease;
}
.opened #menu .brand img {
    filter: brightness(0);
}
.opened #menu .menu-fx .menu-center {
    top: 50%;
    opacity: 1;
    transition: top 0s ease 0s, opacity 1.2s ease 0s;
}
.opened #menu .menu-fx .menu-center .list {
    opacity: 1;
    transition: opacity 0.5s ease;
}
.opened #menu .menu-fx .menu-center .list a {
    opacity: 1;
    margin-bottom: 0px;
    transition: margin 1s ease, opacity 2s ease;
}
.opened #menu .menu-fx .menu-center .list a:nth-child(1) {
    transition-delay: 0.8s;
}
.opened #menu .menu-fx .menu-center .list a:nth-child(2) {
    transition-delay: 1s;
}
.opened #menu .menu-fx .menu-center .list a:nth-child(3) {
    transition-delay: 1.2s;
}
.opened #menu .menu-fx .menu-center .list a:nth-child(4) {
    transition-delay: 1.4s;
}
@media (max-width: 767px) {
    .opened #menu .menu-fx .menu-center .list a:nth-child(1) {
        transition-delay: 0.5s;
    }
    .opened #menu .menu-fx .menu-center .list a:nth-child(2) {
        transition-delay: 0.7s;
    }
    .opened #menu .menu-fx .menu-center .list a:nth-child(3) {
        transition-delay: 0.9s;
    }
    .opened #menu .menu-fx .menu-center .list a:nth-child(4) {
        transition-delay: 1.1s;
    }
}
#footer {
    overflow: hidden;
}
#footer a,
#footer p {
    font-size: 1.2rem;
    line-height: 2rem;
    letter-spacing: 0px;
}
#footer .social img {
    width: 20px;
    height: 20px;
}
#footer .stripes {
    margin-bottom: 7px;
}
@media (max-width: 767px) {
    #portada h4 {
        font-size: 2.2rem;
        line-height: 3rem;
        letter-spacing: 2px;
    }
}
.servicios .item {
    max-width: 200px;
    text-align: center;
    width: auto;
}
@media (max-width: 900px) {
    .servicios .item {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .servicios .item {
        width: 100%;
    }
}
.servicios .item img {
    height: 60px;
    object-position: bottom center;
}
.servicios .item p {
    margin-top: 20px;
    font-size: 1.4rem;
    letter-spacing: 1px;
}
#nosotros .bg-image {
    background-attachment: fixed;
    background: url("../images/home/image_2.jpg") no-repeat center center/cover;
}
@media (max-width: 767px) {
    #nosotros .bg-image {
        background: none;
    }
}
.error{
    border-bottom: 1px solid #ff0000;
}
textarea.error{
    border: 1px solid #ff0000;
}
