/*
 * Main style for Gallura Disinfestazioni template.
 */

/* Main layout */
:root {
    --lightGrey: #F4F3F3;
    --white: #FFFFFF;
    --black: #000000;
    --darkGrey: #434242;
    --lightBlue: #BFBFBF;
    --green: #75B530;
    --darkerGrey: #262626;
    --fucsia: #C90380;
    --lightFucsia: #A3437C;
}

body, button, input, p, label, h1, h2, h3, h4 {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    position: relative;
    font-size: 1.3vw;
}

body {
    color: var(--darkGrey);
    width: 100%;
    height: 100%;
    font-size: 1.3vw;
}

header, section, footer {
    margin: 0px auto;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

header {
    margin: 0;
    padding: .5em 5%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-content: space-between;
    align-items: center;
    overflow: visible;
}

section, footer {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    box-sizing: border-box;
}

div, a, img {
    box-sizing: border-box;
}

h1, h3, h5 {
    margin-bottom: .5em;
    color: var(--green);
}

h1 {
    font-size: 1.5em;
}

h3, h5 {
    font-size: 1.3em;
    text-transform: uppercase;
}

h2 {
    text-transform: uppercase;
}

ul {
    list-style: none;
}

p {
    line-height: 1.4em;
}

a {
    text-decoration: none;
    color: var(--darkGrey);
}

a:hover {
    color: var(--green);
}

b {
    font-weight: 700;
}

i {
    font-style: italic;
}

.bgLightGrey {
    background-color: var(--lightGrey);
}

.bgLightWhite {
    background-color: rgba(255,255,255,0.87);
}

.bgWhite {
    background-color: var(--white);
}

.white {
    color: var(--white);
}

.bgGrey {
    background-color: var(--lightGrey);
}

.bgGrey .button:hover {
    background-color: var(--lightGrey);
}

.bgDarkGrey {
    background-color: var(--darkGrey);
    color: var(--white);
}

.bgDarkGrey .button:hover {
    background-color: var(--darkGrey);
}

.bgLightBlue {
    background-color: var(--lightBlue);
}

.bgLightBlue a:hover {
    color: var(--white);
}

.bgGreen {
    background-color: var(--green);
}

.border1White {
    border: 1px solid var(--white)!important;
}

.bg {
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    width: 100%;
    overflow: hidden;
}

.left {
    float: left;
    left: 0;
}

.right {
    float: right;
    right: 0;
}

.strikethrough {
    text-decoration: line-through;
}

.dNone {
    display: none;
}

.offer {
    height: 1.5em;
}

.textBig {
    font-size: 2em;
    line-height: 1em;
    color: var(--darkGrey);
    font-weight: bold;
}

.buttonCenter {
    width: 100%;
    text-align: center;
}

.button {
    width: fit-content;
    background-color: var(--green);
    border: 1px solid var(--green);
    color: var(--white);
    padding: .2em 1.4em .2em 1.4em;
    text-transform: uppercase;
    line-height: 1.5em;
    display: inline-block;
    border-radius: 30px;
}

.button:hover,
.button.selected{
    background-color: var(--white);
    color: var(--green);
    border: 1px solid var(--green);
}

.hidden {
    display: none;
}

.mobile {
    display: none!important;
}

.bgBlack {
    background-color: var(--darkerGrey);
}

/* Help pests section */
section#helpPests {
    text-align: center;
    padding: 4em 0;
}

section#helpPests h2, section#helpPests select {
    float: left;
    line-height: 2em;
}

section#helpPests h2 {
    text-transform: none;
    font-size: 2em;
    margin: 0 4% 1em 0;
}

section#helpPests select:focus {
    outline: none!important;
}

section#helpPests select { 
    -webkit-appearance: none;
    font-size: 1em;
    border: 0;
    background-color: transparent;
    margin-top: 1.5em;
    text-transform: uppercase;
    font-weight: 800;
    color: transparent;
    z-index: 3;
    cursor: pointer;
}

section#helpPests select option {
    color: var(--black);
}

section#helpPests > div {
    margin: auto;
    display: table;
}

section#helpPests > div > div {
    position: relative;
    display: flex;
}

section#helpPests > div > div h2 {
    min-width: 5em;
    font-weight: bold;
    color: var(--white);
    position: absolute;
    left: 0;
    text-transform: uppercase;
}

/* Request quote preview form style */
div.arrow i {
    border: solid;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: .4em;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transition: all .5s linear;
    cursor: pointer;
}

