html, body {
    /* background-color: rgb(248, 241, 255); */
    font-family: 'Roboto', sans-serif;

}

.cursi {
    z-index: 10;

    text-shadow: 1px 2px 2px #2c2c2c;
    font-family: 'Caveat', cursive;

}

h1.cursi {
    font-size: 56px;
}

.bg-light {
    background-color: #951aeb !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #fafafa;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #fafafa;
}

.logobajo {
    position: absolute;
    left: 10px;
    bottom: 25px;
    width: 300px;
}

a{
    color: white;
    text-decoration: none;
}

a:hover{
    color: rgb(143, 143, 143);
    text-decoration: none;
}
/* barra{

	transform: rotate(17deg)
	} */

.barra3 {
    background: #e76ecf;
    width: 60px;
    height: 60px;
    margin: auto;
    border-radius: 4px;
    z-index: 15;
    /* Here we declare our inline animation */
    animation: rotate 5s linear infinite;
}


.tempo {
    display: none;
}

.barra2 {
    background: #e76ecfb1;
    width: 60px;
    height: 60px;
    margin: auto;
    border-radius: 4px;
    z-index: 15;
    /* Here we declare our inline animation */
    animation: rotaten 6s linear infinite;
    border: #58154b 2 px solid;
}

.barra {
    background: #e76ecf6f;
    width: 60px;
    height: 60px;
    margin: auto;
    border-radius: 4px;
    z-index: 15;
    /* Here we declare our inline animation */
    animation: rotaten2 5s linear infinite;
}




.br_001 {
    width: 400%;
    background-color: blueviolet;
    height: 20vh;
    position: absolute;
    left: -100px;
    bottom: -100px;
    animation: rotaten4 10s linear infinite;
    z-index: 1;
}

.br_002 {
    width: 200%;
    background-color: rgb(160, 135, 184);
    height: 10vh;
    left: -100px;
    position: absolute;
    bottom: 0;
    transform: rotate(15deg);
    animation: rotaten3 6s linear infinite;
    z-index: 2;
}

.br_003 {
    width: 90%;
    background: #e76ecf6f;
    height: 200%;
    position: absolute;
    top: 50vh;
    left: -250px;
    transform: rotate(-70deg);
    /* animation: rotaten3 3s linear infinite; */
    z-index: 3;
}


.br_004 {
    width: 80%;
    background: #ffffff6f;
    height: 200%;
    position: absolute;
    top: 50vh;
    left: -250px;
    transform: rotate(-70deg);
    z-index: -4;
}

.br_013 {
    width: 90%;
    background: #e76ecf6f;
    height: 200%;
    position: absolute;
    top: 50vh;
    left: -250px;
    transform: rotate(-70deg);
    /* animation: rotaten3 3s linear infinite; */
    z-index: 1;
}

.brprofile {
    width: 160px;
    margin-top: 20px;
    border-radius: 50%;
    box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.55);
    -webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.55);
    border: solid 1px #c897eb;
}


.zi9898 {
    z-index: 20;
}

.abe {
    color: #951aeb;
}


.marker {

    /* transition: 1s ease-in-out;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
       */
    /* background-size: 100% 200%; */


    background-position: 0% 0%;
    /* -webkit-transition: background-position 1s;
    -moz-transition: background-position 1s;
    transition: background-position 1s; */
}

.marker:hover {
    background-image: linear-gradient(to right, rgb(255, 255, 255) 50%, rgb(248, 239, 182) 50%);
    animation: marcador 3s linear infinite;
}





