@font-face {
    font-family: AsmiB;
    src: url("fonts/amsiprocond-bold.ttf");
}
@font-face {
	font-family: Babylonica-Regular;
	src: url("fonts/Babylonica-Regular.ttf");
  }
body {
    background: #d9ccbe;
    font-family: Roboto, sans-serif;
}
.delay-1 {
    transition-delay: 0.1s !important;
}

.delay-2 {
    transition-delay: 0.2s !important;
}

.delay-3 {
    transition-delay: 0.3s !important;
}

.delay-4 {
    transition-delay: 0.4s !important;
}

.delay-5 {
    transition-delay: 0.5s !important;
}

.delay-6 {
    transition-delay: 0.6s !important;
}

.delay-7 {
    transition-delay: 0.7s !important;
}

.delay-8 {
    transition-delay: 0.8s !important;
}


@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.mobile-app {
    top: 80px;
    position: relative;
    display: block;
    margin: 0px auto;
    height: 97vh;
    left: -8vh;
}

.mobile-app2 {
    bottom: 15vh;
    position: absolute;
    display: block;
    margin: 0px auto;
    height: 97vh;
    right: 20%;
    z-index: -1;
}

.content-boxed {
    max-width: 1350px;
    margin: 0px auto;
}

.media-animated {
    max-width: 80%;
}

.custom-head {
    margin-bottom: 20px;
    font-family: AsmiB;
    color: rgb(10, 53, 60) !important;
    font-size: 2em !important;
    font-weight: bold !important;
}

.custom-text {
    font-weight: 500;
    line-height: 1.5em;
    font-size: 22px;
    color: #000 !important;
}

.section-2, .section-3, .section-4 {
    height: 175vh;
}

.rounder {
    z-index: 99;
    position: relative;
}

.section-3::before, .section-4::before, .rounder::before {
    content: "";
    position: absolute;
    top: 0%;
    left: -11vw;
    right: 0px;
    margin: 0px auto;
    width: 60vw;
    height: 60vw;
    border-radius: 50%;
    border: 1.5px dashed rgba(0, 0,0 , 0.5);
    z-index: -1;
    animation: 50s linear 0.3s infinite normal none running rotation;
    transform: scale(0.8);
}

.mtop {
    margin-top: 15rem;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg) scale(0.8);
    }

    100% {
        transform: rotate(359deg) scale(0.8);
    }
}

.section-words {
    overflow: hidden;
}

.media-animated {
    transform: scale(1.2) translateX(10%);
    z-index: 9;
}

.line span {
    color: rgb(255, 255, 255);
    font-size: 160px;
    text-transform: uppercase;
    letter-spacing: 26px;
}

.section-words .line {
    white-space: nowrap;
    line-height: 190px;
    margin-left: -500px;
}

.section-words .line:first-child {
    position: relative;
    z-index: 10;
    margin-left: 0px;
}

#verbs {
    font-size: 160px;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 26px;
    margin-top: -20rem;
}

section {
    position: relative;
    display: block;
    width: 100%;
}

#verbs .line:first-child {
    position: relative;
    z-index: 10;
    margin-left: 0px;
}

#verbs .line {
    white-space: nowrap;
    line-height: 190px;
    margin-left: -500px;
}

.mtopneg {
    margin-top: -54rem;
}

.circle {
    min-width: 600px;
    margin: 0px auto;
    max-width: 600px;
    min-height: 600px;
    max-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(#bfac94,#ccbeac, #ebe8e8);
    border-radius: 50%;
    padding: 40px;
    box-shadow: rgba(0, 0, 0, 0.1) 5px 15px 49px;
    position: relative;
}

.circle::before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    transform: scale(1.2) translateX(0%);
    width: 600px;
    height: 600px;
    background: #bfac94;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.4;
    animation: 2s ease 0s infinite normal none running decal;
}

@keyframes decal {
    0% {
        transform: scale(1.2) translateX(0%);
    }

    20% {
        transform: scale(1) translateX(0%);
    }

    50% {
        transform: scale(1.25) translateX(0%);
    }

    100% {
        transform: scale(1.2) translateX(0%);
    }
}

