/* ------------------------------------------------------------------------------

  Template Name: Ramsay
  Description: Ramsay - Creative Personal Onepage HTML Template
  Author: Paul_tf
  Author URI: http://themeforest.net/user/paul_tf
  Version: 1.0
  
  1.  Global

      1.1 General
      1.2 Typography
      1.3 Fields
      1.4 Buttons
      1.5 Icons
      1.6 Loader
      1.7 Helpers

  2.  Navbar 

      2.1 Navbar elements
      2.2 Sidebar Menu
      
  3.  Homepage

      3.1 Sections
      3.2 Section Specialization
      3.3 Section Resume
      3.4 Section About
      3.5 Section Projects
      3.6 Section Partners
      3.7 Section Testimonials

  4. Project Detail

  5. Responsive styles

      5.1 Min width 576px
      5.2 Min width 768px
      5.3 Min width 992px
      5.4 Min height 500px
      5.5 Min height 600px
      5.6 Min height 700px



/*-------------------------------------------------------------------------------
 1. Global
-------------------------------------------------------------------------------*/


/* 1.1 General */

@import url('bootstrap.min.css');
@import url('bootstrap-grid.min.css');
@import url('animate.css');
@import url('ionicons.min.css');
@import url('linearicons.css');
@import url('animsition.css');
@import url('magnific-popup.css');
@import url('jquery.pagepiling.css');
@import url('owl.carousel.css');
html {
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.025em;
    line-height: 1.5428;
    color: #4C4C4C;
    background: #fff;
    -webkit-overflow-scrolling: touch;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #8C3499;
}

::selection {
    background-color: #8C3499;
    color: #fff;
}

-webkit-::selection {
    background-color: #8C3499;
    color: #fff;
}

::-moz-selection {
    background-color: #8C3499;
    color: #fff;
}


/* 1.2 Typography */

h1,
.h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 3.428rem;
    line-height: 1.2;
    font-weight: 600;
    color: #4C4C4C;
    letter-spacing: -0.025em;
    margin: 0.5em 0;
}

h2,
.h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 3.371rem;
    line-height: 1.166;
    color: #4C4C4C;
    letter-spacing: 0;
    margin: 2.6rem 0;
}

h3,
.h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 2.142rem;
    line-height: 1.2;
    letter-spacing: -0.05em;
    color: #4C4C4C;
    margin: 2.6rem 0;
}

h4,
.h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.714rem;
    line-height: 1.25;
    letter-spacing: 0.025em;
    color: #4C4C4C;
    margin: 2.6rem 0;
}

h5,
.h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.571rem;
    line-height: 1.1;
    letter-spacing: 0;
    color: #4C4C4C;
    margin: 2.6rem 0;
}

h6,
.h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.285rem;
    line-height: 1.3333;
    letter-spacing: 0;
    color: #4C4C4C;
    margin: 2.6rem 0;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
    color: inherit;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover {
    text-decoration: none;
}

strong {
    font-weight: 600;
}

p,
blockquote {
    margin-bottom: 1.6rem;
}

blockquote {
    font-size: 1.714rem;
    letter-spacing: 0.025em;
    line-height: 1.5;
    padding: 0;
    width: 80%;
    padding-left: 6.8rem;
    border-left: 0.3rem solid #8C3499;
    margin-top: 5rem;
    color: #fff;
}

cite {
    display: block;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0;
    font-style: normal;
}

a {
    color: #8C3499;
    -webkit-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out;
}

a:hover {
    color: #8C3499;
    outline: none;
}

a:focus {
    text-decoration: none;
}


/* 1.3 Fields */

input[type='text'],
input[type='address'],
input[type='url'],
input[type='password'],
input[type='email'],
input[type="search"],
input[type="tel"],
textarea {
    display: inline-block;
    width: 100%;
    font-size: 1rem;
    border-radius: 0.75em;
    color: #fff;
    background-color: #2f2f2f;
    border: 0;
    border-radius: 0;
    padding: 0.7rem 1rem 0.7rem;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
    -webkit-appearance: none;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
}

textarea {
    padding-top: 0.8rem;
    height: 15rem;
    resize: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

input[type='text']:focus,
input[type='address']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='email']:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
textarea:focus {
    border-color: #8C3499;
    outline: 0;
    color: #fff;
}

input::-moz-placeholder {
    color: #999999;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #999;
}

input::-webkit-input-placeholder {
    color: #999;
}

textarea::-moz-placeholder {
    color: #999;
    opacity: 1;
}

textarea:-ms-input-placeholder {
    color: #999;
}

textarea::-webkit-input-placeholder {
    color: #999;
}

.form-group {
    margin-bottom: 30px;
}

label.error {
    color: #fff;
    margin: 0.8rem 0 0;
}


/* 1.4 Buttons */

.btn {
    color: #fff;
    letter-spacing: 0.025em;
    font-size: 1rem;
    display: inline-block;
    border: 0;
    border-radius: 0;
    padding: 1.1em 2.28em 1em;
    background-color: #8C3499;
    text-decoration: none;
    -webkit-transition: all .3s ease-out!important;
    transition: all .3s ease-out!important;
}

.btn:hover,
.btn:focus {
    background-color: #f5468b;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none!important;
}


/* 1.5 Icons */

.icon {
    display: inline-block;
}

.ion-ios-play {
    position: relative;
    width: 5rem;
    height: 5rem;
    padding-left: 0.2rem;
    line-height: 5rem;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 1.5rem;
    margin-right: 1.5rem;
    margin-top: 4rem;
    color: #fff;
    transition: all .3s ease-out;
}

.ion-ios-play:hover {
    color: #8C3499;
    border: 1px solid #8C3499;
}

.ion-ios-play:after {
    content: '';
    position: absolute;
    right: 100%;
    top: 50%;
    height: 1px;
    width: 99999rem;
    background: #fff;
    margin-right: 2rem;
}


/* 1.6 Preloader */

.animsition {
    position: absolute;
    z-index: 1000;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
}

.loader {
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1b1b1b;
    color: #4b4b4b;
    text-align: center;
}

.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #8C3499;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}


/* 1.7 Helpers */

.text-muted {
    color: #999!important;
}

.text-white {
    color: #4C4C4C;
}

.text-primary {
    color: #8C3499!important;
}

.masked {
    position: relative;
}

.masked:before,
.masked-03:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.1;
}

.masked-03:before {
    opacity: 0.3;
}


/*-------------------------------------------------------------------------------
  2. Navbar
-------------------------------------------------------------------------------*/

.navbar {
    position: absolute;
    display: block;
    z-index: 101;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    color: #fff;
    margin: 0;
    border-radius: 0;
}

.navbar-bg {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    width: 100%;
    height: 0;
    background: #272727;
    z-index: -1;
    box-shadow: none;
    -webkit-transition: all 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -o-transition: all 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}

.navbar-fixed {
    position: fixed;
}

.navbar-fixed .navbar-bg {
    height: 100%;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
}

.navbar .brand {
    float: left;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}


/* 2.1 Navbar elements */

.brand {
    line-height: 1.6;
    color: #fff;
    display: inline-block;
}

a.brand:hover,
a.brand:focus {
    text-decoration: none;
    color: #fff;
}

.brand img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.65rem;
}

.brand-info {
    display: inline-block;
    vertical-align: middle;
}

.brand-name {
    font-weight: 600;
    font-size: 1.714rem;
    line-height: 1;
}

.brand-text {
    font-size: 0.857rem;
    font-weight: 300;
    margin-top: -0.3rem;
}

.navbar-toggle {
    float: right;
    display: block;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: none;
    border: 0;
    margin-top: 0.8rem;
}

.navbar-toggle:focus {
    outline: none;
}

