@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --electroCity-font: "Montserrat", sans-serif;
  --electroCity-primary-color: #e81a68 !important;
  --electroCity-secondary-color: #4dbfd9 !important;
  --electroCity-text-color: #3f3f3f !important;
}

a:focus, div:focus, button:focus, input:focus, textarea:focus {
  outline: none;
}

.form-control:focus, .field-wrap textarea:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  border-color: transparent;
}

::selection {
  color: var(--electroCity-primary-color);
}

body {
  font-size: 20px;
  font-weight: 400;
  font-family: var(--electroCity-font);
  color: var(--electroCity-text-color);
}

p {
  font-family: var(--electroCity-font);
  font-size: 15px;
  line-height: 16px;
}

h1 {
  font-size: 40px;
  font-weight: 900;
  color: var(--electroCity-primary-color);
  font-family: var(--electroCity-font);
}

h2 {
  font-size: 1.7rem;
  margin-bottom: 0;
  font-weight: 400;
  font-family: var(--electroCity-font);
}

:is(h2, h3, h4, h5) b,
:is(h2, h3, h4, h5) strong,
:is(p) b,
:is(p) strong {
  font-weight: 600;
}

a {
  text-decoration: none;
  transition: all 500ms ease;
  font-family: var(--electroCity-font);
}

ul {
  ist-style: none;
}
ul li {
  margin-bottom: 5px;
  line-height: 25px;
}

.navbar {
  margin-bottom: 2rem;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
}
.navbar .navbar-brand img {
  width: 180px;
  height: auto;
}
@media only screen and (max-width: 500px) {
  .navbar .navbar-brand img {
    width: 100px;
  }
}
.navbar .btn_cotiza {
  color: #fff;
  font-size: 13px;
  padding: 0.3rem 1.4rem;
  border-radius: 50px;
  margin-bottom: 15px;
  font-weight: 700;
  background: var(--electroCity-primary-color);
  display: inline-block;
}
@media only screen and (max-width: 500px) {
  .navbar .btn_cotiza {
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }
}
.navbar .menuList {
  width: 100%;
}
.navbar .menuList ul {
  margin: 0 15px 0 0;
  list-style: none;
  text-align: right;
  font-size: 1.1rem;
  font-weight: 600;
}
.navbar .menuList ul li {
  margin: 0 10px;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 500px) {
  .navbar .menuList ul li {
    margin: 15px 0;
    display: block;
    text-align: center;
  }
}
.navbar .menuList ul li::after {
  content: "";
  height: 100%;
  width: 2px;
  background: #4dbfd9;
  display: block;
  position: absolute;
  top: 0;
  left: -10px;
}
@media only screen and (max-width: 500px) {
  .navbar .menuList ul li::after {
    display: none;
  }
}
.navbar .menuList ul li a {
  color: var(--electroCity-font);
  padding: 0 5px;
  transition: all 500ms ease;
}
.navbar .menuList ul li a:hover {
  color: #016586;
}
.navbar .menuList ul li.current-menu-item, .navbar .menuList ul li.current_page_item a {
  color: #016586;
}
.navbar .menuList ul li:first-child::after {
  content: "";
  display: none;
}

header.ElectroCityHeader {
  margin-top: 160px;
}
@media only screen and (max-width: 500px) {
  header.ElectroCityHeader {
    margin-top: 100px;
  }
}
header.ElectroCityHeader .slick-dots {
  bottom: 20px;
}
header.ElectroCityHeader .slick-dots li button {
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 500px) {
  header.ElectroCityHeader .slick-dots li button {
    width: 20px;
    height: 20px;
  }
}
header.ElectroCityHeader .slick-dots li button:before {
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 17px;
  line-height: 30px;
}
@media only screen and (max-width: 500px) {
  header.ElectroCityHeader .slick-dots li button:before {
    width: 20px;
    height: 20px;
  }
}