div.arrow.open i {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

div#requestQuoteFixed.fixed {
    position: fixed;
    bottom: 0;
    right: 1em;
    color: var(--white);
    border-radius: 5px 5px 0 0;
    z-index: 150;
    background-color: var(--fucsia);
    letter-spacing: 1px;
    font-size: .9em;
    width: 18em;
    padding: 0.2em 1em;
}

div#requestQuoteFixed div#requestQuoteClosed {
    padding: .9em 1em .6em 3em;
    position: relative;
    display: inline-block;
}

div#requestQuoteFixed div#requestQuoteClosed > * {
    float: left;
}

div#requestQuoteFixed div#requestQuoteClosed .arrow {
    position: absolute;
    left: .5em;
    top: 1.15em;
}

div#requestQuoteFixed div#requestQuoteClosed .arrow.open {
    top: .6em;
}

div#requestQuoteFixed div#requestQuoteOpen {
    display: none;
    padding-top: 1em;
}

div#requestQuoteFixed div#requestQuoteOpen #closeRequestQuote {
    position: absolute;
    top: -1em;
    background-color: var(--fucsia);
    border-radius: 50%;
    padding: .5em;
    width: 2em;
    height: 2em;
    text-align: center;
    cursor: pointer;
}

div#requestQuoteFixed div#requestQuoteOpen h6 {
    text-align: center;
    margin-bottom: 1em;
}

div#requestQuoteFixed div#requestQuoteOpen input[type="text"] {
    height: 3em;
    padding: 1em;
    color: var(--black);
    border: 1px solid #E2E2E2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 2em;
    margin-top: 1em;
    border-radius: 5px;
}

div#requestQuoteFixed div#requestQuoteOpen input[name="subjectS"] {
    display: none!important;
}

div#requestQuoteFixed div#requestQuoteOpen input[type="text"]:focus {
    outline: none !important;
    border: 1px solid var(--green);
    box-shadow: 0 0 8px #719ECE;
}

div#requestQuoteFixed div#requestQuoteOpen input[type="submit"] {
    margin-bottom: 3em;
    cursor: pointer;
    color: var(--black);
    border: none;
}

/* Header section */
div.bg.header {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 100;
    display: flex;
    flex-direction: column;
    overflow: visible;
}

div#headerBanner {
    padding: .3em 5%;
    background-color: var(--green);
    color: var(--white);
    font-size: .8em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

div#headerBanner > div {
    display: flex;
    align-items: center;
    flex-grow: 1;
}

div#headerBanner div a {
    color: var(--white);
    display: flex;
    align-items: center;
}

div#headerBanner div a:hover {
    color: #e6e6e6;
}

div#headerBanner div#contacts p.label {
    margin-right: 2%;
    text-transform: uppercase;
}

div#headerBanner div#socials {
    display: flex;
    justify-content: end;
    align-items: center;
    flex-grow: 1;
}

div#headerBanner div#socials a {
    margin: 0 2%;
}

div#headerBanner div#socials a:last-child {
    margin-right: 0;
    margin-left: 2%;
}

div#headerBanner div#socials a i {
    font-size: 1.3em;
}

div.header header > div i.menu {
    color: var(--black);
    transition: all .5s linear;
    cursor: pointer;
}

div.header header > a#logo {
    display: block;
    transition: all .5s linear;
    flex-basis: 15%;
}

div.header header > a#logo img {
    width: 100%;
    transition: all .5s linear;
}

div.header header div.left {
    flex-basis: 25%;
}

div.header header div.right {
    display: flex;
    justify-content: end;
    align-items: center;
    transition: all .5s linear;
    flex-basis: 25%;
}

div.header header div.right nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    box-sizing: border-box;
    flex-grow: 1;
}

div.header header div.right nav a {
    position: relative;
    display: inline-block;
    font-size: 1.1em;
    padding: 0 3%;
    flex-grow: 1;
}

div.header header div.right nav a:after {
    content: "";
    position: absolute;
    right: 0;
    width: 0;
    bottom: -.4em;
    background: var(--green);
    height: 5px;
    transition-property: width;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

div.header header div.right nav a#cart:after {
    display: none;
}

div.header header div.right nav a:hover:after {
    left: 5px;
    right: auto;
    width: 90%;
}

header div.right ul.menuLang {
    position: relative;
    transition: all .5s linear;
}

header div.right ul.menuLang li {
    background-color: var(--black);
    color: var(--black);
    text-align: center;
    margin-bottom: .2em;
    border-radius: 20px;
}