.navbar-toggle .icon-bar {
    background-color: #4C4C4C;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

.navbar-toggle:hover .icon-bar {
    background-color: #8C3499;
}

.navbar .social-list {
    float: right;
    margin-right: 10%;
}

.social-list {
    overflow: hidden;
}

.social-list-bottom {
    display: block;
    position: absolute;
    z-index: 10;
    right: 0px;
    bottom: 30px;
    color: #000;
}

.social-list a {
    float: left;
    font-size: 2.0rem;
    line-height: 1;
    color: #3c3c3c;
    margin-left: 1rem;
}

.social-list a:first-child {
    margin-left: 0;
}

.social-list a:hover {
    color: #8C3499;
    text-decoration: none;
}

.navbar-spacer {
    float: right;
    margin: -1rem 4.5rem 0;
    width: 1px;
    height: 3.3rem;
    background-color: #3c3c3c;
}

.navbar-address {
    float: right;
    font-weight: 600;
    text-transform: uppercase;
}

.contacts {
    float: left;
    margin-left: 9rem;
    margin-top: 0.5rem;
}

.contacts .contact-item {
    display: inline-block;
    color: #fff;
    margin-right: 2rem;
}

.contacts .contact-item a {
    color: #fff;
}

.contacts .contact-item.spacer {
    opacity: 0.3;
}

.contact-address {
    margin-top: 5rem;
}

#success,
#error {
    display: none;
}

.form-group-message {
    display: none;
}


/* 2.2 Sidebar menu */

.click-capture {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 99;
    opacity: 0;
    background: rgba(0, 0, 0, .3);
    transition: opacity .5s;
}

.menu {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 102;
    background-color: #1b1b1b;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.close-menu {
    position: absolute;
    z-index: 2;
    top: 2.3rem;
    font-size: 1.6rem;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    margin-top: 0.8rem;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.close-menu:hover {
    color: #8C3499;
}

.menu-list {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 5rem;
    bottom: 10.5rem;
    padding-left: 15%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    font-weight: 600;
    letter-spacing: -0.025rem;
    list-style: none;
    margin: 0;
    -webkit-transform: translateY(3rem);
    -ms-transform: translateY(3rem);
    -o-transform: translateY(3rem);
    transform: translateY(3rem);
    -webkit-transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease;
    -o-transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease;
    transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease;
}

.menu-list li a {
    color: #636363;
}

.menu-list .active>a,
.menu-list li a:hover {
    text-decoration: none;
    color: #fff;
}

.menu-list .active>a,
.menu-list .diauno a:hover {
    text-decoration: none;
    color: #007EFF !important;
}

.menu-list .active>a,
.menu-list .diados a:hover {
    text-decoration: none;
    color: #473EF7 !important;
}

.menu-list .active>a,
.menu-list .diatres a:hover {
    text-decoration: none;
    color: #F55152 !important;
}

.menu-list .active>a,
.menu-list .diacuatro a:hover {
    text-decoration: none;
    color: #009999 !important;
}

.menu-list .active>a,
.menu-list .diacinco a:hover {
    text-decoration: none;
    color: #8B19BF !important;
}

.menu-list .active>a,
.menu-list .diaseis a:hover {
    text-decoration: none;
    color: #DDA62C !important;
}

.menu-list .active>a,
.menu-list .diasiete a:hover {
    text-decoration: none;
    color: #D111AD !important;
}

.menu-list .active>a,
.menu-list .diaocho a:hover {
    text-decoration: none;
    color: #009999 !important;
}

.menu-list>li {
    font-size: 1.65rem;
    line-height: 1;
}

.menu-list>li {
    margin-top: 1.5rem;
}

.menu-list>li:first-child {
    margin-top: 0;
}

.menu-list ul {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-list ul li {
    font-size: 1.142rem;
    margin-top: 1.142rem;
}

.menu-list ul li:first-child {
    margin-top: 2.4rem;
}

.menu-footer {
    position: absolute;
    left: 15%;
    bottom: 4rem;
}

.menu-footer .social-list {
    opacity: 0;
    -webkit-transform: translateY(3rem);
    -ms-transform: translateY(3rem);
    -o-transform: translateY(3rem);
    transform: translateY(3rem);
    -webkit-transition: all 0.5s 0.7s ease;
    -o-transition: all 0.5s 0.7s ease;
    transition: all 0.5s 0.7s ease;
}

.menu-footer .social-list a {
    color: #7e7e7e;
    margin: 0;
    margin-right: 1.5rem;
}

.menu-footer .social-list a:last-child {
    margin-right: 0;
}

.menu-footer .social-list a:hover {
    color: #8C3499;
}

.menu-footer .copy {
    opacity: 0;
    display: none;
    margin-top: 3.2rem;
    color: #fff;
    line-height: 1.71rem;
    -webkit-transform: translateY(2rem);
    -ms-transform: translateY(2rem);
    -o-transform: translateY(2rem);
    transform: translateY(2rem);
    -webkit-transition: all 0.5s 0.9s ease;
    -o-transition: all 0.5s 0.9s ease;
    transition: all 0.5s 0.9s ease;
}

.menu-is-opened .click-capture {
    visibility: visible;
    opacity: 1;
}

.menu-is-opened .menu {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
}

.menu-is-opened .menu .menu-lang,
.menu-is-opened .menu-list,
.menu-is-opened .menu .menu-footer .social-list,
.menu-is-opened .menu .menu-footer .copy {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    opacity: 1;
}

.menu-is-closed .menu .menu-lang,
.menu-is-closed .menu .menu-list,
.menu-is-closed .menu .menu-footer .social-list,
.menu-is-closed .menu .menu-footer .copy {
    opacity: 0;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}


/*-------------------------------------------------------------------------------
  3. Homepage
-------------------------------------------------------------------------------*/

.boxed {
    padding-left: 1.7rem;
    padding-right: 1.7rem;
}

.left-boxed {
    left: 1.7rem;
}

.right-boxed {
    right: 1.7rem!important;
}

.copy-bottom {
    display: block;
    position: absolute;
    z-index: 10;
    right: 0px;
    bottom: 10px;
    color: #000;
}

.copy-bottom.white {
    color: #00ADA4;
}

#pp-nav {
    z-index: 100;
    width: 2.1428rem;
    margin-top: 0!important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#pp-nav.right {
    right: 0;
}

#pp-nav .pp-nav-up,
#pp-nav .pp-nav-down {
    display: none;
    font-size: 1.3428rem;
    cursor: pointer;
    color: #000;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#pp-nav .pp-nav-up {
    margin-bottom: 3.5rem;
}

#pp-nav .pp-nav-down {
    margin-top: 3.5rem;
}

#pp-nav li,
.pp-slidesNav li {
    margin: 1.928rem auto;
    width: 10px;
    height: 10px;
}

#pp-nav span,
.pp-slidesNav span {
    left: 0;
    top: 0;
    cursor: pointer;
    width: 11px;
    height: 11px;
    background: #000;
    border: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#pp-nav .pp-nav-up:hover,
#pp-nav .pp-nav-down:hover,
#pp-nav.white .pp-nav-up:hover,
#pp-nav.white .pp-nav-down:hover {
    color: #8C3499;
}

#pp-nav.white .pp-nav-up,
#pp-nav.white .pp-nav-down {
    color: #fff;
}

#pp-nav.white span,
.pp-slidesNav span {
    background: #4C4C4C;
}

#pp-nav li .active span,
.pp-slidesNav .active span,
#pp-nav span:hover,
.pp-slidesNav span:hover {
    opacity: 1;
}

#pp-nav li .active span,
.pp-slidesNav .active span {
    opacity: 1;
    background: #8C3499;
    transform: scale(1.6);
}

#pp-nav li :hover {
    transform: scale(1.5) !important;
}


/* 3.1 Sections */

.pagepiling .section {
    background: #1b1b1b;
    padding-top: 10.3rem;
    padding-bottom: 6rem;
}

.pagepiling .pp-scrollable {
    padding: 0;
    overflow-x: hidden;
}


/* 
.pp-scrollable .vertical-centred {
    padding-top: 10.3rem;
    padding-bottom: 6rem;
} */