.ElectroCityHomeSomos {
  margin: 0 0 4rem;
  padding: 3rem 0;
}
.ElectroCityHomeSomos .ElectroCityHomeSomosContent {
  position: relative;
}
.ElectroCityHomeSomos .ElectroCityHomeSomosContent img {
  position: absolute;
  z-index: -2;
}
@media only screen and (max-width: 500px) {
  .ElectroCityHomeSomos .ElectroCityHomeSomosContent img {
    width: 100%;
  }
}
.ElectroCityHomeSomos .ElectroCityHomeSomosContent h3 {
  padding: 5px 30px 5px 10px;
  border-radius: 50px;
  color: #fff;
  margin-top: 35px;
}
.ElectroCityHomeSomos .ElectroCityHomeSomosContent .fotoDesktop {
  display: inline-block;
}
@media only screen and (max-width: 500px) {
  .ElectroCityHomeSomos .ElectroCityHomeSomosContent .fotoDesktop {
    display: none;
  }
}
.ElectroCityHomeSomos .ElectroCityHomeSomosContent .ElectroCityHomeSomosContent_info_izq {
  padding-left: 3rem;
  width: 55%;
  float: right;
}
@media only screen and (max-width: 500px) {
  .ElectroCityHomeSomos .ElectroCityHomeSomosContent .ElectroCityHomeSomosContent_info_izq {
    padding-left: 0;
    width: 100%;
    width: 100%;
    margin: 190px 0 40px;
    text-align: center;
  }
}
.ElectroCityHomeSomos .ElectroCityHomeSomosContent .ElectroCityHomeSomosContent_info_izq h3 {
  background: var(--electroCity-primary-color);
  position: relative;
  text-align: right;
}
@media only screen and (max-width: 500px) {
  .ElectroCityHomeSomos .ElectroCityHomeSomosContent .ElectroCityHomeSomosContent_info_izq h3 {
    text-align: center;
  }
}
.ElectroCityHomeSomos .ElectroCityHomeSomosContent .ElectroCityHomeSomosContent_info_izq h3::after {
  content: "";
  border-radius: 50px;
  background: var(--electroCity-primary-color);
  width: 100px;
  height: 100%;
  position: absolute;
  left: -50px;
  top: 0;
  z-index: -1;
}
@media only screen and (max-width: 500px) {
  .ElectroCityHomeSomos .ElectroCityHomeSomosContent .ElectroCityHomeSomosContent_info_izq h3::after {
    display: none;
  }
}
.ElectroCityHomeSomos .ElectroCityHomeSomosContent .textRight {
  text-align: right;
}
@media only screen and (max-width: 500px) {
  .ElectroCityHomeSomos .ElectroCityHomeSomosContent .textRight {
    text-align: left;
  }
}
.ElectroCityHomeSomos .ElectroCityHomeSomosContent .ElectroCityHomeSomosContent_info_der {
  padding-left: 3rem;
  width: 50%;
  float: left;
}
@media only screen and (max-width: 500px) {
  .ElectroCityHomeSomos .ElectroCityHomeSomosContent .ElectroCityHomeSomosContent_info_der {
    padding-left: 0;
    width: 100%;
    float: initial;
  }
}
.ElectroCityHomeSomos .ElectroCityHomeSomosContent .ElectroCityHomeSomosContent_info_der .fotoMobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .ElectroCityHomeSomos .ElectroCityHomeSomosContent .ElectroCityHomeSomosContent_info_der .fotoMobile {
    position: relative;
    width: 100%;
    margin: 0 0 40px;
    text-align: center;
    display: block;
  }
}
.ElectroCityHomeSomos .ElectroCityHomeSomosContent .ElectroCityHomeSomosContent_info_der h3 {
  background: var(--electroCity-secondary-color);
  position: relative;
  padding: 5px 10px 5px 30px;
}
@media only screen and (max-width: 500px) {
  .ElectroCityHomeSomos .ElectroCityHomeSomosContent .ElectroCityHomeSomosContent_info_der h3 {
    text-align: center;
  }
}
.ElectroCityHomeSomos .ElectroCityHomeSomosContent .ElectroCityHomeSomosContent_info_der h3::after {
  content: "";
  border-radius: 50px;
  background: var(--electroCity-secondary-color);
  width: 100px;
  height: 100%;
  position: absolute;
  right: -50px;
  top: 0;
  z-index: -1;
}
@media only screen and (max-width: 500px) {
  .ElectroCityHomeSomos .ElectroCityHomeSomosContent .ElectroCityHomeSomosContent_info_der h3::after {
    display: none;
  }
}

