/* Mis Estilos */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
   /* min-width: 360px;*/
}
   /* header */

  header {
    width: 100%;
    height: 650px;
    background-image: url(../img/banner.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    color: #fff;
    text-align: center;
}

header .textos {
  margin-top: 152px;
}

header .titulo {
  font-size: 85px;
  font-family: 'Dancing Script', cursive;
  
}

header .subtitulo {
  font-size: 65px;
  line-height: 65px;
  font-weight: 300;
  margin-bottom: 32px;
  font-family: 'Dancing Script', cursive;
  padding-top: 100px;

}

  a {
    color: #000;
  }

  .header {
    background-color: transparent;
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
    position: relative;
    width: 100%;
    z-index: 3;
  }
  
  .header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: transparent;
  }
  
  .header li a {
    display: block;
    padding: 20px 20px;
    border-right: 1px solid #f4f4f4;
    text-decoration: none;
    
  }
  
  .header li a:hover,
  .header .menu-btn:hover {
    background-color:#f4f4f4;
    color: #2c3e50;
    
  }
  
  .header .logo {
    display: block;
    float: left;
    font-size: 2em;
    padding: 10px 20px;
    text-decoration: none;
  }



   /* menu */
  
  .header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
  }
  
  /* menu icon  boton hambuerguesa */
  
  .header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative; 
    user-select: none;
  }
  
  .header .menu-icon .navicon {
    background: #000; 
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
  }
  
   
  .header .menu-icon .navicon:before,
  .header .menu-icon .navicon:after {
    background: #000;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
  }
  
  .header .menu-icon .navicon:before {
    top: 5px;
  }
  
  .header .menu-icon .navicon:after {
    top: -5px;
  }
  
  /* menu btn */
  
  .header .menu-btn {
    display: none;
  }
  
  .header .menu-btn:checked ~ .menu {
    max-height: 300px;
  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
  }
  
  .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
  .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
  }

  
  /*Sesgos */
  .sesgoabajo {

    z-index: 10;
    position: absolute;
    bottom: 0;
    left: 0;
    border-width: 0 0 35vh 100vw;
    border-style: solid;
    border-color: transparent transparent #fff transparent;

}
.sesgoarriba {

    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    border-width: 35vh 100vw 0 0;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.contenedor {
    width: 90%;
    max-width: 1000px;
    margin: auto;
    overflow: hidden;
    padding: 52px 0;
    }

.sobre-nosotros {

  text-align: center;
  font-size: 56px;
  margin-bottom: 10px;
  font-weight: 600;
}
.sobre-productos {

  text-align: center;
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: 600;

}
.slogan {
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 24px;
}

.parrafo {
  margin-bottom: 13px;
  font-weight: 300;
  text-align: justify;
  line-height: 24px;
  color: rgb(24, 16, 16);
}

.acerca-de .boton {
  display: inline-block;
  padding: 6px;
  width: 128px;
  font-weight: 300;
  border: 1px solid rgba(24, 16, 16, .7);
  color: rgb(24, 16, 16);
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  border-radius: 16px;
  margin-top: 24px;
}

a.btn-inicio {
  text-align: center;
  text-decoration: none;
  display: block;
  width: 100px;
  margin: 0 auto;
  margin-top: 20px;
  padding: 10px;
  font-size: 1rem;
  border: #000 solid 1px;
  border-radius: 30px;
   color: #2c3e50;
}
a.btn-footer {
  text-align: center;
  text-decoration: none;
  display: block;
  width: 100px;
  margin: 0 auto;
  margin-top: 20px;
  padding: 10px;
  font-size: 1.5rem;
  border: #000 solid 1px;
  border-radius: 30px;
  color: #fff;
}
a.btnbck-footer {
  text-align: center;
  text-decoration: none;
  display: block;
  width: 100px;
  margin: 0 auto;
  margin-top: 20px;
  padding: 10px;
  font-size: 1rem;
  border: #000 solid 1px;
  border-radius: 30px;
  color: #000;
  background-color: #2A9FFF;
}
.btnblk {
  text-align: center;
  text-decoration: none;
  display: block;
  width: 50%;
  margin:20px;
  padding: 5px;
  font-size: 1rem;
  border: #000 solid 1px;
  border-radius: 30px;
  color: #fff;
  background-color: #2A9FFF;
}
.btndlk {
  text-align: center;
  text-decoration: none;
  display: block;
  width: 60%;
  margin:20px;
  padding: 5px;
  font-size: 1rem;
  border: #000 solid 1px;
  border-radius: 30px;
  color: #fff;
  background-color: red;
  
}
.galeria {
  width: 100%;
  height: 500px;
  overflow: hidden;
  display: flex;
  position: relative;
  flex-wrap: wrap;
}
.imagenes {
  width: 20%;
  height: 500px;
  overflow: hidden;
  position: relative;
}

.imagenes img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.encima {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(52, 73, 94, 0.815);
}

.encima h2 {
  position: relative;
  top: 45%;
  text-align: center;
  color: #fff;
  z-index: 5;
}

.encima article {
  position: relative;
  display: block;
  top: 46%;
  width: 40px;
  height: 5px;
  background: #fff;
  margin: auto;
}
.cards {
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;

}

.card {
  margin: 20px 0;
  width: 30%;
  height: 250px;
  text-align: center;
  padding: 20px;

}
.cards img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 50%;
}

.card:hover{
-webkit-transform: scale(2);
-ms-transform: scale(2);
transform: scale(2);
}