header div.right ul.menuLang li a {
    font-size: 1em;
    color: var(--white);
    padding: 1em 1em;
    line-height: 2em;
}

header ul.menuLang li.hiddenLang {
    display: none;
    position: absolute;
    bottom: -100%;
}

header > div.right a#cart{
    position: relative;
    padding: 0 3%;
}

header > div.right a#cart i{
    font-size: 1.5em;
}

header > div.right a#cart p#cartNum{
    position: absolute;
    line-height: .7em;
    left: 40%;
    top: -1em;
    font-size: .7em;
    background-color: var(--green);
    border-radius: 50%;
    padding: 0.3em;
    width: 10px;
    height: 10px;
    text-align: center;
    font-weight: 700;
    color: var(--white);
}

div.scroll {
    background-color: var(--white)!important;
    border-bottom: 1px solid var(--lightGrey);
    overflow: initial;
}

div.scroll.header header > a#logo img {
    width: 80%;
    transition: all .5s linear;
}

div.scroll.header header > div.bgGreen {
    padding: 1.5em 0;
    cursor: pointer;
}

/* Menu style */
#menuCover {
    display: none;
    transition: all .5s linear;
}

#menuCover.cover {
    z-index: 130;
    background-color: rgba(0, 0, 0, .3);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#menu {
    width: 25%;
    position: fixed;
    top: 0;
    z-index: 150;
    padding: 3em 4%;
    text-transform: uppercase;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu.open {
    transform: none;
}

#menu.menuDrop {
    background-color: var(--white);
}

#menu ul li {
    color: var(--black);
    line-height: 2.4em;
    border-bottom: 1px solid #CCCCCC;
    padding-left: .5em;
}

#menu ul li:last-child {
    border-bottom: none;
}

#menu div.closeMenu {
    position: absolute;
    right: 1em;
    top: 1em;
    background-color: #999999;
    padding: .5em;
    cursor: pointer;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    text-align: center;
    color: var(--white);
}

#menuCover.open {
    display: block;
}

/* Section newsletter */
div#newsletter {
    background-color:  var(--green);
    background-image: url("../images/layout/newsletter.png");
    background-position: 100% 0!important;
}

div#newsletter section {
    padding: 7em 0;
    width: 70%;
    margin: 0 auto;
}

div#newsletter section form fieldset > * {
    float: left;
    margin: 0 1%;
}

div#newsletter section form fieldset h4 {
    font-size: 1.6em;
    margin-top: .3em;
    max-width: 45%;
    line-height: 1.1em;
    text-transform: none;
    color: var(--white);
}

div#newsletter section form fieldset h4 span {
    font-weight: bold;
}

div#newsletter section input[type="text"] {
    height: 4em;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 1em;
    color: #383838;
    border: 1px solid #E2E2E2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 47%;
    margin-bottom: 2em;
    margin-top: 1em;
    float: right;
}

div#newsletter section form fieldset input.button {
    float: right;
    border: 0;    
    font-size: .8em;
    cursor: pointer;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

div#newsletter #subjectSpecial {
    display: none;
}

/* Cover style */
div.cover {
    position: absolute;
    top: 1em;
    left: 1em;
    right: 1em;
    bottom: 1em;  
}

div.cover > div {
    display: table;
    height: 100%;
    overflow: hidden;
    width: 80%;
    margin: auto;
}

div.cover > div > div {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 100%;
    color: var(--white);
}

div.cover > div > div > * {
    margin: auto;
}

/* Blog preview */
section#blogPreview {
    width: 94%;
    margin: 0 auto;
    padding: 6em 0;
}

section#blogPreview > * {
    width: 28%;
    padding: 2% 2% 6% 2%;
    overflow: hidden;
    height: 26em;
}

a.blogBox.center {
    margin: 0 2%;
}

section#blogPreview div > div.bgBlack {
    padding: 14%;
    margin-top: 2em;
}

section#blogPreview div > div.bgBlack h5 {
    text-transform: uppercase;
    font-size: 1.2em;
    margin-bottom: .5em;
}

section#blogPreview div > div.bgBlack p {
    margin-bottom: 1em;
}

section#blogPreview div > div.bgBlack input[type="text"] {
    background-color: var(--white);
}

section#blogPreview div > div.bgBlack div {
    text-align: center;
    margin-top: 1em;
}

section#blogPreview div > div.bgBlack form label a {
    color: var(--white);
}

