* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

p {
  margin: 0px;
  font-family: "Lato", sans-serif;
  line-height: normal;
}

a {
  font-family: "Lato", sans-serif;
}

/*------menu-------*/

.nav_container_1 {
  width: 100%;
  position: relative;
  padding: 2em 0;
  display: block;
}

.nav_container_2 {
  width: 80%;
  max-width: 1366px;
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.nav_container_2 .logo {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  gap: 100px;
}

button.menu_button {
  width: 30px;
  height: 19px;
  position: relative;
  display: none;
  flex-direction: column;
  justify-content: space-between;
}

button.menu_button span {
  width: 100%;
  height: 3px;
  position: relative;
  display: block;
  background: #292b2e;
  transform-origin: center;
  transition: 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

button.menu_button.active span {
  transform: scale(0);
}

button.menu_button::before,
button.menu_button::after {
  content: "";
  width: 100%;
  height: 3px;
  position: relative;
  display: block;
  background: #292b2e;
  transform-origin: center;
  transition: 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

button.menu_button.active::before {
  transform: translateY(8px) rotate(45deg);
}

button.menu_button.active::after {
  transform: translateY(-8px) rotate(-45deg);
}

.nav_container_2 .logo a {
  width: 136px;
  position: relative;
  display: block;
}

.nav_container_3 {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.nav_redes_container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.a_styles {
  font-family: "Lato", sans-serif;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: 500;
  color: #363436;
  position: relative;
}

.a_styles::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -6px;
  right: 0;
  left: 0;
  margin: auto;
  width: 0%;
  height: 2px;
  background-color: #ec3237;
  z-index: 1;
  transition: 0.3s ease-in-out;
}

.a_styles:hover::after,
.a_styles.active::after {
  width: 100%;
}

.nav_redes_text {
  font-family: "Lato", sans-serif;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: 600;
}

.nav_redes-sociales {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  flex-direction: row;
}

.nav_redes_icon {
  display: flex;
  gap: 5px;
  position: relative;
}

.nav_redes_style {
  width: 22px;
  height: 21px;
}

/*-------------------------*/

.icon_call {
  width: 59px;
  height: 59px;
}

.icon_verde {
  text-align: right;
  margin-right: 10px;
  font-size: 0.8em;
  font-weight: 600;
}

.text_home {
  color: #363435;
  margin: 10px;
}

/*****animacion*****/

/** Estilo inicial**/

#fade-in-element {
  opacity: 0;
  transform: translateY(-100px);
  /**** desplazamiento ****/
  transition: opacity 0.1s, transform 0.5s;
}

/* Estilo elemento visible */

#fade-in-element.fade-in {
  opacity: 1;
  transform: translateY(0);
  /****posición original***/
}

/*--------footer--------*/

/*-----footer-----*/

footer {
  background-color: #292b2e;
}

.footer_container {
  width: 100%;
  position: relative;
  padding: 4% 2% 1% 2%;
  display: block;
  margin-top: 5%;
}

.footer_container_1 {
  width: 80%;
  max-width: 1366px;
  margin: 0 auto;
  display: block;
}

.footer_container_2 {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  flex-direction: column;
  align-items: center;
}

.footer_content {
  width: 100%;
  align-items: center;
  display: flex;
  gap: 5px;
  justify-content: space-between;
  color: #fff;
}

.footer_logo_web {
  width: 136px;
  height: 106px;
}

.footer_tittle {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 1.2em;
  font-weight: 500px;
  color: #fff;
}

.footer_text {
  font-size: 1em;
  font-weight: 300;
  color: #fff;
}

.footer_line {
  width: 80%;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  margin: 0 auto;
}

.footer_icon_content {
  width: 2%;
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: right;
  align-items: center;
  color: #fff;
}

.footer_icon {
  width: 59px;
  height: 59px;
  margin-right: -80px;
  color: #fff;
}

.line_footer {
  padding: 0%;
  width: 100%;
  color: #fff;
}

.line_footer hr {
  border-top: 1px solid #ffffff;
  width: 100%;
}

.footer_container__2 {
  width: 100%;
  position: relative;
  padding: 4% 0% 1% 0%;
  display: block;
  color: #fff;
}

.footer_redes_sociales {
  display: flex;
  gap: 10px;
  position: relative;
  color: #fff;
}

.redes_icon_style {
  width: 21.7px;
  height: 21.7px;
  color: #fff;
}


 .right_reserved_logo {
    display: flex;
     gap: 10px; 
    position: relative;
    /* align-items: stretch; */
    color: #fff;
    justify-content: center;
}

.web_creativa_logo {
  width: 50%;
  height: 50%;
}

@media screen and (max-width: 1024px) {
  /*----menu----*/
  .icon_call {
    width: 35px;
    height: 35px;
  }
  /*----footer-----*/
  .footer_logo_web {
    width: 100px;
    height: 75px;
  }
  .footer_tittle {
    font-family: "Frank Ruhl Libre", serif;
    font-size: 0.9em;
  }
  .footer_text {
    font-size: 0.7em;
    font-weight: 300;
  }
  .footer_icon {
    width: 40px;
    height: 40px;
    margin-right: -35px;
  }
  .footer_container__2 {
    width: 100%;
    position: relative;
    padding: 2% 1% 4% 1%;
    display: block;
  }
  .nav_container_3 {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    justify-content: center;
    padding: 15px 0;
    background: #fff;
    z-index: 5;
  }
  .nav_container_2 {
    position: initial;
  }
  .nav_container_1 {
    padding: 1em 0;
  }
}

@media screen and (max-width: 767px) {
  /*----menu----*/
  .icon_call {
    width: 35px;
    height: 35px;
  }
  /*----footer-----*/
  footer {
    background-color: #292b2e;
    padding: 1% 1% 2% 1%;
  }
  .footer_container_1 {
    width: 85%;
    max-width: 1366px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  .footer_container_2 {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    flex-direction: column;
    align-items: center;
  }
  .footer_content {
    width: 100%;
    align-items: center;
    display: flex;
    gap: 15px;
    justify-content: space-between;
    color: #fff;
    flex-direction: column;
  }
  .footer_logo_web {
    width: 136px;
    height: 106px;
    margin-top: 10%;
  }
  .footer_tittle {
    font-family: "Frank Ruhl Libre", serif;
    font-size: 1.2em;
    text-align: center;
  }
  .footer_text {
    font-size: 1em;
    font-weight: 300;
    justify-content: center;
    text-align: center;
  }
  .footer_line {
    width: 90%;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    margin: 0 auto;
  }
  .footer_icon {
    width: 35px;
    height: 35px;
    margin-right: -35px;
  }
  .right_reserved_logo {
    display: flex;
    gap: 10px;
    position: relative;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .web_creativa_logo {
    width: 39%;
    height: 5%;
  }
}

@media screen and (max-width: 425px) {
  .nav_redes_text {
    display: none;
  }
  .nav_container_2 .logo a {
    width: 85px;
  }
  .a_styles {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    padding: 0 20px;
  }
  .nav_container_3 {
    display: none;
  }
  button.menu_button {
    display: flex;
  }
  .icon_call {
    width: 35px;
    height: 35px;
  }
  /*----footer----*/
  .footer_line {
    width: 70%;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    margin: 0px auto;
  }
}

.container_swiper_custom .container_slider .swiper-slide{
  cursor: pointer;
}

/*Logos*/
.cont_logos_mn{
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-gap: 10px;
}

.cont_logos_mn .item-logo{
     display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  height: 150px;
}

.cont_logos_mn .item-logo img{
  max-width: 120px;
}
.contacto_container form input.error,.contacto_container form textarea.error{
  background: #ffaaaa;
}

.contacto_container form label.error{
  color: #fa3232;
    position: absolute;
    top: 37px;
}
.loading-cont{
  display: none;
}

#loading_ct{
    display: inline-block;
    width: 30px;
    position: relative;
    top: 7px;
    margin-right: 8px;
}

.container_blue_1_proyectos .content_row .img-b2{
  max-height: 150px;
}
.container_blue_1_proyectos .content_row .img-b3{
  max-height: 150px;
}
.container_blue_1_proyectos .content_row .img-b5{
  height: 500px;
  object-fit: cover;
}

._cnt_contact2{
  background: #fff;
}

._cnt_contact2 input,._cnt_contact2 textarea{
  border: 1px solid gray;
}

._cnt_contact2 label{
  color: #000;
}

.logo_footer{
    width:55%;
}

@media screen and (max-width: 725px) {
    .liner_footer{
        display:none !important;
    }
    .footer_info{
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: center;
    }
}
