@font-face {
    font-family: Quicksand;
    src: url(../fonts/Quicksand-Regular.ttf);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: Quicksand;
    src: url(../fonts/Quicksand-Bold.ttf);
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: Quicksand;
    src: url(../fonts/Quicksand-Light.ttf);
    font-weight: lighter;
    font-style: normal;
}
@font-face {
    font-family: Quicksand;
    src: url(../fonts/Quicksand-Medium.ttf);
    font-weight: 500;
    font-style: normal;
}

html, body {
    font-family: Quicksand;
    height: 100%;
}
html {
    
}
body {
    padding-top: 66px;
}

* {
    font-family: Quicksand;
}

p {
    font-size: 1.02rem;
}
a, a:visited {
    
}
a:hover {
    transition: ease-in-all .3s all;
}

/* HIDES */
.hidden-xs {
    display: inherit;
}

.pull-right{
    float:right;
}

/*************
 * GRADIENTS *
 ************/
.bg-primary {
    background: rgb(255,102,153);
    background: linear-gradient(90deg, rgba(255,102,153,1) 0%, rgba(255,77,179,1) 50%, rgba(255,51,204,1) 100%);
    color: #fff;
}
.bg-pink-purple {
    background: rgb(255,102,153);
    background: linear-gradient(90deg, rgba(255,102,153,1) 0%, rgba(153,51,179,1) 50%, rgba(51,0,204,1) 100%);
    color: #fff;
}
.bg-light-blue {
    background: rgb(51,204,204);
    background: linear-gradient(90deg, rgba(51,204,204,1) 0%, rgba(66,181,204,1) 50%, rgba(81,158,204,1) 100%);
    color: #fff;
}
.bg-white {
    background-color: #fff;
    color: #1a1a1a;
}
.bg-grey {
    background-color: #f8f8f8;
}

/***********
 * BUTTONS *
 **********/
.btn {
    border-radius: 20px;
    color: #fff;
    font-weight: 500;
    text-tranform: uppercase;
}
.btn-primary {
    
}
.btn.bg-primary,
.btn.bg-primary:visited {
    color: #fff;
}
.btn.bg-white,
.btn.bg-white:visited {
    color: #1a1a1a;
}

/************
 * ELEMENTS *
 ***********/
/* BOX IMG */
.box-img {
    
}
.box-img > img {
    max-height: 200px;
    margin-bottom: 30px;
}
.box-img > h4 {
    font-size: 1.5rem;
    margin-bottom: 20px;
}
/* BOX IMG */

/* PLAN CARD */
.plan-card {
    padding: 50px;
    padding-bottom: 14%;
    border-radius: 40px;
    position: relative;
}
.plan-card > .content {
    width: 60%;
}
.plan-card > .content > h2 {
    text-transform: uppercase;
}
.plan-card > .content > h2 > .p1 {
    display: block;
    font-size: 1.3rem;
    font-weight: normal;
}
.plan-card > .content > h2 > .p2 {
    display: block;
    font-size: 1.8rem;
}
.plan-card > .content > p {
    font-size: 1.1rem;
}
.plan-card > .content > p > .price {
    display: block;
    font-size: 2rem;
}
.plan-card > .content > p > .price > small {
    
}
.plan-card > img {
    position: absolute;
    bottom: -15%;
    width: 100%;
    z-index: 0;
    right: -10%;
}
.plan-card > .btn {
    position: absolute;
    bottom: 13.5%;
    z-index: 1;
    left: 6.5%;
}
/* PLAN CARD */

/* TEMPLATE TBHUMNAIL */
.template-thumbnail {
    position: relative;
    display: block;
    margin-bottom: 20px;
    padding: 15px 0 15px 10px;
} 
.template-thumbnail > img {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
} 
.template-thumbnail:after {
    content: " ";
    background-color: #fff;
    padding: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 25%;
    border-radius: 15px;
} 
/* TEMPLATE TBHUMNAIL */


/**********
 * HEADER *
 *********/
