@font-face {
  font-family: "futura black";
  src: url("../fonts/futura-black-bold.ttf") format("truetype");
}
@font-face {
  font-family: "futura medium";
  src: url("../fonts/futura-medium.otf") format("truetype");
}

@font-face {
  font-family: "futura light";
  src: url("../fonts/futura-light.ttf") format("truetype");
}

body {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0px;
  background-color: #000;
  background-image: url("../imgs/bg.png") !important;
  background-size: contain;
  position: relative;
  align-items: center;
  font-family: 'futura medium', aarial !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 71px;
  line-height: 58px;
  text-transform: uppercase;
}

.line_values {
  background: #CE2E26;
  height: 3px;
  width: 35%;
  border-radius: 20px;
}


#icon_logo_page {
  position: fixed;
  top: 30px;
  right: 30px;
  width: 90px;
  z-index: 4;
  background: #000;
  padding: 5px 5px 3px 5px;
  border-radius: 6px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  display: none;
}

#icon_logo_page.mostrado {
  opacity: 1;
}

#icon_logo_page> img {
  width: 100%;
}

.icon_svg_3 {
  position: absolute;
  z-index: 1;
  bottom: -130px;
  width: 500px;
  transform: rotate(32deg);
  left: -125px;
  opacity: 0.1;
}


.redes_separator {
  height: 1px;
  background: #FFF;
  border-radius: 20px;
}
.redes_flotantes {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%) !important;
  z-index: 11;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.redes_flotantes> a {
  background: #000;
  border-radius: 30px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  color: #FFF;
  gap: 10px;
  font-size: 17px;
  justify-content: center;
  align-items: center;
}

.redes_flotantes> div {
  background: #000;
  border-radius: 15px 0 0 15px;
  padding: 10px 8px;
  display: flex;
  flex-direction: column;
  color: #000;
  gap: 15px;
  font-size: 18px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-right: none;
}

.redes_flotantes a {
}
.redes_flotantes a:hover {
  color: #fd0;
}

.header_mobile {
  position: fixed;
  z-index: 11;
  height: 100%;
  width: 100%;
  display: none;
  flex-direction: column;
  font-family: "Futura mediun", Arial, Helvetica, sans-serif;
}

.nav_mobile_header {
  background: #000;
  display: flex;
  padding: 30px;
  justify-content: space-between;
}
.nav_mobile {
  flex: 1;
  font-size: 22px;
  background: rgba(0, 0, 0, 0.95);
  border-top: 1px solid #CE2E26;
}
.nav_mobile ul {
  padding: 0;
  margin: 0;
}
.nav_mobile ul li {
}
.nav_mobile ul li a {
  display: block;
  padding: 15px 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-transform: capitalize;
}
.nav_mobile ul li a:hover {
  background: #fff;
  color: #000;
}

.logo {
  width: 210px;
}
.logo_img {
  width: 100%;
}
.logo_false {
}

.icon_nav {
  float: right;
  display: none;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
}

a {
  text-decoration: none;
  color: #fff;
}

#menu-container {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 60px;
}

#menu-container a {
  text-decoration: none;
  color: #fffdfd;
  font-family: "futura medium", sans-serif;
  position: relative;
  font-size: 15px;
  text-wrap: nowrap;
}

.menu_cont_act {
  border-bottom: 5px solid #CE2E26;
  margin-bottom: -4px;
}

#menu-container a:hover,
#menu-container a.active {
  border-bottom: 5px solid #CE2E26;
  margin-bottom: -4px;
}

/*encabezado*/
.encabezado {
  background: #fff;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/*encabezado pag galería*/
.encabezado2 {
  background: #00000000;
}

main {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
  flex: 1;
  text-align: center;
  padding: 100px 0;
  background-image: url('../imgs/bg_ruido.png');
  background-color: #FFF;
}

/*Frase en el carousel*/
.carousel-frase {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 3.7vw;
  font-family: "futura medium", sans-serif;
  text-align: center;
  padding: 1vw;
  box-sizing: border-box;
}

/*Página principal*/
.page {
  text-decoration: none;
  color: #fff;
  padding: 30px;
  width: 500px;
}

.page:nth-child(2) {
  background-size: cover;
  background-position: center;
  padding: 350px;
  margin-bottom: 10px;
}

.video-container {
  display: flex;
  justify-content: center;
}

.centered-video {
  max-width: 65vw;
  width: 100%;
  height: auto;
}


.page4 .content {
  margin-top: 2vw;
  display: flex;
  align-items: center;
}

.page4 .paragraph {
  color: white;
  font-size: 2.5vw;
  line-height: 1;
  border: none;
  border-left: 1vw solid red;
  text-align: justify;
  font-family: "futura medium", sans-serif;
  padding-left: 1vw;
}



/*carousel pagina principal*/
#carouselExample {
  position: relative;
  width: 100%;
  margin: 0px auto;
  overflow: hidden;
  padding: 0vw;
  flex: 1;
  display: flex;
  align-items: center;
}

