/* 
Theme Name: Playa Projects - Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featumain-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

@font-face {
  font-family: 'filosofiaFont';
  src: url('fonts/filosofiaFont.woff2') format('woff2'),
       url('fonts/filosofiaFont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
    --animated: all .3s ease-in-out;
    --mainColor: #6E7A5A;
    --beigeColor: #E8D8C3;
    --navColor: #3E3E3E;
    --greenColor: #9BBBA9;
    --darkColor: #1A1A1A;
    --boneColor: #F8F5F0;
    --mainFont: 'Poppins', sans-seriff;
    --textFont: '', sans-seriff;
}

.fuente-filosofia {
  font-family: 'Poppins', sans-serif;
}

.mainColor {color:var(--mainColor);}
.beigeColor {color:var(--beigeColor);}
.navColor {color:var(--navColor);}
.greenColor {color: var(--greenColor);}
.darkColor {color: var(--darkColor);}
.boneColor {color: var(--boneColor);}
.mainFont {font-family:var(--mainFont);}
.white {color: white;}

a {color: var(--mainColor);}
.noSpace, .noSpace p {padding: 0px; margin: 0px;}

.sidenav {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-image: linear-gradient(180deg, #171F27 0%, #2A333A 100%);
    overflow-x: hidden;
    transition: 0.5s;
    filter: drop-shadow(0px 3px 6px black);
}

.navbar-toggler {
    border: 2px solid white;
    padding: 10px 15px;
    transition: var(--animated);
}

.navbar-toggler:hover {
    background: #9BBBA9;
}

.navbar-toggler-icon {
    background-image: none;
    width: auto;
    height: auto;
}

.navbar-toggler-icon i {
    color: white;
    transition: var(--animated);
}

.navbar-toggler:hover i {
    color: var(--mainColor);
}

.closebtn {text-decoration: none;}
.sidenav .fa-window-close {color: var(--yellowColor);}
.sidenav .navMenu {margin-top: 25px; text-align: center;}
.side-titulo {color: white; font-size: 16px; font-weight: 300;}
.sidenav .navbar-nav li {margin: 5px 0px;}
.sidenav .navbar-nav li a {color: white; font-size: 22px; text-decoration: none;}

body {font-family: var(--mainFont);}

.header {
    background: var(--boneColor);
}

.headerLogo {
    width: 170px;
    padding: 30px 0px;
}

.logo {
    display: block;
    height: 100px;
    margin: 0 auto;
}

.topIcons {
    height: 50px;
}

.topIcons a {
    display: inline-flex;
    width: 35px;
    height: 35px;
    background: #C6A96B;
    justify-content: center;
    align-items: center;
    color: white;
    text-decoration: none;
    font-size: 22px;
    margin: 0px 10px;
    transition: var(--animated);
    rotate: 45deg;
}

.topIcons a i {
    transform: rotate(-45deg);
}

.topIcons a:hover {
    background: #6E7A5A;
}

.menuCont {
    background: #2E2007;
    background: linear-gradient(90deg, rgba(46, 32, 7, 1) 0%, rgba(96, 69, 21, 1) 20%, rgba(96, 69, 21, 1) 80%, rgba(46, 32, 7, 1) 100%);
}

.navbar li {
    margin: 0px 10px;
}

.navbar li a {
    font-family: var(--mainFont);
    font-size: 19px;
    color: white;
    font-weight: 500;
    padding: 0px 10px;
    text-decoration: none;
    transition: var(--animated);
    position: relative;
}

.navbar li a:hover {
    color: var(--breatheColor);
    position: relative;
}

#menu-principal li a:after {
    content: '';
    width: 100%;
    background: #6E7A5A;
    height: 6px;
    display: block;
    position: absolute;
    bottom: -15px;
    transform: scaleX(.25);
    opacity: 0;
    transform-origin: center;
    transition: var(--animated);
}

#menu-principal li a:hover:after {
    transform: scaleX(1);
    opacity: 1;
}

.mainButton {
    padding: 8px 25px;
    font-size: 20px;
    color: white;
    font-family: "Manrope";
    font-weight: 400;
    letter-spacing: 1px;
    transition: var(--animated);
}

.servicesCard .mainButton {
    display: block;
    width: fit-content;
    margin-top: 10px;
}

.buttonFlow {
    background: #6E7A5A;
}

.buttonFlow:hover {
    background: #C6A96B;
    padding: 8px 35px;
    color: #1C1C1C;
}

.bannerSubtitle p {
    font-family: "Manrope";
    font-weight: 600;
}

.formBanner {
    max-width: 800px;
    margin: 0px;
}

.formBanner input {
    border-radius: 100px;
}

.formBanner input[type="submit"] {
    background: var(--flowColor);
    color: white;
    font-weight: 600;
    border: none;
    transition: var(--animated);
}

.formBanner input[type="submit"]:hover {
    background: var(--breatheColor);
}

/* Slider HomeBanner corregido */

.homeBanner .slick-slide {
    min-height: 550px;
}

.slick-dotted.slick-slider {
    margin: 0px;
}

.slick-dots {
    width: 100%;
    right: 0;
    margin: 0px;
    bottom: 25px;
}

.slick-dots li {
    margin: 0px 10px;
    width: fit-content;
}

.slick-dots li button {
    width: 75px;
    height: 8px;
    background: gray;
    border-radius: 0px;
    padding: 0px;
}

.slick-dots li.slick-active button {
    background: var(--mainColor);
}