.pp-scrollable .vertical-centred.v2 {
    padding-top: 6rem;
    padding-bottom: 9rem;
}

.scroll-wrap {
    position: relative;
    min-height: 100%;
}

.scrollable-content {
    white-space: nowrap;
    width: 100%;
    font-size: 0;
}

.scrollable-content:before {
    content: '';
    display: inline-block;
    height: 100vh;
    vertical-align: middle;
}

.vertical-centred {
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    font-size: 1.1rem;
}

.boxed-inner {
    position: relative;
    padding: 0;
}

.section-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.vertical-title {
    position: absolute;
    text-align: center;
    font-weight: 600;
    opacity: 0.25;
    font-size: 6rem;
    top: 50%;
    right: 10rem;
    transform: translateY(-50%);
}

.vertical-title span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    opacity: 0;
    overflow: hidden;
    transition: all 0.5s 0.6s;
    white-space: nowrap;
    letter-spacing: 2.5rem;
}

.section.active .vertical-title span {
    letter-spacing: 0;
    opacity: 1;
}


/*.section .intro{
  opacity: 0;
  transform:scale(1.05);
  -webkit-transition: all 0.35s 0.6s ease;
  -o-transition:all 0.35s 0.6s ease;
  transition: all 0.35s 0.6s ease;
}

.section.active .intro{
  opacity: 1;
  transform: scale(1) translate(0);
}*/

.fadeY {
    opacity: 0;
    transition: all 0.5s 1.5s ease;
    -webkit-transform: translateY(-2rem);
    -ms-transform: translateX(-2rem);
    -o-transform: translateY(-2rem);
    transform: translateY(-2rem);
}

.fadeY-1 {
    transition: all 1s 0.5s;
}

.fadeY-2 {
    transition: all 1s 1s;
}

.fadeY-3 {
    transition: all 1s 1.5s;
}

.section.active .fadeY {
    opacity: 1;
    transform: translate(0);
}

.section .intro .project-title {
    opacity: 0;
    transition: all 0.5s;
    transform: translateY(2rem);
    transition-delay: 0.2s;
}

.section .intro .project-row:nth-child(2) .project-title {
    transition-delay: 0.4s;
}

.section .intro .project-row:nth-child(3) .project-title {
    transition-delay: 0.6s;
}

.section .intro .project-row:nth-child(4) .project-title {
    transition-delay: 0.8s;
}

.section.active .intro .project-title {
    transform: none;
    opacity: 1;
    transform: translateY(0);
}

.subtitle-top {
    line-height: 1.714;
    margin-top: 0;
    margin-bottom: 2.8rem;
    letter-spacing: 0.1em;
}

.title {
    letter-spacing: -0.025em;
    line-height: 1.0;
    margin: 0 0 3rem;
    font-weight: 700;
}

.display-1 {
    font-size: 4.28rem;
    line-height: 1;
    letter-spacing: -0.05em;
    margin: 0;
}

.display-2 {
    font-size: 6.54rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.05em;
    margin: 0;
}

.popup-youtube {
    display: inline-block;
    color: #fff;
    font-size: 1.26rem;
}

.popup-youtube:hover {
    text-decoration: none;
}


/* 3.2 Section Specialization */

.icon-specialization {
    font-size: 5rem;
    color: #8C3499;
}

.row-specialization {
    margin: 0 -2rem;
}

.col-specialization {
    padding: 0 2rem;
}


/* 3.3 Section Resume */

.resume-title {
    position: relative;
    color: #fff;
    margin: 0 0 2rem;
}

.resume-header {
    position: relative;
    z-index: 2;
    top: 5rem;
    padding: 0 3.6rem;
    transition: all 0.5s;
}

.resume-row {
    position: relative;
    padding-bottom: 2.2rem;
    margin-bottom: 2.2rem;
    border-bottom: 1px solid #fff;
    transition: all 0.5s;
}

.resume-row:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0;
}

.col-resume {
    position: relative;
    top: 0;
    padding: 2.2rem 3.6rem 3.6rem;
    background: rgba(255, 255, 255, 0.1);
    transition: background 0.5s, top 0.5s;
}

.col-resume:hover {
    background: #8C3499;
}

.resume-type {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    font-weight: 500;
    position: relative;
    font-size: 1.125rem;
    margin-bottom: 1.2rem;
    transition: all 0.5s;
}

.resume-study {
    margin-bottom: 1rem;
}

.resume-date {
    font-size: 0.9rem;
    margin-bottom: 2rem;
}

.resume-text {
    margin-top: 1.2rem;
    margin-bottom: 0;
}

.resume-text.last {
    margin-bottom: 0;
}


/* 3.4 Section About */

.experience-box {
    display: inline-block;
    font-weight: 300;
    position: relative;
    white-space: nowrap;
    padding: 3.75rem;
    border: 1px solid #fff;
}

.experience-border {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    width: 20.15rem;
    height: 41.15rem;
    border: 0.657rem solid #ffeb00;
    left: 5rem;
    top: -2rem;
}