.circle::after {
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    transform: scale(1.4) translateX(0%);
    width: 600px;
    height: 600px;
    background: #ab9a85;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.4;
    animation: 2s ease 2s infinite normal none running decald;
}

@keyframes decald {
    0% {
        transform: scale(1.4) translateX(0%);
    }

    20% {
        transform: scale(1) translateX(0%);
    }

    50% {
        transform: scale(1.45) translateX(0%);
    }

    100% {
        transform: scale(1.4) translateX(0%);
    }
}


.attrs {
    display: flex;
    align-items: flex-start;
    margin-top: 50px;
}

.attrs .attr {
    width: 33.3%;
    text-align: center;
    position: relative;
}

.attrs .attr .number {
    position: absolute;
    top: -50px;
    left: -70px;
    width: 100%;
    text-align: center;
    font-size: 340px;
    line-height: 300px;
    color: rgba(255, 255, 255, 0.1);
    font-weight: 300;
}

.attrs .attr img {
    position: relative;
    height: 280px;
    margin-top: 40px;
    margin-bottom: 20px;
    z-index: 2;
}

.attrs .attr img.img-fondo {
    position: absolute;
    top: 40px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    z-index: 1;
}

.attrs .attr .point {
    content: "";
    position: absolute;
    top: 295px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    width: 10px;
    height: 10px;
    background: var(--red);
    border-radius: 50%;
}

.attrs .attr h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: rgb(255, 255, 255);
}

.attrs .attr .text-p {
    font-size: 18px;
    font-weight: 100;
    line-height: 26px;
    width: 100%;
    color: rgb(255, 255, 255);
    margin: 0px auto;
    white-space: nowrap;
    text-align: center;
}

h2.big {
    color: rgb(255, 255, 255);
    font-size: 65px;
    font-weight: 100;
}

.howto {
    height: 100vh;
    background: url("img/bg.png") 0% 0% / cover;
}

.carousel {
    width: 90%;
    margin: 0px auto;
}

.slick-slide {
    margin: 10px;
    opacity: 0.3;
    transform: scale(0.9);
    transition: all 0.2s ease 0s;
    border-radius: 30px;
    height: auto !important;
}

.slick-slide.slick-current {
    opacity: 1;
    transform: scale(1);
}

.slick-slide img {
    width: 100%;
}

.carousel figure {
    background: rgb(255, 255, 255);
    text-align: center;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 30px;
}

.carousel figure img {
    margin: 0px auto;
}

.carousel figure h4 {
    font-weight: 700;
    text-align: center;
    font-size: 20px !important;
}

.carousel figure p {
    font-size: 14px;
    font-weight: 100;
    text-align: center;
    margin: 15px 0px;
}

.btn-read {
    border-bottom: 4px solid rgb(255, 123, 10);
    padding-bottom: 5px;
    display: inline-block;
    font-size: 14px !important;
    color: rgb(0, 0, 0) !important;
}

.btn-read:hover {
    border-bottom: 4px solid rgb(51, 51, 51);
}

.blogarticle {
    color: rgb(0, 0, 0) !important;
}

.blogarticle:hover {
    color: grey !important;
}

.slick-dots li.slick-active button::before {
    font-size: 12px;
    color: rgb(255, 255, 255) !important;
    opacity: 1 !important;
}

.slick-dots li button::before {
    font-size: 12px !important;
    color: rgb(255, 255, 255) !important;
}

.accordion {
    background-color: transparent;
    color: rgb(0, 0, 0);
    cursor: pointer;
    width: 90%;
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    text-align: left;
    outline: none;
    font-size: 16px;
    line-height: 20px;
    transition: all 0.4s ease 0s;
    font-weight: 100;
    border-bottom: 1px solid;
    padding: 25px 0px;
}

.activea, .accordion:hover {
    background-color: transparent;
}

.panel {
    padding: 10px 18px 0px;
    background-color: transparent;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.2s ease-out 0s;
    color: rgb(102, 102, 102);
    font-weight: 100;
    font-size: 16px;
}

.custom-logo-txt{
	color: #0a353c;
	font-family: Babylonica-Regular;
	font-size: 6rem;
	text-align: center !important;
	/* margin-left: 10vw; */
	/* line-height: 7rem; */
}