@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.titulo-contacto h1, .titulo-productos h1, .titulo-companias h1, .subtitulo h2 {
  font-style: normal;
  font-weight: 500;
  text-align: center;
}

.imagen-fondo, .fondo-pagina {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

#texto-claro, .carousel-caption {
  color: antiquewhite;
  font-weight: 500;
  font-style: italic;
  font-size: 20px;
  z-index: 2;
  text-shadow: 2px 2px 4px black;
}

.subtitulo-productos-2 h2, .subtitulo-productos h2 {
  font-style: italic;
  font-weight: 500;
  padding: 10px;
  text-align: start;
}

/*----------formulario contacto--------*/
/*---Reset---*/
* {
  margin: 0;
  padding: 0;
}

body {
  background-color: black;
  font-size: 16px;
  color: antiquewhite;
  font-family: "Montserrat", sans-serif;
}

.titulo-superior-carousel {
  position: absolute;
  top: 20px;
  width: 100%;
  text-align: center;
  z-index: 10;
}
.titulo-superior-carousel h1 {
  color: antiquewhite;
  font-size: 50px;
  text-shadow: 2px 2px 4px black;
}

.carousel img {
  height: 550px;
  object-fit: cover;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.btn {
  text-decoration: none;
  padding: 8px;
  background-color: rgb(34, 100, 110);
  color: antiquewhite;
  font-size: 18px;
  font-weight: 500;
  padding-left: 15px;
  padding-right: 15px;
  border: none;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
  z-index: 3;
  transition: all 0.4s ease;
}
.btn:hover {
  transform: translateY(-5px);
  background-color: rgb(34, 80, 95);
  color: antiquewhite;
}

.custom-navbar {
  background-color: rgba(29, 34, 35, 0.705);
  z-index: 1050;
}

.custom-navbar .navbar-brand,
.custom-navbar .nav-link {
  color: antiquewhite;
  margin-left: 10px;
}

.custom-navbar .nav-link:hover {
  color: rgb(34, 80, 95);
}

.custom-navbar .navbar-nav .nav-link.active {
  color: antiquewhite;
}

.custom-navbar .navbar-nav .nav-link.active:hover {
  color: rgb(34, 80, 95);
}

.me-2 {
  border-radius: 10px;
}

/*-----------INDEX------------*/
.info {
  text-align: center;
  height: 400px;
  padding: 20px;
  background-color: rgba(29, 34, 35, 0.705);
}
.info h2 {
  padding-top: 10px;
  font-size: 30px;
  font-weight: 500;
}
.info h3 {
  padding-top: 20px;
  font-weight: 400;
  font-size: 25px;
}
.info h4 {
  padding-top: 30px;
  font-weight: 400;
  font-size: 20px;
}
.info p {
  padding-top: 30px;
  font-size: 18px;
}

.fondo-index {
  background: #000000;
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(1, 12, 23) 24%, rgb(6, 28, 48) 54%, rgb(6, 28, 68) 79%, rgb(4, 126, 148) 100%);
}

.subtitulo h2 {
  padding: 20px;
  font-size: 30px;
  text-shadow: 2px 1px 2px black;
}

.grid-destacados {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 350px;
  gap: 20px 10px;
  margin-top: 10px;
  justify-items: center;
  margin-bottom: 40px;
}

.grid-item {
  width: 300px;
  height: 350px;
  background-color: black;
  font-size: 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(29, 34, 35, 0.705);
  padding: 10px;
  border-radius: 10px;
  transition: all 0.2s ease;
}
.grid-item img {
  width: 80%;
  height: 300px;
  margin-top: 10px;
}
.grid-item h3 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.grid-item p {
  font-size: 16px;
  margin-top: 0;
}
.grid-item:hover {
  transform: scale(1.05);
}

.contact-box {
  position: absolute;
  margin-left: 60%;
  margin-top: 10%;
  padding: 50px;
  background-color: rgba(29, 34, 35, 0.705);
  font-size: 14px;
  max-width: 300px;
  z-index: 1;
  border-radius: 10px;
  color: white;
}
.contact-box h4 {
  font-size: 18px;
  color: white;
  font-weight: 500;
}
.contact-box p {
  font-size: 14px;
}

.contact-box {
  animation-name: slidein;
  animation-duration: 3s;
}
@keyframes slidein {
  from {
    margin-left: 75%;
    width: 300px;
  }
  to {
    margin-left: 60%;
    width: 300px;
  }
}

.mapa-container {
  position: relative;
  height: 65vh;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.mapa-container #mapa {
  width: 100%;
  height: 100%;
}

.whatsapp a {
  position: fixed;
  bottom: 5px;
  right: 5px;
  width: 80px;
  height: 80px;
}
.whatsapp a img {
  width: 100%;
  height: 100%;
}

.titulo-companias h1 {
  padding: 20px;
  color: antiquewhite;
  text-shadow: 2px 2px 4px black;
}

