@font-face {
    font-family: 'bankgothicregular';
    src: url('../fonts/bankgothic_regular-webfont.woff2') format('woff2'),
         url('../fonts/bankgothic_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
:root {
    --color-I: #006837;
    --color-II: #9cc31a;
}

body, html{
    font-family: 'Arial', sans-serif;
    scroll-behavior: smooth;
}

.font-I{
    font-family: 'bankgothicregular';
}

.text-primary{
    color: var(--color-I) !important;
}
.text-II{
    color:var(--color-II);
}

.text-underline{
    text-decoration: underline;
}

a{
    color: var(--color-I);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.bg-primary{
    background-color: var(--color-I)!important;
}
.bg-1{
    background-color: var(--color-I);
}
.bg-2{
    background-color: var(--color-II);
}
.bg-3{
    background-color: #e6e6e6;
}

.display-none{
    display: none;
}

.f-5{
    font-size: 5em;;
}

.btn-primary{
    background: var(--color-I);
    border: none;
    border-radius: 0;
}

input[type=text],
input[type=email],
input[type=password],
select,
textarea{
    border-radius: 0!important;
    padding: .5em !important;
    min-height: 50px !important;
    border-radius: 0;
    border: none;
}

.navbar-light{
    background: #FFF;
}
.navbar-brand{
    text-indent: -9999px;
    background: url(../img/Enea-logo.svg) no-repeat center;
    width: 202px;
    height: 60px;
    margin: 10px 0;
}

.navbar-light .navbar-nav{
    margin: 20px 0 0;
}
.navbar-light .navbar-collapse{
    position: relative;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5);
    font-family: 'bankgothicregular';
    letter-spacing: -1px;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: var(--color-I);
}

.list-redes {
    display: block;
    float: right;
    text-align: right;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.navbar-light .list-redes {
    position: absolute;
    top: -10px;
    right: 10px;
}
.navbar-light .list-redes .nav-item{
    display: inline-block;
}
.navbar-light .list-redes .nav-item .nav-link{
    display: block;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background: var(--color-I);
    color: #fff;
    padding: 5px 0 0;
    text-align: center;
    font-size: 1em;
    margin-left: 5px;
}
.navbar-light .list-redes .nav-item .nav-link{
    color: var(--color-II) !important;
}

.ameneties{
    position: relative;
    padding: 0 0 100px;
}

.autonomia{
    display: block;
    width: 100%;
    min-height: 80vh;
    position: relative;
    background: #e6e6e6 url(../img/family_in_nature_9.jpg) no-repeat center;
    background-size: cover;
}
.autonomia .card{
    position: absolute;
    top: -75px;
    border-radius: 0;
    border: none;
}

.concepto{
    position: relative;
    padding: 50px 0;
}
.concepto-txt{
    position: absolute;
    padding: 50px 10px 50px 0;
    z-index: 1 !important;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.concepto-txt:before{
    position: absolute;
    background: var(--color-I);
    width: 160%;
    height: 100%;
    content: '';
    left: -50%;
    top: 0;
    z-index: -1 !important;
}
.concepto-txt-content{
    z-index: 100 !important;
}

.concepto .img-bici{
    position: relative;
}

.concepto .img-bici img{
    position: relative;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.3);
    z-index: 100;
}
.concepto .img-bici:before{
    position: absolute;
    content: '';
    background: #FFF;
    width: 190%;
    height: 80%;
    top: 50px;
    left: -20%;
}

.servicios{
    position: relative;
    min-height: 160px;
}
.list-servicios{
    position: absolute;
    top: -100px;
    left: 0;
}
.list-servicios li{
    width: 19%;
    font-family: 'bankgothicregular';
    font-size: 1.25em;
}
.list-servicios li img{
    width: 110px;
}

.icon-list{
    margin: 50px 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: block;
    text-align: center;
}
.icon-list li{
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
}
.servicio{
    width: 112px;
    height: 112px;
    text-align: center;
}
.servicios p{
    color: #FFF;
    margin: 10px 0 0;
    line-height: 1em;
}

.list-ameneties li{
    width: 125px;
    text-align: center;
}
.list-ameneties li img{
    width: 100px;
    margin: 0 auto 10px;
}


.vivienda{
    position: relative;
    margin: 0;
}
.body-vivienda{
    position: relative;
}

.header-vivienda{
    position: absolute;
    left: 50%;
    top: -70px;
    width: 50%;
    background: var(--color-II);
    color: #FFF;
    padding: 3em 0 3em 3em;
    z-index: 100;
}

.icon-modulo{
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    color: #FFF;
    background: var(--color-II);
    text-align: center;
    margin: 10px auto;
    padding: 30px 0 0;
    font-size: 1.3em;
}
.icon-modulo-2{
    width: 110px;
    height: 110px;
    font-size: 1.5em;
    padding-top: 35px;
}
.icon-modulo-3{
    width: 120px;
    height: 120px;
    font-size: 1.6em;
    padding-top: 40px;

}

.viv-2{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 2em;
}

.mapa{
    background-color: #fffcd6;
}

.form{
    position: relative;
}
.form:before{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background: url(../img/bg-contacto.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    z-index: -2;
}
.form:after{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background: var(--color-II);
    opacity: .8;
    z-index: -1;
}

.btn-wsp{
    position: fixed;
    bottom: 50px;
    right: 50px;
    background-color: #25D366;
    border: 6px solid #FFF;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    padding: 10px 0 0;
    color: #FFF;
    font-size: 2.75em;
    z-index: 100;
}

/* LOADER */
.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #FFF;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.video{
    display: block;
    width: 100%;
    height: 600px;
    margin: 96px 0 0;
}

.footer{
    background: #000030;
    margin: 0;
}

.copyright-logo{
    display: inline-block;
    margin: 0 auto;
    width: 120px;
    height: 70px;
}
.copyright-logo.axel{
    width: 50px;
}
.copyright-logo img{
    margin: 0 5px;
}

@media all and (max-width: 500px) {

    .navbar-light .navbar-nav {
        margin: 40px 0 0;
    }

    .navbar-light .list-redes{
        margin: 20px 0;
        left: 0;
        float: left;
    }
    .navbar-light .list-redes .nav-item{
        float: left;
    }
    
    .video{
        height: 300px;
    }

    .vid-info .acronym {
        display: none;
    }
    .servicios{
        min-height: 600px;
    }
    .list-servicios li{
        width: 40% !important;
        height: 200px;
    }
    .servicio{
        width: 125px !important;
    }

    .citacion h2{
        font-size: 1.5em;
    }

    .concepto{
        padding: 175px 0 0;
    }
    .concepto-txt{
        left: 0;
        width: 100vw;
        background: var(--color-I);
    }
    .concepto .concepto-txt-content{
        left: 0;
        width: 100vw;
        height: 300px;
    }
    .concepto-txt:before{
        width: 100%;
    }


    .img-bici{
        margin: 100px 0 0;
    }
    .img-bici:before{
        display: none;
    }
    .autonomia .card{
        left: 0;
        width: 100vw;
    }

    .header-vivienda{
        left: 0;
        width: 100vw;
    }

    .viv-2{
        position: relative;
    }
        
    .btn-wsp{
        position: fixed;
        bottom: 10px;
        right: 10px;
        background-color: #25D366;
        border: 3px solid #FFF;
        width: 60px;
        height: 60px;
        padding: 10px 0 0;
        font-size: 1.5em;
    }
}


@media (max-width: 700px){

    .p-5{
        padding: 1rem!important;
    }
}