
html {
	scroll-behavior: smooth;
}

body{
  padding:0;
  margin:0;
  font-family: 'Poppins', sans-serif;
  background:#eee;
}

#button{
  display: block;
  position: fixed;
  top: 30px;
  left:50%;
  margin-left: 230px;
  z-index: 5000;
}

callback{
  position: fixed;
  width: calc(100% - 40px);
  left: 20px;
  bottom:10px;
  overflow: hidden;
  color: #f90;
  background-color: #a00;
  height: 22px;
  line-height: 22px;
  font-size: 15px;
  font-family: monospace;
  text-align: center;
  z-index: 6000;
  display: none;
}

landing{
  display:block;
  width:100%;
  margin:0 auto;
  max-width:600px;
  margin-top: 10px;
  overflow: hidden;
  border-radius: 3px;
  margin-bottom: 10px;
}

header{
  display: block;
  width: 100%;
  background: #fff;
  color:#000;
}

section{
  display: block;
  width: 100%;
}

section:nth-child(4) container, section:nth-child(8) container{
  background-color: #6600DD!important;
}

section:nth-child(even) container{
  background: #9129FF;
  color:#fff;
      background-image: url('../pyhton/frame4.svg'), url('../pyhton/frame2.svg');
      background-repeat: no-repeat,no-repeat;
      background-repeat: no-repeat,no-repeat;
      background-position: bottom,top;
}

section:nth-child(odd) container{
  background: #fff;
  color:#000;
}



container{

width: calc(100%-70px);
padding:60px 35px;
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: space-between;
align-items: center;
align-content: center;
}

item{
min-height: 150px;
width: 200px;
outline: 1px solid #c00;
margin:20px;

/*-flex-grow: 3;-*/
order: 0;
flex-shrink: 3;
align-self: center;

}

/*-TEXTOS-*/

container h1{
  font-size: max(2vw, 30px);
  line-height: max(2.5vw, 35px);
  font-weight: normal;
  margin:0;
  padding:0;
  margin-bottom: 15px;
}

container h2{
  font-size: max(3vw, 25px);
  line-height: max(3.5vw, 30px);
  font-weight: normal;
  margin:0;
  padding:0;
  width: 100%;
  text-align: center;
  margin-bottom: 35px;
}

container p{
  font-size: max(1vw, 16px);
  line-height: max(1.3vw, 20px);
}





foto_uno{
  width: 100%;
  min-height: 500px;
  display: block;
  background: url('../pyhton/foto1.png');
  background-size: cover;
  background-position: center;
  clip-path: polygon(0% 8%, 100% 0%, 100% 100%, 0% 92%);
  margin-top: -40px;
  margin-bottom: -40px;
}

foto_dos{
  width: 100%;
  min-height: 500px;
  display: block;
  background: url('../pyhton/foto2.png');
  background-size: cover;
  background-position: center;
  clip-path: polygon(0% 8%, 100% 0%, 100% 100%, 0% 92%);
  margin-top: -40px;
  margin-bottom: -40px;
}


</style>