.fondo-companias {
  background-image: url(../img/fondocompanias.jpg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  min-height: 135vh;
}

.subtitulo-companias {
  margin-top: 10px;
  padding: 10px;
}
.subtitulo-companias div h2 {
  font-style: italic;
  text-align: center;
  margin-left: 100px;
  margin-right: 100px;
  text-shadow: 2px 2px 4px black;
}

.flex-contenido {
  margin-top: 20px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.flex-contenido div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 50px;
  margin: 20px;
  padding: 50px;
  border-style: solid;
  border-color: rgb(34, 80, 95);
  background-color: rgba(21, 24, 24, 0.868);
  border-radius: 10px;
}
.flex-contenido div img {
  width: 200px;
  height: 200px;
  object-fit: fill;
  border-radius: 10px;
}

/*--------------Pagina Productos -----------*/
.titulo-productos h1 {
  color: black;
  padding: 10px;
  margin-bottom: 10px;
  text-shadow: 2px 1px 2px black;
}

.fondo-pagina {
  background-image: url(../img/fondoproductos.jpg);
  min-height: 135vh;
  margin-bottom: 30px;
}

.subtitulo-productos h2 {
  color: black;
  font-weight: 600;
}

.subtitulo-productos-2 h2 {
  color: antiquewhite;
  margin-top: 30px;
}

.grid-productos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 100px;
  justify-content: space-around;
  align-items: center;
  gap: 10px;
}

.grid-caja {
  border-style: solid;
  border-color: rgb(34, 80, 95);
  background-color: rgba(34, 80, 95, 0.223);
  font-size: 14px;
  height: 100px;
  text-align: center;
  font-weight: 100;
  align-content: center;
  background-color: rgba(21, 24, 24, 0.747);
  border-radius: 10px;
}

