html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /*font family here*/
}

/* SECCION DEL MENU*/
.logo img {
  width: 120px;
}
.content {
  width: 100%;

  margin: auto;
  padding: 0px 30px;
}
/*SLIDERS GOLD TEXT*/
.carousel-content h2 {
  color: whitesmoke;
  margin: 0;
  font-size: 3rem;
  font-style: italic;
  border: 1px #eaebed;
}

/*titulos principales*/
h3.heading {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.9rem;
  text-align: center;
  margin-bottom: 1rem;
  font-family: "Gentium Book Basic", serif;
}
.heading-underline {
  width: 4rem;
  height: 0.2rem;
  background-color: #c59d5f;
  margin: 0 auto 2rem;
}

.intern-service h1 {
  font-size: 5rem;
  color: #c59d5f;
  opacity: 0.5;
  font-weight: bold;
  font-family: "Mrs Saint Delafield", cursive;
}

.intern-service h3 {
  font-weight: bold;
}
/*espaciado de cada cabecera de sexcion*/
#productos,
#precios,
#servicios,
#nosotros,
#contacto,
#portafolio {
  padding-top: 4rem;
}

/*Clase aggregada al pasar 300 px*/
.menu-solido {
  background: rgb(0, 0, 0, 0.7) !important; /*gris del menu al bajar 3px*/
  transition: background-color 1s ease;
}
.navbar {
  background-color: transparent;
  position: fixed;
  z-index: 5;
  width: 100%;
  padding: 5px 0;
  transition: background-color 0.5s ease;
}
.navbar .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar .menu-list {
  display: flex;
}
.menu-list {
  margin-bottom: 0;
}
.menu-list li a {
  color: #fff;
  font-weight: 600px;
  text-decoration: none;
  margin-left: 25px;
  font-size: 1.3rem;
  transition: all 0.3s ease;
}

.menu-list li a:hover {
  transition: all ease 0.3s;
  color: #c59d5f;
}

.menu-list li {
  list-style: none;
}

/*SECCION DE BANNER*/
.carouselcontenedor {
}

.ejemplo1 {
  background-image: url(../img/img1.webp);
  height: 70vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
  display: table;
}
.ejemplo2 {
  background-image: url(../img/img2.webp);
  height: 70vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
  display: table;
}
.ejemplo3 {
  background-image: url(../img/img4.webp);
  height: 70vh;
  width: 100%;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  /*background-position: center right;*/
  /*-webkit-transform: translateZ(0);
  transform: translateZ(0);*/
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
  display: table;
}

.carousel-content {
  position: absolute;
  top: 40%;
  left: 0;
  bottom: 0;
  right: 0;
}

.carousel-content h1 {
  text-transform: uppercase;
  margin: 0;
  color: white;

  font-size: 8rem;
}

