* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
}

body {
  overflow-x: hidden;
}

.header {
  display: flex;
  background-color: rgb(110, 166, 250);
}

.Titulo-Box {
  display: flex;
  align-items: center;
  padding-left: 10vw;
  width: 70%;
  height: 20vh;
  background-color: rgb(110, 166, 250);
  /* background-color: #5a71b3; */
  font-size: 4vh;
  color: #ffffff;
}

/* ---------------------------------------------------------------- */
.Menu {
  display: none;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 20vh;
  background-color: rgb(255, 255, 255);
  border-radius: 100px 0 0 400px;
  background-color: #ffffff;
}

/* ---------------------------------------------------------------- */
.Menu ul {
  display: flex;
  justify-content: center;
  text-align: center;
}

.Menu ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}

.Menu ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12vh;
  border-radius: 100%;
  aspect-ratio: 1/1;
  margin-right: 20px;
  font-size: 2vh;
  text-decoration: none;
  color: #ffffff;
}

.Menu li:nth-child(1) a {
  background-color: rgb(15, 82, 182);
  border: #b3c1ff solid 8px;
}

.Menu li:nth-child(2) a {
  background-color: rgb(15, 82, 182);
  border: #b3c1ff solid 8px;
}

.Menu li:nth-child(3) a {
  background-color: rgb(15, 82, 182);
  border: #b3c1ff solid 8px;
}

.Menu li a:hover {
  box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.4),
    inset 0 -4px 6px rgba(255, 255, 255, 0.2);
  transform: scale(0.97);
  /* se encoge un poco */
}

/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
.borderbotomheader {
  display: flex;
  height: 2vh;
  width: 100%;
  border-radius: 0 00px 0 0;
  background-color: #b4d7ff;
}

/* ---------------------------------------------------------------- */
.Hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
}

.HeroFrigo {
  gap: 5vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding-left: 20px;
  background-image: url('HeroGem2.png');
  background-position: top;
  /* centrada */
  background-size: cover;
  /* cubre todo el área */
}

.HFT1 {
  width: 90%;
  font-size: 10vh;
  font-weight: 700;
  color: rgba(8, 54, 153, 0.66);
}

.HTF2 {
  width: 70%;
  text-align: left;
  font-size: 5vh;
  color: rgb(64, 61, 66);
}

.WFBH {
  display: flex;
  justify-content: left;
  margin-left: 20vw;
  margin-top: 10px;
  text-decoration: none;
  list-style: none;
}

.whatsapp-btn-h {
  background-color: rgb(49, 160, 35);
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: background-color 0.3s ease;
  margin: auto;
  text-decoration: none;
  list-style: none;
  height: 7vh;
}

.whatsapp-btn-h:hover {
  background-color: #20b858;
}

a {
  text-decoration: none;
  /* Quita la línea */
}

.WFBH-Movil {
  display: none;
  height: 100%;
  width: 100%;
  margin: auto;
}

.What-Movil {
  display: none;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
}

.whatsapp-btn-h-Movil {
  display: none;
  align-items: center;
  background-color: rgba(54, 95, 182, 0.459);
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  gap: 5px;
  transition: background-color 0.3s ease;
  height: 7vh;
}

.Cont-Separadores {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  background-color: #2954c9;
  margin-bottom: 40vh;
  height: 15vh;
}

.SD {
  margin-right: 1vw;
}

h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30vh;
  color: rgb(15, 82, 182);
  font-size: 10vh;
}

h2 {
  text-align: center;
  color: rgb(15, 82, 182);
  font-size: clamp(3vw, 3vw, 4vw);
}

.ContactS1 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 20vh;
  width: 100%;
}

.TR {
  font-size: clamp(3vw, 3vw, 4vw);
  color: rgb(15, 82, 182);
  text-align: center;
}

.animate__animated {
  --animate-duration: 1.7s;
  --animate-delay: 2.9s;
}

.Movil {
  color: #8d9cca;
  font-size: 8vh;
  justify-content: center;
  margin-top: 5vh;
  margin-bottom: 5vh;
}

.TRN {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 5vh;
}

.TRNT a {
  text-align: center;
  font-size: clamp(2vw, 3vw, 5vw);
  color: #455fa8;
  font-family: "Ubuntu", sans-serif;
}