.arrow_r {
  right: 30px;
  top: 50%;
  position: absolute;
  z-index: 2;
  transform: translate(-50%, 0);
  cursor: pointer;
  width: 3.5vw;
}

.arrow_l {
  left: 30px;
  top: 50%;
  position: absolute;
  z-index: 2;
  transform: translate(-50%, 0);
  cursor: pointer;
  width: 3.5vw;
}

/*carousel pagina galeria*/
#carouselExample2 {
  position: relative;
  width: 59vw;
  max-width: 59vw;
  margin: 2.7vw auto;
  overflow: hidden;
  padding: 0vw;
  margin-bottom: 0vw;
}

.arrow_r2 {
  right: 14vw;
  position: absolute;
  z-index: 2;
  transform: translateY(-390%);
  cursor: pointer;
  width: 2.5vw;
}

.arrow_l1 {
  left: 14vw;
  position: absolute;
  z-index: 2;
  transform: translateY(-390%);
  cursor: pointer;
  width: 2.5vw;
}

/*Anterior y siguiente al momento que abra la imagen en galeria grafica*/
.arrow_rg {
  right: -23vw;
  position: relative;
  z-index: 2;
  transform: translateY(-416%);
  cursor: pointer;
  width: 3.5vw;
}

.arrow_lg {
  left: -23vw;
  position: relative;
  z-index: 2;
  transform: translateY(-316%);
  cursor: pointer;
  width: 3.5vw;
}

/* Estilo para el clic de las flechas de los carouseles */
.arrow_l:active,
.arrow_r:active,
.arrow_l1:active,
.arrow_r2:active {
  transform: translateY(-390%) scale(0.8);
}
/* Estilo para el clic de las flechas de los carouseles de galeria grafica */
.arrow_rg:active {
  transform: translateY(-416%) scale(0.8);
}
.arrow_lg:active {
  transform: translateY(-316%) scale(0.8);
}

.shadow {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.705);
  display: none;
  z-index: 2;
}

.content_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 35vw;
  height: 23.4vw;
  padding: 3vw;
  border-radius: 1vw;
  display: none;
  flex-direction: column;
  align-items: center;
}

.close {
  cursor: pointer;
  position: absolute;
  width: 110.17vw;
  height: 0vw;
  transform: scale(-0.32);
}

.image {
  width: 35vw;
  margin: 1.3vw auto;
}

.image-button {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  max-width: 59vw;
}
.image-button .slideshow-prev {
  max-width: 59vw;
}

#slider {
  width: 100%;
  background: rgb(255, 255, 255);
  background: -moz-radial-gradient(
    circle,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 48%,
    rgba(163, 163, 163, 1) 100%
  );
  background: -webkit-radial-gradient(
    circle,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 48%,
    rgba(163, 163, 163, 1) 100%
  );
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 48%,
    rgba(163, 163, 163, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#a3a3a3",GradientType=1);
  padding: 100px 0;
}

.slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  height: inherit;
  padding: 80px 0 290px 0;
  background: url("../imgs/bg_ruido.png");
}

.slider-container2 {
  position: relative;
  overflow: hidden;
  width: 1000px;
  margin: 0 auto;
  height: inherit;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.title_slider {
  font-size: 30px;
  padding: 0;
  font-family: "Futura medium", arial !important;
  position: relative;
  color: #565656;
  letter-spacing: -2px;
  font-weight: 100;
  padding: 10px 40px;
  background: #f6f6f6;
  border-radius: 50px;
}

.title_slider > span {
  color: #CE2E26;
}

.slider {
  display: flex;
  transition: transform 0.5s ease;
  height: 100%;
}

.slider2 {
  display: flex;
  transition: transform 0.5s ease;
  height: 100%;
}

.slide {
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

/*
.slide img {
max-width: 100%;
height: 80%;
object-fit: contain;
}*/

.prev-btn,
.next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  height: 60px;
  transition: 300ms;
}

.prev-btn {
  left: 30px;
}

.next-btn {
  right: 30px;
}

.prev-btn:hover,
.next-btn:hover {
  transform: scale(1.2) translateY(-42%);
}

.section {
  padding: 10%;
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
}

/* PHOTOS HOME ******************************************************************************/
/********************************************************************************************/
.content_photos_home {
  width: 100%;
  display: flex;
}
.photo_home {
  flex: 1;
  position: relative;
  overflow: hidden;
}
.photo_home img {
  width: 100%;
  filter: grayscale(1);
  transition: 300ms;
  cursor: pointer;
  opacity: 0.6;
  height: 100%;
}

.photo_home img:hover {
  filter: grayscale(0) brightness(1.4);
  transform: scale(1.2) rotate(10deg);
  position: absolute;
  z-index: 1;
  border: inset 10px solid #000;
  opacity: 1;
}

.photo_home:after {
  content: "";
}

.photo_home:hover:after {
}

/* HEADER **********************************************************************************/
/*******************************************************************************************/

.header_content {
  width: 80%;
  display: flex;
  gap: 30px;
  align-items: center;
  margin: 0 auto;
}

.header_content h1 > span {
  color: #CE2E26;
}

.header_info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
}