.experience-content {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.experience-number {
    font-family: 'Montserrat', sans-serif;
    font-size: 23.142rem;
    line-height: 1;
    font-weight: 400;
    color: #fff;
}

.experience-info {
    position: relative;
    font-size: 1.25rem;
    line-height: 1.481;
    color: #fff;
    text-align: right;
}

@media (min-width: 576px) {
    .experience-info {
        margin-top: -1px;
    }
}

.experience-info div {
    display: inline-block;
    position: relative;
}

.experience-info div:after {
    position: absolute;
    right: 100%;
    content: '';
    width: 5rem;
    bottom: 0.8rem;
    height: 1px;
    background: #fff;
}

.progress-bars {
    margin-top: 3rem;
}

.progress {
    height: 2.9rem;
    margin-bottom: 2rem;
    border-radius: 0;
    background: #222222;
}

.progress:last-child {
    margin-bottom: 0;
}

.progress-bar-wrp {
    width: 0;
    overflow: hidden;
    transition: all 0.5s;
    height: 100%;
}

.progress:nth-child(2) .progress-bar-wrp {
    transition-delay: 0.2s;
}

.progress:nth-child(4) .progress-bar-wrp {
    transition-delay: 0.5s;
}

.progress:nth-child(6) .progress-bar-wrp {
    transition-delay: 0.8s;
}

.section.active .progress-bar-wrp,
.pp-easing .progress-bar-wrp {
    width: 100%;
}

.progress-bar {
    background-color: #8C3499;
    height: 100%;
}

.progress-bars .number {
    color: #fff;
    margin-bottom: 1rem;
}


/* 3.5 Section Projects*/

.bg-changer {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bg-changer .section-bg {
    opacity: 0;
    will-change: opacity, transform;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.5s 0.2s ease, transform 5s 0.2s ease;
    -o-transition: opacity 0.5s 0.2s ease, transform 5s 0.2s ease;
    transition: opacity 0.5s 0.2s ease, transform 5s 0.2s ease;
}

.section-bg.mask:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    transition: all 0.5s;
}

.section-bg.mask.hide:after {
    opacity: 0;
}

.bg-changer .active {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.bg-changer .section-bg:first-child {
    opacity: 1;
}

.project-row {
    position: relative;
    margin-bottom: 3rem;
}

.view-all-projects,
.project-row,
.project-detail-row {
    padding-left: 3rem;
}

.project-row:last-child {
    margin-bottom: 0;
}

.project-number {
    position: absolute;
    left: 0;
    top: 1rem;
    font-size: 1.25rem;
}

.project-row a,
.project-detail-row a {
    display: block;
    text-decoration: none;
    color: #fff;
    transition: opacity 0.3s;
}

.project-row a {
    opacity: 0.5;
}

.project-detail-row {
    position: relative;
}

.project-row a:after,
.project-row a.active:after,
.project-detail-row a:after {
    content: '';
    opacity: 0;
    position: absolute;
    top: 2.2rem;
    margin-left: -4rem;
    height: 1px;
    background: #fff;
    width: 100000px;
    transition: opacity 0.3s;
}

.project-detail-row a:after {
    top: 5.5vmin;
}

.project-row a:hover:after,
.project-row a.active:after,
.project-detail-row a:hover:after {
    opacity: 1;
}

.project-row a.active {
    opacity: 1;
}

.project-title {
    font-size: 3.68rem;
    font-weight: 400;
    margin: 0;
}

.project-detail-row .project-title {
    font-size: 9vmin;
}

.project-category {
    font-size: 1rem;
}

.view-all {
    position: relative;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.26rem;
    margin-top: 2.3rem;
}

.view-all a {
    color: #00ADA4;
    position: relative;
}

.view-all a:before {
    content: '';
    position: absolute;
    right: 100%;
    top: 50%;
    background: #00ADA4;
    height: 1px;
    width: 1000000px;
    margin-right: 2rem;
}

.view-all a:hover {
    color: #8C3499;
    text-decoration: none;
}

@media (min-width: 768px) {
    .view-all-projects,
    .project-row,
    .project-detail-row {
        padding-left: 20%;
    }
    .project-title {
        font-size: 4.68rem;
    }
    .project-row a:after,
    .project-row a.active:after,
    .project-detail-row {
        top: 3rem;
    }
    .project-number {
        top: 1.7rem;
    }
    .project-detail-row .project-number {
        top: 3vmin;
    }
}


/* 3.6 Section Partners */

.row-partners {
    margin: 0 -5rem 0;
}

.col-partner {
    padding: 0 5rem;
    margin-top: 5rem;
    text-align: center;
    transition: all 0.7s;
    opacity: 0;
}

.section.active .col-partner {
    opacity: 1;
}

.section.active .col-partner:nth-child(1) {
    transition-delay: 0.3s;
}

.section.active .col-partner:nth-child(2) {
    transition-delay: 0.4s;
}

.section.active .col-partner:nth-child(3) {
    transition-delay: 0.5s;
}

.section.active .col-partner:nth-child(4) {
    transition-delay: 0.6s;
}

.section.active .col-partner:nth-child(5) {
    transition-delay: 0.7s;
}

.section.active .col-partner:nth-child(6) {
    transition-delay: 0.8s;
}

.section.active .col-partner:nth-child(7) {
    transition-delay: 0.9s;
}

.section.active .col-partner:nth-child(8) {
    transition-delay: 1s;
}

.section.active .col-partner:nth-child(9) {
    transition-delay: 1.1s;
}

.section.active .col-partner:nth-child(10) {
    transition-delay: 1.2s;
}

.section.active .col-partner:nth-child(11) {
    transition-delay: 1.3s;
}

.section.active .col-partner:nth-child(12) {
    transition-delay: 1.4s;
}

.col-partner img {
    margin: 0 auto;
    max-width: 100%;
    opacity: 0.4;
}

.col-partner:hover img {
    opacity: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


/* 3.7 Section Testimonials */

.bg-quote {
    position: absolute;
    right: 12%;
    top: 20%;
}

.bg-quote:before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 138px;
    height: 276px;
    background: url(../images/bg/quote.png) no-repeat;
}

.bg-quote:after {
    position: absolute;
    content: '';
    right: 138px;
    width: 138px;
    height: 276px;
    margin-right: 5.75rem;
    background: url(../images/bg/quote.png) no-repeat;
}

.review-row {
    position: relative;
    padding-top: 3rem;
    padding-bottom: 5rem;
}

.review-row:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100000px;
    height: 1px;
    background: #fff;
}

.review-carousel .text {
    font-weight: 300;
    font-size: 1.275rem;
    line-height: 1.675;
    margin: 0;
}

.review-carousel .text p {
    margin: 0;
}

.author-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.125rem;
    text-transform: uppercase;
    line-height: 1.333;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.review-carousel .owl-nav {
    position: relative;
    top: 0;
    margin-top: 7.7vh;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.review-carousel .owl-prev,
.review-carousel .owl-next {
    font-size: 1.2857rem;
    width: 3.57rem;
    height: 3.57rem;
    line-height: 3.57rem;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    margin-right: 0.857rem;
}

.review-carousel .owl-prev:before {
    font-family: 'Linearicons';
    content: "\e93b";
}

.review-carousel .owl-next:before {
    font-family: 'Linearicons';
    content: "\e93c";
}

.review-carousel .owl-prev:hover,
.review-carousel .owl-next:hover {
    background: #fff;
    color: #000;
}

.review-carousel .owl-prev.disabled,
.review-carousel .owl-next.disabled {
    cursor: default;
}

.review-carousel .owl-prev.disabled:hover,
.review-carousel .owl-next.disabled:hover {
    background: none;
    color: #fff;
}

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

.owl-dot {
    display: inline-block;
}

.owl-dot span {
    display: block;
    width: 8px;
    height: 8px;
    background: #fff;
    position: relative;
    margin: 0 10px;
    border-radius: 50%;
}

.owl-dot.active span {
    background: #8C3499;
    transform: scale(1.4);
}


/* ------------------------------------------------------------------------------- */


/*  4. Project Detail
/* ------------------------------------------------------------------------------- */

.content {
    padding-top: 17rem;
}

.row-project {
    margin-bottom: 10rem;
}

.image-holder {
    display: block;
    margin: 12rem auto 7rem;
    max-width: 100%;
}

.social-list-detail {
    margin-top: 10rem;
}

.social-list-detail a {
    font-size: 2rem;
    color: #999;
}

.social-list-detail a:hover {
    color: #fff;
}

.col-project-name h1 {
    margin-top: 0;
}

.col-project-info p {
    margin-bottom: 0;
}

.col-project-info h5 {
    margin-top: 0;
    margin-bottom: 1.2rem;
}

.project-detail-text {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 5rem;
}


/* ------------------------------------------------------------------------------- */


/*  5. Responsive styles
/* ------------------------------------------------------------------------------- */


/* 5.1 Min width 576px */

@media (min-width: 576px) {
    .menu {
        width: 50%;
    }
}


/* 5.2 Min width 768px */

@media (min-width: 768px) {
    html {
        font-size: 13px;
    }
    /* Sidebar Menu */
    .menu {
        width: 50%;
    }
    /* Homepage */
    .boxed {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .boxed-inner {
        padding-left: 0;
    }
    .right-boxed {
        right: 3rem!important;
    }
    .left-boxed {
        left: 3rem;
    }
    /* Section About */
    .section-about {
        padding-top: 12rem;
    }
    .owl-dots {
        text-align: left;
        padding-left: calc(41% + 15px);
    }
}


/* 5.3 Min width 992px */

@media (min-width: 992px) {
    html {
        font-size: 14px;
    }
    .navbar {
        padding: 2.7rem 0;
        /* padding-bottom: 0rem !important; */
    }
    /* Sidebar Menu */
    .menu {
        width: 25%;
        max-width: 25rem;
    }
    /* Homepage */
    .boxed {
        padding-left: 4.2857rem;
        padding-right: 4.2857rem;
    }
    .right-boxed {
        right: 4rem!important;
    }
    .left-boxed {
        left: 4.2857rem;
    }
}


/* 5.4 Min Height 500px */

@media (min-height: 500px) {
    #pp-nav .pp-nav-up,
    #pp-nav .pp-nav-down {
        display: block;
    }
}


/* 5.5 Min Height 600px */

@media (min-height: 600px) {
    /* Sidebar Menu */
    .menu .menu-lang {
        top: 7rem;
    }
    .menu-list {
        top: 7rem;
        bottom: 15rem;
    }
    .menu-list>li {
        font-size: 1.7rem;
    }
    .menu-footer {
        bottom: 6rem;
    }
    .menu-footer .copy {
        display: block;
    }
}

:root {
    --surface-color: #fff;
    --curve: 40;
}

* {
    box-sizing: border-box;
}

.cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 4rem 5vw;
    padding: 0;
    list-style-type: none;
}

.card {
    position: relative;
    display: block;
    height: 100%;
    border-radius: calc(var(--curve) * 1px);
    overflow: hidden;
    text-decoration: none;
}

.card__image {
    width: 100%;
    height: auto;
}

.card__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    border-radius: calc(var(--curve) * 1px);
    background-color: var(--surface-color);
    transform: translateY(100%);
    transition: .2s ease-in-out;
}

