* {
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
}

/* Style the header */
.header {
  padding: 0;
  text-align: center;
  background-image: url("img/first/FONDO.webp");
  color: white;
}

/* New Hero Banner Container */
.imageContainer {
  width: 100%;
}

/* Hero Banner Image */
.imageContainer img {
  width: 100%;
}

.prices {
  /* background-color: rgb(0, 0, 0); */
  background: linear-gradient(225deg, #000000 55%, #073d3a);
  margin-top: -34px;
  padding: 2rem 1.333rem;
}

/* Increase the font size of the h1 element */
.header h1 {
  font-size: 40px;
}

/* Style the top navigation bar */
.navbar {
  overflow: hidden;
  background-color: #333;
}

/* Style the navigation bar links */
.navbar a {
  float: left;
  display: block;
  color: white;
  text-align: center;
  padding: 14px 20px;
  text-decoration: none;
}

/* Right-aligned link */
.navbar a.right {
  float: right;
}

/* Change color on hover */
.navbar a:hover {
  background-color: #ddd;
  color: black;
}

/* Column container */
.row {
  display: flex;
  flex-wrap: wrap;
}

/* Create two unequal columns that sits next to each other */
/* Sidebar/left column */
.side {
  flex: 30%;
  background-color: #f1f1f1;
  padding: 20px;
}

/* Main column */
.main {
  flex: 70%;
  background-color: white;
  padding: 2rem 1.333rem;
}

/* Fake image, just for this example */
.fakeimg {
  background-color: #aaa;
  width: 100%;
  padding: 20px;
}

/* Footer */
.footer {
  padding: 20px;
  text-align: center;
  background: #ddd;
}

.btn {
  padding: 1rem 2rem;
  border-radius: 25px;
  background: linear-gradient(180deg, #1bdbc9, #5a94bc);
  border: none;
  color: #000000;
  font-size: 2rem;
  margin-top: 20px;
}

.img-title {
  width: 100%;
  max-width: 800px;
  display: block;
  padding: 0 1rem;
  margin: 0px auto;
  margin-bottom: 1.5rem;
}

.precioBracketsImage {
  margin-top: -50px;
}

.titleSucursales {
  padding: 0 1rem;
  margin-bottom: 1rem;
}

.smallSize {
  width: 50%;
}

.mediumSize {
  width: 70%;
}

.largeSize {
  width: 90%;
}

.images-compare-container {
  width: 100% !important;
}

.images-compare-label {
  display: none !important;
}

.logoJahdai {
  width: 80%;
}

.shareButton {
  margin: 1.5rem auto !important;
  width: 50%;
}

.shareButton:hover {
  cursor: pointer;
}

.desktop {
  display: none;
}

.share {
  background-image: url("img/four/fondo_siguenos.webp");
  min-height: 800px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  width: 100%;
  padding-top: 2.5em;
}

/* Responsive layout - when the screen is less than 700px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 700px) {
  .row {
    flex-direction: column;
  }
}

/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 400px) {
  .navbar a {
    float: none;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .images-compare-container {
    width: 70% !important;
  }

  .mobile {
    display: none;
  }

  body,
  html {
    height: 100%;
  }

  .desktop {
    display: block;
    background-image: url("img/Portada-web.webp");
    background-color: #1f1f1f;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

@media screen and (min-width: 1024px) {
  .images-compare-container {
    width: 60% !important;
  }

  .desktop {
    background-size: cover;
  }
}