.header_info p {
}

/* VALORES ******************************************************************************* */
/***************************************************************************************** */
.valores {
  width: 80%;
  padding: 10% 10% 0 10%;
  position: relative;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  background-image: url('../imgs/bg_ruido.png');
  background-color: #FFF;
}

.valor {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
  color: #000;
  background: #fff;
  padding: 50px 20px;
  margin-top: -280px;
  border: 1px solid #e3e3e3;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 3;
  flex: 1;
}

.valor img {
  height: 120px;
  filter: grayscale(1);
}

.valor h1 {
  font-family: "Futura medium", arial, verdana !important;
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
  line-height: inherit;
}

.sp_title_l::after {
  content: "";
  background: #000;
  position: absolute;
  height: 1px;
  width: 50px;
  left: -60px;
  top: 50%;
}

.sp_title_r::before {
  content: "";
  background: #000;
  position: absolute;
  height: 1px;
  width: 50px;
  right: -60px;
  top: 50%;
}

.valor p {
  font-size: 16px;
  line-height: 20px;
}

.valor a {
  color: #CE2E26;
  font-size: 30px;
}

.valor a:hover {
}

/* ABOUT US ********************************************************************************************************************************************/
/*******************************************************************************************************************************************************/

.about_us_info_home_content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.about_us_info_home_content img {
  width: 35%;
}

.title_quienes_somos {
  font-family: "futura black", Arial, Helvetica, sans-serif !important;
  margin: 0;
  color: #fff;
  font-size: 61px;
  line-height: 62px;
  display: none;
}

.title_quienes_somos > span {
  color: #CE2E26;
  font-size: 100px;
}

.title_quienes_somos2 {
  display: block;
  color: #fff;
  font-size: 47px;
}
.title_quienes_somos2 > span {
  color: #CE2E26;
}

.about_us_info_home_content p {
  line-height: inherit;
}

.about_us_info_home_content div {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 50%;
  flex: 1;
  align-items: center;
  text-align: center;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "futura black", Arial, Helvetica, sans-serif !important;
}

p {
  font-family: "futura medium", sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #818181;
}

button {
  color: #fff;
  padding: 13px 54px;
  border-radius: 30px;
  font-size: 17px;
  margin-top: 10px;
  cursor: pointer;
  display: flex;
  gap: 20px;
  position: relative;
  overflow: hidden;
  /* height: 40px; */
  /* width: 160px; */
  background: #CE2E26 !important;
  border: 3px solid #ececec;
}

button > span {
  color: #FFF !important;
  z-index: 2;
}

button:hover> span {
  color: #000 !important;
}

button::after {
  content: "";
  position: absolute;
  width: 5px;
  background: #fff;
  height: 5px;
  left: -10px;
  top: 50%;
  margin-top: -5px;
  border-radius: 50%;
  z-index: 1;
  transition: 200ms;
  transition-delay: 200ms;
}

button:hover::after {
  transform: scale(75);
}

button::before {
  content: "";
  position: absolute;
  width: 5px;
  background: rgba(255, 255, 255, 0.6);
  height: 5px;
  left: -10px;
  top: 50%;
  margin-top: -5px;
  border-radius: 50%;
  z-index: 1;
  transition: 200ms;
}

button:hover::before {
  transform: scale(75);
}

button:hover span {
  color: #000;
}

.content_info_slide {
  display: flex;
  align-items: center;
  gap: 100px;
  width: 80%;
}

.info_slide_text {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex: 1;
}

.info_slide_text h1 {
  color: 000;
  font-size: 71px;
  line-height: 60px;
}

.info_slide_img {
  width: 80%;
  border-bottom: 1px solid #b4b4b4;
  filter: drop-shadow(8px -8px 22px rgba(0, 0, 0, 0.15));
}

.redes_content {
  color: #a6a6a6;
  font-size: 25px;
  display: none;
}

.redes_content > div {
  display: flex;
  gap: 10px;
  background: #fff;
}

.redes_content i {
  cursor: pointer;
  color: #626262;
}

.redes_content i:hover {
  color: #CE2E26;
}