.card:hover .card__overlay {
    transform: translateY(0);
}

.card__header {
    position: relative;
    display: flex;
    align-items: center;
    gap: 2em;
    padding: 2em;
    border-radius: calc(var(--curve) * 1px) 0 0 0;
    background-color: var(--surface-color);
    transform: translateY(-100%);
    transition: .2s ease-in-out;
}

.card__arc {
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 100%;
    right: 0;
    z-index: 1;
}

.card__arc path {
    fill: var(--surface-color);
    d: path("M 40 80 c 22 0 40 -22 40 -40 v 40 Z");
}

.card:hover .card__header {
    transform: translateY(0);
}

.card__thumb {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.card__title {
    font-size: 1em;
    margin: 0 0 .3em;
    color: #6A515E;
}

.card__tagline {
    display: block;
    margin: 1em 0;
    font-family: "MockFlowFont";
    font-size: .8em;
    color: #D7BDCA;
}

.card__status {
    font-size: .8em;
    color: #D7BDCA;
}

.card__description {
    padding: 0 2em 2em;
    margin: 0;
    color: #D7BDCA;
    font-family: "MockFlowFont";
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.empresa {
    font-weight: 900;
    letter-spacing: 0px;
    margin-bottom: 5px;
}


/* 5.6 Min Height 700px */

@media (min-height: 700px) {
    .copy-bottom {
        display: block;
    }
    .social-list-bottom {
        display: block;
    }
}

.cerebro {
    z-index: 100;
    width: 500px;
}

.brand-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 390px) {
    .cerebro {
        width: 180px;
    }
    .thumbnail:hover {
        width: 280px;
    }
    h2 {
        font-size: 2.4rem;
    }
    .vertical-centred {
        font-size: 0.8rem;
        line-height: 1.2rem;
    }
    .brand-logo {
        position: absolute;
        left: 50%;
        top: 40%;
    }
    .pp-scrollable .vertical-centred {
        /* padding-top: 19rem; */
        padding-bottom: 0rem;
    }
    .alz {
        width: 50%;
    }
    #menu_button {
        top: 60px !important;
        right: 20px;
    }
    .home_welcome_button {
        padding: 3px 20px;
        font-size: 11px;
    }
    .btn-extra strong,
    .btn-vivo strong {
        line-height: 30px !important;
        font-size: 15px !important;
    }
    .btn-vivo,
    .btn-extra,
    .blob.red {
        height: min-content !important;
    }
    .btn-extra {
        border-style: none !important;
        left: 20px !important;
    }
    .btn-vivo {
        left: 142px !important;
    }
    .btn-extra,
    .blob.red {
        padding: 0px 10px !important;
        bottom: 40px;
    }
    .scrolldown {
        top: 80% !important;
        left: 80% !important;
    }
    #pp-nav {
        width: 0rem;
    }
    .copy-bottom {
        right: auto;
        left: 0;
        font-size: 10px;
    }
    .social-list-bottom {
        bottom: 10px;
    }
    .social-list-bottom a {
        font-size: 20px;
        margin-left: 15px;
    }
}

@media (min-width: 351px) and (max-width: 767px) {
    .chico {
        max-width: 300px;
    }
    .brand-logo {
        position: absolute;
        left: 50%;
        top: 47%;
        transform: translate(-50%, -50%);
    }
    .gob {
        width: 100%;
    }
    .alz {
        width: 180px;
        margin-top: 15px;
    }
    .navbar {
        padding-top: 0.8rem;
        padding-bottom: 0rem !important;
    }
    .ocultar {
        display: none;
    }
    .cerebro {
        width: 230px;
    }
    #cerebro_extra {
        width: 200px;
    }
    .thumbnail:hover {
        width: 280px !important;
    }
    .pp-scrollable .vertical-centred {
        /* padding-top: 20rem; */
        padding-bottom: 0rem;
    }
    .title {
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    }
    .view-all {
        margin-top: 0.5rem;
    }
    .texto {
        text-align: center;
    }
    .copy-bottom {
        bottom: 0.4rem;
    }
    #pp-nav {
        top: 320px !important;
        right: 20px !important;
    }
    h2 {
        font-size: 2.6rem;
    }
    .btn-extra strong,
    .btn-vivo strong {
        line-height: 20px;
        font-size: 12px;
    }
    .btn-extra,
    .blob.red {
        height: min-content;
        padding: 4px 10px;
        bottom: 40px;
    }
    .scrolldown {
        top: 80% !important;
        left: 80% !important;
    }
    .copy-bottom {
        right: auto;
        left: 0;
        font-size: 10px;
    }
    .social-list-bottom {
        bottom: 10px;
    }
    .social-list-bottom a {
        font-size: 20px;
        margin-left: 15px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .gob {
        width: 100%;
    }
    .navegar {
        margin-left: 80px;
    }
    .title {
        margin-bottom: 10px !important;
        padding-bottom: 10px !important;
    }
    .view-all {
        margin-top: -1.5rem;
    }
    .cerebro {
        width: 350px !important;
    }
}

@media (min-width: 1024px) and (max-width: 1439px) {
    .gob {
        width: 350px;
    }
    .ocultar2 {
        display: none;
    }
    .empresa {
        margin-top: 0px;
    }
    .clic {
        font-size: 10px !important;
    }
    .cerebro {
        width: 400px !important;
    }
}

@media (min-width: 1440px) {
    .gob {
        width: 450px;
    }
    .navegar {
        margin-left: 80px;
    }
    .title {
        margin-bottom: 10px !important;
        padding-bottom: 10px !important;
    }
    .view-all {
        margin-top: -1.5rem;
    }
    .ocultar2 {
        display: none;
    }
    .empresa {
        margin-top: 0px;
    }
}

.thumbnail:hover {
    width: 540px;
}

#video-background {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    opacity: 0.4;
}

@media (min-width: 992px) {
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 30%;
        max-width: 30%;
    }
}

.btn-extra {
    border-radius: 30px;
    border-color: white;
    border-style: solid;
    border-width: 2px;
    background-color: #822A8B;
    position: fixed;
    bottom: 30px;
    left: 40px;
    width: 120px;
    height: 40px;
    z-index: 999;
    animation-name: groundUp;
    animation-duration: .9s;
    text-align: center;
}

.btn-vivo {
    position: fixed;
    bottom: 30px;
    left: 160px;
    width: 100px;
    height: 40px;
    z-index: 999;
    animation-name: groundUp;
    animation-duration: .9s;
    text-align: center;
}

.blob.red {
    background: rgba(255, 82, 82, 1);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 1);
    animation: pulse-red 2s infinite;
    border-radius: 20px;
    height: 40px;
}

@keyframes pulse-red {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
    }
}

.button {
    background-color: #822A8B;
    border: none;
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.w3-modal {
    z-index: 3000;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4)
}

.w3-modal-content {
    margin: auto;
    background-image: url("../fondo.jpx");
    background-size: cover;
    position: relative;
    padding: 0;
    outline: 0;
    width: 600px;
    border-radius: 30px
}

.w3-bar {
    width: 100%;
    overflow: hidden
}

.w3-center .w3-bar {
    display: inline-block;
    width: auto
}

.w3-bar .w3-bar-item {
    padding: 8px 16px;
    float: left;
    width: auto;
    border: none;
    display: block;
    outline: 0
}

