* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  margin: 0px;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
}

input,
textarea {
  outline: none;
  resize: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto !important;
}

.bg-pc {
  display: block;
}

.bg-mb {
  display: none;
}

@media screen and (max-width: 700px) {
  .bg-pc {
    display: none !important;
  }

  .bg-mb {
    display: block !important;
  }
}
@font-face {
  font-family: "gotham b";
  src: url("../font-text/Gotham-Black.otf");
}
@font-face {
  font-family: "lemonmilk m";
  src: url("../font-text/LEMONMILK-Medium.otf");
}
@font-face {
  font-family: "montserrat r";
  src: url("../font-text/Montserrat-Regular.ttf");
}
:root {
  --main-color-one: #0C53BC;
  --main-color-two: #FFAB03;
  --main-color-three: #5c5c5c;
}

/* */
@media screen and (min-width: 1410px) {
  html {
    font-size: 18px;
  }
}
@media screen and (min-width: 1550px) {
  html {
    font-size: 20px;
  }
}
@media screen and (min-width: 1800px) {
  html {
    font-size: 23px;
  }
}
/* */
@media screen and (max-width: 1250px) {
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 1150px) {
  html {
    font-size: 13px;
  }
}
@media screen and (max-width: 1100px) {
  html {
    font-size: 12px;
  }
}
@media screen and (max-width: 1050px) {
  html {
    font-size: 11px;
  }
}
@media screen and (max-width: 1000px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 700px) {
  html {
    font-size: 12px;
  }
}
@media screen and (max-width: 340px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 320px) {
  html {
    font-size: 9px;
  }
}
.ir-arriba {
  display: inline-block;
  padding: 0.38rem 0.25rem;
  background-color: var(--main-color-one);
  font-size: 1.88rem;
  color: white;
  cursor: pointer;
  position: fixed;
  bottom: 0.94rem;
  right: 0.94rem;
  z-index: 100;
  display: none;
}

.ir-arriba:hover {
  background-color: var(--main-color-two);
}

@media screen and (max-width: 700px) {
  .ir-arriba {
    bottom: 11%;
    right: 0.8rem;
    font-size: 2rem;
  }
}
.btns-mobile {
  background-color: var(--main-color-one);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  justify-content: space-around;
  align-items: center;
  z-index: 100;
}

.btn-call,
.btn-cotizar {
  color: white;
  padding: 15px 0;
  font-size: 13px;
  font-family: "montserrat r";
}

.btn-call {
  text-decoration: none;
}

.line-btn-mobile {
  height: 30px;
  width: 2px;
  background-color: white;
}

.main-form-pop-up {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 1rem;
  z-index: 400;
}

.main-form-pop-up-view {
  display: flex;
}

.child-form-pop-up {
  width: 100%;
  background-color: white;
  border-radius: 12px;
  padding: 2.5rem 1.5rem;
  position: relative;
}

.child-form-pop-up form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.input-mobile-f {
  width: 100%;
  margin-bottom: 0.7rem;
  font-size: 1.1rem;
  padding: 0.7rem;
  font-family: "montserrat r";
  color: var(--main-color-three);
}

.btn-mobile-f {
  color: white;
  background-color: var(--main-color-one);
  border: 0;
  padding: 0.5rem 3rem;
  font-family: "lemonmilk m";
}

.btn-close {
  position: absolute;
  right: -10px;
  top: -20px;
  color: white;
  background-color: var(--main-color-one);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
}

.btn-whatsapp-mobile {
  background-color: #25d366;
  position: fixed;
  top: 40%;
  right: 5px;
  width: 60px;
  height: 60px;
  display: none;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 3rem;
  color: white;
  z-index: 90;
}

.btn-phone {
  background-color: #0c53bb;
  position: fixed;
  top: 55%;
  right: 5px;
  width: 60px;
  height: 60px;
  display: none;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 3rem;
  color: white;
  z-index: 90;
}

.btn-whatsapp-mobile i, .btn-phone i {
  line-height: 0;
}

@media screen and (max-width: 980px) {
  body {
    margin-bottom: 45px;
  }

  .btns-mobile,
.btn-whatsapp-mobile, .btn-phone {
    display: flex;
  }
}
.section-line-main {
  width: 100%;
  height: 1.25rem;
  background-color: var(--main-color-one);
}