.redes_content::after {
  background: #5b5b5b;
  width: 200px;
  position: absolute;
  height: 1px;
  top: 12px;
  z-index: 1;
}

/*CLIENTES *****************************************************************************************************************/
/***************************************************************************************************************************/

.section_clientes {
  width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 150px 0;
  background-color: #fff;
  background-image: url("../imgs/bg_ruido.png");
}

.content_clientes {
  width: 1200px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.info_clientes {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}
.info_clientes h1 {
  color: #333;
}

.info_clientes p {
}

.cliente {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px 50px;
}

.img_cliente {
  display: flex;
  align-items: center;
}

.img_cliente img {
  filter: grayscale(1);
  width: 100%;
  cursor: pointer;
}

.img_cliente img:hover {
  filter: grayscale(0);
}

/* FOOTER =======================================*/
footer,
footer p {
  color: #b8b8b8 !important;
}

footer h2 {
  color: #fff !important;
}

.footer_blocks {
  display: flex;
  width: 100%;
  font-family: "futura medium", arial;
}


.footer_blocks > div {
  flex: 1;
  padding: 70px 50px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer_blocks img {
  width: 40%;
  padding-bottom: 25px;
}

.footer_blocks p {
  line-height: normal;
}

.footer_block_1 {
  position: relative;
}

.footer_block_1::after {
  content: '';
  width: 2px;
  background: #CE2E26;
  flex: initial;
  border-radius: 50%;
  height: 140px;
  transition: 300ms;
  position: absolute;
  right: 0;
}


.footer_blocks ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.red {
  display: flex;
  gap: 20px;
}

.box_suscription {
  display: flex;
}

.box_suscription input[type="text"] {
  outline: none;
  border-radius: 30px 0 0 30px;
  border: none;
  padding: 15px 25px;
  flex: 2;
}

.box_suscription input[type="button"] {
  border: none;
  border-radius: 0 30px 30px 0;
  padding: 15px 25px;
  cursor: pointer;
  background: #ffc107;
  color: #222;
  font-size: 13px;
  font-weight: 700;
  flex: 1;
}

.box_suscription input[type="button"]:hover {
  filter: brightness(1.3);
}

.icons_redes {
  display: flex;
  gap: 15px;
  font-size: 22px;
}

.sp-before::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -50px;
  width: 45px;
  height: 2px;
  background-image: linear-gradient(to right, #ff2500, #ff7100);
}

.sp-after::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -50px;
  width: 45px;
  height: 2px;
  background-image: linear-gradient(to right, #ff2500, #ff7100);
}

.message_susc, .message_susc_error {
  display: none;
}


.message_susc {
  color: aqua !important;
}

.message_susc_error {
  color: #ff4e4e !important;
}









/* SERVICES ====================================*/
.section_service {
  width: 90%;
  padding: 10% 5%;
  background: #fff;
  height: auto !important;
}

.service {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  padding: 0;
  font-size: 13px;
  flex: 1;
  transition: 300ms;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  width: 70%;
}

.service_info {
  display: flex;
  gap: 20px;
  align-items: stretch;
  justify-content: center;
  transition: 300ms;
  width: 800px;
}

.service:hover .service_info {
  /*gap: 25px;*/
}

.service_info h2 {
}

.service_info > div {
  flex: 1;
  display: flex;
  align-items: center;
}

.service_info > div:nth-child(1) {
  text-align: right;
  font-size: 21px;
  line-height: 32px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  justify-content: flex-end;
}

.service_info > div:nth-child(2) {
  width: 2px;
  background: #CE2E26;
  flex: initial;
  border-radius: 50%;
  height: 140px;
  transition: 300ms;
}

/*
.service:hover .service_info > div:nth-child(2) {
  transform: rotate(5deg);
}
*/

.service_info > div:nth-child(3) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.btn_service {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border: 2px solid #000;
  bottom: 20px;
  padding: 10px 30px;
  border-radius: 20px;
  font-family: "Futua medium", arial, verdana;
  font-weight: 700;
  z-index: 3;
  background: #fff;
}

.btn_service:hover {
  color: #fff;
  background: #000;
}

.service_img_content {
  z-index: 3;
  height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*.service:hover::after{
color: #FFF !important;
background: #000 !important;
}

*/

.service::after {
  position: absolute;
  width: 5px;
  background: #000;
  height: 5px;
  left: -10px;
  top: 10px;
  margin-top: -5px;
  border-radius: 50%;
  z-index: 2;
  transition: 300ms;
}

.service::before {
  position: absolute;
  width: 5px;
  background: #282828;
  height: 5px;
  right: -10px;
  bottom: -10px;
  margin-top: -5px;
  border-radius: 50%;
  z-index: 1;
  transition: 300ms;
}

.service:hover::after {
  transform: scale(166);
}

.service:hover::before {
  transform: scale(166);
}

.service:hover p {
  /*color: #fff;*/
}

.service:hover h2 {
  /*color: #fff;*/
}

.service img {
  height: 80%;
  transition: 300ms;
  filter: grayscale(1);
}

.service i {
  font-size: 30px;
  z-index: 3;
  transition: 300ms;
}

.service:hover i {
  color: #fff;
}

.service:hover img {
  filter: grayscale(0);
  transform: scale(1.1);
}

.service h2 {
  color: #6a6a6a;
  letter-spacing: -1px;
}

.service:hover h2 {
  color: #b00;
}

.service p {
  line-height: normal;
  color: #5c5c5c;
  font-size: 16px;
}

.porque_elegirnos {
  margin: 0 auto;
  width: 80%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 10%;
  align-items: center;
  text-align: center;
}

.porque_elegirnos div {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #000;
}

.porque_elegirnos h1,
.porque_elegirnos p,
.porque_elegirnos h2 {
  color: #fff !important;
}

.title_section {
  text-transform: uppercase;
  padding: 0;
  font-family: "Futura black", arial !important;
  position: relative;
  color: #000;
  letter-spacing: -2px;
  margin-top: 20px;
}

.title_section span {
  color: #CE2E26;
}

.subtitle_section {
  font-family: "futura light", arial !important;
  font-size: 36px;
  color: #000;
  font-weight: 100;
}

/*@media (max-width:1000px) {
  body {
    background: rgb(0, 0, 0) !important;
  }
}*/

.open {
  display: flex !important;
}





/* CEBECERA **************************************************/
.cabecera {
  background-size: cover !important;
  background-position-x: right !important;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  height: 100vh;
  transition: background 1500ms ease;
  width: 100%;
}

.header_shadow {
  position: absolute;
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
}

.header {
  width: 660px;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  color: #fff;
  filter: drop-shadow(2px 2px 1px black);
  font-family: 'Futura medium', arial, helvetica !important;
  z-index: 1;
}

.header span {
  color: #CE2E26;
}

.header h1 {
  font-size: 75px;
  line-height: 65px;
  text-transform: uppercase;
  font-family: 'Futura medium', arial, helvetica !important;
}
.header p {
  font-size: 24px;
  font-family: 'Futura medium', arial, helvetica !important;
}
.header h2{  
  font-family: 'Futura medium', arial, helvetica !important;
}

.menu_content {
  display: flex;
  width: 1300px;
  align-items: center;
  z-index: 1;
  justify-content: space-between;
  padding: 28px 0;
}

.menu_content > a {
  background: #fff;
  color: #000;
  padding: 15px 30px;
  border-radius: 30px;
  font-family: 'Futura medium', arial;
}

.menu, .icon_menu_mobile {
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  gap: 40px;
  font-family: "Futura medium", arial;
  text-transform: uppercase;
  padding: 20px 40px;
  border-radius: 50px;
  font-size: 14px;
}
.content_menu_icon_mobile {
  gap: 10px;
  display: none;
}

.icon_menu_mobile {
  color: #FFF;
  font-size: 18px;
  padding: 8px 10px;
  cursor: pointer;
}

.menu > a {

}
.menu > a:hover {
  color: #fd0;
}

.logo_page {
  width: 20vw;
  filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.5));
}

header {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding: 0 50px;
  width: 1300px;
  flex: 1;
}












.icon_svg {
  position: absolute;
  z-index: 1;
  bottom: -102px;
  width: 650px;
  transform: rotate(23deg);
  right: -200px;
  filter: drop-shadow(2px 4px 12px rgba(0,0,0,0.5));
}

.content_icon_svg_2 {
  overflow: hidden;
  position: absolute;
  width: inherit;
  z-index: 2;
  height: 208px;
  top: 0;
  right: 0;
}

.icon_svg_2 {
  position: absolute;
  z-index: 1;
  bottom: 0;
  top: -547px;
  width: 650px;
  transform: rotate(23deg);
  right: -201px;
}





.content_int {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url('../imgs/bgs/bg_01.jpg');
  background-size: cover;
  gap: 50px;
}

.content_int p {
  text-shadow: 0 0 10px #000;
  color: #FFF;
}

.info_section_int {
  padding: 50px 0 150px 0;
}



section {
  display: flex;
  flex-direction: column;
  width: 1300px;
  color: #FFF;
  gap: 30px;
  z-index: 1;
}

.card {
  display: flex;
  flex-direction: row;
  gap:60px;
  align-items: center;
}


.info_card {
  border-radius: 30px;
  padding: 30px;
  gap: 10px;
  display: flex;
  flex-direction: column;
  padding-bottom: 60px;
  position: relative;
}

.info_card h2 {
  text-transform: uppercase;
}


.info_card::after {
  content: '';
  display: block;
  width: 100px;
  height: 2px;
  background: #CE2E26;
  position: absolute;
  bottom: 40px;
  border-radius: 11px;
}

.info_card p{
 color: rgba(254, 254, 254, 0.7)
}

.image_card {
  width: 500px;
  height: 500px;
  display: block;
  position: relative;
}

.image_card> img {
  width: 500px;
  border-radius: 20px;
  object-fit: cover;
  aspect-ratio: 1/1;
  position: inherit;
  z-index: 1;
}

.image_card::after {
  height: 500px;
  display: block;
  width: 500px;
  background: #CE2E26;
  position: absolute;
  top: 15px;
  left: 15px;
  border-radius: 20px;
}

/* SERVICES ==========================================================================================================*/
.content_service {
  display: flex;
  flex-direction: row;
  gap: 70px;
}
.content_service> img {
  width: 500px;
  aspect-ratio: 1/1;
  object-fit: contain;
}


.service_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.service_list_item {
  background: #000;
  padding: 20px;
  border-radius: 30px;
  display: flex;
  gap: 10px;
  flex-direction: column;
  position: relative;
}


.service_list_item h2{
  font-family: 'futura medium', arial !important;
}


.service_list_item::after{
  position: absolute;
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  background: #CE2E26;
  top: 55px;
}


.service_list_item p{
  font-size: 16px;
  line-height: initial;
}



/* MIGAS DE PAN =====================================================================================================*/

.migas {
    font-family: 'Futura medium', arial;
    display: flex;
    gap: 12px;
    font-size: 22px;
    color: #ffffff !important;
    flex-direction: column;
}

.migas h2 {
  font-family: 'futura medium', arial !important;
  text-transform: uppercase;
  font-size: 70px;
}

.migas> div {
  font-size: 15px;
  display: flex;
  gap: 20px;
  background: #000;
  padding: 15px 20px;
  border-radius: 40px;
}

.migas a {
  position: relative;
  padding-right: 20px;
  color: #7e7e7e;
}

.migas a:last-child {
  color: #FFF !important;
}

.migas a:not(:last-child)::after {
  content: '';
  height: 15px;
  width: 1px;
  background: #CE2E26;
  display: block;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%) rotate(19deg);
}