section#blogPreview div > div.bgBlack form label a:hover {
    color: var(--lightFucsia);
}

/* Filter checkbox style */
/* The container */
div#filter .container {
    display: block;
    position: relative;
    padding-left: 1.7em;
    margin-bottom: 1em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
div#filter .container input {
    position: absolute;
    opacity: 0;
}

/* Create a custom checkbox */
div#filter .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 1em;
    width: 1em;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
div#filter .container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
div#filter .container input:checked ~ .checkmark {
    background-color: var(--green);
}

/* Create the checkmark/indicator (hidden when not checked) */
div#filter .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
div#filter .container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
div#filter .container .checkmark:after {
    left: .2em;
    top: .1em;
    width: .4em;
    height: .5em;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Social sharing section */
div#socialSharing {
    padding: 7% 0;
    text-align: center;
}

div#socialSharing h2 {
    max-width: 70%;
    font-size: 2.5em;
    line-height: 1em;
    margin: 1em auto;
    text-transform: none;
}

div#socialSharing div a {
    text-decoration: none;
}

div#socialSharing div a span.fa-lg {
    border-radius: 50%;
    margin: 0 1%;
    color: var(--white);
}

div#socialSharing div a span.fa-lg i {
    font-style: normal;
}

div#socialSharing div a span#facebook {
    background-color: #3b5998;
}

div#socialSharing div a span#facebook:hover {
    background-color: #133783;
}

div#socialSharing div a span#twitter {
    background-color: #1da1f2;
}

div#socialSharing div a span#twitter:hover {
    background-color: #2582bb;
}

div#socialSharing div a span#pinterest {
    background-color: #bd081c;
}

div#socialSharing div a span#pinterest:hover {
    background-color: #880e1c;
}

div#socialSharing div a span#googleplus {
    background-color: #db4437;
}

div#socialSharing div a span#googleplus:hover {
    background-color: #cf1808;
}

div#socialSharing div a span#youtube {
    background-color: #FF0000;
}

div#socialSharing div a span#youtube:hover {
    background-color: #cc0000;
}

div#socialSharing div a span#linkedin {
    background-color: #0077b5;
}

div#socialSharing div a span#linkedin:hover {
    background-color: #02689d;
}

div#socialSharing div a span#whatsapp {
    background-color: #00E676;
    display: none;
}

div#socialSharing div a span#whatsapp:hover {
    background-color: #03c164;
}

/* Whatsapp box style */
section#whatsappChat {
    background-image: url(/images/layout/background.jpg);
    position: relative;
    padding-top: 1em;
    padding-bottom: 1em;
    height: 30em;
    color: var(--white);
}

section#whatsappChat div.left  {
    position: relative;    
    width: 36%;
    height: 31em;
}

section#whatsappChat div.left div#womanImg {
    position: absolute;
    background-image: url(/images/layout/carla.jpg);
    bottom: 0em;
    left: 5%;
    height: 28em;
    width: 100%;
}

section#whatsappChat div.right {    
    width: 45%;
    padding-top: 3em;
    position: relative;
}

section#whatsappChat div.right img {
    position: absolute;
    bottom: 6.7em;
    left: -17%;
    width: 12%;
}

section#whatsappChat div.right h3 {    
    color: var(--white);
    text-transform: none;
    font-size: 2.5em;
    margin-bottom: 1em;
}

section#whatsappChat div.right a {    
    color: var(--white);
    border: 2px solid;
    margin-top: 1.5em;
}

section#whatsappChat div.right a:hover {
    color: var(--green);
}

/* Footer section */
.bgFooter {
    position: relative;
}

footer {
    padding-top: 2em;
    padding-bottom: 4em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

footer .columnsContainer {
    display: flex;
    box-sizing: border-box;
    width: 100%;
}

footer .infoBoxContainer {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    padding-top: 2em;
    justify-content: start;
}

footer .infoBoxContainer .infoBox {
    display: flex;
    box-sizing: border-box;
    width: 40%;
    flex-direction: column;
    margin-left: 33%;
}

footer .infoBoxContainer .infoBox h3 {
    margin-bottom: 1em;
    width: 100%;
}

footer .infoBoxContainer .infoBox img {
    margin-bottom: 1em;
    width: 100%;
    max-width: 235px;
}

footer .infoBoxContainer .infoBox p a {
    text-decoration: underline;
}

footer .columnsContainer > div#logoSocial {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

footer .columnsContainer div#logoSocial > a {
    display: block;
    width: 75%;
}

