@import url(https://fonts.googleapis.com/css?family=Crimson+Text:400,400italic);
@import "https://fonts.googleapis.com/css?family=Monsieur+La+Doulaise";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html {
  font-size: 62.5%;
}

h1, h2, h3, h4, h5 {
  font-family: "Monsieur La Doulaise", cursive;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #717171;
}
a:active {
  color: #717171;
}

button,
input,
textarea {
  -webkit-appearance: none;
  /*Safari/Chrome*/
  -moz-appearance: none;
  /*Firefox*/
  -ms-appearance: none;
  /*IE*/
  -o-appearance: none;
  /*Opera*/
  appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

body {
  font-family: "Crimson Text", serif;
  text-align: center;
  background: url("../img/veliero.jpg") no-repeat #EBEBE8;
  padding: 15px;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}
body:after {
  content: " ";
  display: block;
  clear: both;
}

#top, #bottom, #left, #right {
  background: white;
  position: fixed;
}

#left, #right {
  top: 0;
  bottom: 0;
  width: 15px;
}

#left {
  left: 0;
}

#right {
  right: 0;
}

#top, #bottom {
  left: 0;
  right: 0;
  height: 15px;
}

#top {
  top: 0;
}

#bottom {
  bottom: 0;
}

header {
  margin-bottom: 20px;
}

.principale {
  margin-bottom: 10px;
}

h1 {
  font-size: 48px;
  font-size: 4.8rem;
  margin-top: 20px;
  margin-bottom: 20px;
}

article {
  border: 1px solid #C3BDBD;
  width: 49.0566%;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 960px) {
  article {
    width: 66.03774%;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  article {
    width: 91.50943%;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  article {
    width: 83.01887%;
  }
}
article p {
  margin: 5px;
  padding: 10px 40px;
  background-color: #F6F6F6;
  color: #030303;
  font-size: 22px;
  text-align: left;
  line-height: 26px;
}
@media (min-width: 320px) and (max-width: 480px) {
  article p {
    padding: 10px 10px;
  }
}

.social, a[href$="http://www.mamboadv.com"] {
  display: block;
  margin: 30px 0;
}
.social img, a[href$="http://www.mamboadv.com"] img {
  padding: 0 10px;
}

@media (min-width: 320px) and (max-width: 480px) {
  .social img {
    width: 40px;
  }
}

a[href$="http://www.mamboadv.com"] img {
  position: relative;
  left: 15px;
}
@media (min-width: 320px) and (max-width: 480px) {
  a[href$="http://www.mamboadv.com"] img {
    width: 90%;
  }
}

b {
  font-weight: bolder;
  font-size: 110%;
  line-height: 44px;
}
@media (min-width: 320px) and (max-width: 480px) {
  b {
    display: inline-block;
    padding: 10px 0;
    margin: 0;
    line-height: 28px;
  }
}
#sr-basketcontinueshopping,#sr-continueshopping, .sr-footer-logo > a > img {
  display:none !important;
}

footer {
  font-size: 1.2rem;
  color: #717171;
      margin-top: 30px;
      margin-bottom: 30px;
      color: #717171;
      height: 50px;
      display: block !important;
}

.company {
  display: flex;
  justify-content: center;
  gap:150px;
}

.company div {
  width: 100%;
  max-width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.company .figure {
  max-height: 115px;
  margin-bottom: 10px;
}

.company a {
  display: block;
}

.company .logo {
max-height: 85px;
display: block;
}

/***********************************************************/
/***********************************************************/
/* Portrait Kinlde Fire e Google Nexus 7 */
/* Desktops and laptops > Aggiusto il badge */
/* Desktops and laptops > Margine laterale ----------- */
/* Desktops and laptops ----------- */
/* Large screens ----------- */


@media screen and (max-width: 670px) {
  header h1 {
    line-height: 6rem;
    padding:0 5px;
  }
  .company {
    display: flex;
   flex-direction: column-reverse;
    gap:50px;
    align-items: center;
    margin-top: 30px;
  }

  .company div {

    max-width: 80%;

  }

  .company .logo {
    max-height: 70px;
    display: block;
    }

    .mambo--logo {
      max-width: 70%;
    width: auto;
    margin: 0 auto;
    /* text-align: center; */
    position: relative;
    display: block;
    left: 12px;
    z-index: -1;
}
    
}



@media only screen and (min-width: 1824px) {
  /* Styles */
}
/***********************************************************/
/***********************************************************/
/* Portrait Kinlde Fire e Google Nexus 7 */
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Styles */
}
/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* Styles */
}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* Styles */
}
/**********
iPad 3
**********/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* Styles */
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /* Styles */
}
/***********************************************************/
/***********************************************************/
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  /* Styles */
}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) {
  /* Styles */
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
  /* Styles */
}
/* iPhone 4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* Styles */
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /* Styles */
}
/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
}
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
}
/* iPhone 6 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
}
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
}
/* iPhone 6+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
}
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
}
/* Samsung Galaxy S3 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
}
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
}
/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  /* Styles */
}
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
  /* Styles */
}
/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  /* Styles */
}
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
  /* Styles */
}