.w3-bar .w3-dropdown-hover,
.w3-bar .w3-dropdown-click {
    position: static;
    float: left
}

.w3-bar .w3-button {
    white-space: normal
}

.w3-bar-block .w3-bar-item {
    width: 100%;
    display: block;
    padding: 8px 16px;
    text-align: left;
    border: none;
    white-space: normal;
    float: none;
    outline: 0
}

.w3-bar-block.w3-center .w3-bar-item {
    text-align: center
}

.w3-block {
    display: block;
    width: 100%
}

.w3-responsive {
    display: block;
    overflow-x: auto
}

.w3-container:after,
.w3-container:before,
.w3-panel:after,
.w3-panel:before,
.w3-row:after,
.w3-row:before,
.w3-row-padding:after,
.w3-row-padding:before,
.w3-cell-row:before,
.w3-cell-row:after,
.w3-clear:after,
.w3-clear:before,
.w3-bar:before,
.w3-bar:after {
    content: "";
    display: table;
    clear: both
}

.w3-col,
.w3-half,
.w3-third,
.w3-twothird,
.w3-threequarter,
.w3-quarter {
    float: left;
    width: 100%
}

.w3-col.s1 {
    width: 8.33333%
}

.w3-col.s2 {
    width: 16.66666%
}

.w3-col.s3 {
    width: 24.99999%
}

.w3-col.s4 {
    width: 33.33333%
}

.w3-col.s5 {
    width: 41.66666%
}

.w3-col.s6 {
    width: 49.99999%
}

.w3-col.s7 {
    width: 58.33333%
}

.w3-col.s8 {
    width: 66.66666%
}

.w3-col.s9 {
    width: 74.99999%
}

.w3-col.s10 {
    width: 83.33333%
}

.w3-col.s11 {
    width: 91.66666%
}

.w3-col.s12 {
    width: 99.99999%
}

@media (min-width:601px) {
    .w3-col.m1 {
        width: 8.33333%
    }
    .w3-col.m2 {
        width: 16.66666%
    }
    .w3-col.m3,
    .w3-quarter {
        width: 24.99999%
    }
    .w3-col.m4,
    .w3-third {
        width: 33.33333%
    }
    .w3-col.m5 {
        width: 41.66666%
    }
    .w3-col.m6,
    .w3-half {
        width: 49.99999%
    }
    .w3-col.m7 {
        width: 58.33333%
    }
    .w3-col.m8,
    .w3-twothird {
        width: 66.66666%
    }
    .w3-col.m9,
    .w3-threequarter {
        width: 74.99999%
    }
    .w3-col.m10 {
        width: 83.33333%
    }
    .w3-col.m11 {
        width: 91.66666%
    }
    .w3-col.m12 {
        width: 99.99999%
    }
}

@media (min-width:993px) {
    .w3-col.l1 {
        width: 8.33333%
    }
    .w3-col.l2 {
        width: 16.66666%
    }
    .w3-col.l3 {
        width: 24.99999%
    }
    .w3-col.l4 {
        width: 33.33333%
    }
    .w3-col.l5 {
        width: 41.66666%
    }
    .w3-col.l6 {
        width: 49.99999%
    }
    .w3-col.l7 {
        width: 58.33333%
    }
    .w3-col.l8 {
        width: 66.66666%
    }
    .w3-col.l9 {
        width: 74.99999%
    }
    .w3-col.l10 {
        width: 83.33333%
    }
    .w3-col.l11 {
        width: 91.66666%
    }
    .w3-col.l12 {
        width: 99.99999%
    }
}

.w3-rest {
    overflow: hidden
}

.w3-stretch {
    margin-left: -16px;
    margin-right: -16px
}

.w3-content,
.w3-auto {
    margin-left: auto;
    margin-right: auto
}

.w3-content {
    max-width: 980px
}

.w3-auto {
    max-width: 1140px
}

.w3-cell-row {
    display: table;
    width: 100%
}

.w3-cell {
    display: table-cell
}

.w3-cell-top {
    vertical-align: top
}

.w3-cell-middle {
    vertical-align: middle
}

.w3-cell-bottom {
    vertical-align: bottom
}

.w3-hide {
    display: none!important
}

.w3-show-block,
.w3-show {
    display: block!important
}

.w3-show-inline-block {
    display: inline-block!important
}

@media (max-width:1205px) {
    .w3-auto {
        max-width: 95%
    }
}

@media (max-width:600px) {
    .w3-modal-content {
        margin: 0 10px;
        width: auto!important
    }
    .w3-modal {
        padding-top: 30px
    }
    .w3-dropdown-hover.w3-mobile .w3-dropdown-content,
    .w3-dropdown-click.w3-mobile .w3-dropdown-content {
        position: relative
    }
    .w3-hide-small {
        display: none!important
    }
    .w3-mobile {
        display: block;
        width: 100%!important
    }
    .w3-bar-item.w3-mobile,
    .w3-dropdown-hover.w3-mobile,
    .w3-dropdown-click.w3-mobile {
        text-align: center
    }
    .w3-dropdown-hover.w3-mobile,
    .w3-dropdown-hover.w3-mobile .w3-btn,
    .w3-dropdown-hover.w3-mobile .w3-button,
    .w3-dropdown-click.w3-mobile,
    .w3-dropdown-click.w3-mobile .w3-btn,
    .w3-dropdown-click.w3-mobile .w3-button {
        width: 100%
    }
}

@media (max-width:768px) {
    .w3-modal-content {
        width: 500px
    }
    .w3-modal {
        padding-top: 50px
    }
}

@media (min-width:993px) {
    .w3-modal-content {
        width: 900px
    }
    .w3-hide-large {
        display: none!important
    }
    .w3-sidebar.w3-collapse {
        display: block!important
    }
}

@media (max-width:992px) and (min-width:601px) {
    .w3-hide-medium {
        display: none!important
    }
}

@media (max-width:992px) {
    .w3-sidebar.w3-collapse {
        display: none
    }
    .w3-main {
        margin-left: 0!important;
        margin-right: 0!important
    }
    .w3-auto {
        max-width: 100%
    }
}

.w3-btn,
.w3-button {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    font-size: 30px;
    font-weight: 900;
}

.w3-btn:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.w3-btn,
.w3-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.w3-disabled,
.w3-btn:disabled,
.w3-button:disabled {
    cursor: not-allowed;
    opacity: 0.3
}

.w3-disabled *,
 :disabled * {
    pointer-events: none
}

.w3-btn.w3-disabled:hover,
.w3-btn:disabled:hover {
    box-shadow: none
}

.w3-badge,
.w3-tag {
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center
}

.w3-badge {
    border-radius: 50%
}

.w3-ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.w3-ul li {
    padding: 8px 16px;
    border-bottom: 1px solid #ddd
}

.w3-ul li:last-child {
    border-bottom: none
}

.w3-tooltip,
.w3-display-container {
    position: relative
}

.w3-tooltip .w3-text {
    display: none
}

.w3-tooltip:hover .w3-text {
    display: inline-block
}

.w3-ripple:active {
    opacity: 0.5
}

.w3-ripple {
    transition: opacity 0s
}

.w3-input {
    padding: 8px;
    display: block;
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100%
}

.w3-select {
    padding: 9px 0;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc
}

.w3-dropdown-click,
.w3-dropdown-hover {
    position: relative;
    display: inline-block;
    cursor: pointer
}

.w3-dropdown-hover:hover .w3-dropdown-content {
    display: block
}

.w3-dropdown-hover:first-child,
.w3-dropdown-click:hover {
    background-color: #ccc;
    color: #000
}

.w3-dropdown-hover:hover>.w3-button:first-child,
.w3-dropdown-click:hover>.w3-button:first-child {
    background-color: #ccc;
    color: #000
}

.w3-dropdown-content {
    cursor: auto;
    color: #000;
    background-color: #fff;
    display: none;
    position: absolute;
    min-width: 160px;
    margin: 0;
    padding: 0;
    z-index: 1
}