.profileH5 {
    z-index: 55;
    background-image: url(../assets/img/bg33.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    color: #2c2c2c;
    /* line-height: 45px;*/
}



/* Here we define our animation with the name "rotate" */
@keyframes marcador {
    0% {
        background-position: 0% 100%;
    }

    /* 50% {
        background-position: 50% 100%;
    } */

    100% {

        background-position: 100% 100%;
    }
}


/* Here we define our animation with the name "rotate" */
@keyframes rotate {
    0% {
        transform: rotate(0deg);

    }

    50% {
        transform: rotate(18deg);
        background: #58154b;
    }

    100% {
        transform: rotate(0deg);
        background: #e76ecf;
    }
}

@keyframes rotaten {
    0% {
        transform: rotate(10deg);
        background: #ecb0e0b1;
    }

    50% {
        transform: rotate(-10deg);
        background: #db6bc5;
        /* visibility: hidden; */
        /* transform: translateY(50%); */
    }

    100% {
        transform: rotate(10deg);
        background: #e76ecfb1;
        /* visibility:visible; */
        /* transform: translateY(0%); */
    }
}



@keyframes rotaten2 {
    0% {
        transform: rotate(5deg);
        background: #9d7f97b1;
    }

    50% {
        transform: rotate(-8deg);
        background: #e60fbb;
    }

    100% {
        transform: rotate(5deg);
        background: #9d7f97b1;
    }
}



@keyframes rotaten3 {
    0% {
        transform: rotate(5deg);

    }

    50% {
        transform: rotate(-10deg);

    }

    100% {
        transform: rotate(5deg);

    }
}




@keyframes rotaten4 {
    0% {
        transform: rotate(2deg);

    }

    25% {
        transform: rotate(-1deg);

    }


    50% {
        transform: rotate(-5deg);

    }

    100% {
        transform: rotate(2deg);

    }
}

.z9898 {
    z-index: 9898;
}

#infocontacto {

    background-color: #808080;
    background-image: url(../assets/img/profile_2.jpg);
    background-repeat: no-repeat;
    height: 80vh;
    background-position: center;
    position: relative;
    overflow: hidden;

}

.contacto {
    position: relative;

}

.contacto_ovelay {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(30, 29, 29, 0.749);
    z-index: 10;

}

.introd {
    background-color: #fbeeff;
    padding: 25px;
    min-height: 100vh;
}

.level {
    z-index: 20;
}

.fullscreen-bg {
    /* position: fixed; */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 10;
    min-height: 100vh;
    width: 100%;
    /* opacity: 0.5; */
}


.fullscreen-bg__video {
    position: absolute;
    top: 100;
    left: 0;
    width: 100%;
    /* min-height: 100vh; */
    /* z-index: -500; */
}

.carousel__button {
    display: none;
}

.is-close {
    display: none;
}




/* 
.overlay {
    position: absolute;
    left: 0;
    overflow: hidden;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-color: rgba(30, 29, 29, 0.4);
} */





.profile {
    background-image: url(../assets/img/fondo_logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 250px;
    height: 250px;
    z-index: 50;
    text-align: center;
}

/* .navbar-collapse {
    text-align:center;
  }
  .navbar-nav {
      display:inline-block;
      float:none;
  } */

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    letter-spacing: 3px;
    font-weight: bold;
    text-decoration: none;
    margin-left: 40px;
    font-size: 10px;
    font-weight: normal;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    text-transform: uppercase;
}


.destaca {
    font-weight: bold;
    font-size: 40px;
}

.dropdown-item {
    font-size: 13px;
    background-color: #f2f2f2;
}

.dropdown-menu {
    background-color: transparent;
}

.labelservicio {
    letter-spacing: 10px;
    font-size: 30px;
    font-weight: bold;
    margin-right: 40px;
    color: #f2f2f2;
    text-shadow: 0px 0px 5px #808080;
}

.active {
    color: #951aeb;
    text-shadow: 0px 0px 5px #f2f2f2;

}

.minititulo {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 3px;
}

.tituloservicio {
    float: left;

}

.descripcion {
    line-height: 30px;
    z-index: 1;
    margin-top: 5vh;
    padding: 10px;
}

.descripcion>p {
    z-index: 10;
    /* letter-spacing: 2px; */
   /* font-family: 'Caveat', cursive;  */
    /* font-size: 1.8rem; */
}


@media (max-width : 414px) {

    .logobajo {
        width: 150px;
    }

    h1.cursi {
        font-size: 36px;
    }

    .descripcion {
        line-height: 2vh;
        z-index: 1;
        margin-top: 2vh;
        padding: 10px;
    }
}