footer .columnsContainer div#logoSocial > a img {
    width: 100%;
}

footer .columnsContainer > div {
    width: 33%;
}

footer .columnsContainer > div#companyInfo {
    line-height: 2em;
}

footer .columnsContainer > div#companyInfo p {
    margin-bottom: .5em;
}

footer .columnsContainer > div#buttons {
    vertical-align: top;
    text-align: center;
    line-height: 3em;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}

footer .columnsContainer > div#buttons > div {
    width: 75%;
}

footer .columnsContainer > div#buttons > div.buttons-container {
    padding-top: 3em;
}

footer .columnsContainer > div#buttons p {
    font-size: .8em;
}

footer .columnsContainer > div#buttons a.button,
footer .columnsContainer > div#buttons p {
    width: 100%;
}

footer .columnsContainer > div#buttons a.button {
    margin-bottom: .5em;
}

footer h5 {
    width: 30%;
    display: block;
}

footer h5 a.button {
    line-height: 1em;
    text-align: center;
    padding: 23%;
}

footer .columnsContainer > div > div.socials {
    width: 100%;
    padding-left: 5%;
    display: inline-block;
}

footer .columnsContainer > div > div > * {
    display: inline-block;
}

footer a#up {
    width: 24%;
}

footer a#up img {
    margin-top: 20%;
    margin-left: 50%;
}

footer div.socials > * {
    margin-right: 1%;
}

div.landing-container {
    padding: 0 5% 4em;
    text-align: center;
    text-transform: capitalize;
    font-size: .8em;
}

div.bgLightBlue footer {
    padding: 2em 0;
    text-align: center;
}

div.bgLightBlue footer span {
    font-weight: 600;
}

/* Section link to landing pages */
section#linkLanding {
    text-align: center;
}

section#linkLanding p {
    font-size: .8em;
    max-width: 100%;
    margin: 0 auto 2em auto;
}

/* Mobile menu activates */
@media screen and (max-width: 768px) {

    /* General style */
    body, button, input, p, label, h1, h2, h3, h4 {
        font-size: 3vw;
    }

    /* Main layout */
    .textBig {
        font-size: 3em;
    }

    /* Header section */
    div.header header > div.menu {
        width: 9%;
        padding: 1.6em 0;
    }

    div.header header div.right nav a:nth-last-child(n+2) {
        display: none;
    }

    div.scroll.header header > div.bgGreen {
        padding: 1.3em 0;
    }

    div.header header div.right nav {
        justify-content: end;
    }

    div.header header div.right nav a {
        flex-grow: 0;
    }

    header > div.right a#cart {
        padding: 0 25%;
    }

    #menu {
        width: 40%;
    }

    /* Help pests section */
    section#helpPests h2, section#helpPests select {
        float: none;
    }

    section#helpPests h2 {
        margin: 0;
    }

    section#helpPests > div {
        display: inherit;
    }

    section#helpPests > div > div {
        display: inline-flex;
    }

    /* Coverage section */
    section#coverage > * {
        width: 100%;
        float: none;
        padding: 0;
        text-align: center;
    }

    section#coverage iframe {
        width: 80%;
        height: 300px;
        margin: 0px auto;
        display: block;
    }

    /* Section newsletter */
    div#newsletter {
        background-position: 5% 0!important;
    }

    div#newsletter section {
        width: 80%;
        padding: 4em 0;
    }

    div#newsletter section form fieldset > * {
        float: none;
        width: 100%;
        text-align: center;
        margin: 0  0 .5em 0;
    }

    div#newsletter section form fieldset h4 {
        max-width: 100%;
    }

    div#newsletter section input[type="text"] {
        margin: 1em 20%;
    }
    
    div#newsletter section form fieldset input.button {
        margin: auto;
    }

    div#newsletter section input[type="text"], div#newsletter section form fieldset input.button {
        width: 60%;
        float: none;
        display: block;
    }

    div#newsletter section form fieldset input.button {
        font-size: 1em;
    }

    /* Social sharing section */
    div#socialSharing h2 {
        max-width: 90%;
        font-size: 1.5em;
    }

    div#socialSharing div a span#whatsapp {
        display: inline-block;
    }

    /* Whatsapp box style */
    section#whatsappChat {
        height: 27em;
    }

    section#whatsappChat div.left {
        width: 35%;
    }

    section#whatsappChat div.left div#womanImg {
        border-radius: 7em;
        top: 3em;
        left: 5%;
        height: 12em;
        width: 80%;
        -webkit-box-shadow: -2px -2px 26px 3px rgba(0,0,0,0.21);
           -moz-box-shadow: -2px -2px 26px 3px rgba(0,0,0,0.21);
                box-shadow: -2px -2px 26px 3px rgba(0,0,0,0.21);
    }

    section#whatsappChat div.right {
        width: 45%;
        padding: 1em 0;
    }

    section#whatsappChat div.right img {
        bottom: 6em;
        left: -17%;
        width: 12%;
    }

    section#whatsappChat div.right h3 {
        font-size: 2em;
    }

    header > div.right a#cart p#cartNum {
        left: 50%;
    }

    /* Footer section */
    footer .columnsContainer {
        flex-direction: column;
    }

    footer .infoBoxContainer {
        justify-content: center;
    }

    footer .infoBoxContainer .infoBox {
        flex-direction: column;
        margin-left: 0;
        width: 75%;
        text-align: center;
    }

    footer h5, footer .columnsContainer > div > div {
        width: 75%;
    }

    footer h5 a.button {
        padding: 16% 0;
        margin-bottom: .5em;
    }

    footer .columnsContainer > div#logoSocial {
        width: 100%;
        align-items: center;
    }

    footer .columnsContainer > div#companyInfo {
        width: 100%;
        text-align: center;
        margin: 2em 0;
    }

    footer .columnsContainer > div#buttons {
        width: 100%;
        align-items: center;
    }

    footer .columnsContainer > div#logoSocial div.socials {
        width: 75%;
        padding-left: 0;
        margin-top: 2em;
    }

    footer .columnsContainer > div#buttons > div.buttons-container {
        padding-top: 1em;
    }
}