.w3-check,
.w3-radio {
    width: 24px;
    height: 24px;
    position: relative;
    top: 6px
}

.w3-sidebar {
    height: 100%;
    width: 200px;
    background-color: #fff;
    position: fixed!important;
    z-index: 1;
    overflow: auto
}

.w3-bar-block .w3-dropdown-hover,
.w3-bar-block .w3-dropdown-click {
    width: 100%
}

.w3-bar-block .w3-dropdown-hover .w3-dropdown-content,
.w3-bar-block .w3-dropdown-click .w3-dropdown-content {
    min-width: 100%
}

.w3-bar-block .w3-dropdown-hover .w3-button,
.w3-bar-block .w3-dropdown-click .w3-button {
    width: 100%;
    text-align: left;
    padding: 8px 16px
}

.w3-main,
#main {
    transition: margin-left .4s
}

.w3-modal {
    z-index: 3;
    display: none;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4)
}

.w3-modal-content {
    margin: auto;
    background-color: #fff;
    position: relative;
    padding: 0;
    outline: 0;
    width: 600px
}

.w3-bar {
    width: 100%;
    overflow: hidden
}

.w3-center .w3-bar {
    display: inline-block;
    width: auto
}

.w3-bar .w3-bar-item {
    padding: 8px 16px;
    float: left;
    width: auto;
    border: none;
    display: block;
    outline: 0
}

.w3-bar .w3-dropdown-hover,
.w3-bar .w3-dropdown-click {
    position: static;
    float: left
}

.w3-bar .w3-button {
    white-space: normal
}

.w3-bar-block .w3-bar-item {
    width: 100%;
    display: block;
    padding: 8px 16px;
    text-align: left;
    border: none;
    white-space: normal;
    float: none;
    outline: 0
}

.w3-bar-block.w3-center .w3-bar-item {
    text-align: center
}

.w3-block {
    display: block;
    width: 100%
}

.w3-responsive {
    display: block;
    overflow-x: auto
}

.w3-container:after,
.w3-container:before,
.w3-panel:after,
.w3-panel:before,
.w3-row:after,
.w3-row:before,
.w3-row-padding:after,
.w3-row-padding:before,
.w3-cell-row:before,
.w3-cell-row:after,
.w3-clear:after,
.w3-clear:before,
.w3-bar:before,
.w3-bar:after {
    content: "";
    display: table;
    clear: both
}

.w3-col,
.w3-half,
.w3-third,
.w3-twothird,
.w3-threequarter,
.w3-quarter {
    float: left;
    width: 100%
}

.w3-col.s1 {
    width: 8.33333%
}

.w3-col.s2 {
    width: 16.66666%
}

.w3-col.s3 {
    width: 24.99999%
}

.w3-col.s4 {
    width: 33.33333%
}

.w3-col.s5 {
    width: 41.66666%
}

.w3-col.s6 {
    width: 49.99999%
}

.w3-col.s7 {
    width: 58.33333%
}

.w3-col.s8 {
    width: 66.66666%
}

.w3-col.s9 {
    width: 74.99999%
}

.w3-col.s10 {
    width: 83.33333%
}

.w3-col.s11 {
    width: 91.66666%
}

.w3-col.s12 {
    width: 99.99999%
}

@media (min-width:601px) {
    .w3-col.m1 {
        width: 8.33333%
    }
    .w3-col.m2 {
        width: 16.66666%
    }
    .w3-col.m3,
    .w3-quarter {
        width: 24.99999%
    }
    .w3-col.m4,
    .w3-third {
        width: 33.33333%
    }
    .w3-col.m5 {
        width: 41.66666%
    }
    .w3-col.m6,
    .w3-half {
        width: 49.99999%
    }
    .w3-col.m7 {
        width: 58.33333%
    }
    .w3-col.m8,
    .w3-twothird {
        width: 66.66666%
    }
    .w3-col.m9,
    .w3-threequarter {
        width: 74.99999%
    }
    .w3-col.m10 {
        width: 83.33333%
    }
    .w3-col.m11 {
        width: 91.66666%
    }
    .w3-col.m12 {
        width: 99.99999%
    }
}

@media (min-width:993px) {
    .w3-col.l1 {
        width: 8.33333%
    }
    .w3-col.l2 {
        width: 16.66666%
    }
    .w3-col.l3 {
        width: 24.99999%
    }
    .w3-col.l4 {
        width: 33.33333%
    }
    .w3-col.l5 {
        width: 41.66666%
    }
    .w3-col.l6 {
        width: 49.99999%
    }
    .w3-col.l7 {
        width: 58.33333%
    }
    .w3-col.l8 {
        width: 66.66666%
    }
    .w3-col.l9 {
        width: 74.99999%
    }
    .w3-col.l10 {
        width: 83.33333%
    }
    .w3-col.l11 {
        width: 91.66666%
    }
    .w3-col.l12 {
        width: 99.99999%
    }
}

.w3-rest {
    overflow: hidden
}

.w3-stretch {
    margin-left: -16px;
    margin-right: -16px
}

.w3-content,
.w3-auto {
    margin-left: auto;
    margin-right: auto
}

.w3-content {
    max-width: 980px
}

.w3-auto {
    max-width: 1140px
}

.w3-cell-row {
    display: table;
    width: 100%
}

.w3-cell {
    display: table-cell
}

.w3-cell-top {
    vertical-align: top
}

.w3-cell-middle {
    vertical-align: middle
}

.w3-cell-bottom {
    vertical-align: bottom
}

.w3-hide {
    display: none!important
}

.w3-show-block,
.w3-show {
    display: block!important
}

.w3-show-inline-block {
    display: inline-block!important
}

@media (max-width:1205px) {
    .w3-auto {
        max-width: 95%
    }
}

@media (max-width:600px) {
    .w3-modal-content {
        margin: 0 10px;
        width: auto!important
    }
    .w3-modal {
        padding-top: 30px
    }
    .w3-dropdown-hover.w3-mobile .w3-dropdown-content,
    .w3-dropdown-click.w3-mobile .w3-dropdown-content {
        position: relative
    }
    .w3-hide-small {
        display: none!important
    }
    .w3-mobile {
        display: block;
        width: 100%!important
    }
    .w3-bar-item.w3-mobile,
    .w3-dropdown-hover.w3-mobile,
    .w3-dropdown-click.w3-mobile {
        text-align: center
    }
    .w3-dropdown-hover.w3-mobile,
    .w3-dropdown-hover.w3-mobile .w3-btn,
    .w3-dropdown-hover.w3-mobile .w3-button,
    .w3-dropdown-click.w3-mobile,
    .w3-dropdown-click.w3-mobile .w3-btn,
    .w3-dropdown-click.w3-mobile .w3-button {
        width: 100%
    }
}

@media (max-width:768px) {
    .w3-modal-content {
        width: 500px
    }
    .w3-modal {
        padding-top: 50px
    }
}

@media (min-width:993px) {
    .w3-modal-content {
        width: 900px
    }
    .w3-hide-large {
        display: none!important
    }
    .w3-sidebar.w3-collapse {
        display: block!important
    }
}

@media (max-width:992px) and (min-width:601px) {
    .w3-hide-medium {
        display: none!important
    }
}

@media (max-width:992px) {
    .w3-sidebar.w3-collapse {
        display: none
    }
    .w3-main {
        margin-left: 0!important;
        margin-right: 0!important
    }
    .w3-auto {
        max-width: 100%
    }
}

.w3-top,
.w3-bottom {
    position: fixed;
    width: 100%;
    z-index: 1
}

.w3-top {
    top: 0
}

.w3-bottom {
    bottom: 0
}

.w3-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2
}

.w3-display-topleft {
    position: absolute;
    left: 0;
    top: 0
}

.w3-display-topright {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 30px;
}

.w3-display-bottomleft {
    position: absolute;
    left: 0;
    bottom: 0
}

