html,
body {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
    color: #061A33;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
img{
    max-width: 100%;
}
.main__site {
    margin-top: 104px;
}
.btn__site {
    padding: 0.75rem 2.5rem;
    border-radius: 0 1rem 0 1rem;
    font-size: 1.125rem;
    text-transform: uppercase;  
    font-weight: 600;
    -webkit-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
    transition: all linear 0.25s;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}
.btn__site.btn__small {
    padding: 0.5rem 1rem;
    font-size: 1rem;
    text-transform: none;
    font-weight: 400;
}
.btn__site.btn__filled {
    background-color: #0637F3;
    color: #fff;
    border-color: #0637F3;
} 
.btn__site.btn__filled:hover {
    background-color: #0B0190;
    border-color: #0B0190;
}

.btn__site.btn__linear {
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
}

.btn__site.btn__linear:hover {
    background-color: #90A955;
    color: #fff;
    border-color: #90A955;
}
.btn__site.btn__linear__blue {
    color: #0B0190;
    border: 1px solid #0B0190;
    background-color: transparent;
}

.btn__site.btn__linear__blue:hover {
    background-color: #90A955;
    color: #fff;
    border-color: #90A955;
}
.btn__site.btn__full {
    width: 100%;
}

.logo__raincolecta{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: -webkit-transform 400ms;
    transition: -webkit-transform 400ms;
    -o-transition: transform 400ms;
    transition: transform 400ms;
    transition: transform 400ms, -webkit-transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hamRotate.active {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hamRotate180.active {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.line {
    fill: none;
    -webkit-transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    -o-transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: #0637F3;
    stroke-width: 5.5;
    stroke-linecap: round;
}

.ham1 .top {
    stroke-dasharray: 40 139;
}

.ham1 .bottom {
    stroke-dasharray: 40 180;
}

.ham1.active .top {
    stroke-dashoffset: -98px;
}

.ham1.active .bottom {
    stroke-dashoffset: -138px;
}

.header{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
    background-color: #fff;
}
.inner__header {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 1rem;
    padding-bottom: 1rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.inner__header .right__menu{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.inner__header .right__menu nav ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;

            align-items: center;
}
.right__menu ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.right__menu ul li a {
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 1.25rem;
    padding-right: 1.5rem;
    color:#061A33;
    font-weight: 600;
    font-size: 1rem;
}


.toggle__menu{
    display: none;
    
}
.toggle__menu svg {
    width: 40px;
    height: 40px;
}
.options__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.options__menu button{
    border: none;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.divider__vertical {
    height: 30px;
    width: 0;
    border-right: 1px solid #000;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.footer{
    background-color: #061A33;
    color: #fff;
    padding-top: 4rem;
    padding-bottom: 2rem;
}
.footer a{
    text-decoration: none;
    color: #fff;
}
.inner__footer{
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
}

.footer .block__newsletter {
    border-radius: 1rem;
    background-color: #fff;
    padding: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.footer .block__newsletter .title__newsletter {
    font-size: 2.5rem;
    color: #0637F3;
    font-weight: 700;
    max-width: 410px;
}
.footer .block__newsletter form {
    width: 100%;
    max-width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.footer .block__newsletter .form-floating{
    width: 100%;
    max-width: 320px;
}
.footer .block__newsletter .form-floating input {
    color: #061A33;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #061A33;
    border-radius: 0;
}
.footer .block__newsletter .form-floating input.is__invalid {
    border-color: #BB052E;
}

.footer .block__newsletter .form-floating label {
    color: #061A33 ;
}



.footer .block__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 2px solid rgba(255,255,255,0.2);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.footer .block__navigation ul{
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
}
.footer .block__navigation ul a{
    margin-right: 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
}
.footer .block__navigation ul li:last-of-type a{
    margin-right: 0;
}

.footer .block__copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.footer .block__copyright ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin-bottom: 0;
}
.footer .block__copyright ul a {
    margin-left: 1rem;
}

.inner__site{
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
}

.modal-header{
    border-bottom: none;
}


.rounded__left__image{
    border-radius: 0 80px 0 80px;
}

.rounded__right__image{
    border-radius: 80px 0 80px 0;
}

.cart__indicator  {
    position: relative;
}
.cart__indicator span{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    color: #fff;
    background-color: #BB052E;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.675rem;
    font-weight: 600;
    position: absolute;
    top: -0.5rem;
    right: -0.25rem;
}
@media screen and (max-width: 1200px) {
    .right__menu ul li a{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .logo__raincolecta img{
        max-height: 60px;
    }
}

@media screen and (max-width: 1024px) {
    .inner__header {
        padding-right: 1rem;
    }
    .inner__header .right__menu nav{
        opacity: 0;
        visibility: hidden;
        z-index: -100;
    }
    .inner__header .selector__lang,
    .inner__header .divider__vertical {
        display: none;
    }
    .inner__header .toggle__menu {
        display: block;
    }
    .inner__header .right__menu .navigation__menu {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        height: calc(100vh - 74px);
        -webkit-transition: all linear 0.25s;
        -o-transition: all linear 0.25s;
        transition: all linear 0.25s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background-color: #fff;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;

    }
    .inner__header .right__menu .navigation__menu.open {
        opacity: 1;
        visibility: visible;
        z-index: 1;
    }
    .inner__header .right__menu nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .right__menu ul li a {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding-left: 2rem;
    }

    .footer .block__newsletter .title__newsletter {
        font-size: 1.75rem;
    }
    .footer .block__newsletter {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .footer .block__newsletter form{
        max-width: 70%;
    }
    .footer .block__copyright{
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .footer .block__copyright p{
        margin-bottom: 2rem
    }
    .footer .block__copyright ul{
        margin-top: 2rem
    }
    .main__site {
        margin-top: 92px;
    }
}
@media screen and (max-width: 640px) {
    .footer .block__newsletter .form-floating{
        margin-bottom: 2rem;
    }
    .footer .block__newsletter form{
        max-width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .footer .block__newsletter .btn__site{
        width: 100%;
    }
    .footer .block__newsletter .form-floating input{
        padding-left: 0;
    }
    .footer .block__newsletter .form-floating label{
        padding-left: 0;
    }
    .footer .block__navigation{
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    .footer .block__navigation ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .footer .block__navigation ul.social__list {
        margin-bottom: 2rem;
        padding-bottom: 2rem;
        border-bottom: 2px solid rgba(255, 255, 255, 0.2);
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
    .footer .block__navigation ul.navigation__footer a{
        line-height: 2em;
    }
    .footer .block__copyright ul{
        padding-left: 0;
        margin-bottom: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .footer .block__copyright p{
        text-align: center;
    }
    .btn__site{
        font-size: 1rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .main__site {
        margin-top: 74px;
    }
}