.slick-dots li button:before {
    display: none;
}

.slick-dots li button:hover {
    background: white;
}

.slick-arrow {
    z-index: 99;
}

.slick-prev {
    left: 25px;
}

.slick-next {
    right: 25px;
}

.slick-prev:before,
.slick-next:before {
    color: #808080;
    font-size: 30px;
    transition: var(--animated);
}

.slick-prev:hover:before,
.slick-next:hover:before {
    color: var(--mainColor);
}

.topFooter {
    padding: 50px 25px;
}

.footerTitle {
    font-size: 28px;
    font-weight: 700;
    color: #2a333a;
}

.footerSubtitle {
    font-size: 22px;
    font-weight: 400;
    color: #2a333a;
    margin-left: 5px;
}

.buttonFooter {
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
    color: white;
    background: linear-gradient(90deg, #2a333a, #171f27);
    padding: 15px 30px;
    border-radius: 100px;
    display: block;
    width: fit-content;
    transition: var(--animated);
    margin-top: 50px;
}

.buttonFooter:hover {
    background: linear-gradient(90deg, var(--yellowColor), var(--yellowColor));
    color: var(--mainColor);
}

a.a_fab {
    color: white;
}

.footList li {
    list-style-type: none;
    line-height: 30px;
}

.footList li a {
    font-size: 20px;
    font-weight: 500;
    color: white;
    text-decoration: none;
}

.topBorder {
    border-top: 1px solid white;
    padding-top: 50px;
}

.botFooter {
    background: #2a333a;
    padding: 0px 0px 50px 0px;
    color: white;
    position: relative;
}

.logoFooter {
    width: 250px;
}

.footerIcons i {
    font-size: 35px;
    margin-right: 25px;
}

.formContacto p {
    color: #000000;
    font-size: 20px;
}

.contactBg>div {
    background: rgb(1 17 38 / 80%);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(40, 199, 220, 65%);
}

.formContacto input[type="submit"] {
    background: #6E7A5A;
    color: #ffffff;
    border: none;
    padding: 10px 25px;
    border-radius: 50px;
    letter-spacing: 1px;
}

.formContacto input[type="submit"]:hover {
    padding: 10px 35px;
}

/* Modal */

.modal-dialog {
    min-width: 700px;
}

.model-title {
    font-size: 24px;
}

.modal-content {
    background: transparent;
    border: none;
}

.modal-header {
    background: #604515;
    color: white;
    border-radius: 0px;
}

.modal-body {
    background: #A58A76;
    border-radius: 0px;
}

.modal .btn-close {
    background-image: none;
    padding: 0px;
    width: fit-content;
    height: fit-content;
    color: white;
    font-size: 30px;
    opacity: 1;
}

.modal .btn-close:hover {
    background: none;
    color: #af4141;
}

.modal input {
    border: none;
    border-radius: 0px;
    font-size: 18px;
}

.modal input[type="submit"] {
    background: #6D7A71;
    border: none;
    color: white;
    border-radius: 100px;
    width: 50%;
    margin: 0 auto;
    display: block;
    font-size: 18px;
    font-family: var(--textFont);
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: var(--animated);
}

.modal input[type="submit"]:hover {
    background: #ACBD9A;
    width: 65%;
}

.modal .wpcf7 form.invalid .wpcf7-response-output,
.modal .wpcf7 form.unaccepted .wpcf7-response-output,
.modal .wpcf7 form.payment-required .wpcf7-response-output {
    background: white;
}

.modal .wpcf7-not-valid-tip {
    color: white;
    font-size: 1em;
    font-weight: normal;
    display: block;
    background: #af4141;
    padding: 5px;
}

.jobTitle {
    min-height: 75px;
}

.jobTitle a {
    font-size: 20px;
    font-weight: 700;
    color: var(--darkColor);
    transition: var(--animated);
}

.jobTitle a:hover {
    color: var(--mainColor);
}

.jobFeatured {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: top center;
    position: relative;
}

.jobFeaturedLink {
    position: absolute;
    inset: 0;
}

.jobCont {
    padding: 15px;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    background: #f9f9f9;
    transition: var(--animated);
}

.jobCont:hover {
    background: #eaeaea;
}

.jobLink a {
    background: var(--mainColor);
    opacity: .85;
    font-size: 18px;
    font-weight: 600;
    color: white;
    padding: 8px 15px;
    border-radius: 5px;
    transition: var(--animated);
}

.jobLink a:hover {
    opacity: 1;
    background: #C6A96B;
}

.jobLinkDisabled {
    display: inline-block;
    padding: 10px 18px;
    background: #bfbfbf;
    color: #ffffff;
    border-radius: 6px;
    cursor: default;
    text-decoration: none;
    opacity: 0.85;
}

img.greekIcon {
    height: 70px;
}

.carousel-control-prev,
.carousel-control-next {
    border: none;
    height: 65px;
    margin: auto;
    border-radius: 100px;
    width: 65px;
    transition: var(--animated);
    background: var(--mainColor);
    outline: none;
}

.carousel-control-prev {
    padding: 10px 15px 5px 10px;
    left: -8px;
    transform: scale(.65);
}

.carousel-control-next {
    padding: 10px 10px 5px 15px;
    right: -8px;
    transform: scale(.65);
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .homeBanner .slick-slide {
        min-height: 650px;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .homeBanner .slick-slide {
        min-height: 750px;
    }

    .footer {
        padding: 0px;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {

}

/* No Bootstrap Class (larger desktops, 1900px and up) */