body {
    background: white;
}

.container {
    margin: auto;
    width: 100%;
    max-width: 1380px;
}

ol, ul {
    list-style: none;
}

main {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: main;
}

.btn.btn-success i {
    color: #000000;
}

.btn.btn-success {
    color: #000000;
    background-color: #94FFE3;
    border-color: #94FFE3;
}

.btn.btn-success:hover {
    color: #000000;
    background-color: #a8f1e0;
    border-color: #a8f1e0;
}

/*
 * Cabezera inicio
 */

header {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: header;
    position: fixed;
    width: 100%;
    transition: background .6s ease;
    z-index: 100;
    background-color: #000000;
}

header .navbar {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin: 12px 0;
    width: 100%;
}

header .navbar .navbar_links {
    color: #000000;
}

header .navbar .navbar_links>* {
    margin-right: 23px;
    color: #ffffff;
    padding-bottom: 5px;
    font-size: 15px;
    font-weight: 500;
}

header .navbar .navbar_links>*:hover {
    color: #94FFE3 ;
}

header .navbar_buttons {
    display: flex;
    margin-left: auto;
}

header .navbar_logo {
    display: flex;
    align-items: center;
    height: 34px;
}

header .navbar_logo .fa {
    font-size: 27px;
    color: white;
    margin-top: -3px;
}

header .navbar_logo img {
    height: 30px;
    margin-right: 65px;
}

header .navbar_logo .navbar_toogle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 21px;
    width: 22px;
    padding: 2px 0;
    margin-right: 16px;
}

header.header-background{
    background: #fff;
    z-index: 100;
}

header.header-background .navbar .navbar_links>* {
    color: #222;
}

header .logo-white {
    display: block;
}

header .logo-color {
    display: none;
}

header .btn.btn-outline-secondary{
    border: 1px solid #ffffff;
    color: #FFFFFF;
}

header .btn.btn-outline-secondary:hover {
    border: 1px solid #91fdfb !important;
    background: #ffffff00!important;
    color: #91fdfb!important;
}

header.header-background .btn.btn-outline-secondary{
    border: 1px solid #000000;
    color: #000000;
}

header.header-background .logo-color {
    display: block;
}

header.header-background .fa.fa-bars {
    color: #000000;
}

header.header-background .logo-white {
    display: none;
}

.header-fixed .wrapper {
    padding-top: 0px;
}

/*
 * Cabezera finalización
 */

/*
 * Footer inicio
 */

 footer .top .logo {

 }

 footer .top .logo img {
    height: 25px;
 }

 footer .content h6 {
    color: #959595;
    font-size: 14px;
    padding-bottom: 20px;
    font-weight: 200;
 }

 footer .content ul {
    list-style: none;
    padding: 0px;
    font-size: 16px;
 }

 footer .content ul li {
    margin-bottom: 5px;
 }

 footer .content ul li a {
    color: #4F4F4F;
    font-size: 14px;
 }

 footer .content p {
    font-size: 16px;
    margin: 0px;
 }

 footer .content .address,  footer .content .office-hours {
    font-size: 13px;
    padding-bottom: 20px;
 }

 footer hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
 }

 footer .social {
    list-style: none;
    padding: 0px;
    float: right;
 }

 footer .social li {
    float: left;
    margin-left: 20px;
 }

 footer .social li a {
    padding: 8px;
    background: #000000;
    width: 38px;
    border-radius: 50%;
    text-align: center;
    padding-top: 11px;
    padding-bottom: 6px;
 }

 footer .social .la {
    color: white;
    font-size: 20px;
 }

 footer .social li .la-twitter {
    padding-left: 2px;
}

 footer .social li .la-youtube-play {
    padding-left: 1px;
 }

 footer .social li a:hover {
    background: #91fdfb;
 }

/*
 * Footer finalización
 */

/*
 * Home Inicio
 */
.home-page {
    font-size: 21px;
    font-weight: 300;
}

.home-page .main-section {
    padding-top: 70px;
    padding-bottom: 100px;
    background-position: top left;
    background-size: cover;
    min-height: 1040px;
    background: linear-gradient(342deg, rgb(0 0 0 / 18%) 0%, rgb(28 10 10 / 42%) 64%, rgb(0 0 0 / 50%) 100%);
}

.home-page .main-section .main-fold .based-label {
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 100;
    line-height: 1.3;
}

.home-page .main-section .main-fold .based-label b {
    font-weight: 100;
}