header {
    
}
header > nav {
    background-color: #fff;
}
header > nav:after {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgba(255,102,153,1) 0%, rgba(153,51,179,1) 50%, rgba(51,0,204,1) 100%);
    right: 0;
    left: 0;
    height: 5px;
    bottom: 0;
}
header > nav > .navbar-brand {
    
}
header > nav > .navbar-brand > img {
    height: 40px
}
header > nav > .navbar-toggler > i {
    color: #a1a1a1;
}
header > nav > .navbar-collapse {
    
}
header > nav > .navbar-collapse > ul.navbasr-nav {
    
}
header > nav > .navbar-collapse > ul.navbar-nav > li.nav-item {
    position: relative;
}
header > nav > .navbar-collapse > ul.navbar-nav > li.nav-item > a.nav-link,
header > nav > .navbar-collapse > ul.navbar-nav > li.nav-item > a.nav-link:visited {
    color: #1a1a1a;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
}
header > nav > .navbar-collapse > ul.navbar-nav > li.nav-item > .dropdown-menu {
    right: 0;
    left: inherit !important;
}
header > nav > .navbar-collapse > ul.navbar-nav > li.nav-item > a.nav-link:hover {
    
}
header > nav > .navbar-collapse > ul.navbar-nav > li.nav-item > a.nav-btn,
header > nav > .navbar-collapse > ul.navbar-nav > li.nav-item > a.nav-btn:visited {
    border-radius: 22px;
    color: #fff;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
}
header > nav > .navbar-collapse > ul.navbar-nav > li.nav-item > a.nav-link > i,
header > nav > .navbar-collapse > ul.navbar-nav > li.nav-item > a.nav-link:visited > i {
    color: #818181;
    display: inline-block;
    vertical-align: middle;
}
header > nav > .navbar-collapse > ul.navbar-nav > li.nav-item > a.nav-btn:hover {
    
}

/**********
 * FOOTER *
 *********/
footer {
    
}
footer > .content {
}
footer > .content ul.social-media {
    padding: 10px 0 0 0;
    list-style: none;
    margin: 0;
    text-align: center;
}
footer > .content ul.social-media > li {
    display: inline-block;
}
footer > .content ul.social-media > li {
    
}
footer > .content ul.social-media > li > a,
footer > .content ul.social-media > li > a:visited {
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    background-color: #fff;
    color: rgb(255,102,153);
    font-size: 1.35rem;
    padding: 5px;
    text-align: center;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
}
footer > .copyright {
    padding: 10px 0;
    font-size: 1.1rem;
}

/* MAIN */
main {
    min-height: calc(100% - 96px);
}

/************
 * SECTIONS *
 ***********/
section#main {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 67% 99%, 50% 100%, 33% 99%, 0 95%);
    padding-top: 5%;
    padding-bottom: 5%;
}
section#main h1 {
    font-size: 2.2rem;
    margin-bottom: 30px;
}
section#main h2 {
    font-size: 4rem;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
}
section#main .spin-trans-container {
    position: relative;
}
section#main .spin-trans-container > img.spin-trans {
    position: absolute;
    z-index: 0;
    height: 100%;
    left: 50%;
    margin-left: -25%;
    top: 50%;
    margin-top: -25%;
}

section#platform {
    padding: 50px 0;
}
section#platform h2 {
    text-transform: uppercase;
    margin-bottom: 50px;
}
section#platform h2 > span.p1 {
    display: block;
    font-size: 1.5rem;
    color: #808080;
    font-weight: 500;
}
section#platform h2 > span.p2 {
    display: block;
    font-size: 2.8rem;
    color: #808080;
}
section#platform h2 > span.p3 {
    display: block;
    font-size: 4rem;
    color: #1a1a1a;
    text-align: right;
}

section#templates {
    background-color: #f8f8f8;
    clip-path: polygon(0 88%, 100% 100%, 100% 5%, 67% 1%, 50% 0, 33% 1%, 0 5%);
    padding-top: 5%;
    padding-bottom: 12%;
} 
section#templates h2 {
    text-transform: uppercase;
    margin-bottom: 50px;
}
section#templates h2 > span.p1 {
    display: block;
    font-size: 1.5rem;
    color: #1a1a1a;
    font-weight: 500;
}
section#templates h2 > span.p2 {
    display: block;
    font-size: 2.8rem;
    color: #1a1a1a;
}
section#templates p.enfasis {
    font-size: 1.5rem;
}

section#pricing {
    padding: 150px 0;
}


/**************
 * ANIMATIONS *
 *************/
@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
.rotating {
    -webkit-animation: rotating 360s linear infinite;
    -moz-animation: rotating 360s linear infinite;
    -ms-animation: rotating 360s linear infinite;
    -o-animation: rotating 360s linear infinite;
    animation: rotating 360s linear infinite;
}

/*SIGN UP*/

.text-center{
    text-align:center;
}

.img-modal{
    width:40%;
    display:block;
    margin:auto;
}
.modal-header{
	border-bottom: 0px;
}