/* GALERIA =============================================================================================================================*/
.galeria {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  /* justify-content: center; */
}

.galeria>div {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  width: 25%;
  height: 25vw;
}

.galeria>div> img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  cursor: pointer;
  transition: 300ms;
  height: 100%;
}

.galeria>div::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1);
  transition: 300ms;
}

.galeria>div::before {
  display: none;
  content: '\F33E';
  position: absolute;
  padding: 10px;
  border-radius: 30px;
  background: #000;
  color: #FFF;
  z-index: 2;
  font-family: bootstrap-icons, 'arial';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
}

/*
.galeria>div:hover::before {
  display: block;
}*/

.galeria>div:hover >img {
  transform: scale(1.1);
z-index: 1;
position: absolute;
}

.galeria>div:hover::after {
  transform: scale(0);
}

.content_spinner {
  height: 100%;
  width: 100%;
  background: #000;
  position: absolute;
  display: none;
}

.content_spinner> img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 60px;
  width: 40px;
}


.img_big_content {
  position: relative;
  display: none;
  width: 1000px;
  position: fixed;
  z-index: 4;
  background: #000;
  filter: drop-shadow(2px 4px 6px black);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.img_big {
  flex: 1;
}
.img_big> img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  height: 100%;
}
.info_img_big {
  flex: 1;
  color: #FFF !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  gap: 15px;
}
.info_img_big h2 {
  font-family: 'futura medium',arial !important;
  border-bottom: 1px solid #fff;
}
.info_img_big p {
  font-size: 16px;
  line-height: normal;
  color: #FFF;
}
.hashtags_links {
  color: aqua !important;
}