@media screen and (max-width: 576px) {

    /* Main layout */
    body, button, input, p, label, h1, h2, h3, h4 {
        font-size: 5vw;
    }

    .button {
        padding: 0.2em 1.4em;
    }

    .textBig {
        font-size: 1.8em;
    }

    .desktop {
        display: none!important;
    }

    .mobile {
        display: block!important;
    }

    /* Header section */
    .desktop,
    div#headerBanner .desktop,
    div#headerBanner div#socials {
        display: none;
    }

    div#headerBanner .mobile {
        display: flex!important;
        justify-content: center;
    }

    div.header header div.left {
        flex-basis: 33%;
    }

    div.header header > div.menu {
        width: 15%;
        padding: 1.3em 0;
    }

    div.header header div.right {
        flex-basis: 33%;
    }

    div.header header > a#logo {
        flex-basis: 33%;
    }

    div.scroll.header header > a#logo img {
        width: 100%;
    }

    header > a#cart i {
        font-size: 1.5em;
    }

    header > a#cart p#cartNum {
        position: absolute;
        line-height: .7em;
        left: 70%;
        top: 1.2em;
        font-size: .7em;
        background-color: var(--green);
        border-radius: 50%;
        padding: 0.3em;
        width: 10px;
        height: 10px;
        text-align: center;
        font-weight: 700;
        color: var(--white);
    }

    header div.right ul.menuLang li a {
        font-size: .8em;
        padding: 0.7em 1em;
    }

    div.scroll.header header > div.bgGreen {
        padding: 1.15em 0;
    }

    div.scroll.header header > a#cart {
        margin-left: 5%;
        padding: 1.2em 0;
    }

    #menu {
        width: 70%;
    }

    /* HelpPests section style */
    section#helpPests > div > div h2 {
        font-size: 1.4em
    }

    /* Newsletter style */
    div#newsletter {
        background-position: 2% 0!important;
    }

    div#newsletter section input[type="text"], div#newsletter section form fieldset input.button {
        width: 90%;
        margin: 1em 5%;
    }

    /* Whatsapp box style */
    section#whatsappChat {
        background-image: none;
        background-color: var(--green);
        height: 33em;
    }

    section#whatsappChat div.left {
        position: relative;
        width: 100%;
        height: 16em;
    }

    section#whatsappChat div.left div#womanImg {
        left: 25%;
        height: 11em;
        width: 47%;
        background-color: var(--white);
    }

    section#whatsappChat div.right {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    section#whatsappChat div.right img {
        bottom: 1.5em;
        left: 9%;
        width: 12%;
    }

    section#whatsappChat div.right h3 {
        font-size: 1.5em;
    }

    section#whatsappChat div.right a {
        padding: 0 15%;
        float: none; 
    }
    
}