@font-face {
    font-family: Futura;
    src: url(../fonts/tt0140m.ttf);
}

@font-face {
    font-family: Beyond;
    src: url(../fonts/many.ttf);
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Futura', sans-serif;
    overflow-x: hidden;
}

body::-webkit-scrollbar {
    width: 12px;
    overflow-x: hidden;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    overflow-x: hidden;
}

body::-webkit-scrollbar-thumb {
    background-color: #ef7f1b;
    outline: 1px solid slategrey;
    overflow-x: hidden;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #cecece;
    opacity: 1;
    /* Firefox */
}

 :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #cecece;
}

 ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #cecece;
}

#sliderHome,
#sliderHome .carousel-inner {
    background-color: #333;
    height: 100vh;
}

#sliderHome .carousel-item {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#anima,
#anima img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10%;
    margin: auto;
    z-index: 9999;
    height: 400px;
    /*-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
    text-align: center;
}

#anima img {
    display: none;
}

.bg-transparent {
    background-color: #00000000!important;
    color: #ffffff!important;
}

.bg-white {
    background-color: #ffffff!important;
    color: #000!important;
}

.background-section {
    background-image: url(../images/fondo.png);
    background-size: contain;
    position: fixed;
    z-index: -9999999;
    width: 100%;
    height: 100vh;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.carousel-indicators {
    right: 0;
    left: inherit;
    bottom: 25px;
}

.carousel-indicators li {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    border: none;
    opacity: 1;
}

.carousel-indicators li.active {
    background-color: #85bb27;
}

.carousel-inner {
    height: 90vh;
}

#contacto .text-contact {
    margin-top: 80px;
}

#contacto h1,
#inversionistas h1 {
    font-weight: bold;
}

#contacto h1 span,
#inversionistas h1 span {
    color: #ef7f1b;
}

#contacto h2,
#inversionistas h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 31px;
}

#contacto a,
#inversionistas a {
    font-weight: bold;
    font-size: 21px;
    line-height: 31px;
    color: black;
    text-decoration: none;
}

#contacto img {
    height: 450px;
    float: right;
}

#RRHH {
    height: 100vh;
    background-color: #89be47;
    color: white;
    position: relative;
}

#RRHH .text-contact {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

#RRHH a {
    padding: 25px 50px;
    background-color: white;
    color: #85bb27;
    font-weight: bold;
    text-decoration: none;
    border-radius: 15px;
}

#RRHH form input {
    background-color: #eaeaea;
    border-radius: 10px;
    font-size: 17px;
    padding: 25px;
    font-family: 'Beyond', cursive;
    letter-spacing: 1.5px;
}

#RRHH form button {
    border: none;
    width: 150px;
    height: 70px;
    border-radius: 10px;
    font-weight: bold;
    letter-spacing: 1px;
}

#RRHH form button.btn-success {
    background-color: #89bf47;
}

.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.italic-text-form {
    font-family: 'Beyond', cursive;
    font-size: 60px;
}

.italic-text-form span {
    color: #ef7f1b;
}

.navbar-toggler {
    margin-right: 15px;
}

.navbar-light .navbar-nav .nav-link {
    padding: 25px 35px;
}

.navbar-light .navbar-nav .nav-link:hover {
    border-bottom: 2px solid #ef7f1b;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    font-style: italic;
}

.navbar,
.navbar.bg-transparent {
    background-image: linear-gradient(#000, transparent);
}

.navbar img,
.navbar.bg-transparent img {
    filter: brightness(0) invert(1);
}

.navbar.bg-white img {
    filter: none;
}

.navbar.bg-white {
    background-image: none;
}

.navbar a,
.navbar.bg-transparent a {
    color: #fff !important;
}

.navbar.bg-white a {
    color: inherit !important;
}

.navbar.fixed-bottom {
    padding: 10px 50px 0 50px;
}

.navbar ul.fixed-bottom {
    list-style: none;
    padding: 10px 25px;
    background-color: #ef7f1b;
    margin: 0;
    right: inherit;
    left: 0;
}

.navbar ul.fixed-bottom li {
    display: inline;
}

.navbar ul.fixed-bottom li a {
    color: white;
    padding: 5px;
    font-weight: bold;
}

.navbar ul.fixed-bottom li a:hover {
    text-decoration: none;
}

.overflow {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.text-right-lg {
    text-align: right;
}


/* MENU */

#menu .columna-6 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}

#menu .columna-6 img {
    max-height: 610px;
    border-radius: 15px;
}

#menu span.italic-text-form {
    font-size: 30px;
    margin-bottom: 30px;
}

#menu span.italic-text-form.verano {
    padding: 10px;
    background-color: #ef7f1ba6;
    border-radius: 10px;
}

#menu span.italic-text-form.invierno {
    padding: 10px;
    background-color: #06a8c182;
    border-radius: 10px;
}

#menu ul {
    list-style: none;
    text-align: left;
}

#menu ul li {
    font-size: 16px;
    font-weight: bold;
}

#menu .image {
    display: block;
    width: 100%;
    height: auto;
}

.container .overlay {
    opacity: 0;
}

.container:hover .overlay {
    opacity: 1;
}

.container .title-no-overlay {
    opacity: 1;
}

.container:hover .title-no-overlay {
    opacity: 0;
}

.text,
.title-no-overlay {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.text {
    left: 40%;
}
#bg-video-section{
    padding:0;
}
#myVideo {
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }

  .form-page-btn-green {
    padding: 25px 50px;
    background-color: #85bb27;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-radius: 15px;
    border: none;
}

.form-page-btn-red {
    padding: 25px 50px;
    background-color: #dc3545;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-radius: 15px;
    border: none;
}

/* END MENU OVERLAY */