.parrafo_redes {
  display: flex;
  gap: 10px;
  font-size: 26px !important;
}

.p_red_ins {
  color: #C13584;
}

.p_red_fac {
  color: #4267B2;
}

.link_info_img_big {
  color: #FFEB3B !important;
}

.close_img_big {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #848484;
  font-size: 24px;
  cursor: pointer;
}
.close_img_big:hover {
  color: #FFF;
}



/* Estilo base del div skeleton */
.skeleton-loader {
  width: 200px; /* Ancho deseado */
  height: 20px; /* Alto deseado */
  background-color: #f0f0f0; /* Color de fondo del skeleton */
  position: relative; /* Importante para posicionar pseudo-elementos */

  /* Animación de desplazamiento */
  animation: loading 1.5s infinite linear;
}

/* Pseudo-elemento ::before */
.skeleton-loader::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
  background-size: 200% 100%; /* Ajusta según el ancho del div */
  animation: loading 1.5s infinite linear;
}

/* Pseudo-elemento ::after */
.skeleton-loader::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, transparent, rgba(255, 255, 255, 0.8), transparent);
  background-size: 200% 100%;
}


/* CONTACT FORM ************************************************************************************************************************/
/* *************************************************************************************************************************************/
.contact {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0;
}
.content_contact {
  width: 1100px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  z-index: 2;
  box-shadow: 0 10px 20px #000;
}
.contact_input_content {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #999;
  align-items: stretch;
}
.contact_input {
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex: 1;
  align-items: center;
  border: 1px solid #b0b0b0;
  border-radius: 30px;
  padding: 5px 20px;
}