.Cont-Trian {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.T1 {
  width: 100%;
}

/* HTML: <div class="triangle"></div> */
.triangle1 {
  display: none;
}

.T2 {
  display: flex;
  justify-content: end;
  width: 100%;
}

/* HTML: <div class="triangle"></div> */
.triangle2 {
  display: none;
}

/* ---------------------------------------------------------------- */
/* ---------------------------CUADRADOS ------------------------------------- */
/* ---------------------------------------------------------------- */
.Cont-Frigo {
  display: flex;
  justify-content: center;
  margin-bottom: 10vh;
  margin-top: 20vh;
}

.Refrigerador img {
  display: flex;
  height: 100vh;
}

/* ---------------------------------------------------------------- */
.Cont-Ribbon {
  display: flex;
  align-items: center;
  height: 100%;
}

/* HTML: <div class="ribbon">Your text content</div> */
.ribbon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 30vw;
  height: 100%;
  text-align: center;
  background-color: #13df3f;
  font-size: 4.5vh;
  font-weight: bold;
  color: #fff;
  --r: .8em;
  /* control the cutout */
  border-block: .5em solid #0000;
  padding-inline: .5em calc(var(--r) + .25em);
  line-height: 1.8;
  background:
    radial-gradient(.2em 50% at left, #000a, #0000) border-box,
    #83b9f7;
  padding-box;
  /* the color  */
}

/* --------------------------SERVICIO ESPECIALIZADO H2-------------------------------------- */
/* ---------------------------------------------------------------- */
.Cont-Barra-Flotante {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

h3 {
  text-align: center;
  color: #5270c4;
  font-size: 9vh;
  font-size: clamp(3vw, 3vw, 4vw);
}

.rectangulo {
  display: none;
}

/* ------------------ */
.Cont-3Circulos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 30vh 30vh;
  width: 100%;
  margin-top: 20vh;
}

.C3-Circulo-1 {
  grid-column: 1/2;
  grid-row: 1/2;
  height: 20vh;
  display: flex;
  margin: auto;
}

.C1 {
  height: 20vh;
  border-radius: 100%;
  aspect-ratio: 1/1;
  background-color: #a7cdff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 5vh;
}

.C3-Circulo-2 {
  grid-column: 2/3;
  grid-row: 1/2;
  height: 20vh;
  display: flex;
  margin: auto;
}

.C2 {
  height: 20vh;
  border-radius: 100%;
  aspect-ratio: 1/1;
  background-color: #a7cdff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 5vh;
}

.C3-Circulo-3 {
  grid-column: 3/3;
  grid-row: 1/2;
  height: 20vh;
  display: flex;
  margin: auto;
}

.C3 {
  height: 20vh;
  border-radius: 100%;
  aspect-ratio: 1/1;
  background-color: #a7cdff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 5vh;
}

/* ----------------------------------------- */
.C3-Info-1 {
  grid-column: 1/2;
  grid-row: 2/2;
}

.I1 {
  display: flex;
  align-items: center;
  height: 20vh;
  font-size: clamp(1vw, 1.5vw, 4vw);
  color: #5270c4;
  justify-content: center;
  margin: auto;
}

.C3-Info-2 {
  grid-column: 2/3;
  grid-row: 2/2;
}

.I2 {
  display: flex;
  align-items: center;
  height: 20vh;
  font-size: clamp(1vw, 1.5vw, 4vw);
  color: #5270c4;
  justify-content: center;
}

.C3-Info-3 {
  grid-column: 3/3;
  grid-row: 2/2;
}

.I3 {
  display: flex;
  align-items: center;
  height: 20vh;
  font-size: clamp(1vw, 1.5vw, 4vw);
  color: #5270c4;
  justify-content: center;
}

/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* 

.Separador1 {


display: flex;

width: 70vh;
height: 100%;
background-color: #3c5aad;


}




.Separador1 img {



display: none;
width: 100%;

}
 */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
.Servicios1 {
  margin-top: 20vh;
  display: flex;
  flex-direction: row-reverse;
  height: 100vh;
}

.Servicios1img {
  width: 50%;
  height: 100%;
  background-color: #f1f5ff;
  display: flex;
}

.Servicios1img img {
  margin: auto;
  height: 70%;
}

.Servicios1info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 100%;
  background-color: #ffffff;
}

