@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  color: #020101;
}

/* Estilo para los enlaces (links) */
a {
  color: #d8332a;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Estilo para las listas */
ul,
ol {
  margin: 1em 0;
  padding: 0 1em;
}

/* Estilo para las imágenes */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  box-sizing: border-box;
}

.cabecera {
  width: 100%;
}
.cabecera header {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: auto;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 0.5rem 0;
  clip-path: polygon(50% 0%, 100% 0, 100% 35%, 100% 82%, 100% 95%, 38% 95%, 15% 100%, 0 90%, 0% 35%, 0 0);
}
.cabecera header .logo img {
  width: 110px;
  height: 60px;
  object-fit: contain;
}
.cabecera header nav a {
  color: #020101;
  font-size: 1rem;
  text-transform: uppercase;
  margin-right: 1.5rem;
  font-weight: 500;
  border-radius: 10px;
  padding: 0.4rem 1rem;
  border: 2px solid transparent;
}
.cabecera header nav a:hover {
  transition: all 0.4s;
  border: 2px solid #d8332a;
  color: #d8332a;
  text-decoration: none;
}
.cabecera header nav .active {
  border: 2px solid #d8332a;
  color: #d8332a;
}
.cabecera header .movile {
  display: none;
}
.cabecera header .movile button {
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 1.2rem;
}
.cabecera header .movile button img {
  width: 30px;
  height: 30px;
}
.cabecera .menu_mobile {
  width: 100%;
  height: 100vh;
  z-index: 9999;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  flex-direction: column;
  align-items: center;
}
.cabecera .menu_mobile button {
  border: 0;
  background: transparent;
  font-size: 2rem;
  margin: 4rem 0;
}
.cabecera .menu_mobile button img {
  width: 30px;
  height: 30px;
}
.cabecera .menu_mobile nav {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cabecera .menu_mobile nav a {
  color: #171717;
  font-size: 1.4rem;
  margin-bottom: 2rem;
  margin-left: 0;
}
.cabecera .portada {
  width: 100%;
  height: auto;
  min-height: 90vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../media/slider/1.jpeg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
  box-sizing: border-box;
  padding-top: 5rem;
  clip-path: polygon(50% 0%, 100% 0, 100% 35%, 100% 82%, 81% 91%, 54% 94%, 21% 88%, 0% 70%, 0% 35%, 0 0);
}
.cabecera .portada h1 {
  font-size: 3rem;
  line-height: 3.3rem;
  font-weight: 700;
}
.cabecera .portada h2 {
  font-size: 1.2rem;
  line-height: 2rem;
  margin-top: 1.5rem;
  font-weight: 500;
}
.cabecera .portada a {
  color: #fff;
  font-weight: 500;
  background-color: transparent;
  border: 2px solid #fff;
  text-decoration: none;
  font-size: 1rem;
  border-radius: 15px;
  padding: 0.8rem 1.3rem;
  margin-top: 1.5rem;
  display: inline-block;
}
.cabecera .portada a:hover {
  transition: all 0.5s;
  color: #d8332a;
  background-color: rgba(255, 255, 255, 0.9);
}
.cabecera .swiper {
  width: 100%;
  height: auto;
  min-height: 90vh;
  clip-path: polygon(50% 0%, 100% 0, 100% 35%, 100% 82%, 81% 91%, 54% 94%, 21% 88%, 0% 70%, 0% 35%, 0 0);
  position: relative;
}
.cabecera .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 90vh;
  object-fit: cover;
  object-position: center;
}
.cabecera .swiper .texto_ {
  position: absolute;
  z-index: 9999;
  top: 0;
  width: 100%;
  color: #fff;
  left: 0;
  min-height: 90vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  padding-top: 5rem;
  box-sizing: border-box;
  padding-left: 4rem;
}
.cabecera .swiper .texto_ h1 {
  font-size: 3rem;
  line-height: 3.3rem;
  font-weight: 700;
}
.cabecera .swiper .texto_ h2 {
  font-size: 1.2rem;
  line-height: 2rem;
  margin-top: 1.5rem;
  font-weight: 500;
}
.cabecera .swiper .texto_ a {
  color: #fff;
  font-weight: 500;
  background-color: transparent;
  border: 2px solid #fff;
  text-decoration: none;
  font-size: 1rem;
  border-radius: 15px;
  padding: 0.8rem 1.3rem;
  margin-top: 1.5rem;
  display: inline-block;
}
.cabecera .swiper .texto_ a:hover {
  transition: all 0.5s;
  color: #d8332a;
  background-color: rgba(255, 255, 255, 0.9);
}
.cabecera .cards_servicios {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  top: -11rem;
}
.cabecera .cards_servicios .c_servicio {
  width: 23%;
  height: auto;
  min-height: 300px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.75);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 1rem;
  border-radius: 15px;
}
.cabecera .cards_servicios .c_servicio .icono {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.cabecera .cards_servicios .c_servicio .titulo {
  font-size: 1.3rem;
  text-align: center;
  color: #020101;
  line-height: 1.5rem;
  font-weight: 500;
  margin: 1rem 0;
}
.cabecera .cards_servicios .c_servicio .texto {
  font-size: 0.9rem;
  text-align: center;
  color: #020101;
  line-height: 1.3rem;
  font-weight: 300;
}
.cabecera .cards_servicios .c_servicio:hover {
  cursor: pointer;
  transition: transform 0.3s ease;
  transform: rotate(3deg);
  /* Ajusta el ángulo de giro según tus preferencias */
}

.video {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: -2rem;
  background: url("../media/fondovideo.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 6rem 0;
}
.video video {
  width: 65%;
  height: auto;
  max-height: 500px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.75);
}

.section-circle-k {
  width: 100%;
  margin-top: 0rem;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 10rem;
  padding-bottom: 12rem;
}
.section-circle-k .row {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-circle-k .row .col {
  width: 40%;
}
.section-circle-k .row .col .images {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}
.section-circle-k .row .col .images img {
  border-radius: 15px;
}
.section-circle-k .row .col .images .img1 {
  width: 75%;
  margin: 0;
}
.section-circle-k .row .col .images .img2 {
  width: 55%;
  position: absolute;
  right: 1rem;
  bottom: -4rem;
  opacity: 0.9;
}
.section-circle-k .row .col .images img:hover {
  transition: transform 0.5s;
  transform: scale(1.1);
  cursor: pointer;
}
.section-circle-k .row .col svg {
  width: 300px;
  height: auto;
}
.section-circle-k .row .col p {
  font-size: 1.1rem;
  line-height: 1.7rem;
  font-weight: 500;
  text-align: center;
  margin-top: 1.5rem;
}
.section-circle-k .row .col_img {
  width: 60%;
  display: flex;
  justify-content: flex-start;
}
.section-circle-k .row .col_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 2rem;
}

.combustible {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #EBF1F6;
}
.combustible .titulo {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.combustible .titulo h2 {
  font-weight: 700;
  font-size: 2.3rem;
  color: #020101;
  text-align: center;
}
.combustible .titulo p {
  text-align: center;
  font-size: 1.2em;
  font-weight: 400;
  margin-top: 1rem;
  color: #020101;
}
.combustible .gasolinas {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
}
.combustible .gasolinas .gasolina {
  width: 31%;
  -webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.75);
  box-sizing: border-box;
  padding: 1rem 1.5rem;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 370px;
  color: #fff;
  text-align: center;
}
.combustible .gasolinas .gasolina img {
  width: 100px;
  height: 100px;
  margin-bottom: 1rem;
}
.combustible .gasolinas .gasolina .titulo {
  font-size: 1.7rem;
  font-weight: 700;
}
.combustible .gasolinas .gasolina p {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 1rem;
  line-height: 1.4rem;
}
.combustible .gasolinas .gasolina .text {
  opacity: 0;
  transition: opacity 1s;
  height: 0;
}
.combustible .gasolinas .gasolina1 {
  background-image: linear-gradient(to left bottom, #393939, #563f5a, #863b66, #b92d57, #db302e);
}
.combustible .gasolinas .gasolina2 {
  background-image: linear-gradient(to left bottom, #464646, #363636, #262626, #181818, #030303);
}
.combustible .gasolinas .gasolina3 {
  background-image: linear-gradient(to left bottom, #464646, #3e5060, #005e6f, #006c62, #117539);
}
.combustible .gasolinas .gasolina:hover {
  transition: all 0.4s ease;
  cursor: pointer;
  resize: 1.1;
}
.combustible .gasolinas .gasolina:hover > .text {
  opacity: 1;
  height: auto;
  transition: all 2s ease;
}

.pagos {
  width: 100%;
  height: auto;
  padding-top: 6rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 7rem;
}
.pagos .titulo {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.pagos .titulo h2 {
  font-weight: 700;
  color: #020101;
  font-size: 2.3rem;
  text-align: center;
}
.pagos .titulo p {
  text-align: center;
  font-size: 1.2em;
  font-weight: 400;
  margin-top: 1rem;
  color: #020101;
}
.pagos .metodos {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  max-width: 80%;
  justify-content: space-around;
  margin: 4rem auto;
  align-items: center;
}
.pagos .metodos img {
  width: 70px;
  height: 70px;
  margin: 0 1rem;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.75);
  padding: 0.5rem;
  border-radius: 15px;
  object-fit: contain;
}
.pagos .info {
  margin: 2rem auto;
  width: 70%;
  font-size: 0.8rem;
  text-align: center;
  font-weight: bold;
  font-weight: 400;
  line-height: 1rem;
}

.piedepagina {
  width: 100%;
  height: auto;
  padding-top: 8rem;
  padding-bottom: 2rem;
  margin-top: -2rem;
  background-image: linear-gradient(to left bottom, #464646, #3e5060, #005e6f, #006c62, #117539);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
  clip-path: polygon(50% 0, 81% 8%, 100% 0, 100% 100%, 0 100%, 0 0, 19% 9%);
}
.piedepagina .title {
  color: #fff;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 4rem;
}
.piedepagina .title h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.3rem;
}
.piedepagina .title p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4rem;
  margin-top: 1rem;
}
.piedepagina .row_ {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.piedepagina .row_ .col_1 {
  height: auto;
  color: #fff;
  width: 50%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.piedepagina .row_ .col_1 div {
  margin-top: 1rem;
}
.piedepagina .row_ .col_1 div .box {
  margin-bottom: 3rem;
  display: flex;
  flex-direction: row;
  align-content: center;
}
.piedepagina .row_ .col_1 div .box .text {
  font-size: 1.2rem;
  font-weight: 500;
  position: relative;
  top: 3px;
}
.piedepagina .row_ .col_1 div .box .icon {
  width: 35px;
  margin-right: 0.7rem;
  height: 35px;
  object-fit: cover;
}
.piedepagina .row_ .col_2 {
  width: 50%;
  background-color: transparent;
  box-sizing: border-box;
  padding: 0 2rem;
  padding-bottom: 7rem;
  padding-left: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.piedepagina .row_ .col_2 iframe {
  border-radius: 5px;
  margin-top: 0.5rem;
}
.piedepagina footer {
  width: 100%;
}
.piedepagina footer p {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  margin: 2rem 0;
}

.terminos {
  width: 100%;
  margin: 5rem 0;
  padding-bottom: 4rem;
}
.terminos h1,
.terminos h2 {
  color: #222;
}
.terminos h2 {
  margin-top: 20px;
}
.terminos p {
  line-height: 1.5;
}
.terminos ul {
  list-style-type: disc;
  margin-left: 20px;
}
.terminos a {
  color: #007bff;
  text-decoration: none;
}
.terminos a:hover {
  text-decoration: underline;
}

.portada_politicas {
  width: 100%;
  height: auto;
  min-height: 50vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7)), url("../media/slider/16.jpeg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
  box-sizing: border-box;
  padding-top: 5rem;
  clip-path: polygon(50% 0%, 100% 0, 100% 35%, 100% 100%, 81% 87%, 50% 100%, 25% 87%, 0 100%, 0% 35%, 0 0);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.portada_politicas h1 {
  font-size: 3rem;
  line-height: 3.3rem;
  font-weight: 700;
  color: #fff;
  margin-top: -5rem;
}

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