*{
    margin: 0;
    padding: 0;
}

title{
color: Blue;
}

body{
  font-family: sans-serif;
}
a{
  text-decoration: none;
  color: black;
}

header{
  display: flex;
  flex-wrap: wrap;
  min-height: 60px;
  background-color: #F1EDF6;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.LogoCerrajeriaCo{
display: flex;
align-items: center;
}
.LogoCerrajeriaCo img{
  height: 60px;
  margin-right: 10px ;
}
.nav a{
  font-weight: 600;
  padding-right: 10px;
}
.nav a:hover{
  color: blueviolet;
}

@@media (max-width:00px) {
  .contenedor{
      flex-direction: column;
  }
  .nav{
    padding: 10px 0px;
  }

}

.slider-frame {

  max-width: 600px;
  height: auto;
	margin:50px auto 0;
	overflow: hidden;
}

.slider-frame ul {
	display: flex;
	padding: 0;
	width: 400%;
	animation: slide 10s infinite alternate ease-in-out;
}

.slider-frame li {
	width: 100%;
	list-style: none;
}

.slider-frame img {
	width: 100%;
}

@keyframes slide {
	0% {margin-left: 0;}
	20% {margin-left: 0;}

	25% {margin-left: -100%;}
	45% {margin-left: -100%;}

	50% {margin-left: -200%;}
	70% {margin-left: -200%;}

	75% {margin-left: -300%;}
	100% {margin-left: -300%;}
}
.slogan  {
  font-size: 25px;
  text-align: center;
  text-shadow: yellow 0 -2px;
.main{
  display: flex;
  flex-wrap: wrap;
  background: # 778899;
  width: 50%;
  height: calc(50vh - 600px);
  justify-content: space-around;
  align-items: center;
  text-align: center;
  }
}

.section{
}

.Descrip {
  background-color: #F1EDF6;
  margin-top: 150px;
}
.Descrip h2{
  font-size: 36px;
  font-weight: bolder;
  padding:10px;
  text-align:center;
}

.s_kbcra {
  display:flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
 /* background-color: #E0D4F7 ; */
  background-color: #cac4d7 ;

}
.l1 {
  /* margin: 5px; */
  height: 500px;
  width: 350px;
  text-align: left;
}


.img1 {
height: 50%;
width: 100%;
object-fit: cover;
}
.regreso1 a{
  /*  margin-top: 5px;*/
  font-size: 18px;
  color: Blue;
  padding:10px;
}


.sales{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(50px, 1fr)) ;
  grid-template-rows: 100px auto auto;
  text-align: center;
  grid-auto-flow: column;
  /* justify-items:center;
   align-items: center; */
  }

  .grid1{
  grid-column-start: span 3;
  }

  .grid1 h2{
    font-size: 30px;
  font-weight: bold;

  }

  img {
   height: 65%;
   width: 70%;
   object-fit: contain;
 }

.grid2 a{
  font-size: 18px;
  color: Blue;
  padding:10px;
}



.conten{
/*  background-color: #F1EDF6;*/
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  padding: 20px;
  margin-top: 10%;

  }
.conten img{
    flex: 1;
    height:100%;
    width: 100%;
    margin-left: 5px;
    border-radius: 15%;
    padding-right: 5px;
  }

.text {

  background-color: #F1EDF6;
  flex: 2;
  height:100%;
  width: 100%;
  padding: 5px;
  right: 50px;
  text-align: justify;
  border-right: 400px;
  border-radius: 5%;
}
.text h3 {
  padding-left: :20;
}
.text p {

padding-left: 3%;
padding-right: 2%;
padding-bottom: 1%;
}

iframe {
  padding: 1%;
}

.forma{
  display: inline-block;
  height: auto;
  width:45%;
  min-width:320px;


}

 .forma-hija {
  display: inline-block;
  min-width:320px;
  height: auto;
  width: 90%;
  border-radius: 2%;
  padding:2%;
  background-color:#F1E6CB;
  text-align:center;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

input {
  width: 100%;
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom-style: groove;
   background-color: #eee;
 }

 input:focus {
  color: black;
  background-color: #F1E6CB;
}

.forma-hija button {
 width: 30%;
 font-size: 13px;
  background: hsl(340deg 100% 32%);
  border: none;
  border-radius: 12px;
  padding: 0;
  cursor: pointer;
}


.menu-regreso{
  background-color: #F1E6CB;
  overflow: hidden;
}
.cab-nav li{
  list-style: none;
  margin-left: 5%;
}

.cab-nav li a:hover{
  color: Blue;
}

.footer{
  background-color: #F1EDF6;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 0%;
  min-height:30px;
  padding: 20px;
}
.footer a:hover{
  color: Blue;
  font-weight: bold;
}