h4 {
  text-align: center;
  font-size: clamp(3vw, 3vw, 4vw);
  color: #5270c4;
  margin-bottom: 10vh;
}

h5 {
  text-align: center;
  color: #5b89b3;
  font-size: 4vh;
}

.Servicios2 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  height: 100vh;
}

.Servicios2img {
  width: 50%;
  height: auto;
  background-color: #ececec85;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.Servicios2img img {
  margin: auto;
  height: 80vh;
}

.Servicios2info {
  width: 50%;
  height: 100%;
  background-color: #697cd1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 100%;
  background-color: #ffffff;
}

.SeparadorConge {
  height: 0.5vh;
  background-color: #5e7db600;
  width: 100%;
  margin: auto;
  border-radius: 10px 10px 10px 10px;
}

.Servicios3 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 100vh;
}

.Servicios3img {
  width: 50%;
  height: 100%;
  background-color: #f1f5ff;
  display: flex;
  justify-content: center;
}

.Servicios3img img {
  margin: auto;
  height: 80vh;
}

.Servicios3info {
  width: 50%;
  height: 100%;
  background-color: #697cd1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 100%;
  background-color: #ffffff;
}

/* ---------------------------------------------------------------- */
.Separador2 img {
  display: flex;
  width: 100%;
}

/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
.Ciudad {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: #5270c4;
  gap: 20px;
  margin-top: 40vh;
}

h6 {
  font-size: clamp(2vw, 1vw, 4vw);
}

.Cita {
  font-size: clamp(2vw, 2vw, 4vw);
}

.Numero2,
a {
 
  font-size: clamp(2rem, 2.3vw, 11rem);
  color: #5270c4;
  font-family: "Zilla Slab", serif;
  font-weight: 600;
  font-style: normal;
}

/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
.Separador3 {
  display: flex;
  align-items: center;
  margin-top: 40vh;
  height: 30vh;
  width: 100%;
}

.Separador3 img {
  width: 100%;
}

/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
.Close {
  margin-top: 30vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #5270c4;
  font-size: clamp(2vw, 2vw, 4vw);
}

.CLose-Text {
  text-align: center;
  color: #5270c4;
  font-size: clamp(2vw, 30vw, 4vw);
  margin-bottom: 30px;
}

/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
.Footer-Line {
  margin-top: 20vh;
  height: 10vh;
  background-color: #b4d7ff;
  width: 100%;
}

.Footer-Bline {
  background-color: #ffffff;
}

.Footer {
  height: 30vh;
  background-color: #4264c2;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  text-align: center;
  color: rgb(255, 255, 255);
  /*  
border-radius: 20vh 0px 0px 90vh ;
*/
}

.CFN {
  font-size: clamp(1vw, 1.4vw, 5vw);
  margin-top: 20px;
  margin-bottom: 5vh;
  color: #3cb8ff;
}

.CF1 ul li {
  font-size: clamp(0.5vw, 0.9vw, 5vw);
  list-style: none;
}

.CF2 ul li {
  font-size: clamp (2vw, 4vw, 3vw);
  list-style: none;
  display: flex;
}

.CF3 ul li {
  font-size: clamp (2vw, 2vw, 3vw);
  list-style: none;
}

.WFB {
  display: flex;
  justify-content: center;
  margin-top: 55px;
  text-decoration: none;
  list-style: none;
}

.whatsapp-btn {
  background-color: rgb(165, 211, 253);
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: background-color 0.3s ease;
  margin: auto;
  text-decoration: none;
  list-style: none;
  height: 7vh;
}

.whatsapp-btn:hover {
  background-color: #20b858;
}

a {
  text-decoration: none;
  /* Quita la línea */
}