.cotizacion {
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}
.cotizacion a {
  text-decoration: none;
  color: antiquewhite;
  background-color: rgb(51, 141, 153);
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 60px;
  border-radius: 12px;
  font-weight: bold;
  transition: all 0.3s ease;
}
.cotizacion a:hover {
  width: 350px;
  background-color: rgb(34, 100, 110);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/*--------------Pagina siniestros -----------*/
.imagen-sinietro {
  background-image: url(../img/fondosiniestros.jpg);
  background-size: cover;
  background-position: center 85%;
  background-repeat: no-repeat;
  padding: 60px;
  min-height: 50vh;
}

.titulo-siniestros h1 {
  margin-top: 180px;
  text-align: center;
  color: antiquewhite;
  font-weight: 500;
  text-shadow: 2px 2px 4px black;
}
.titulo-siniestros p {
  margin-top: 30px;
  font-size: 18px;
  background-color: rgb(21, 24, 24);
  text-align: center;
  border-radius: 10px;
}

.accordion-button {
  background: #01131c;
  background: linear-gradient(103deg, rgb(1, 19, 28) 1%, rgb(8, 58, 86) 38%, rgb(12, 78, 117) 61%);
  color: antiquewhite;
  font-weight: bold;
}

.accordion-button:not(.collapsed) {
  background-color: rgb(34, 80, 95);
  color: antiquewhite;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-body {
  background-color: rgb(21, 24, 24);
  color: antiquewhite;
  font-size: 14px;
  padding: 20px;
}
.accordion-body h3 {
  font-size: 16px;
}

.accordion-item {
  border-radius: 10px;
}

.video {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 100px;
}

.fondo-seccion {
  background: #01131c;
  background: linear-gradient(319deg, rgb(1, 19, 28) 0%, rgb(12, 78, 117) 58%, rgb(8, 97, 115) 100%);
}

.telefonos-utiles h2 {
  text-align: center;
  font-style: italic;
  padding: 20px;
  background-color: rgb(21, 24, 24);
}

.grid-numeros {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin: 10px;
  padding-bottom: 50px;
}

.telefono-tarjeta {
  margin-top: 20px;
  background-color: rgb(21, 24, 24);
  padding: 20px;
  border-radius: 10px;
  transition: all 0.2s ease;
}
.telefono-tarjeta h3 {
  margin-bottom: 10px;
  color: rgb(15, 141, 155);
  font-size: 25px;
  font-weight: 500;
}
.telefono-tarjeta:hover {
  transform: scale(1.05);
}

/*--------------Pagina Contacto -----------*/
.imagen-fondo {
  background-image: url(../img/contacto.jpg);
  padding: 60px;
  min-height: 100vh;
}

.titulo-contacto h1 {
  color: black;
  text-shadow: 2px 2px 4px grey;
  font-weight: 600;
}

form {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  gap: 10px;
  width: 100%;
  max-width: 500px;
  flex-wrap: wrap;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.6);
}
form input, form textarea {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
}
form textarea {
  height: 200px;
  resize: vertical;
}
form input[type=submit] {
  background-color: white;
  width: 100px;
  color: black;
  align-self: center;
  border-style: solid;
  border-radius: 12px;
}
form input[type=submit]:hover {
  background-color: rgb(34, 80, 95);
  color: antiquewhite;
  transition: 1s;
}

.subtitulo-mapa {
  padding: 20px;
  text-align: center;
  font-style: italic;
  background-color: rgba(29, 34, 35, 0.705);
}

.mapa-container {
  position: relative;
}
.mapa-container iframe {
  width: 100%;
  height: 100%;
}

.horarios {
  position: absolute;
  top: 30%;
  right: 20%;
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  color: antiquewhite;
  font-size: 16px;
  max-width: 300px;
  z-index: 1;
  border-radius: 10px;
}

.footer-contenido {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.5%;
  margin-bottom: 0px;
  flex-wrap: wrap;
}

.contacto {
  flex: 1;
  min-width: 250px;
  text-align: start;
}

.logo {
  max-width: 180px;
}
.logo img {
  width: 100%;
  height: 180px;
  border-radius: 10px;
}

.boton a {
  color: antiquewhite;
  text-decoration: none;
  border-style: ridge;
  background-color: rgb(34, 80, 95);
  margin-top: 20px;
  padding: 10px;
  font-weight: 500;
  border-radius: 10px;
}

.boton a:hover {
  background-color: rgb(43, 163, 137);
  color: antiquewhite;
  cursor: pointer;
  transition-duration: 1s;
}

.flex-redes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-left: 0.5%;
  margin-bottom: 10px;
}
.flex-redes div a {
  display: inline-block;
  animation: pulse 1.5s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.bi {
  color: antiquewhite;
}

@media screen and (max-width: 613px) {
  .info {
    text-align: center;
    height: 500px;
    padding: 20px;
    background-color: rgba(29, 34, 35, 0.705);
    font-size: 12px;
  }
}
@media screen and (max-width: 700px) {
  .info {
    height: 420px;
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 650px) {
  .info {
    height: 500px;
  }
}
@media screen and (max-width: 445px) {
  .info {
    height: 550px;
  }
}
@media screen and (max-width: 425px) {
  .info {
    height: 600px;
  }
  .info h2 {
    font-size: 20px;
  }
  .info h3 {
    font-size: 18px;
  }
  .info h4 {
    font-size: 18px;
  }
  .info p {
    font-size: 18px;
  }
}
@media screen and (max-width: 974px) {
  .grid-destacados {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 586px) {
  .grid-destacados {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 453px) {
  .subtitulo h2 {
    padding-top: 50px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1025px) {
  .flex-contenido div {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1025px) {
  .navbar-toggler-icon {
    filter: invert(100%);
  }
}
@media (max-height: 700px) {
  .contact-box {
    margin-top: 10px;
    margin-left: 60%;
    padding: 10px;
  }
}
@media screen and (max-width: 678px) {
  .contact-box {
    flex-wrap: wrap;
    margin: 20px auto;
    margin-top: 30%;
    padding: 20px;
    font-size: 12px;
  }
}
@media screen and (max-width: 450px) {
  .logo {
    margin-top: 20px;
  }
}
@media (max-height: 500px) {
  .contact-box {
    margin-top: 0px;
    padding: 0px;
  }
}
@media screen and (max-width: 600px) {
  .flex-redes {
    margin-top: 20px;
  }
}
@media screen and (max-width: 870px) {
  .flex-contenido div {
    font-size: 14px;
  }
}
@media screen and (max-width: 448px) {
  .navbar-brand {
    font-size: 1rem;
    white-space: normal;
    text-align: left;
    max-width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .titulocompanias h1 {
    font-size: 2rem;
    height: 400;
  }
}
@media screen and (max-width: 760px) {
  .subtitulocompanias div h3 {
    font-size: 1.5rem;
    height: 400;
    margin-left: 0%;
    margin-right: 0%;
  }
}
/*--------------Pagina Productos -----------*/
@media screen and (max-width: 690px) {
  .grid-productos {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 100px 100px 100px;
  }
}
@media screen and (max-width: 500px) {
  .grid-productos {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 100px 100px;
  }
}
@media screen and (max-width: 416px) {
  .grid-productos {
    grid-template-columns: 1fr;
    grid-template-rows: 100px;
  }
}
/*--------------Pagina siniestros -----------*/
@media screen and (max-width: 670px) {
  .grid-numeros {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 540px) {
  .grid-numeros {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 350px) {
  .grid-numeros {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 980px) {
  .titulo-siniestros h1 {
    color: black;
    margin-top: 0px;
  }
  .titulo-siniestros p {
    margin-top: 200px;
  }
}
@media screen and (max-width: 800px) {
  .titulo-siniestros h1 {
    color: black;
    margin-top: 0px;
  }
  .titulo-siniestros p {
    margin-top: 300px;
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .titulo-siniestros p {
    margin-top: 350px;
    font-size: 16px;
  }
}
/*--------------Pagina Contacto -----------*/
@media screen and (max-width: 680px) {
  .grid-centro {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
}
@media screen and (max-width: 680px) {
  .grid-horarios {
    font-size: 14px;
  }
}

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