.home-page .main-section .main-fold h2 {
    font-weight: 600;
    font-size: 49px;
    line-height: 55px;
    letter-spacing: inherit;
    color: #ffffff;
    padding-top: 10px;
}

.home-page .main-section .main-fold h2 .text-bg1 {
    background: linear-gradient(90.22deg,#cc00ff 0,#df5149 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-decoration: none;
}

.home-page .main-section .main-fold .btn.btn-primary {
    background: #00dedb00;
    border: none;
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 20px;
    border: 2px solid #FFFFFF;
}

.home-page .main-section .main-fold .btn.btn-primary:hover {
    background: #00dedb00;
    border: 2px solid #91fdfb !important;
    color: #91fdfb;
    border: none;
}

.home-page .main-section .main-fold .btn.btn-primary:hover i {
    color: #91fdfb;
}

.home-page .main-section .main-fold p {
    font-size: 18px;
    max-width: 550px;
    line-height: 1.25;
    margin: 24px 0;
    color: #000000;
    font-weight: 300;
}

.home-page .main-section .main-fold h5 {
    max-width: 550px;
    font-weight: normal;
    font-size: 17px;
}

.home-page .main-section .main-fold .services-block div {
    padding-bottom: 10px;
    padding-right: 10px;
}

.home-page .main-section .main-fold .services-block img {
    width: 100%;
    padding-top: 8px;
}

.home-page .main-section .main-fold .services-block h5{
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    color: #ffffff;
    padding-top: 20px;
}

.home-page .main-section .main-fold .services-block p{
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #ffffff;
    margin: 0px;
    padding-top: 0px;
}

.home-page .main-section .main-fold .desc {
    font-size: 20px;
    margin-top: 0px;
}

/* .home-page .main-section .main-fold .bg-cover {
    background-image: url(/media/bg/cover-section-image.png);
    background-position: center right;
    background-size: 90%;
    background-repeat: no-repeat;
} */

.main-video {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.main-video #video-background {
    background-image: url("/media/intro.png");
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1;
  }

/*
* Beneficios de compra
*/

.secondary-box {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.secondary-box h4 {
    color: black;
    font-size: 13px;
    margin: 0px;
    margin-top: 15px;
}

.secondary-box p {
    color: #696969;
    font-size: 13px;
    line-height: 18px;
}

/*
* personalización
*/

.personalization {
    background: url('/media/personalization.png');
    transition: transform 0.3s;
}

.personalization h3 {
    color: white;
    font-size: 50px;
}

.personalization p {
    color: #FFFFFF;
    font-size: 13px;
    line-height: 18px;
}

.personalization:hover {
    transform: scale(1.04);
}

.personalization .p-50 {
    padding: 100px;
}

.text-primary {
    color: #01ffc2 !important;
}

/*
* Contacto
*/
.contacts-page .main-section {
    padding-top: 125px;
    padding-bottom: 100px;
    background-color: #141414;
    background-image: url('/media/pattern.png');
}

.contacts-page .main-section .main-fold h1 {
    color: #FFFFFF;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
}

.contacts-page .main-section .main-fold h2 {
    font-size: 55px;
    line-height: 0.97;
    color: #FFFFFF;
    font-weight: bolder;
}

.contacts-page .main-section .main-fold p {
    font-size: 23px;
    line-height: 1.25;
    margin: 24px 0;
    color: #FFFFFF;
    font-weight: 300;
}


/*
* Información
*/

.info {
    background-color: #EDEDED;
}

.box-history {
    background: url('/media/history.png');
    transition: transform 0.3s;
    min-height: 470px;
    background-size: cover;
    padding: 30%;
}

.box-history:hover {
    transform: scale(1.04);
}

.box-history h3 {
    color: white;
    font-size: 30px;
}

.box-history p {
    color: #FFFFFF;
    font-size: 13px;
    line-height: 18px;
}

.box-local {
    background: url('/media/local.png');
    transition: transform 0.3s;
    min-height: 470px;
    background-size: cover;
    padding: 30%;
}

.box-local:hover {
    transform: scale(1.04);
}

.box-local h3 {
    color: #FFFFFF;
    font-size: 30px;
}

.box-local p {
    color: #FFFFFF;
    font-size: 13px;
    line-height: 18px;
}

.box-local .btn, .box-history .btn, .personalization .btn {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
}

.p-60 {
    padding: 60p;
}

/*
* Productos
*/

.products {
    background-color: #EDEDED;
}

.products h2 {
    padding-top: 20px;
    padding-bottom: 30px;
    color: #000000;
    font-weight: bold;
    font-size: 40px;
}

.box-product {
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 30px;
}

.box-product h3 {
    font-size: 15px;
}

.banner-footer {
    background-image: url('/media/banner-footer.png');
    min-height: 250px;
}


/*
*   Clientes
*/

.home-page .section-client h1 {
    font-size: 40px;
    color: #000000;
    font-weight: 600;
    padding: 58px 0 25px;
    font-style: normal;
}



#bar {
    position: -webkit-sticky;
    position: sticky;
    height: 100vh;
    top: 60px;
    margin-top: 50px;
    padding-right: 15px;
    text-align: left;
    padding-top: 35px;
}

header .navbar #modal_menu {
    display: none;
    background-color: #000000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* overflow-y: scroll; */
    opacity: 1;
    /* pointer-events: none; */
    transition: all .4s;
}