.ElectroCityHomeVideo {
  background: #016586;
  padding: 5rem 0;
  margin: 3rem 0;
  position: relative;
}
.ElectroCityHomeVideo img.img_detalle {
  position: absolute;
  width: 120px;
  height: auto;
  top: -35px;
  left: 46%;
}
@media only screen and (max-width: 500px) {
  .ElectroCityHomeVideo img.img_detalle {
    left: 36%;
  }
}
.ElectroCityHomeVideo .ElectroCityHomeVideo_Content {
  position: relative;
}
.ElectroCityHomeVideo .ElectroCityHomeVideo_Content .video-container {
  height: 500px;
  width: 100%;
  position: relative;
  border-radius: 20px;
}
@media only screen and (max-width: 500px) {
  .ElectroCityHomeVideo .ElectroCityHomeVideo_Content .video-container {
    height: 320px;
  }
}
.ElectroCityHomeVideo .ElectroCityHomeVideo_Content .video-container video, .ElectroCityHomeVideo .ElectroCityHomeVideo_Content .video-container img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
  border-radius: 20px;
}
@media only screen and (max-width: 500px) {
  .ElectroCityHomeVideo .ElectroCityHomeVideo_Content .video-container video, .ElectroCityHomeVideo .ElectroCityHomeVideo_Content .video-container img {
    object-position: left;
  }
}
.ElectroCityHomeVideo .ElectroCityHomeVideo_Content .video-container .caption {
  height: 100%;
  z-index: 1;
  position: relative;
  text-align: left;
  color: #fff;
  padding: 40px;
  width: 100%;
  border-radius: 20px;
}
.ElectroCityHomeVideo .ElectroCityHomeVideo_Content .video-container .caption::after {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(to right, rgb(0, 19, 23) 0%, rgba(0, 19, 23, 0.99) 1%, rgba(0, 19, 23, 0) 100%);
  display: block;
  position: absolute;
  border-radius: 20px;
  top: 0;
  left: 0;
  z-index: -9;
}
.ElectroCityHomeVideo .ElectroCityHomeVideo_Content .video-container .caption p {
  font-size: 3rem;
  line-height: 3rem;
  margin: 0;
  font-weight: 900;
}
@media only screen and (max-width: 500px) {
  .ElectroCityHomeVideo .ElectroCityHomeVideo_Content .video-container .caption p {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.ElectroCityHomeVideo .ElectroCityHomeVideo_Content .video-container .caption:is(h2, h3, h4, h5) b, .ElectroCityHomeVideo .ElectroCityHomeVideo_Content .video-container .caption:is(h2, h3, h4, h5) strong, .ElectroCityHomeVideo .ElectroCityHomeVideo_Content .video-container .caption:is(p) b, .ElectroCityHomeVideo .ElectroCityHomeVideo_Content .video-container .caption :is(p) strong {
  font-weight: 900;
  color: var(--electroCity-primary-color);
}
.ElectroCityHomeVideo .ElectroCityHomeVideo_Content .video-container .caption em {
  font-weight: 900;
  color: var(--electroCity-secondary-color);
}
.ElectroCityHomeVideo .ElectroCityHomeVideo_Content .video-container .caption em strong {
  color: var(--electroCity-secondary-color);
}

.ElectroCityHomeServicios {
  position: relative;
  padding-bottom: 6rem;
  text-align: center;
}
.ElectroCityHomeServicios::after {
  content: "";
  height: 400px;
  width: 100%;
  background: url(../images/trama-bg.png) no-repeat bottom;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ElectroCityHomeServicios h4 {
  color: #fff;
  font-size: 2rem;
  padding: 0.2rem 4rem;
  border-radius: 50px;
  margin-bottom: 2rem;
  font-weight: 900;
  background: var(--electroCity-primary-color);
}
.ElectroCityHomeServicios p {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 3rem;
}
.ElectroCityHomeServicios .ElectroCityHomeServicios_info {
  margin-bottom: 4rem;
}
.ElectroCityHomeServicios .ElectroCityHomeServicios_info p {
  text-align: left;
}
.ElectroCityHomeServicios .ElectroCityHomeCotiza {
  text-align: center;
}
.ElectroCityHomeServicios .ElectroCityHomeCotiza h5 {
  padding: 0.5rem 0;
  background: var(--electroCity-secondary-color);
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  border-radius: 50px;
  margin-bottom: 2rem;
}

.bannerInterior {
  margin: 2rem 0 3.5rem;
}
@media only screen and (max-width: 500px) {
  .bannerInterior img {
    width: 100%;
  }
}

.ElectroCityInterior {
  margin-top: 160px;
}
@media only screen and (max-width: 500px) {
  .ElectroCityInterior {
    margin-top: 100px;
  }
}

.ElectroCityInteriorSeparador {
  position: relative;
}
.ElectroCityInteriorSeparador img.img_detalle {
  position: absolute;
  width: 120px;
  height: auto;
  top: -35px;
  left: 46%;
}

.ElectroCityInteriorCargadores {
  margin: 4rem 0rem 6rem;
  color: #3f3f3f;
  position: relative;
}
.ElectroCityInteriorCargadores h4 {
  font-size: 50px;
  font-weight: 900;
  margin-bottom: 0;
  line-height: 50px;
}
.ElectroCityInteriorCargadores h4 strong {
  font-weight: 900;
  color: var(--electroCity-primary-color);
}
.ElectroCityInteriorCargadores h4 em {
  font-weight: 900;
  color: var(--electroCity-secondary-color);
}
.ElectroCityInteriorCargadores h4 span {
  font-weight: 700;
  font-size: 13px;
}
.ElectroCityInteriorCargadores h6 {
  font-size: 1rem;
  line-height: 1rem;
  margin-bottom: 15px;
}
.ElectroCityInteriorCargadores p {
  line-height: 1.2rem;
  margin: 15px 0;
}
.ElectroCityInteriorCargadores p strong {
  font-weight: 800;
}
.ElectroCityInteriorCargadores img.img_cargador {
  position: absolute;
  width: 210px;
  bottom: -100px;
  left: calc(50% - 220px);
}
@media only screen and (max-width: 500px) {
  .ElectroCityInteriorCargadores img.img_cargador {
    display: none;
  }
}
.ElectroCityInteriorCargadores .ElectroCityInteriorCargadoresDescarga h2 {
  padding: 5px 30px;
  display: block;
  font-size: 40px;
  font-weight: 800;
  font-style: italic;
  text-align: center;
  border-radius: 50px;
  color: #fff;
  background: var(--electroCity-primary-color);
}
.ElectroCityInteriorCargadores .ElectroCityInteriorCargadoresDescarga p {
  padding: 0 15px;
  text-align: right;
}
@media only screen and (max-width: 500px) {
  .ElectroCityInteriorCargadores .ElectroCityInteriorCargadoresDescarga p {
    text-align: center;
  }
}
@media only screen and (max-width: 500px) {
  .ElectroCityInteriorCargadores .ElectroCityInteriorCargadoresDescarga {
    margin-bottom: 30px;
  }
}
.ElectroCityInteriorCargadores .ElectroCityInteriorCargadoresProposito h2 {
  padding: 5px 30px;
  display: block;
  font-size: 40px;
  font-weight: 800;
  font-style: italic;
  text-align: center;
  border-radius: 50px;
  color: #fff;
  background: var(--electroCity-secondary-color);
}
.ElectroCityInteriorCargadores .ElectroCityInteriorCargadoresProposito ul {
  margin: 15px 0;
}
.ElectroCityInteriorCargadores .ElectroCityInteriorCargadoresProposito ul li {
  font-size: 15px;
  line-height: 1.2rem;
  margin: 0 0 5px;
}
.ElectroCityInteriorCargadores .ElectroCityInteriorCargadoresProposito ul li strong {
  font-weight: 800;
}
.ElectroCityInteriorCargadores .ElectroCityInteriorCargadoresProposito ul strong {
  font-weight: 800;
}

.ElectroCityInteriorCargadoresPasos {
  padding: 4.5rem 0 6rem;
  margin-bottom: 3rem;
  background: linear-gradient(to bottom, rgb(1, 101, 134) 0%, rgb(255, 255, 255) 100%);
}

.ElectroCityInteriorCargadoresDatos {
  position: relative;
  padding-bottom: 6rem;
}
.ElectroCityInteriorCargadoresDatos::after {
  content: "";
  height: 400px;
  width: 100%;
  background: url(../images/trama-bg.png) no-repeat bottom;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ElectroCityInteriorCargadoresDatos h3 {
  font-size: 7rem;
  color: var(--electroCity-primary-color);
  font-weight: 800;
}
.ElectroCityInteriorCargadoresDatos h4 {
  font-size: 7rem;
  color: #316485;
  font-weight: 800;
}
.ElectroCityInteriorCargadoresDatos h5 {
  font-size: 7rem;
  color: #4dbfd9;
  font-weight: 800;
}
.ElectroCityInteriorCargadoresDatos p {
  font-size: 1.7rem;
  line-height: 2rem;
  margin-bottom: 3rem;
}

footer {
  background: url(../images/bg_footer.jpg) no-repeat bottom;
  background-size: cover;
  padding: 3rem;
  min-height: 500px;
}
footer img.logo_footer {
  width: 100%;
  margin-bottom: 15px;
}
@media only screen and (max-width: 500px) {
  footer img.logo_footer {
    margin-bottom: 35px;
  }
}
footer ul {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 500px) {
  footer ul {
    margin: 10px 0 30px;
  }
}
footer ul.socialmedia li {
  list-style-type: none;
  display: inline-block;
  margin: 0 15px;
}
footer ul.socialmedia li:last-child {
  margin-right: 0;
}
footer ul.socialmedia li:first-child {
  margin-left: 0;
}
footer ul.socialmedia li img {
  width: 40px;
  height: auto;
}
footer ul.footer_menu {
  position: relative;
}
footer ul.footer_menu::after {
  content: "";
  height: 100%;
  position: absolute;
  left: -5px;
  width: 3px;
  background: #fff;
  top: 0;
}
footer ul.footer_menu li {
  margin-bottom: 0;
  list-style-type: none;
  padding: 0 0 0 10px;
}
footer ul.footer_menu li a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  transform: all 500ms ease;
}
footer ul.footer_menu li a strong {
  font-weight: 900;
}
footer ul.footer_menu li a:hover {
  color: var(--electroCity-primary-color);
}
footer ul.subMenuFooterHablemos {
  margin-bottom: 2rem;
}
footer ul.subMenuFooterHablemos li {
  margin-bottom: 0;
  list-style-type: none;
  padding: 0 0 0 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: right;
}
@media only screen and (max-width: 500px) {
  footer ul.subMenuFooterHablemos li {
    text-align: left;
  }
}
footer ul.subMenuFooterHablemos li a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  transform: all 500ms ease;
}
footer ul.subMenuFooterHablemos li a strong {
  font-weight: 900;
}
footer ul.subMenuFooterHablemos li a:hover {
  color: var(--electroCity-primary-color);
}
footer ul.subMenuFooterContacto li {
  margin-bottom: 0;
  list-style-type: none;
  padding: 0 0 0 10px;
  text-align: right;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
@media only screen and (max-width: 500px) {
  footer ul.subMenuFooterContacto li {
    text-align: left;
  }
}
footer ul.subMenuFooterContacto li a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  transform: all 500ms ease;
}
footer ul.subMenuFooterContacto li a strong {
  font-weight: 900;
}
footer ul.subMenuFooterContacto li a:hover {
  color: var(--electroCity-primary-color);
}
footer .logoCirculo {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 500px) {
  footer .logoCirculo {
    width: 60%;
    margin: 30px auto;
  }
}

@media only screen and (max-width: 500px) {
  button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: 0 0 0 0;
  }
  .navbar-toggler img {
    display: block;
    opacity: 1;
    width: 30px;
  }
}

/*# sourceMappingURL=main.css.map */
