* {
  font-family: Arial, Helvetica, sans-serif;
}

body {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  border: 0;
  overflow-x: hidden;
}

.nav {
  background-color: #ffffff;
  display: flex;
  height: 13vh;
  max-width: 100vw;
}

.button_nav {
  height: 7vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.portada {
  margin: 0;
  padding: 0;
  background-image: url(../img/home.jpeg);
  background-size: cover;
  max-width: 100vw;
  height: 100vh;
}

.cont_logo {
  max-height: 13vh;
  width: 50vw;
  display: flex;
  align-items: center;
  /* background-color: blue; */
}

.cont_logo img {
  max-height: 10vh;
  max-width: 100vw;
  margin-left: 2vw;
}

.content_nav {
  width: 50vw;
  /* background-color: red; */
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.content_nav p,
select {
  cursor: pointer;
}

.content_nav a {
  text-decoration: none;
  color: #04083a;
}

select:hover {
  border: none;
}

.content_nav a:hover,
.button_contact:hover {
  font-weight: bold;
  text-decoration-line: underline;
}

.button_contact p {
  color: #04083a;
}

.button_contact {
  /* border-color: 1px solid black; */
  border-width: 1px;
  border-style: solid;
  border-color: #04083a;
  height: 5vh;
  width: 8vw;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 10px
}

.select__servicios {
  border: none;
  width: 6vw;
}

/*:::::Pie de Pagina*/
.pie-pagina {
  width: 100%;
  background-color: #000000;
}

.pie-pagina .grupo-1 {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
  padding: 45px 0px;
}

.pie-pagina .grupo-1 .box figure {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.pie-pagina .grupo-1 .box figure img {
  width: 160px;
}

.pie-pagina .grupo-1 .box h2 {
  color: #fff;
  margin-bottom: 25px;
  font-size: 20px;
}

.pie-pagina .grupo-1 .box p {
  color: #efefef;
  margin-bottom: 10px;
}

.pie-pagina .grupo-1 .red-social a {
  display: inline-block;
  text-decoration: none;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  margin-right: 10px;
  background-color: #0d2033;
  text-align: center;
  transition: all 300ms ease;
}

.pie-pagina .grupo-1 .red-social a:hover {
  color: #14aaea;
}

.pie-pagina .grupo-2 {
  background-color: #0a1a2a;
  padding: 15px 10px;
  text-align: center;
  color: #fff;
}

.pie-pagina .grupo-2 small {
  font-size: 15px;
}

.button_nav {
  background-color: #ffffff;
  border-color: #08083c;
  margin-left: 2vw;
}

header .navbar ul li .button:hover {
  background-color: transparent;
  color: black;
}

header .navbar ul li .button a:hover {
  background-color: transparent;
}

.button_portafolio button {
  width: 12vw;
  height: 7vh;
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  cursor: pointer;
  font-size: 3vh;
}

.container_button_portafolio {
  width: 50vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-button-next,
.swiper-button-prev {
  color: #08083c !important;
}

label img {
  width: 6vw;
}

/**********nav**********/
header {
  position: fixed;
  height: 10vh;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  padding: 0px 7%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
}

header .logo {
  height: 4vw;
  filter: none; 
}

header .navbar ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

header .navbar ul li {
  position: relative;
  float: left;
}

header .navbar ul li a {
  font-size: 20px;
  padding: 20px;
  color: black;
  display: block;
  text-decoration: none;
}

header .navbar ul li a:hover {
  background-color: #000000;
  color: #ffffff;
}

.button_nav {
  background-color: #ffffff;
  border-color: #000000;
  margin-left: 2vw;
}

header .navbar ul li .button:hover {
  background-color: transparent;
  color: black;
}

header .navbar ul li .button a:hover {
  background-color: transparent;
}

header .navbar ul li a:hover {
  cursor: pointer;
}

header .navbar ul li ul {
  position: absolute;
  left: 0;
  width: 200px;
  background-color: #ffffff;
  display: none;
  padding: 0;
}

header .navbar ul li ul li {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, .1);
}

header .navbar ul li ul li ul {
  left: 200px;
  top: 0;
}

header .navbar ul li:focus-within>ul,
header .navbar ul li:hover>ul {
  display: initial;
}

#menu-bar {
  display: none;
}

header label {
  font-size: 20px;
  color: black;
  cursor: pointer;
  display: none;
}

.flechaAbajo {
  width: 1vw;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  color: #ffffff;
}

img {
  filter: brightness(0.7); 
}

.btn-wsp{
  position:fixed;
  width:60px;
  height:60px;
  line-height: 63px;
  bottom:25px;
  right:25px;
  background:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:35px;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
  z-index:100;
  transition: all 300ms ease;
}
.btn-wsp:hover{
  background: #20ba5a;
}
@media only screen and (min-width:320px) and (max-width:768px){
  .btn-wsp{
      width:63px;
      height:63px;
      line-height: 66px;
}
}
/* .swiper-wrapper {
  transform: translate3d(28.667px, 0px, 0px)!important;
} */

/****media query****/


/**********nav**********/
@media screen and (max-width:800px) {
  header .logo {
    height: 9vh !important;
  }

  .pie-pagina .grupo-1 {
    width: 90%;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
    padding: 35px 0px;
  }

  header {
    gap: 60vw;
    justify-content: center;
  }

  header {
    padding: 15px;
    justify-content: space-around;
    /*   */
  }

  header label {
    display: initial;
  }

  header .navbar {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #ffffff;
    border-top: 1px solid rgba(0, 0, 0, .1);
    display: none;
  }

  header .navbar ul {
    flex-direction: column;
  }

  header .navbar ul li {
    width: 100%;
  }

  header .navbar ul li ul {
    position: relative;
    width: 100%;
  }

  header .navbar ul li ul li {
    background-color: #ffffff;
  }

  header .navbar ul li ul li ul {
    width: 100%;
    left: 0;
  }

  #menu-bar:checked~.navbar {
    display: initial;
  }

  .container_button_portafolio {
    width: 90vw;
  }

  .text_portafolio {
    color: #14aaea;
  }

  .pie-pagina .grupo-1 .box p {
    font-size: 4vw;
  }

  .swiper-pagination-fraction {
    font-weight: 900;
  }

  .flechaAbajo {
    width: 4vw !important;
  }

  .button_portafolio button {
    width: 35vw !important;
  }

}