@import url('https://fonts.googleapis.com/css?family=Beth+Ellen');
@import url('https://fonts.googleapis.com/css?family=Roboto');
html {
    height: 100%;
    max-width: 100%;
    overflow: hidden;
}
body{
    font-family: 'Beth Ellen', sans-serif;
    background: url('/front/assets/img/fondo_1.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
}
.navbar-nav{
    font-family: 'Roboto', sans-serif;
}
#bg-video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}
main {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 56px;
    max-width: 100%;
    overflow: hidden;
    height: 100vh;

}
.bg-transparent {
    background-color: transparent !important;
}
footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 0.9rem;
}
.footer{
    background: rgba(0,0,0,1) !important;
}
.circle{
    font-size: 1.2em;
    width: 1.6em;
    text-align: center;
    line-height: 1.6em;
    color: #000;
    border-radius: 0.8em; /* or 50% width & line-height */
    background: rgba(142,106,95,1);
}
.main-color {
    color: rgba(142,106,95,1)!important;
}
.text-bonet{
    position: relative;
}
.text-bonet h3 {
    position: absolute;
    bottom: 15px;
}
.content-items > div{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.content-items > div a {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 0 10px 0 rgb(255 255 255 / 69%);
    position: absolute;
    z-index: 2;
    cursor: pointer;
    animation: destello 1s infinite linear;
}
.content-items>div:nth-child(1) a {
    top: 39%;
    left: 27.5%;
}
.content-items>div:nth-child(2) a {
    top: 52.8%;
    left: 40.3%;
}

.content-items>div:nth-child(3) a {
    top: 66%;
    left: 35.4%;
}
.content-items>div:nth-child(4) a {
    top: 27.3%;
    right: 18.7%;
}
.content-items>div:nth-child(5) a {
    top: 42.3%;
    right: 17.2%;
}
.content-items>div:nth-child(6) a {
    bottom: 16.7%;
    right: 24.3%;
}
.content-items>div:nth-child(7) a {
    top: 11.8%;
    left: 52.3%;
}
.content-items>div.active a:after {
    content: '';
    width: 8px;
    height: 8px;
    border: 1px solid white;
    border-radius: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-name: activo;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    animation-play-state: running;
}
.no-opacity{
    opacity: 0.5!important;
}
@keyframes destello{0%{background-color:#fff}50%{background-color:rgba(255,255,255,0.3)}100%{background-color:#fff}}
@keyframes activo{from{opacity:1}to{width:20px;height:20px;opacity:0}}
.content-text {
    color:#fff!important;
    text-decoration: none;
}
.content-slider .slick-arrow.slick-prev {
    left: 0px;
}
.content-slider .slick-arrow.slick-next {
    right: 0px;
}
.content-slider .slick-arrow {
    position: absolute;
    top: initial;
    bottom: 40px;
    z-index: 10;
    width: 50px;
    height: 50px;
}
.content-slider .slide .content-img img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

.margin-top-25-percent{
    margin-top: -5%;;
}