@media (max-width: 480px) {
  .header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* background-color: rgb(110, 166, 250);  */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.15), transparent 20%),
      radial-gradient(circle at left center, rgba(0, 0, 0, 0.15), transparent 70%),
      #98bcff;
    /* color base */
    height: 15vh;
  }

  .Titulo-Box {
    display: none;
    color: #ffffff;
    font-size: 3.2vh;
    text-align: center;
    background-color: #08d33400;
    max-width: 104%;
    margin: auto;
    justify-content: flex-end;
    align-items: center;
    margin: auto;
    flex-direction: column;
    padding-left: 0;
  }

  .Menu {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 9vh;
  }

  .Menu ul {
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .Menu ul li {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .Menu ul li a {
    display: flex;
    height: 100%;
    margin: auto;
    width: 6vh;
    aspect-ratio: 1/1;
    border-radius: 100%;
    margin-right: 10px;
    font-size: 1vh;
  }

  .Services {
    display: none;
  }

  .Contact {
    display: none;
  }

  .Hero {
    display: none;
    flex-direction: column;
    height: 19vh;
  }

  .HeroFrigo {
    display: none;
  }

  .WFBH {
    display: none;
  }

  .HFT1 {
    display: none;
  }

  .HTF2 {
    display: none;
    width: 70%;
    font-size: 2vh;
    text-align: center;
    color: rgb(64, 61, 66);
    margin: auto;
    visibility: hidden;
  }

  .Hero-Movil {
    display: flex;
    flex-direction: column;
    height: 19vh;
  }

  .HeroFreezer img {
    width: 100vw;
    max-height: 30vh;
  }

  .HeroFrigo-Movil {
    gap: 5vh;
    display: flex;
    height: 100%;
    width: 100%;
    padding-left: 20px;
    background-image: url('HeroGem.png');
    background-position: top;
    background-size: cover;
    list-style: none;
  }

  .WFBH-Movil {
    display: flex;
    height: 100%;
    width: 100%;
    margin: auto;
  }

  .What-Movil {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
  }

  .whatsapp-btn-h-Movil {
    display: flex;
    align-items: center;
    background-color: rgba(54, 95, 182, 0.459);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    gap: 5px;
    transition: background-color 0.3s ease;
    height: 7vh;
  }

  .HFT1 {
    width: 90%;
    font-size: 2vh;
    text-align: center;
    font-weight: 700;
    color: rgb(69, 81, 155);
    margin-top: 20px;
    display: none;
  }

  .HTF2 {
    width: 70%;
    text-align: left;
    font-size: 2vh;
    text-align: center;
    color: rgb(64, 61, 66);
    margin: auto;
    visibility: hidden;
  }

  .Cont-Separadores {
    display: flex;
    justify-content: right;
    flex-direction: column;
    width: 100%;
    margin-bottom: 10vh;
    background-color: rgba(0, 0, 255, 0);
  }

  .Cont-Ribbon {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
  }

  /* HTML: <div class="ribbon">Your text content</div> */
  .ribbon {
    width: 100% !important;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 18vh;
    background-color: #a9ceff;
    padding: 0%;
    border-bottom: 0;
  }

  .SD {
    margin: auto;
    font-size: 2.5vh;
    width: 100%;
  }

  .CTruck {
    display: flex;
    flex-direction: column;
    justify-content: end;
    /* background-color: #82aae6; */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.15), transparent 20%),
      radial-gradient(circle at left center, rgba(0, 0, 0, 0.15), transparent 70%),
      #98bcff;
    /* color base */
    width: 100%;
    height: 9vh;
    padding: 0;
    border-bottom: 20px #c3e3ff solid;
  }

  .fa-truck-fast {
    display: flex;
    flex-direction: column;
    justify-content: end;
    font-size: 4vh;
    padding: 0;
  }

  .Cont-Frigo {
    display: flex;
    justify-content: center;
    margin-bottom: 1vh;
    margin-top: 0vh;
  }

  .ContactS1 {
    display: none;
    justify-content: center;
    flex-direction: column;
    margin-top: 20vh;
  }

  .TR {
    font-size: 3vh;
    color: #5270c4;
    text-align: center;
  }

  .Movil {
    color: #8d9cca;
    font-size: 5vh;
    display: flex;
    justify-content: center;
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .TRN {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 5vh;
  }

  .TRNT {
    text-align: center;
    color: #455fa8;
    font-size: 3vh;
    margin-bottom: 89px;
  }

  h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 12vh;
    color: #5270c4;
    font-size: 3vh;
    text-align: center;
  }

  h2 {
    text-align: center;
    color: #455fa8;
    font-size: 3vh;
  }

  .triangle1 {
    display: none;
    height: 20vh;
    aspect-ratio: 1/1;
    aspect-ratio: cos(30deg);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background: #91a3d3;
    margin-top: 0;
    width: 50%;
  }

  .triangle2 {
    display: none;
    height: 10vh;
    width: 30vw;
    aspect-ratio: cos(30deg);
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    background-color: #a8b7e2;
  }

  .Refrigerador img {
    display: flex;
    height: 26vh;
  }

  h3 {
    text-align: center;
    color: #5270c4;
    font-size: 3.5vh;
    font-family: ;
  }

  .rectangulo {
    display: none;
  }

  .Cont-3Circulos {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 30vh 30vh 30vh 30vh 30vh 30vh;
    margin-top: 21vh;
  }

  .C3-Circulo-1 {
    grid-column: 1/1;
    grid-row: 1/2;
    height: 20vh;
  }

  .C1 {
    height: 20vh;
    border-radius: 100%;
    aspect-ratio: 1/1;
    background-color: #a7cdff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 5vh;
  }

  .C3-Circulo-2 {
    grid-column: 1/1;
    grid-row: 3/4;
    height: 20vh;
  }

  .C2 {
    height: 20vh;
    border-radius: 100%;
    aspect-ratio: 1/1;
    background-color: #a7cdff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 5vh;
  }

  .C3-Circulo-3 {
    grid-column: 1/1;
    grid-row: 5/6;
    height: 20vh;
  }

  .C3 {
    height: 20vh;
    border-radius: 100%;
    aspect-ratio: 1/1;
    background-color: #a7cdff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 5vh;
  }

  /* ----------------------------------------- */
  .C3-Info-1 {
    grid-column: 1/1;
    grid-row: 2/3;
  }

  .I1 {
    display: flex;
    align-items: center;
    height: 20vh;
    font-size: 3vh;
    text-align: center;
    color: #5270c4;
    justify-content: center;
    margin: auto;
  }

  .C3-Info-2 {
    grid-column: 1/1;
    grid-row: 4/5;
  }

  .I2 {
    display: flex;
    align-items: center;
    height: 20vh;
    font-size: 3vh;
    color: #5270c4;
    justify-content: center;
    text-align: center;
  }

  .C3-Info-3 {
    grid-column: 1/1;
    grid-row: 6/6;
  }

  .I3 {
    display: flex;
    align-items: center;
    height: 20vh;
    font-size: 3vh;
    color: #5270c4;
    text-align: center;
    justify-content: center;
  }

  h4 {
    text-align: center;
    font-size: 3vh;
    color: #5270c4;
    max-width: 80vw;
    margin-bottom: 20px;
  }

  h5 {
    text-align: center;
    color: #5b89b3;
    font-size: 2vh;
    width: 87vw;
  }

  .Servicios1 {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: auto;
  }

  .Servicios1img {
    width: 100vw;
    height: 27%;
    background-color: #ffffff;
    display: flex;
  }

  .Servicios1img img {
    margin: auto;
    width: 100vw;
  }

  .Servicios1info {
    width: 100%;
    height: 32vh;
    margin-bottom: 5vh;
  }

  .Servicios2 {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
  }

  .Servicios2img {
    width: 100%;
    height: auto;
    background-color: #ececec85;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .Servicios2img img {
    margin: auto;
    height: 22vh;
  }

  .Servicios2info {
    width: 100%;
    height: 100%;
    background-color: #697cd1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    margin-bottom: 5vh;
  }

  .Servicios3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
  }

  .Servicios3img {
    width: 100%;
    height: 21vh;
  }

  .Servicios3img img {
    height: 20vh;
    margin-bottom: 32vh;
  }

  .Servicios3info {
    background-color: #697cd1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 26vh;
    background-color: #ffffff;
    margin-bottom: 15vh;
  }

  h6 {
    font-size: 2vh;
  }

  .Ciudad {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #5270c4;
    gap: 0;
    margin-top: 10vh;
  }

  .Cita {
    font-size: 3vh;
    text-align: center;
    max-width: 90vw;
    margin-top: 10px;
  }

 

  .Close {
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .Close-Text {
    width: 70%;
    font-size: 2.5vh;
    text-align: center;
  }

  .T2 {
    display: flex;
    justify-content: end;
    width: 100%;
    margin-top: 100px;
  }

  .Separador3 {
    display: flex;
    align-items: center;
    margin: auto;
    height: 30vh;
    width: 100%;
  }

  .Footer-Line {
    margin-top: 20vh;
    height: 10vh;
    background-color: #b4d7ff;
    width: 100%;
  }

  .Footer-Bline {
    background-color: #ffffff;
  }

  .Footer {
    height: auto;
    background-color: rgb(110, 166, 250);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: rgb(255, 255, 255);
    padding: 10px;
    /*  
  border-radius: 20vh 0px 0px 90vh ;
  */
  }

  .CF1 {
    margin-bottom: 30px;
  }

  .CFN {
    font-size: 2.5vh;
    margin-top: 20px;
    margin-bottom: 5vh;
    color: #ffffff;
  }

  .CF1 ul li {
    font-size: 1.5vh;
    list-style: none;
  }

  .CF2 ul li {
    font-size: 4.5vw;
    list-style: none;
    display: flex;
  }

  .CF3 ul li {
    font-size: 1.5vh;
    list-style: none;
  }
}