/* MUSICA*/
.carousel-inner {
  position: relative;
}
.bg-music {
  z-index: 4;
  position: absolute;
  top: 65%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.btnp {
  outline: 0;
  border: 0;
  background-color: transparent;
  display: block;
  color: white;
  font-size: 4rem;
  margin: 0 auto;
  transition: all ease-out 0.5s;
}
.btnp:hover {
  color: white !important;
  opacity: 0.7 !important;
  transition: all ease 0.5s;
}

.btnp .fa-pause-circle {
  display: none;
}
/*SERVICIOS*/
.b {
  background-color: black;
}
.w {
  background-color: white;
}
.clw {
  color: white;
}
.cln {
  color: black;
}
.service-container {
  /*background-color: brown;*/
  margin: 0;
}

.service-content h2 {
  margin: 0;
  padding: 0;
}
.service-container {
  height: 27rem;
}
.service-content {
  margin: auto;
}
.service-content {
  width: 90%;
  height: 350px;
  border: solid 2px transparent;
  transition: ease all 0.3s;
}
.titlesection {
  background-color: #141414;
}

.sq1 {
  background-color: white;
}
.service-content:hover {
  border: 3px solid #c59d5f;

  transform: scale(1.05);
  transition: ease all 0.5s;
}
.service-content:hover {
  /* border: solid 2px yellow;
  transition: ease all 0.5s;
  transform: scale(1.02);*/
}

/*ABOUT US*/
.fondo-nosotros {
  /*background-color: #343a40;*/
  background-image: url(../img/brackground1.jpg);
  background-attachment: fixed;
  padding-bottom: 2rem;
}
.contenedor-element {
  padding: 2rem 10px 8rem 10px !important;
}
.espaciof {
  position: relative;
  width: 100%;
  background-color: transparent;
  width: 250px;
  height: 250px;
}
.images-content img {
  margin: 0 auto;
  width: 100%;
}
.img1,
.img2 {
  position: absolute;
  width: 250px !important;
  height: 250px !important;
}
.img1 {
  top: 0;
  left: -50px;
}
.img2 {
  top: 80px;
  right: -50px;
}

.contenedor-element p {
  font-size: 1.5rem;
}

/*postafolio*/
.portfolio {
  padding-bottom: 2rem;
}
.portfolio-i {
  padding: 10px;
}

.portfolio-i a img {
  width: 100% !important;
  /*height: 300px !important;*/
}

/*seccion d eprecios*/
/*clases que asigna jquery para la seleccion*/
.box {
  background-color: #eaebed;
}
.box ul,
.contentprice {
  max-width: 950px;
  margin: auto;
}

.contentprice {
  padding: 15px;
  max-width: 950px;
  margin: auto;
  background-color: white;
}
.contentprice p {
  padding: 10px;
  text-align: justify;
}
.box ul li.active {
  color: white !important;
}
.box .serviceslist li {
  color: #6c757d;
  transition: ease all 0.5s;
}
.hide {
  display: none;
}
.active {
  display: block;
  transition: ease all 0.5s;
}

/*estilos para nav*/
.box {
  padding-bottom: 5rem;
}
.box ul li {
  list-style: none;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}
.box .serviceslist li:hover {
  cursor: pointer;
  color: white;
}
.serviceslist {
  padding: 30px;
  background-color: #323232;
  display: flex;
  justify-content: space-evenly;

  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.serviceslist li {
  /*padding-left: 45px;*/
  font-size: 1.3rem;
}

/*estilos para precios*/

#tab-one-content .row,
#tab-two-content .row,
#tab-three-content .row {
  transition: all ease 0.1s;
  padding-bottom: 1rem;
}

.priceamount {
  font-weight: bold;
  margin: 0;
  padding: 0;
}

/*Productos*/
.priceamount,
.pricetit,
.pricedesc {
  padding: 0px !important;
  margin: 0px !important;
}
.pricetit {
  font-weight: bold;
  text-transform: uppercase;
  /*background-color: cadetblue;*/
}
.priceamount {
  /*background-color: cornflowerblue;*/
  color: black;
  font-size: 1.2rem;
  text-align: center !important;
}

.tab-one-content,
.tab-two-content {
  transition: all ease 0.3s;
}

/*Productos*/
.productos {
  background-color: #282828;
}
.card,
.card-body {
  background-color: transparent;
}
.card {
  height: 100%;
  border-radius: 0;
  text-align: center;
  margin: 0 1rem;
  border: none;
  /* border: 0.1rem solid rgb(0, 0, 0, 0.075);
  box-shadow: 0 0 0.8rem rgb(0, 0, 0, 0.075);*/
  transition: transform 0.4s ease;
}
.card img {
}
.card:hover {
  transform: scale(0.95);
}
.hamburger {
  display: none;
}

/*CONTACTOS*/
.contacto {
  padding-bottom: 3rem;
}
iframe {
  max-width: 100%;
  padding: 0;
  margin: 0;
}

.imagen {
  width: 2.5rem !important;
}

.top-scroll {
  padding: 0.6rem 1rem;
  right: 1.2rem;
  bottom: 1.2rem;
  position: fixed !important;
  opacity: 0.3rem;
  z-index: 1000;
  border-radius: 50%;
  display: none;
  background-color: transparent;
  border: 3px solid #c59d5f;
  transition: all ease-out 0.3s;
}
.top-scroll span i {
  font-size: 2rem;
  color: #c59d5f;
}
.top-scroll:hover {
  background-color: #c59d5f;
  transition: all ease 0.3s;
  /*opacity: 0.5;*/
}

.top-scroll:hover span i {
  color: white;
}
.contact-info span i {
  font-size: 2rem;
  padding-right: 10px;
  padding-bottom: 10px;
}
.socialmedia ul li {
  list-style: none;
}

.social-links {
  display: flex;
  align-items: center;
}
.socialmedia ul li {
  font-size: 2rem;
  padding-right: 1rem;
}
.socialmedia ul li a {
  color: #c59d5f;
  transition: all ease-out 0.4s;
}
.socialmedia ul li a:hover {
  color: #ad8a56;
  transition: all ease 0.4s;
}

.text-left {
  text-align: left !important;
}

@media screen and (max-width: 560px) {
  .carousel-content h1 {
    text-transform: uppercase;
    margin: 0;
    color: white;
    font-size: 3rem !important;
  }
  .pricetit {
    font-size: 1rem;
  }
  .pricedesc {
    font-size: 0.8rem;
  }

  .serviceslist li {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .carousel-content h1 {
    text-transform: uppercase;
    margin: 0;
    color: white;
    font-size: 5rem;
  }
  .logo img {
  }
  .hamburger {
    display: block;
    cursor: pointer;
    z-index: 2;
  }
  .line {
    width: 30px;
    height: 4px;
    background-color: white;
    margin: 5px;
  }

  .navbar .menu-list {
    background-color: #222;
    height: 100vh;
    width: 100%;
    margin: auto;
    justify-content: space-evenly;
    top: 0;
    left: 0;
    flex-direction: column;
    position: absolute;
    text-align: center;
    clip-path: circle(100px at 120% -14%);
    /*-webkit-clip-path: circle(100px at 120% -14%);*/
    transition: all 1s ease-in-out;
  }
  .menu-list li a {
    margin: 0;
  }

  .menu-list.open {
    clip-path: circle(1000px at 90% -12%);
    -webkit-clip-path: circle(1000px at 90% -12%);
    transition: all 1s ease-in-out;
  }
}