.section-header-main {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.child-section-header {
  max-width: 1520px;
  width: 80%;
  margin: 0.25rem 0;
}

.mobile-menu{
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 100%;
  z-index: 1;
  padding: 1rem 1rem;
  background-color: #ffffff;
  left: -9%;
  width: 100vw;
}

.mobile-menu a{
    font-size: 1rem;
    margin-bottom: 1rem;
}

@media screen and (min-width: 700px) {
    .mobile-menu{
        display: none;
    }
}

.menu-mobile-toggle{
    background-color: #FFFFFF;
    padding: 1rem 1rem;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
    margin: 0 auto;
    width: 100%;
}

.menu-mobile-toggle a{
    text-align: center;
}

.shadow{
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.43);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.43);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.43);
}

.toggle-menu{
    background-color: #FFFFFF;
    border-radius: 5px;
    padding: 1rem 1rem;
    position: absolute;
    top: 100%;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
}

.toggle-menu a{
    margin-bottom: 1rem;
}

.menu-tab{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
}

.mobile-button{
  background-color: transparent;
  border: none;
  font-size: 2.5rem;
  color: var(--main-color-one);
  outline: var(--main-color-one);
}

@media screen and (min-width: 700px){
    .mobile-button{
        display: none
    }
}

.division-top-s-h {
  width: 100%;
  border-bottom: 0.06rem solid var(--main-color-three);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.image-logo-header {
  width: 14.5%;
}

.image-wsp-header {
  width: 16%;
  transition: all 0.5s ease;
}

@media screen and (max-width: 700px){
  .image-wsp-header {
    display: none;
  }
}

.image-wsp-header:hover {
  transform: rotate(2deg);
}

.division-bottom-s-h {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.63rem 0;
}

.items-menu-header {
  display: flex;
  justify-content: center;
  align-items: center;
}

.item-only-menu-s-h {
  font-family: "lemonmilk m";
  color: var(--main-color-one);
  font-size: 0.75rem;
  transition: all 0.3s ease;
}

.item-only-menu-s-h:hover {
  color: var(--main-color-two);
}

.line-entre-items-header {
  height: 0.94rem;
  border: 0.06rem solid var(--main-color-one);
  margin: 0 1.88rem;
}

.social-all-c-s-h {
  display: flex;
  justify-content: center;
  align-items: center;
}

.letter-social-s-h {
  font-family: "lemonmilk m";
  color: var(--main-color-three);
  font-size: 0.75rem;
  margin-right: 0.63rem;
}

.social-s-h-all {
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-s-h-all a {
  color: white;
  background-color: var(--main-color-one);
  font-size: 0.88rem;
  padding: 0.19rem 0.06rem 0.13rem;
  border-radius: 50%;
  margin: 0 0.31rem;
  transition: all 0.3s ease;
}

.social-s-h-all a:hover {
  background-color: var(--main-color-two);
}

/*cambios*/
.container-new-number-contact,
.container-new-number-contact div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-new-number-contact {
  justify-content: space-between;
  width: 41% !important;
}

.container-new-number-contact div {
  width: 72%;
}

.container-new-number-contact > div {
  margin-bottom: 1rem;
}

.container-new-number-contact div img {
  width: 19%;
}

.container-new-number-contact div p {
  font-family: "lemonmilk m";
  color: var(--main-color-three);
  margin-left: 0.5rem;
  font-size: 1.06rem;
}

@media screen and (max-width: 700px) {
  .child-section-header {
    width: 85%;
    margin: 0.6rem 0;
  }

  .image-logo-header {
    width: 40%;
  }

  .image-wsp-header {
    width: 30%;
    transition: all 0.5s ease;
  }

  .items-menu-header {
    display: none;
  }

  .letter-social-s-h {
    font-size: 0.9rem;
    margin-right: 0.6rem;
  }

  .social-s-h-all a {
    font-size: 1.5rem;
    padding: 0.25rem 0.13rem 0.2rem;
  }

  /**/
  .division-top-s-h {
    border-bottom: none;
  }

  .container-new-number-contact {
    display: flex;
    flex-direction: column;
  }
  
  .division-bottom-s-h {
    display: none;
  }
}
.section-banner-main {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.child-section-banner {
  max-width: 1900px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.box-ab-section-banner {
  width: 80%;
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.division-box-ab-section-banner1 {
  width: 58%;
  color: white;
  font-family: "lemonmilk m";
}

.division-box-ab-section-banner2 {
  width: 42%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.division-box-ab-section-banner2 img {
  width: 80%;
  margin-top: 2.5rem;
}

.title-main-section-banner {
  font-size: 1.78rem;
  line-height: 3.8rem;
}

.title-main-section-banner span {
  font-size: 3.2rem;
}

.line-bottom-title-s-b {
  width: 90%;
  border-bottom: 0.25rem solid white;
  margin-top: 0.6rem;
}

.text-simple-s-banner {
  margin-top: 1.2rem;
  font-size: 1.13rem;
  padding-right: 7.5rem;
  color: #fff;
}

@media screen and (max-width: 700px) {
  .box-ab-section-banner {
    width: 85%;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  .division-box-ab-section-banner1 {
    width: 100%;
  }

  .division-box-ab-section-banner2 {
    width: 70%;
  }

  .title-main-section-banner {
    font-size: 2.4rem;
    line-height: 3rem;
    margin-top: 10%;
  }

  .title-main-section-banner span {
    font-size: 2.4rem;
  }

  .line-bottom-title-s-b {
    width: 90%;
    margin-top: 0.2rem;
  }

  .text-simple-s-banner {
    margin-top: 1rem;
    font-size: 1.2rem;
    padding-right: 3rem;
  }
}
.section-somos-main {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.child-section-somos {
  max-width: 1451px;
  width: 76.5%;
  margin: 2.8rem 0 3.13rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.box-letter-s-somos {
  width: 47%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.letter1-s-somos {
  background-color: var(--main-color-one);
  color: white;
  font-family: "lemonmilk m";
  font-size: 0.81rem;
  padding: 0.44rem 1rem;
}

.letter2-s-somos {
  color: var(--main-color-one);
  font-family: "lemonmilk m";
  font-size: 2.5rem;
  line-height: 3.13rem;
  margin-top: 0.94rem;
  margin-bottom: 0.75rem;
}

.letter3-s-somos {
  font-family: "montserrat r";
  color: var(--main-color-three);
  font-size: 0.81rem;
  margin-right: 2.8rem;
  line-height: 1.38rem;
  margin-bottom: 1.56rem;
  text-align: justify;
}

.container-items-img-s-somos {
  width: 95%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.only-container-items-img-s-somos {
  width: 32%;
}

.only-container-items-img-s-somos-b1 {
  width: 100%;
  background-color: var(--main-color-two);
  display: flex;
  justify-content: center;
  align-items: center;
}

.only-container-items-img-s-somos-b1 img {
  width: 36%;
  margin: 0.56rem 0;
}

.only-container-items-img-s-somos-b2 {
  width: 100%;
  text-align: center;
  color: var(--main-color-one);
  font-family: "lemonmilk m";
  font-size: 0.9rem;
  margin-top: 0.69rem;
}

.box-all-form-somos {
  width: 41.6%;
  margin-top: -8.55rem;
  z-index: 40;
  box-shadow: 0 0.25rem 0.94rem rgba(0, 0, 0, 0.5);
}

.box-all-form-somos-blue {
  width: 100%;
  background-color: var(--main-color-one);
  color: white;
  font-family: "lemonmilk m";
  text-align: center;
  font-size: 1.63rem;
  padding: 1.79rem 0;
}

.box-all-form-somos-form {
  width: 100%;
  background-color: white;
  padding: 1.56rem 2.5rem;
}

.form-s-somos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.input-form-s-somos {
  width: 100%;
  color: var(--main-color-three);
  font-family: "montserrat r";
  border: 0.06rem solid var(--main-color-three);
  padding: 0.69rem 1.25rem;
  font-size: 0.81rem;
  margin-bottom: 0.75rem;
  resize: none;
}

.btn-form-s-somos {
  width: 45%;
  background-color: var(--main-color-one);
  border: 0;
  color: white;
  font-family: "lemonmilk m";
  font-size: 1rem;
  padding: 0.31rem 0;
  margin-top: 0.31rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-form-s-somos:hover {
  background-color: var(--main-color-two);
}

@media screen and (max-width: 700px) {
  .child-section-somos {
    width: 85%;
    margin: 2.8rem 0 1.5rem;
    flex-wrap: wrap;
  }

  .box-letter-s-somos {
    width: 100%;
  }

  .letter3-s-somos {
    font-size: 1rem;
    margin-right: 2rem;
    margin-bottom: 1.5rem;
  }

  .container-items-img-s-somos {
    flex-wrap: wrap;
    width: 100%;
    margin-top: 1rem;
  }

  .only-container-items-img-s-somos {
    width: 100%;
    margin: 0 6.5rem;
  }

  .only-container-items-img-s-somos-b1 img {
    width: 45%;
    margin: 0.9rem 0;
  }

  .only-container-items-img-s-somos-b2 {
    font-size: 1rem;
    margin-top: 0.6rem;
    margin-bottom: 1.3rem;
  }

  .box-all-form-somos {
    display: none;
  }

  /**/
  .letter2-s-somos {
    font-size: 2.1rem;
    line-height: 2.8rem;
    margin-bottom: 0.8rem;
  }
}
.section-caracteristicas-main-color-b {
  background-color: var(--main-color-two);
  padding: 0.56rem 0;
}

.section-caracteristicas-main {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/fondos/img-caracteristicas.jpg);
  background-position: center;
  background-size: cover;
}

.child-section-caracteristicas {
  max-width: 1520px;
  width: 80%;
  margin: 2.81rem 0 7.63rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.title-s-caracteristicas {
  color: var(--main-color-one);
  background-color: white;
  font-family: "lemonmilk m";
  font-size: 1.13rem;
  padding: 0.63rem 1.31rem;
  margin-bottom: 3.13rem;
}

.container-all-caracteristicas {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.only-container-all-caracteristicas {
  width: 32.2%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.box-yellow-icon-s-c {
  width: 26%;
  background-color: var(--main-color-two);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.38rem 0;
}

.box-yellow-icon-s-c img {
  width: 85%;
}

.box-transp-icon-s-c {
  width: 70%;
}

.title-box-transp-icon-s-c {
  color: var(--main-color-two);
  font-family: "lemonmilk m";
  font-size: 0.81rem;
  margin-bottom: 0.31rem;
  margin-top: 0.38rem;
}

.sub-title-box-transp-icon-s-c {
  color: white;
  font-family: "montserrat r";
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: justify;
}

@media screen and (max-width: 700px) {
  .child-section-caracteristicas {
    width: 85%;
    margin: 2.81rem 0 6.5rem;
  }

  .title-s-caracteristicas {
    font-size: 1.6rem;
    padding: 0.4rem 2rem;
    margin-bottom: 2.6rem;
    text-align: center;
    line-height: 2rem;
  }

  .container-all-caracteristicas {
    flex-wrap: wrap;
  }

  .only-container-all-caracteristicas {
    width: 100%;
    margin-bottom: 1.2rem;
  }

  .title-box-transp-icon-s-c {
    font-size: 1rem;
    margin-bottom: 0.31rem;
    margin-top: 0;
  }

  .sub-title-box-transp-icon-s-c {
    font-size: 1rem;
    line-height: 1.19rem;
  }
}
.section-beneficios-main {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.child-section-beneficios {
  max-width: 1520px;
  width: 57%;
  background-color: white;
  box-shadow: 0 0.25rem 0.94rem rgba(0, 0, 0, 0.5);
  padding: 1.25rem 1.56rem;
  display: flex;
  justify-content: space-between;
  margin-top: -5rem;
}

.box1-child-section-beneficios {
  width: 29%;
  color: var(--main-color-one);
  font-family: "lemonmilk m";
  font-size: 1.94rem;
  line-height: 2.38rem;
  border-right: 0.13rem solid var(--main-color-one);
}

.box3-child-section-beneficios {
  width: 70%;
  display: flex;
  justify-content: space-between;
  align-items: self-start;
}

.box-letter-s-b {
  display: flex;
  align-items: flex-start;
  width: 31.5%;
}

.icon-box-letter-s-b {
  color: var(--main-color-one);
  font-size: 0.38rem;
  margin-top: 0.19rem;
  margin-right: 0.25rem;
}

.letter-box-letter-s-b {
  font-size: 1rem;
  font-family: "montserrat r";
}

@media screen and (max-width: 700px) {
  .child-section-beneficios {
    width: 85%;
    margin-top: -5rem;
    align-items: center;
    padding: 0.5rem 1rem;
  }

  .box1-child-section-beneficios {
    width: 35%;
    border-right: 0;
    border-bottom: none;
    text-align: start;
    padding-bottom: 0;
    font-size: 1.1rem;
    line-height: 1.5rem;
  }

  .box3-child-section-beneficios {
    width: 65%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.1rem;
    flex-wrap: wrap;
  }

  .box-letter-s-b {
    margin-bottom: 0.7rem;
    width: 100%;
  }

  .icon-box-letter-s-b {
    color: var(--main-color-one);
    font-size: 0.38rem;
    margin-top: 0.4rem;
    margin-right: 0.25rem;
  }

  .letter-box-letter-s-b {
    font-size: 0.95rem;
    font-family: "montserrat r";
  }
}
.section-new-personal-main {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.child-section-new-personal {
  max-width: 1520px;
  width: 80%;
  margin: 4.5rem 0 3.44rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.box1-section-new-personal {
  width: 45%;
}

.box2-section-new-personal {
  width: 51%;
}

.title1-section-new-personal {
  color: var(--main-color-one);
  font-family: "lemonmilk m";
  font-size: 1.94rem;
  line-height: 2.38rem;
}

.subtitle-section-new-personal {
  font-size: 1.25rem;
  font-family: "montserrat r";
  margin-top: 0.5rem;
}

.pc-slider{
    display: none !important;
}

@media screen and (min-width: 700px){
    .mobile-slider{
        display: none !important;
    }
    .pc-slider{
        display: flex !important;
    }
}

@media screen and (max-width: 700px) {
  .child-section-new-personal {
    width: 85%;
    margin: 4rem 0 0rem;
    flex-wrap: wrap;
  }

  .box1-section-new-personal {
    width: 100%;
  }

  .box2-section-new-personal {
    width: 100%;
  }

  .title1-section-new-personal,
.subtitle-section-new-personal {
    text-align: center;
  }

  .title1-section-new-personal {
    font-size: 1.25rem;
    line-height: 1.7rem;
    margin-top: 2rem;
  }

  .subtitle-section-new-personal {
    font-size: 1rem;
  }
}
.section-new-marcas-main {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.child-section-new-marcas {
  max-width: 1520px;
  width: 80%;
  margin: 2rem 0 3.44rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.title-new-marcas {
  background-color: var(--main-color-two);
  color: white;
  font-family: "lemonmilk m";
  font-size: 1.94rem;
  padding: 0.4rem 2.6rem;
  text-align: center;
  width: 100%;
}

.container-productos-marcas-main {
  width: 95%;
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.container-productos-marcas-main img {
  width: 20.5%;
  margin-bottom: 3rem;
  transition: all 0.3s ease;
}

.container-productos-marcas-main img:hover {
  box-shadow: 0 0.25rem 0.94rem rgba(0, 0, 0, 0.5);
}

.main-box-slider-v-mobile {
    width: 100%;
    margin-top: 1.5rem;
}

.container-two-sliders-s-n-m {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.box-slider-big-main {
    width: 100%;
    margin-bottom: 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
  .btn-slider1-snm,
.btn-slider2-snm {
    background-color: var(--main-color-two);
    color: white;
    font-size: 2rem;
    cursor: pointer;
  }

  .btn-slider1-snm {
    padding: 0.25rem 0.25rem 0.17rem 0;
  }

  .btn-slider2-snm {
    padding: 0.25rem 0.17rem 2px 0.25rem;
  }

  .container-main-slider-big1 {
    width: 70%;
  }

  .box-slider-big2-snm {
    width: 100%;
  }
  .slider-items-mobile{
      display: block;
  }
  .slider-items-pc{
      display: none;
  }
  .slide-group{
      width: 15%;
      display: flex;
      justify-content: space-between;
  }
  .slide-group > div{
      width: 30%;
  }

@media screen and (min-width: 700px){
    .slide-group{
        width: 15%;
        display: flex;
        justify-content: space-between;
    }
    .slider-items-mobile{
      display: none;
  }
  .slider-items-pc{
      display: block;
  }
}

@media screen and (max-width: 700px) {
  .child-section-new-marcas {
    width: 100%;
    margin: 2rem 0 3rem;
  }

  .title-new-marcas {
    font-size: 1.85rem;
    padding: 0.8rem 3.3rem;
    text-align: center;
  }

  .container-productos-marcas-main {
    display: none;
  }
}

/*@import 'modules/section-servicios';*/
.section-cotiza-main {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.child-section-cotiza {
  max-width: 1520px;
  width: 80%;
  margin: 1.56rem 0 3.44rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.division-section-cotiza1 {
  width: 55%;
}

.division-section-cotiza2 {
  width: 44%;
}

.title-section-cotiza1 {
  font-family: "lemonmilk m";
  color: var(--main-color-one);
  font-size: 2.75rem;
  line-height: 3.5rem;
  margin-bottom: 0.94rem;
}

.sub-title-section-cotiza1 {
  color: var(--main-color-three);
  font-family: "montserrat r";
  font-weight: bold;
  font-size: 0.97rem;
  padding-right: 7rem;
  margin-bottom: 1.88rem;
}

.form-section-cotiza {
  width: 91%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.input-s-c-100,
.input-s-c-50 {
  color: var(--main-color-three);
  font-family: "montserrat r";
  border: 0.06rem solid var(--main-color-three);
  margin-bottom: 1.13rem;
  font-weight: bold;
  font-size: 1.25rem;
  padding: 0.69rem 0.94rem;
}

.input-s-c-100 {
  width: 100%;
}

.input-s-c-50 {
  width: 49%;
}

.input-s-c-100::placeholder,
.input-s-c-50::placeholder {
  color: var(--main-color-three);
}

.container-enviar-f-s-c {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.container-enviar-f-s-c input {
  background-color: var(--main-color-one);
  border: 0;
  color: white;
  font-family: "gotham b";
  font-size: 1.25rem;
  padding: 0.63rem 1.88rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.container-enviar-f-s-c input:hover {
  background-color: var(--main-color-two);
}

@media screen and (max-width: 700px) {
  .child-section-cotiza {
    width: 85%;
    margin: 1rem 0 2.5rem;
    flex-wrap: wrap;
  }

  .division-section-cotiza1 {
    width: 100%;
    order: 2;
  }

  .division-section-cotiza2 {
    width: 100%;
    padding: 1.2rem;
    margin-bottom: 1.5rem;
    order: 1;
  }

  .title-section-cotiza1 {
    font-size: 2.05rem;
    line-height: 2.9rem;
    margin-bottom: 0.7rem;
  }

  .sub-title-section-cotiza1 {
    font-size: 1rem;
    padding-right: 1.5rem;
    margin-bottom: 1.8rem;
  }

  .input-s-c-50 {
    width: 100%;
  }
}
.section-footer-main {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.child-section-footer {
  max-width: 1900px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.box-ab-section-footer {
  width: 80%;
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.division-box-ab-section-footer1 {
  width: 26%;
}

.division-box-ab-section-footer2 {
  width: 32%;
}

.division-box-ab-section-footer3 {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}

.title-d-d-b-ab-s-f {
  font-family: "gotham b";
  color: white;
  font-size: 1.28rem;
  margin-bottom: 0.94rem;
}

.container-icon-letter-s-f {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  color: white;
  margin-left: 1.56rem;
  margin-bottom: 0.63rem;
}

.icon-s-footer {
  width: 1.3rem;
  margin-right: 0.63rem;
  text-align: center;
}

.text-s-footer {
  font-family: "montserrat r";
  font-size: 0.88rem;
}

.box-socials-footer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-socials-footer {
  color: var(--main-color-one);
  background-color: white;
  padding: 0.31rem 0.19rem;
  font-size: 1.25rem;
  border-radius: 50%;
  margin: 0 0 0 0.94rem;
  transition: all 0.3s ease;
}

.icon-socials-footer:hover {
  transform: translateY(-0.3em);
}

@media screen and (max-width: 700px) {
  .child-section-footer {
    background-image: url(../img/fondos/img-footer-mobile.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
  }

  .box-ab-section-footer {
    width: 85%;
    position: relative;
    flex-wrap: wrap;
    margin: 1.5rem 0;
  }

  .division-box-ab-section-footer1 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0 2.5rem;
  }

  .division-box-ab-section-footer1 img {
    width: 52%;
  }

  .division-box-ab-section-footer2 {
    width: 100%;
    margin-bottom: 3.5rem;
  }

  .division-box-ab-section-footer3 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
  }

  .title-d-d-b-ab-s-f {
    font-size: 1.4rem;
    margin-bottom: 0.94rem;
  }

  .container-icon-letter-s-f {
    margin-left: 1.3rem;
    margin-bottom: 0.8rem;
  }

  .icon-s-footer {
    margin-right: 0.63rem;
    margin-top: 0.1rem;
  }

  .text-s-footer {
    font-family: "montserrat r";
    font-size: 1.1rem;
  }

  .icon-socials-footer {
    padding: 0.45rem 0.25rem;
    font-size: 1.7rem;
  }
}