@media (min-width: 768px) {
  .Menu ul li a {
    color: #ffffff;
  }

  .fa-gear {
    display: none !important;
  }

  .fa-phone-flip {
    display: none !important;
  }

  .Cont-Trian {}

  .Cont-Trian1 {
    display: none;
  }

  .header {
    display: flex;
    background-color: rgb(110, 166, 250);
  }

  /* ---------------------------------------------------------------- */
  .Menu {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    height: 20vh;
    background-color: rgb(255, 255, 255);
    border-radius: 100px 0 0 400px;
    background-color: #ffffff;
  }

  /* ---------------------------------------------------------------- */
  .Menu ul {
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .Menu ul li {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .Menu ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 12vh;
    border-radius: 100%;
    aspect-ratio: 1/1;
    margin-right: 20px;
    font-size: 2vh;
    text-decoration: none;
    color: #ffffff;
  }

  .Menu li:nth-child(1) a {
    background-color: rgb(15, 82, 182);
    border: #b3c1ff solid 8px;
  }

  .Menu li:nth-child(2) a {
    background-color: rgb(15, 82, 182);
    border: #b3c1ff solid 8px;
  }

  .Menu li:nth-child(3) a {
    background-color: rgb(15, 82, 182);
    border: #b3c1ff solid 8px;
  }

  .Menu li a:hover {
    box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.4),
      inset 0 -4px 6px rgba(255, 255, 255, 0.2);
    transform: scale(0.97);
    /* se encoge un poco */
  }

  /* ---------------------------------------------------------------- */
  /* ---------------------------------------------------------------- */
  /* ---------------------------------------------------------------- */
  .Cont-Separadores {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    background-color:
      #5270c4;
    margin-bottom: 40vh;
    height: 15vh;
  }

  .SD {
    margin-right: 1vw;
  }

  h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30vh;
    color: rgb(15, 82, 182);
    font-size: 10vh;
  }

  .ContactS1 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 20vh;
  }

  .Movil {
    color: #8d9cca;
    font-size: 8vh;
    justify-content: center;
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .TRN {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 5vh;
  }

  .TRNT {
    text-align: center;
    color: #455fa8;
    font-size: 8vh;
    margin-bottom: 89px;
  }

  .Cont-Trian {}

  .Cont-Trian {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .T1 {
    width: 100%;
  }

  /* HTML: <div class="triangle"></div> */
  .triangle1 {
    display: none;
  }

  .T2 {
    display: flex;
    justify-content: end;
    width: 100%;
  }

  /* HTML: <div class="triangle"></div> */
  .triangle2 {
    display: none;
  }

  /* ---------------------------------------------------------------- */
  /* ---------------------------CUADRADOS ------------------------------------- */
  /* ---------------------------------------------------------------- */
  .Cont-Frigo {
    display: flex;
    justify-content: center;
    margin-bottom: 10vh;
    margin-top: 20vh;
  }

  .Refrigerador img {
    display: flex;
    height: 100vh;
  }

  /* ---------------------------------------------------------------- */
  .Cont-Ribbon {
    display: flex;
    align-items: center;
    height: 100%;
  }

  /* HTML: <div class="ribbon">Your text content</div> */
  .ribbon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 30vw;
    height: 100%;
    text-align: center;
    background-color: #13df3f;
    font-size: 4.5vh;
    font-weight: bold;
    color: #fff;
    --r: .8em;
    /* control the cutout */
    border-block: .5em solid #0000;
    padding-inline: .5em calc(var(--r) + .25em);
    line-height: 1.8;
    background:
      radial-gradient(.2em 50% at left, #000a, #0000) border-box,
      #6076b4;
    padding-box;
    /* the color  */
  }

  /* --------------------------SERVICIO ESPECIALIZADO H2-------------------------------------- */
  /* ---------------------------------------------------------------- */
  .Cont-Barra-Flotante {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  /* ------------------ */
  /* ---------------------------------------------------------------- */
  /* ---------------------------------------------------------------- */
  /* ---------------------------------------------------------------- */
  /* 
  
  .Separador1 {
  
  
  display: flex;
  
  width: 70vh;
  height: 100%;
  background-color: #3c5aad;
  
  
  }
  
  
  
  
  .Separador1 img {
  
  
  
  display: none;
  width: 100%;
  
  }
   */
  /* ---------------------------------------------------------------- */
  /* ---------------------------------------------------------------- */
  /* ---------------------------------------------------------------- */
  .Servicios1 {
    margin-top: 20vh;
    display: flex;
    flex-direction: row-reverse;
    height: 100vh;
  }

  .Servicios1img {
    width: 50%;
    height: 100%;
    background-color: #f1f5ff;
    display: flex;
  }

  .Servicios1img img {
    margin: auto;
    height: 70%;
  }

  .Servicios1info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 100%;
    background-color: #ffffff;
  }

  h5 {
    text-align: center;
    color: #5b89b3;
    font-size: 4vh;
    width: 87vw;
  }

  .Servicios2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 100vh;
  }

  .Servicios2img {
    width: 50%;
    height: auto;
    background-color: #ececec85;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .Servicios2img img {
    margin: auto;
    height: 80vh;
  }

  .Servicios2info {
    width: 50%;
    height: 100%;
    background-color: #697cd1;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 100%;
    background-color: #ffffff;
  }

  .SeparadorConge {
    height: 0.5vh;
    background-color: #5e7db600;
    width: 100%;
    margin: auto;
    border-radius: 10px 10px 10px 10px;
  }

  /* ---------------------------------------------------------------- */
  .Separador2 img {
    display: flex;
    width: 100%;
  }

  /* ---------------------------------------------------------------- */
  /* ---------------------------------------------------------------- */
  .Ciudad {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #5270c4;
    gap: 20px;
    margin-top: 40vh;
  }

  /* ---------------------------------------------------------------- */
  /* ---------------------------------------------------------------- */
  /* ---------------------------------------------------------------- */
  .Separador3 {
    display: flex;
    align-items: center;
    margin-top: 40vh;
    height: 30vh;
    width: 100%;
  }

  .Separador3 img {
    width: 100%;
  }

  /* ---------------------------------------------------------------- */
  /* ---------------------------------------------------------------- */
  /* ---------------------------------------------------------------- */
  /* ---------------------------------------------------------------- */
  /* ---------------------------------------------------------------- */
  /* ---------------------------------------------------------------- */
  .Footer-Line {
    margin-top: 20vh;
    height: 10vh;
    background-color: #b4d7ff;
    width: 100%;
  }

  .Footer-Bline {
    background-color: #ffffff;
  }

  .Footer {
    height: 30vh;
    background-color: #4264c2;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    text-align: center;
    color: rgb(255, 255, 255);
    /*  
  border-radius: 20vh 0px 0px 90vh ;
  */
  }

  .Hero-Movil {
    display: none;
  }

  .HeroFrigo-Movil {
    display: none;
  }
}