@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body
{
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    background-color: #fefff0;
}

.logotipo
{
    width: 110px;
}

header
{
    padding: 5px 0;
    z-index: 99;
    position: fixed;
    width: 100%;
    backdrop-filter: blur(8px);
}

.bgColor
{
    background-color: #8bc34abd;
}

header nav
{
    margin-left: 20px;
}

header nav ul
{
    margin: 0;
    padding: 0;
}

header nav ul li
{
    display: inline;
}

header nav ul li a
{
    text-decoration: none;
    color: #0b4550;
    padding: 6px 10px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 0.3s;
    font-weight: 500;
}

header nav ul li a:hover
{
    background: #0b4550;
    border-radius: 8px;
    color: #fff;
}

.networks i
{
    margin-left: 0;
    font-size: 1.2rem;
    color: #ffffff;
    transition: 0.3s;
}

.networks i:hover
{
    color: #e6ff2b;
}

.offcanvas
{
    height: 100vh;
    background-color: #8BC34A!important;
}

.navbar
{
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar-toggler
{
    border: none;
}

.navbar-toggler:focus
{
    box-shadow: none;
}

.bar1
{
    background-color: #0c4550;
    width: 28px;
    height: 2px;
}

.bar2
{
    background-color: #0c4550;
    width: 22px;
    height: 2px;
    margin-top: 6px;
    margin-left: 3px;
}

.bar3
{
    background-color: #0c4550;
    width: 28px;
    height: 2px;
    margin-top: 6px;
}

/* Main stage */

#stage
{
    height: 100vh;
    background-image: url(../img/main-bg2.svg), url(../img/main-bg.png);
    background-position: center 300px, center bottom;
    background-size: 1800px, contain;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.videoRoad
{
    position: relative;
}

#video {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    min-height: 100%;
    min-width: 100%;
    z-index: 0;
}

#stage h1
{
    color: #0b4550;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
    font-size: 50px;
    margin-bottom: 15px;
}

#stage a
{
    display: block;
    color: #fff;
    font-size: 25px;
    border: 1px solid #fff;
    width: fit-content;
    text-align: center;
    margin: 0 auto 50px auto;
    padding: 7px 12px 5px;
    border-radius: 50%;
    transition: 0.2s;
}

#stage a:hover
{
    background-color: #fff;
    color: #1377be;
}

#stage span
{
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;

    background-color: #8bc34a;
    padding: 6px 20px;
    border-radius: 15px;
    backdrop-filter: blur(3px);
}

section h2
{
    font-weight: 800;
    font-size: 38px;
    color: #8bc34a;
    margin-bottom: 60px;
}

/* details */

#datails
{
    padding: 100px 0 100px 0;
}

#datails .part1
{
    padding: 80px;
    background-color: #0b4550;
    border-radius: 40px;
    margin-bottom: 100px;
    background-image: url(../img/nfc.png);
    background-position: right 40px;
    background-repeat: no-repeat;
    background-size: 580px;
}

#datails .part2
{
    padding: 80px;
    background-color: #8bc34a;
    border-radius: 40px;
    margin-bottom: 100px;
    background-image: url(../img/size.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 580px;
}

#datails .part3
{
    padding: 80px;
    background-color: #f7f2e4;
    border-radius: 40px;
    background-image: url(../img/print.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 600px;
}

#datails h3
{
    margin-bottom: 30px;
    font-weight: 500;
}

#datails p
{
    font-size: 18px;
}

#datails .part1 h3, #datails .part1 p
{
    color: #fff;
}

/* wall */

#wall
{
    background: url(../img/wall.jpg);
    background-size: cover;
    background-position: top;
    height: 500px;
    width: 100vw;
}

/* gallery */

#gallery
{
    padding: 100px 0;
}

#gallery h2
{
    color: #0c4550;
}

.MultiCarousel { float: left; overflow: hidden; width: 100%; position:relative; }
.MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
.MultiCarousel .MultiCarousel-inner .item { float: left;}
.MultiCarousel .MultiCarousel-inner .item > div { text-align: center; margin:10px; background: #f7f2e4; border-radius: 30px;}
.MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:50%;top:calc(50% - 20px); }
.MultiCarousel .leftLst
{ 
    left:0;
    width: 40px;
    height: 40px;
    border: none;
    color: #000000;
    background-color: #a9d378;
    border-radius: 10px !important;
    font-size: 20px;
    font-weight: 600;
}
.MultiCarousel .rightLst
{ 
    right:0;
    width: 40px;
    height: 40px;
    border: none;
    color: #000000;
    background-color: #a9d378;
    border-radius: 10px !important;
    font-size: 20px;
    font-weight: 600;
}

.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#ccc; }

.MultiCarousel .title
{
    margin: 10px 0 0 0;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.MultiCarousel .subtitle
{
    margin: 0 0 20px 0;
    font-size: 13px;
}

.MultiCarousel a
{
    background-color: #0b4550;
    color: #fff;
    text-decoration: none;
    width: 100%;
    padding: 10px 0;
    border-radius: 15px;
    display: block;
    transition: 0.3s;
}

.MultiCarousel a:hover
{
    background-color: #1a2a2f;
}

.bg2
{
    background-color: #ffffff44;
    backdrop-filter: blur(5px);
    padding: 18px;
    border-radius: 20px;
}

.bg1
{
    background-position: center!important;
    border-radius: 20px;
}

/* buy */

#buy
{
    padding: 100px 0;
    background-color: #8bc34a;
    background-image: url(../img/buybg.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;

}

.buy
{
    background-image: url(../img/buy.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    border-radius: 40px;
}

#buy h2
{
    color: #0b4550;
}

#buy .step
{
    background-color: #aae665;
    padding: 15px;
    border-radius: 20px;
    margin-bottom: 20px ;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #0c4550;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 98%;
    z-index: 90;
    top: 15px;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: #0c4550;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    left: 22px;
    width: 15px;
    height: 15px;
    z-index: 90;
    margin-top: 5px;
}

.btn-buy
{
    text-decoration: none;
    color: #fff;
    padding: 15px 40px;
    background-color: #0c4550;
    border-radius: 15px;
}

/* footer */

footer
{
    padding: 60px 0;
    background-color: #0c4550;
    color: #fff;
}

footer .borderB
{
    border-bottom: 1px solid #8bc34a;
    margin-bottom: 30px;
}

footer ul
{
    
}

footer ul li
{
    
}

footer ul li a
{
    padding: 0 20px;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 0.3s;
}

footer ul li a:hover
{
    color: #8bc34a;
}

footer p
{
    color: #fff;
    font-size: 12px;
}

.logoFooter
{
    width: 80px;
    margin-right: 20px;
}

.facebook
{
    color: #fff;
    font-size: 28px;
}

/* Others */

.pswp__bg
{
    background: #000000e0;
    backdrop-filter: blur(4px);
}

#Back
{
    width: 100vw;
    height: 100vh;
    z-index: 999999;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;

    background-color: #0b4550;
}

#Back p
{
    margin: 10px;
    font-size: 10px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    letter-spacing: 6px;
}

.svg-defs
{
    height: 1px;
    left: -100px;
    position: absolute;
    top: -100px;
    width: 1px;
}

.loading__filler
{
    transform: skew(0, 0deg);
}

.loading__logo
{
    clip-path: url(#pictogram);
    height: 110px;
    width: 200px;
}

.accordion-flush>.accordion-item>.accordion-collapse, .accordion-flush>.accordion-item>.accordion-header .accordion-button, .accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed
{
    background-color: aliceblue;
}

/* Media Queries */

@media (max-width: 575.98px) {
    
    .Scroll
    {
        display: none;
    }
    
    .swiper
    {
        width: 75%;
    }
    
    #stage h1
    {
        font-size: 40px;
        margin-bottom: 10px;
    }

    #stage h1 span
    {
        font-size: 20px;
    }
    
    header nav ul li
    {
        display: inline;
        padding: 15px 0;
        text-align: center;
    }
    
    .navbar-nav
    {
        padding: 0 !important;
    }

    #stage a
    {
        margin: 0 auto 15px auto;
        padding: 4px 8px 0px;
    }
    
    #mainStage h1
    {
        font-size: 40px;
    }

    #stage span
    {
        font-size: 15px;
        display: block;
    }

    #stage img
    {
        max-width: 620px;
        position: absolute;
        left: 50%;
        right: 50%;
        transform: translate(-50%, -50%);
        bottom: -90px;
    }

    #stage
    {
        background-position: center -60px, center bottom;
    }

    #datails .part2, #datails .part1, #datails .part3
    {
        padding: 30px;
        background-image: none;
    }

    #wall
    {
        background-size: 1700px;
    }

}

@media (min-width: 576px) and (max-width: 767.98px) {
    .swiper
    {
        width: 70%;
    }
    
    #stage h1
    {
        font-size: 44px;
        margin-bottom: 10px;
    }

    #stage h1 span
    {
        font-size: 25px;
    }
    
    header nav ul li
    {
        display: inline;
        padding: 15px 0;
        text-align: center;
    }
    
    .navbar-nav
    {
        padding: 0 !important;
    }

    .aboutText
    {
        padding: 120px 0;
    }

    #stage a
    {
        margin: 0 auto 15px auto;
        padding: 4px 8px 0px;
    }
    
    #publication
    {
        background-size: contain, auto;
        background-position: left bottom, center;
    }
    
    #servicesPage .icon
    {
        margin-bottom: 140px;
    }
    
    #mainStage h1
    {
        font-size: 44px;
    }

    #stage span
    {
        font-size: 18px;
        display: block;
    }

    #stage
    {
        background-position: center 450px, center bottom;
        background-size: 1300px, contain;
    }

    #datails .part2, #datails .part1, #datails .part3
    {
        padding: 30px;
        background-image: none;
    }
    
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .formacion
    {
        min-height: 180px;
    }
    
    header nav ul li
    {
        display: inline;
        padding: 15px 0;
        text-align: center;
    }
    
    .navbar-nav
    {
        padding: 0 !important;
    }
    
    .networks
    {
        padding-top: 20px;
        float: left;
        padding-left: 10px;
    }
    
    .language
    {
        float: right;
        margin-top: 20px;
        padding-right: 10px;
    }

    #stage h1
    {
        font-size: 40px;
        margin-bottom: 10px;
    }

    #stage h1 span
    {
        font-size: 24px;
    }

    #datails .part2, #datails .part1, #datails .part3
    {
        padding: 30px;
        background-image: none;
    }

}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .bookImage img
    {
        margin-right: -145px;
        width: 550px;
        max-width: 300%;
    }
    
    #stage h1
    {
        font-size: 46px;
        margin-bottom: 10px;
    }

    #stage h1 span
    {
        font-size: 26px;
    }
    
    #stage span
    {
        font-size: 18px;
        display: block;
    }

    #datails .part1
    {
        background-size: 470px;
    }

    #datails .part2
    {
        background-size: 450px;
    }

    #datails .part3
    {
        background-size: 450px;
        background-position: right bottom;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    #stage h1
    {
        font-size: 42px;
        margin-bottom: 10px;
    }

    #stage h1 span
    {
        font-size: 26px;
    }
}

@media (min-width: 1400px) {

}