.w3-display-bottomright {
    position: absolute;
    right: 0;
    bottom: 0
}

.w3-display-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.w3-display-left {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(-0%, -50%)
}

.w3-display-right {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%)
}

.w3-display-topmiddle {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%)
}

.w3-display-bottommiddle {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%)
}

.w3-display-container:hover .w3-display-hover {
    display: block
}

.w3-display-container:hover span.w3-display-hover {
    display: inline-block
}

.w3-display-hover {
    display: none
}

.w3-display-position {
    position: absolute
}

.w3-circle {
    border-radius: 50%
}

.w3-round-small {
    border-radius: 2px
}

.w3-round,
.w3-round-medium {
    border-radius: 4px
}

.w3-round-large {
    border-radius: 8px
}

.w3-round-xlarge {
    border-radius: 16px
}

.w3-round-xxlarge {
    border-radius: 32px
}

.w3-row-padding,
.w3-row-padding>.w3-half,
.w3-row-padding>.w3-third,
.w3-row-padding>.w3-twothird,
.w3-row-padding>.w3-threequarter,
.w3-row-padding>.w3-quarter,
.w3-row-padding>.w3-col {
    padding: 0 8px
}

.w3-container,
.w3-panel {
    padding: 0.01em 16px
}

.w3-panel {
    margin-top: 16px;
    margin-bottom: 16px
}

.w3-code,
.w3-codespan {
    font-family: Consolas, "courier new";
    font-size: 16px
}

.w3-code {
    width: auto;
    background-color: #fff;
    padding: 8px 12px;
    border-left: 4px solid #4CAF50;
    word-wrap: break-word
}

.w3-codespan {
    color: crimson;
    background-color: #f1f1f1;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 110%
}

.w3-card,
.w3-card-2 {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)
}

.w3-card-4,
.w3-hover-shadow:hover {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19)
}

.w3-spin {
    animation: w3-spin 2s infinite linear
}

@keyframes w3-spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(359deg)
    }
}

.w3-animate-fading {
    animation: fading 10s infinite
}

@keyframes fading {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.w3-animate-opacity {
    animation: opac 0.8s
}

@keyframes opac {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.w3-animate-top {
    position: relative;
    animation: animatetop 0.4s
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

.w3-animate-left {
    position: relative;
    animation: animateleft 0.4s
}

@keyframes animateleft {
    from {
        left: -300px;
        opacity: 0
    }
    to {
        left: 0;
        opacity: 1
    }
}

.w3-animate-right {
    position: relative;
    animation: animateright 0.4s
}

@keyframes animateright {
    from {
        right: -300px;
        opacity: 0
    }
    to {
        right: 0;
        opacity: 1
    }
}

.w3-animate-bottom {
    position: relative;
    animation: animatebottom 0.4s
}

@keyframes animatebottom {
    from {
        bottom: -300px;
        opacity: 0
    }
    to {
        bottom: 0;
        opacity: 1
    }
}

.w3-animate-zoom {
    animation: animatezoom 0.6s
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

.w3-animate-input {
    transition: width 0.4s ease-in-out
}

.w3-animate-input:focus {
    width: 100%!important
}

.w3-opacity,
.w3-hover-opacity:hover {
    opacity: 0.60
}

.w3-opacity-off,
.w3-hover-opacity-off:hover {
    opacity: 1
}

.w3-opacity-max {
    opacity: 0.25
}

.w3-opacity-min {
    opacity: 0.75
}

.w3-greyscale-max,
.w3-grayscale-max,
.w3-hover-greyscale:hover,
.w3-hover-grayscale:hover {
    filter: grayscale(100%)
}

.w3-greyscale,
.w3-grayscale {
    filter: grayscale(75%)
}

.w3-greyscale-min,
.w3-grayscale-min {
    filter: grayscale(50%)
}

.w3-sepia {
    filter: sepia(75%)
}

.w3-sepia-max,
.w3-hover-sepia:hover {
    filter: sepia(100%)
}

.w3-sepia-min {
    filter: sepia(50%)
}

.w3-tiny {
    font-size: 10px!important
}

.w3-small {
    font-size: 12px!important
}

.w3-medium {
    font-size: 15px!important
}

.w3-large {
    font-size: 18px!important
}

.w3-xlarge {
    font-size: 24px!important
}

.w3-xxlarge {
    font-size: 36px!important
}

.w3-xxxlarge {
    font-size: 48px!important
}

.w3-jumbo {
    font-size: 64px!important
}

.w3-left-align {
    text-align: left!important
}

.w3-right-align {
    text-align: right!important
}

.w3-justify {
    text-align: justify!important
}

.w3-center {
    text-align: center!important
}

.w3-border-0 {
    border: 0!important
}

.w3-border {
    border: 1px solid #ccc!important
}

.w3-border-top {
    border-top: 1px solid #ccc!important
}

.w3-border-bottom {
    border-bottom: 1px solid #ccc!important
}

.w3-border-left {
    border-left: 1px solid #ccc!important
}

.w3-border-right {
    border-right: 1px solid #ccc!important
}

.w3-topbar {
    border-top: 6px solid #ccc!important
}

.w3-bottombar {
    border-bottom: 6px solid #ccc!important
}

.w3-leftbar {
    border-left: 6px solid #ccc!important
}

.w3-rightbar {
    border-right: 6px solid #ccc!important
}

.w3-section,
.w3-code {
    margin-top: 16px!important;
    margin-bottom: 16px!important
}

.w3-margin {
    margin: 16px!important
}

.w3-margin-top {
    margin-top: 16px!important
}

.w3-margin-bottom {
    margin-bottom: 16px!important
}

.w3-margin-left {
    margin-left: 16px!important
}

.w3-margin-right {
    margin-right: 16px!important
}

.w3-padding-small {
    padding: 4px 8px!important
}

.w3-padding {
    padding: 8px 16px!important
}

.w3-padding-large {
    padding: 12px 24px!important
}

.w3-padding-16 {
    padding-top: 16px!important;
    padding-bottom: 16px!important
}

.w3-padding-24 {
    padding-top: 24px!important;
    padding-bottom: 24px!important
}

.w3-padding-32 {
    padding-top: 32px!important;
    padding-bottom: 32px!important
}

.w3-padding-48 {
    padding-top: 48px!important;
    padding-bottom: 48px!important
}

.w3-padding-64 {
    padding-top: 64px!important;
    padding-bottom: 64px!important
}

.w3-left {
    float: left!important
}

.w3-right {
    float: right!important
}

.w3-button:hover {
    color: #000!important;
    background-color: #ccc!important
}


/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */

.flip-card {
    background-color: transparent;
    width: 100%;
    height: 250px;
    border-radius: 25px;
    border: 3px solid #f1f1f1;
    perspective: 1000px;
    /* Remove this if you don't want the 3D effect */
}


/* This container is needed to position the front and back side */

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}


/* Do an horizontal flip when you move the mouse over the flip box container */

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}


/* Position the front and back side */

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    /* Safari */
    backface-visibility: hidden;
}


/* Style the front side (fallback if image is missing) */

.flip-card-front {}


/* Style the back side */

.flip-card-back {
    border-radius: 25px;
    background-color: #009B96;
    color: white;
    text-align: left;
    line-height: 15px;
    font-size: 12px;
    padding: 15px 15px;
    transform: rotateY(180deg);
}

.otro {
    background-color: #822A8B;
}

.colorprimario {
    background-color: #009B96;
}

.flip-card-back a {
    color: white;
}

.center {
    padding: 28px 0;
    text-align: center;
}

#menu_button {
    display: block;
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 101;
}

.btn-extra strong,
.btn-vivo strong {
    color: white;
    line-height: 35px;
    font-size: 17px;
}

@media(max-width:350px) {}

@media(max-width:767px) {
    #menu_button {
        top: 90px;
    }
}

.day_link {
    height: min-content;
    width: min-content;
}