header .navbar #modal_menu hr {
    border-top: 3px solid rgb(255 255 255 / 25%);
}

header .navbar #modal_menu .menu-navbar {
    width: 100%;
}

header .navbar #modal_menu .menu-navbar_logo {
    display: flex;
    margin: 30px 0;
}

header .navbar #modal_menu .close-btn {
    width: 22px;
    height: 22px;
    position: relative;
    margin-right: 15px;
    color: white;
}

header .navbar #modal_menu .close-btn .fa{
    color: white;
    font-size: 30px;
}

header .navbar #modal_menu .menu-navbar_logo img {
    height: 30px;
    margin-right: 65px;
}

header .navbar #modal_menu .menu-navbar_links {
    margin-top: 40px;
    font-size: 18px;
}

header .navbar #modal_menu .menu-navbar_links a {
    display: block;
    color: #fff;
    margin-top: 17px;
    padding-bottom: 3px;
    width: 100%;
}

header .navbar #modal_menu .menu-navbar_links .btn.btn-primary {
    background-color: #01ffc2;
    border-color: #01ffc2;
    color: #000000;
}

header.header-background #modal_menu .logo-white {
    display: block;
}

header .navbar #modal_menu .menu-navbar_links .btn {
    font-size: 18px;
}

header .navbar #modal_menu:target {
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
}

@media (max-width: 768px) {

    .personalization .p-50 {
        padding: 0px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .box-history {
        margin-bottom: 20px;
    }

    .personalization h3 {
        font-size: 32px;
    }

    footer .social li {
        float: left;
        margin-left: 5px;
    }

    footer .top .logo img {
        height: 25px;
    }

    .home-page .main-section .main-fold h2 {
        font-style: normal;
        font-weight: bold;
        font-size: 26px;
        line-height: 32px;
        letter-spacing: -.02em;
        color: #ffffff;
    }

    .home-page .main-section .main-fold .services-block div {
        padding-bottom: 0px;
    }

    .home-page .section-secondary .card .card-body {
        padding: 0px;
        padding-top: 20px;
    }

    .home-page .section-secondary .card {
        min-height: 160px;
    }

    .home-page .section-secondary .card .card-body img {
        margin-bottom: 12px;
    }

    .home-page .section-secondary .card .card-body p {
        font-size: 13px;
        color: #7E7E7E;
    }

    .home-page .main-section .main-fold h2 {
        min-height: 90px;
    }

    .section-secondary .main-fold{
        flex-direction: column;
    }

    .home-page .section-secondary .main-fold>.left {
        width: 100%;
        padding: 40px 15px;
    }

    .home-page .section-secondary .main-fold>.right {
        width: 100%;
        overflow-x: scroll;
        padding: 24px 15px;
    }

    .home-page .section-secondary .main-fold>.right .right-inner {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin-top: 0px;
    }

    .home-page .section-secondary .main-fold>.right .right-inner .block {
        width: 432px;
        margin-right: 12px;
        padding: 15px;
    }

    .home-page .section-secondary .main-fold>.right .right-inner .block h4 {
        font-weight: bold;
    }

    .home-page .section-secondary .main-fold>.right .right-inner.active{
        display: flex !important;
    }

    .home-page .section-client h1 {
        font-size: 24px;
    }

    .home-page .section-third {
        padding-bottom: 0px !important;
    }

    .home-page .section-fifth {
        padding: 30px 15px 30px 15px;
    }

    .home-page .section-third h1 {
        font-size: 21px;
    }

    .home-page .section-fifth h2 {
        font-size: 21px;
    }

    .home-page .section-sixth form label {
        font-size: 12px;
    }
}