/*Servicios */
.fondo {

  height: 900px;
  position: relative;
  background-image: url();
  overflow: hidden;
  background-attachment: fixed;
  background-position: center;
  padding-top: 130px;

}
.sesgoabajo-unico {
  z-index: 10;
  position: relative;
  bottom: 0;
  left: 0;
  border-width: 0 0 35vh 100vw;
  border-style: solid;
  border-color: transparent transparent #2c3e50 transparent;

}
.titulo-clientess,
.subtitulo-clientes {
    color: #000;
    text-align: center;
}

.titulo-clientes {
    font-size: 56px;
    margin-top: 48px;
}

.subtitulo-clientes {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 64px;
}

.clientes {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 64px;
    width: 100%;
    justify-content: space-between;
}

.cliente {
    width: 20%;
}

.cliente img {
    width: 50%;
}
.social{
	position: fixed;
	left: 0;
	top: 400px;
	z-index: 20000;	
}
.social ul{
	list-style: none;

}
.social ul li a {
	display: inline-block;
	background: #000;
	color: #ffffff;
	padding: 10px 20px;
  text-decoration: none;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition:all 500ms ease;
}
.social ul li .icon-facebook{background: #3b5998;}
.social ul li .icon-twitter{background: #00abf0;}
.social ul li .icon-mail{background: #666666;}
.social ul li .icon-instagram{background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf)
}

.social ul li a:hover{
  padding: 10px 30px;
  background: #000;
}


/* contacto & footer */

footer {
 background: #2c3e50;   
 object-fit: fill;
 height: auto;
}

.titulo-footer,
.subtitulo-footer {

  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 56px;

}

.subtitulo-footer {
  font-size: 16px;
  margin-bottom: 64px;

}

form {
  display: flex;
  width: 70%;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto;

}

input[type="text"],
input[type="email"] {

  display: inline-block;
  width: 48%;
  padding: 13px;
  border: none;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  background: rgba(37, 37, 33, .7);
  margin-bottom: 16px;
  border-top: 5px solid rgba(37, 37, 33, .7);

}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {

  border-top: 5px solid rgba(255, 255, 255, 0.7);

}

textarea {

  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  max-height: 200px;
  min-height: 200px;
  background: rgba(37, 37, 33, .7);
  padding: 13px;
  border: none;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 16px;

}

input[type="submit"] {

  display: inline-block;
  padding: 13px;
  border: none;
  color: #fff;
  background: rgba(37, 37, 33, .7);
  width: 96px;

}
.footer{
  width: 100%;
  margin-left: 0;
}
.datosfooter{
  font-size: 12px;
  margin-top: 30px;
  float: left;
  
}

.mapa{
  width: 30%;
  float: right;
  margin-right:0;
  border-left-width: 1px;
  padding: 10px;   
  padding-top: 0;
  color:#fff;
}
.mapa img{
  width: 30px;
  float: left;
  margin-top: -4px;
}
.mapa p{
  
  font-size: 1rem;
}
.marca-logo{
  width: 10%;
  margin: auto;
}
.marca-logo img{
  margin-top: 20px;
  width: 100%;
}


.top{

  margin-top: 25px;
  text-align: center;
  color: #2A9FFF;
  padding: 20px;
}
.incorrect{

  margin-top: 25px;
  text-align: center;
  font-size: larger;
  color: #f15245;

}




/* media queries */

@media screen and (max-width:900px) {

  .card {

      width: 48%;

  }

}



@media screen and (max-width:610px) {

  header .textos {

      margin-top: 130px;

  }

  header .titulo {
      font-size: 55px;
      color: #000;
  }
  header .subtitulo {
    
    color: #000;
}

  .none {
     display: none
  }

  .imagenes {
      flex-grow: 1;
  }
  .card {

      width: 90%;

  }

  .fondo {
      height: auto;
  }
  .especial {
      display: none;
  }
  .cliente {

      width: 90%;
      height: 200px;
      margin-bottom: 50px;
  }
  .mapa p{
    display: none;
  }
  .footer{
  width: 100%;
 
}
.marca-logo{
  width: 40%;
  margin: auto;
}
.sesgoabajo {
  
  border-width: 0 0 30vh 100vw;

}
.btnblk {
  width: 70%; 

  }
  .btndlk {
    width: 80%; 
    }
}


@media screen and (max-width:380px) {
  header .textos {
      margin-top: 100px;
  }

  header .titulo {
      font-size: 55px;
  }

  header .subtitulo {
      font-size: 25px;
      margin-bottom: 32px;
  }

  .sobre-nosotros {
      font-size: 46px;
  }

  .slogan {
      font-size: 20px;
  }
  .titulo-clientes {
      font-size: 46px;
  }
  .subtitulo-clientes {
      font-size: 20px;
  }
  .mapa{
    display: none;
  }
  .sesgoabajo {

    border-width: 0 0 40vh 300vw;
   
}
.sesgoarriba {

  border-width: 30vh 300vw 0 0;
 
}
.titulo-footer{

  font-size: 36px;

}
.subtitulo-footer {

  font-size: 26px;

}
a.btnbck-footer {
  width: 90px;
  font-size: .8rem;
  background-color: #2A9FFF;

   }
   .btnblk {
  width: 80%; 
  font-size: 12px;
  }
  .btndlk {
    font-size: 12px;
    width: 80%; 
    }
}

@media (min-width: 48em) {
  .header li {
    float: left;
  }
  .header li a {
    padding: 20px 30px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
}
@media (max-width: 55em) {
  .header .menu {
    font-size: .8rem;
  }
  header .textos {
    margin-top: 132px;
  }
  
  header .titulo {
    font-size: 40px;
  }
  
  header .subtitulo {
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 32px;
  
  }
  
    a {
      color: #000;
    }
}