@import url("https://fonts.googleapis.com/css2?family=Pompiere&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@import url("https://fonts.googleapis.com/css2?family=Pompiere&display=swap");
/* @import "fonts/fonts.css"; */

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Jost", sans-serif;
  color: #333333;
  /* overflow-x: hidden; */
}

:focus {
  outline: none;
}

.btn:focus {
  box-shadow: none !important;
}

.medium {
  font-weight: 500;
}

/* ---------------------------------------------------
    navbar STYLE
----------------------------------------------------- */

header {
  position: relative;
  /* background: rgb(59, 20, 97);
    background: linear-gradient(90deg, rgba(59, 20, 97, 1) 0%, rgba(89, 22, 122, 1) 100%);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2); */

  /* height: 146px; */
  /* background: red; */
  /* background: #03030382; */
  /* position: absolute; */
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
  padding: 24px 0;
  position: absolute;
}

nav {
  height: 6rem;
  display: flex;
  z-index: 10;
}

/*Styling logo*/
.logo {
  /* padding: 1vh 1vw; */
  text-align: center;
}

/* .logo img {
    height: 5rem;
    width: 5rem;
} */

/* ---------------------------------------------------
    navbar end
----------------------------------------------------- */

.wrapper {
  overflow: hidden;
}

.image-box {
  opacity: 0.8;
  filter: brightness(0.7);
  background: url(../images/baner.jpeg) center center;
  background-size: cover;
  height: 85vh;
  background-attachment: fixed;
}

.nuestro {
  background-color: #161616;
  padding: 56px 0;
  text-align: center;
}

.heading {
  color: #f7f7f7;
  font-family: "Pompiere", sans-serif !important;
  font-size: 64px;
  font-weight: 400;
  line-height: 74px;
  position: relative;
  padding: 20px 0;
  margin-bottom: 30px;
}

.heading::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 1px;
  background-color: #7a7a7a;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
.heading-black {
  color: #1b1b1b;
  font-family: "Pompiere", sans-serif !important;
  font-size: 64px;
  font-weight: 400;
  line-height: 74px;
  position: relative;
  padding: 20px 0;
  margin-bottom: 30px;
}

.heading-black::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 1px;
  background-color: #1b1b1b;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}

.nuestro .card {
  background-color: transparent;
  border: 0;
}

.nuestro .card .card-title {
  color: #f7f7f7;
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 34px;
  text-align: center;
}
.nuestro .card .card-text {
  text-align: center;
  color: #a4a4a4;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  padding: 10px 0;
}

.nuestro .card img {
  border-radius: 50% 50% 50% 50%;
  max-width: 365px;
  max-height: 365px;
  margin: 0 auto;
}

.Servicios {
  padding: 56px 0;
}

.sub-heading {
  text-align: center;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  padding-bottom: 30px;
}

.Servicios ul li {
  color: #1b1b1b;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.Servicios ul li span {
  color: #1b1b1b;
  font-size: 46px;
}

.Servicios .card-title {
  color: #1b1b1b;
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 34px;
}

.Servicios .card{
  border: 0;
}


.slider1 img{
  max-width: 100px;
  max-height: 100px;
  margin: 0 auto;
}

.owl-carousel .owl-stage {
  transition-timing-function: linear !important;
}

.galeria{
  padding: 56px 0;
}

.logotipos{
  padding: 56px 0;
}

.f-25{
  color: #f7f7f7;
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 34px;
}

.nuestro2 {
  background-color: #161616;
  padding: 56px 0;
}

.whatsapp-div{
  padding: 10px 28px 10px 24px;
  border-radius: 5px 5px 5px 5px;
  background-color: #f7f7f7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Helvetica", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin: 36px 0;
  color: #161616;
}


.whatsapp-div img{
  max-width: 32px;
  height: 32px;
  margin-right: 10px;
}

.text-p{
  color: #A4A4A4;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  padding: 20px 0;
}

.phone-number{
  color: #fff;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
}

.accordion-item{
  background: transparent;
}

.accodion-p{
  color: #fff;
  font-size: 16px;
}

.accordion-button{
  display: inline-block;
  width: auto;
  background-color: #007BFF;
  color: #fff;
}

.copy-p{
  color: #595959;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.copy-p-right{
  color: #595959;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: end;
}

.galeria img{
  margin-bottom: 10px;
}

@media screen and (max-width: 575px) {
  .copy-p{
    text-align: center;
  }
  .copy-p-right{
    text-align: center;
  }
}