.contact_input> i {
  font-size: 20px;
}

.contact h1{
  font-size: 20px;
  line-height: inherit;
}
.contact h2{
}
.contact p{
  font-size: 16px;
  line-height: inherit;
}

.card_contact {
  background: rgba(0,0,0,0.5) !important;
  position: relative;
  flex: 1;
  overflow: hidden;
  backdrop-filter: blur(11px) saturate(0%);
  -webkit-backdrop-filter: blur(11px) saturate(0%);
  background-color: rgba(0, 0, 0, 0.49);
  border: 1px solid rgba(255, 255, 255, 0.125);
  padding: 40px;
  color: #FFF;
  display: flex;
  flex-direction: column;
  gap: 50px;
  font-size: 15px;
  align-items: stretch;
  text-shadow: 0 0 3px #000;
}

.card_contact> hr {
  background: #FFF;
  width: 100%;
}


.card_contact> div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}



.form_contact {
  flex: 1;
  background: #FFF;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

.form_contact > form {
  display: flex;
  flex-direction: column;
  padding: 40px;
  color: #616161;
  flex: 1;
  gap: 20px;
  justify-content: flex-start;
}
.form_contact p{
  text-shadow: none;
  color: #000;
  line-height: inherit;
}



.icons_redes {
  display: flex;
  gap: 15px;
  flex-direction: row !important;
  font-size: 25px !important;
}

input[type="text"],input[type="number"]{
  outline: none;
  border-radius: 30px;
  padding: 10px;
  flex: 1;
  border: none;
}

input[type="submit"]{
  outline: none;
  border-radius: 30px;
  padding: 13px 30px;
  background: #F00;
  color: #FFF;
  border: none;
  cursor: pointer;
}

input[type="submit"]:hover{
  filter: brightness(1.2);
}

label {
  color: #000;
}

input[type="text"]{}
input[type="number"]{}
input[type="submit"]{}






/* RESPONSIVES *************************************************************************************************************************/


@media (max-width:1400px) {
  section {
    width: 90%;
    margin: 0 auto;
}
  .card {
    width: 100%;
    margin: 0 auto;
  }
  .image_card{
    width: 300px;
    height: auto;
  }
  .image_card> img {
    width: 100%;
}
.info_card {
  flex: 1;
}
.menu_content {
  width: 90%;
}
}


@media (max-width: 1250px) {
  header {
    width: 90%;
    padding: 0 30px;
  }

  h1 {
    font-size: 40px;
    line-height: 35px;
  }

  .content_service {
    flex-direction: column;
    gap: 30px;
    align-items: center;
}

.content_service> img {
  width: 300px;
}

.info_section_int {
  padding: 0;
}

  .valores {
    width: 90%;
    padding: 15% 5% 0 5%;
    display: flex;
    gap: 20px;
    background-image: url('../imgs/bg_ruido.png');
    background: #FFF;
  }

  .content_clientes {
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  #menu-container {
    gap: 30px;
  }

  .box_suscription input[type="button"] {
    width: auto;
  }
  .footer_blocks img {
    width: 100%;
    padding-bottom: 15px;
  }

  p {
    font-size: 16px;
    line-height: normal;
  }

  .title_quienes_somos {
    display: none;
  }

  .title_quienes_somos2 {
    display: block;
    color: #fff;
  }
  .title_quienes_somos2 > span {
    color: #CE2E26;
  }

  section {
    height: auto !important;
    padding: 40px 0;
  }

  .section_service {
    width: 80%;
    padding: 10%;
    background: #fff;
  }


  
.galeria {
  grid-template-columns: repeat(4,1fr);
}

.img_big_content {
  flex-direction: column;
  width: 400px;
}
}

@media (max-width: 1000px) {
  .logo_page {
    width: 250px;
  }

  .footer_block_1::after {
    bottom: 0;
    content: '';
    width: 90%;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
}

.content_contact {
  flex-direction: column;
}

/*
  .redes_flotantes {
    border-radius: 0px 0 0px 20px;
    padding: 10px 15px;
    border-top: 0;
    border-right: 0;
    right: 0;
    top: 89px;
    flex-direction: row;
    display: none;
  }
  */

  .card {
    flex-direction: column;
  }

  .image_card {
    width: 70%;
  }

  .icon_logo_page {
    width: 70px;
  }

  .valor img {
    height: 90px;
  }

  .valores {
    width: 100%;
    padding: 0;
    display: flex;
    gap: 0;
  }

  .valor {
    box-shadow: none;
    margin: 0;
  }


  .slider-container2 {
    width: 100%;
  }

  .icon_nav {
    display: block;
  }

  #menu-container {
    display: none;
  }

  .about_us_info_home_content img {
    width: 50%;
  }
  .about_us_info_home_content {
    gap: 40px;
    flex-direction: column;
    width: 90%;
  }
  .footer_blocks {
    flex-direction: column;
  }

  .footer_blocks > div {
    padding: 30px;
  }

  .about_us_info_home_content div {
    width: 100%;
    gap: 10px;
  }
  .box_suscription {
    flex-direction: column;
    gap: 5px;
    display: flex;
    align-items: stretch;
  }
  .box_suscription input[type="text"],
  .box_suscription input[type="button"] {
    border-radius: 30px !important;
    width: auto !important;
  }

  .footer_blocks img {
    width: 150px;
    height: auto;;
}

  .icons_redes {
    font-size: 31px;
  }

  .porque_elegirnos {
    width: 90%;
    padding: 5%;
  }

  .cliente {
    grid-template-columns: repeat(3, 1fr);
  }

  .info_services {
    flex-direction: column;
    align-items: center;
  }

  .content_info_slide {
    flex-direction: column;
    gap: 20px;
  }

  .redes_content {
    display: none;
  }

  .title_section {
    font-size: 26px;
  }
  .subtitle_section {
    font-size: 24px;
  }

  .service:hover .service_info > div:nth-child(2) {
    transform: rotate(0deg);
  }

  .menu {
    display: none;
  }

.content_menu_icon_mobile {
  display: flex;
}

.icon_svg {
  width: 75%;
  right: -90px;
}

.icon_svg_2 {
  display: none;
}


.porque_elegirnos, .section_clientes {
  padding: 100px 0 !important;
}

.galeria>div {
  width: 33.3%;
  height: 33.3vw;
}

}