.a-color{
    color:#ff5aa5;
}

.a-color:hover{
    color:#f9368f;
    text-decoration: none;
}


.form-custom{ 
    border-radius:1.25rem;
    background-color: #eaeaea;
}

/*Side Bar Panel*/
.sidenav {
  height: 100%; /* Full-height: remove this if you want "auto" height */
  width: 230px; /* Set the width of the sidebar */
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 1; /* Stay on top */
  left: 0;
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 0px;
  margin-bottom: 96px;
}
.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
  margin-left: 10%;
  border-radius: 25px;
  transition: ease-in-out .3s all;
  background: transparent;
}
.sidenav a:active,
.sidenav a.active,
.sidenav a:hover {
    background: linear-gradient(to right, #fc629d , #4201ce);
    width: 80%;
    color:white;
}
.sidenav .image-circle{
    color: #595959;
    font-size: 70px;
    text-align:center;
}
.main-panel {
    margin-left:230px;
    background-color:#f8f8f8;
}


.div-title{
    background-image: linear-gradient(to right, #fc629d , #ff31cf);
    padding:10px;
    color: white;
    border-radius: 15px 15px 0px 0px;
}
.br-15 {
    border-radius: 15px;
}

/********
 * SITE *
 ********/
.site {
    border-bottom: 1px solid #d0d0d0;
}
.site:last-child {
    border-bottom: none;
}
.site .img-site{
    width:80%;
    margin:20px;
}
.site .col-info {
    padding:25px;
}

.site .actions {
    text-decoration: none;
    color: black;
    font-size:13px;
    transition: ease-in-out .3s all;
}
.site .actions:hover {
    text-decoration: none;
    color: gray;
    font-size: 13px;
}
/********
 * SITE *
 ********/
 
/******************
 * PAYMENT METHOD *
 ******************/
.paymentmethod {
    
}
.paymentmethod .credit-card {
    margin: 10px auto;
    padding: 20px;
    border-radius: 15px;
    width: 300px;
}
.paymentmethod .credit-card .brand {
    
}
.paymentmethod .credit-card .holder {
    margin-bottom: 0;
}
.paymentmethod .credit-card .number {
    font-size: 1.8rem;
    margin-bottom: 0;
}
.paymentmethod .credit-card .extra {
    
}
.paymentmethod .credit-card .extra > small {
    font-size: .4rem;
    width: 50px;
    word-break: break-word;
    display: inline-block;
    vertical-align: middle;
}

/* RESPONSIVE */
@media only screen and (max-width: 768px) {
    /* HIDDENS */
    .hidden-xs {
        display: none;
    }
    
    /* PLAN CARD */
    .plan-card {
        
    }
    .plan-card > .content {
        width: 100%;
    }
    .plan-card > .content {
        width: 100%;
    }
    .plan-card > .btn {
        position: relative;
        left: 0;
        bottom: 0;
        margin: auto;
        display: inline-block;
    }
    .plan-card > img {
        display: none;
    }
    /* PLAN CARD */
    
    /* SECTION */
    section {
        clip-path: none !important;
    }
    /* SECTION */
    
    /* SECTION MAIN */
    section#main .col-sm-7 {
        text-align: center;
    }
    /* SECTION MAIN */
    
    /* SECTION PLATFORM */
    section#platform h2 > span.p1 {
        display: block;
        font-size: 1.1rem;
        color: #808080;
        font-weight: 500;
    }
    section#platform h2 > span.p2 {
        display: block;
        font-size: 1.8rem;
        color: #808080;
    }
    section#platform h2 > span.p3 {
        display: block;
        font-size: 2.5rem;
        color: #1a1a1a;
        text-align: right;
    }
    /* SECTION PLATFORM */
    
    /* SECTION TEMPLATES */
    section#templates h2 > span.p1 {
        display: block;
        font-size: 1.2rem;
        color: #1a1a1a;
        font-weight: 500;
    }
    section#templates h2 > span.p2 {
        display: block;
        font-size: 1.8rem;
        color: #1a1a1a;
    }
    /* SECTION TEMPLATES */
    
    /* SECTION PRICING */
    section#pricing {
        padding: 50px 0;
    }
    /* SECTION PRICING */
    
    /*SIGN UP*/
    .form-custom {
        margin-top: 10px;
    }
}

/* RESPONSIVE */
@media only screen and (max-width: 992px) {
    .main-panel {
        margin-left: 0px;
    }
}