/*Pantalla menor o igual a 700px*/
@media (max-width: 700px) {
  .migas h2 {
    font-size: 35px;
}

.title_section {
  font-size: 20px;
}

#icon_logo_page {
  width: 50px;
}

.galeria {
  grid-template-columns: repeat(3,1fr);
}
.img_big_content {
  width: 100%;
  height: 100%;
}
  #menu-container {
    display: none;
  }


  #content_propiedades {
    padding: 0 !important;
    width: 100%;
}
  
  .logo_page {
    width: 160px;
  }

  /* Animación de las imagenes de la página de servicios */
  .image img {
    animation: moveUpDown 2s alternate infinite ease-in-out;
  }

  /* Definir la animación de movimiento arriba y abajo */
  @keyframes moveUpDown {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-10px);
    }
  }

  /*pag Principal*/
  .page4 {
    max-width: 81.7vw;
  }
  .page4 .paragraph {
    font-size: 4vw;
    margin: 13vw 0;
  }

  /*footer*/
  .footer-links a {
    font-size: 2.8vw;
  }
  .social-icon span {
    font-size: 2.8vw;
  }
  .namu-estudio img {
    width: 16px;
  }
  .namu-creativos img {
    width: 5vw;
  }
  .subscribe-box {
    max-width: 38vw;
  }
  .subscribe-box input {
    font-size: 2.6vw;
  }
  .footer-title {
    font-size: 5.2vw;
  }

  

  .header_content {
    flex-direction: column;
  }

  .info_slide_img {
    width: auto;
    height: 350px;
  }

  .valores {
    flex-direction: column;
  }

  .content_photos_home {
    display: none;
  }

  .service_info {
    flex-direction: column;
    display: flex;
    align-items: center;
    gap: 5px;
    width: 300px;
  }

  .service_info > div:nth-child(2) {
    width: 100%;
    height: 2px;
  }

  .prev-btn,
  .next-btn {
    height: 30px;
  }

  .service img {
    height: 60%;
  }
  .service_info h2 {
    text-align: center;
    font-size: 20px;
  }
  .service_info > div:nth-child(3) {
    text-align: center;
  }

  .cliente {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

  .section_clientes {
    width: 100%;
    padding: 30px 0;
  }

  .header h1{
    font-size: 55px;
    line-height: 55px;
  }
}
