*{
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  width: 100%;
  scroll-behavior: smooth;
}
body{
  font-family: 'Montserrat Alternates', sans-serif;
}

.header {
  padding: 20px;
  background-color: #f49d2a;
  display: flex;
}
@media screen and (max-width: 740px) {
  .header {
    display: block;
 }
}
.header .container-logo {
  width: 40%;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 740px) {
  .header .container-logo {
    width: 100%;
    display: block;
 }
}
.header .container-logo .logo {
  width: 50%;
}
.header .content {
  width: 60%;
  display: inline-block;
}
@media screen and (max-width: 740px) {
  .header .content {
    width: 100%;
    display: block;
 }
}
@media screen and (max-width: 740px) {
  .header .content .container-menu {
    display: none;
 }
}
.header .content .container-menu .menu {
  display: flex;
  justify-content: space-around;
}
.header .content .container-menu .menu a {
  text-decoration: none;
  color: #000;
  font-size: 1vw;
}
.header .content .container-title-subtitle {
  width: 100%;
  text-align: center;
}
.header .content .container-title-subtitle .title {
  font-size: 50px;
}
@media screen and (max-width: 740px) {
  .header .content .container-title-subtitle .title {
    font-size: 9vw;
 }
}
.header .content .container-title-subtitle .subtitle {
  font-size: 25px;
}
@media screen and (max-width: 740px) {
  .header .content .container-title-subtitle .subtitle {
    font-size: 5vw;
 }
}
.content .content-separate-header {
  background-color: #f9ce97;
  height: auto;
  transform: skewY(-4deg);
}
.content .content-separate-header .separate-header {
  transform: skewY(8deg);
  height: 400px;
  background: #fff;
  padding-bottom: 10px;
}
@media screen and (max-width: 740px) {
  .content .content-separate-header .separate-header {
    height: auto;
 }
}
.content .content-separate-header .separate-header .container-image-section-1 {
  width: 30%;
  text-align: center;
  height: 100%;
}
@media screen and (max-width: 740px) {
  .content .content-separate-header .separate-header .container-image-section-1 {
    width: 100%;
 }
}
.content .content-separate-header .separate-header .container-image-section-1 .image {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 740px) {
  .content .content-separate-header .separate-header .container-image-section-1 .image {
    width: 50%;
 }
}
.content .content-separate-header .separate-header .container-image-section-3 {
  width: 30%;
}
@media screen and (max-width: 740px) {
  .content .content-separate-header .separate-header .container-image-section-3 {
    width: 100%;
    text-align: center;
 }
}
.content .content-separate-header .separate-header .container-image-section-3 .image {
  width: 100%;
}
@media screen and (max-width: 740px) {
  .content .content-separate-header .separate-header .container-image-section-3 .image {
    width: 50%;
 }
}
.content .content-separate-header .separate-header .container-image-section-5 {
  display: inline-block;
  width: 30%;
  height: 100%;
  text-align: center;
}
@media screen and (max-width: 740px) {
  .content .content-separate-header .separate-header .container-image-section-5 {
    width: 100%;
 }
}
.content .content-separate-header .separate-header .container-image-section-5 .image {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 740px) {
  .content .content-separate-header .separate-header .container-image-section-5 .image {
    width: 50%;
    height: auto;
 }
}
.content .container {
  padding: 50px 35px;
}
.content .container-image .image {
  width: 100px;
}
.content .container-image-section-4 {
  width: 30%;
  text-align: right;
  display: inline-block;
}
@media screen and (max-width: 740px) {
  .content .container-image-section-4 {
    width: 100%;
    text-align: center;
 }
}
.content .container-image-section-4 .image {
  width: 40%;
}
@media screen and (max-width: 740px) {
  .content .container-image-section-4 .image {
    width: 50%;
 }
}
.content .container-section-1 {
  transform: skewY(-4deg);
  width: 100%;
  display: flex;
  height: 100%;
  align-items: center;
}
@media screen and (max-width: 740px) {
  .content .container-section-1 {
    flex-direction: column-reverse;
 }
}
.content .container-section-1 .container-text {
  width: 70%;
  display: inline-block;
}
@media screen and (max-width: 740px) {
  .content .container-section-1 .container-text {
    text-align: center;
    width: 100%;
 }
}
.content .container-section-2 {
  background-color: #f4b631;
  text-align: center;
}
.content .container-section-2 .extras-styles {
  width: 70%;
  display: inline-block;
}
.content .container-section-3 {
  transform: skewY(-4deg);
  width: 100%;
  text-align: left;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 740px) {
  .content .container-section-3 {
    flex-direction: column;
 }
}
.content .container-section-3 .container-text {
  width: 70%;
  display: inline-block;
  text-align: right;
}
@media screen and (max-width: 740px) {
  .content .container-section-3 .container-text {
    width: 100%;
    text-align: center;
 }
}
.content .container-section-4 {
  background-color: #eac93a;
  text-align: center;
  padding-right: 0;
  height: 400px;
}
@media screen and (max-width: 740px) {
  .content .container-section-4 {
    height: auto;
    padding-right: 35px;
 }
}
.content .container-section-4 .extras-styles {
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 740px) {
  .content .container-section-4 .extras-styles {
    flex-direction: column-reverse;
 }
}
.content .container-section-4 .extras-styles .container-text {
  width: 100%;
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 740px) {
  .content .container-section-4 .extras-styles .container-text {
    text-align: center;
 }
}
.content .container-section-5 {
  transform: skewY(-4deg);
  width: 100%;
  height: 100%;
  display: flex;
}
@media screen and (max-width: 740px) {
  .content .container-section-5 {
    flex-direction: column;
 }
}
.content .container-section-5 .container-text {
  display: inline-block;
  width: 70%;
}
@media screen and (max-width: 740px) {
  .content .container-section-5 .container-text {
    width: 100%;
    text-align: center;
 }
}
.content .container-section-6 {
  background: linear-gradient(135deg, rgba(234, 224, 40, 1) 0%, rgba(236, 236, 166, 1) 100%);
  text-align: center;
  padding-bottom: 1px;
}
.content .container-section-6 .extras-styles {
  width: 70%;
  display: inline-block;
}
.content .container-section-6 .extras-styles .container-formulario .container-inputs {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 740px) {
  .content .container-section-6 .extras-styles .container-formulario .container-inputs {
    display: initial;
 }
}
.content .container-section-6 .extras-styles .container-formulario input, .content .container-section-6 .extras-styles .container-formulario textarea {
  background-color: #cebd32;
  border: none;
  border-radius: 5px;
  padding: 10px;
  margin-top: 10px;
  font-family: 'Montserrat Alternates', sans-serif;
  color: #000;
  transition: 0.5s ease;
}
.content .container-section-6 .extras-styles .container-formulario input:focus, .content .container-section-6 .extras-styles .container-formulario textarea:focus {
  background-color: #e7d237;
}
@media screen and (max-width: 740px) {
  .content .container-section-6 .extras-styles .container-formulario input, .content .container-section-6 .extras-styles .container-formulario textarea {
    width: 100%;
 }
}
.content .container-section-6 .extras-styles .container-formulario textarea {
  min-height: 120px;
  max-height: 120px;
  min-width: 100%;
  max-width: 100%;
}
.content .container-section-6 .extras-styles .container-formulario input::placeholder, .content .container-section-6 .extras-styles .container-formulario textarea::placeholder {
  color: #000;
  font-family: 'Montserrat Alternates', sans-serif;
}
.content .container-section-6 .extras-styles .container-formulario .button-submit {
  font-family: 'Montserrat Alternates', sans-serif;
  width: 30%;
  padding: 10px;
  background-color: #cebd32;
  border: 1px solid transparent;
  border-radius: 50px;
  transition: 0.5s ease;
}
.content .container-section-6 .extras-styles .container-formulario .button-submit:hover {
  background-color: #e7d237;
}
@media screen and (max-width: 740px) {
  .content .container-section-6 .extras-styles .container-formulario .button-submit {
    width: 70%;
 }
}
.content .container-section-6 .extras-styles .container-buttons-stores {
  display: flex;
  margin: 20px 0;
}
.content .container-section-6 .extras-styles .container-buttons-stores a img {
  width: 50%;
}
@media screen and (max-width: 740px) {
  .content .container-section-6 .extras-styles .container-buttons-stores a img {
    width: 70%;
 }
}
@media screen and (max-width: 740px) {
  .content .container-section-6 .extras-styles .container-buttons-stores {
    display: initial;
 }
}
.content .container-section-6 .info-footer {
  margin-top: 5px;
  padding: 10px;
  border-top: 2px solid #cebd32;
  width: 85%;
  display: flex;
  margin: auto;
  margin: 10px auto;
}
@media screen and (max-width: 740px) {
  .content .container-section-6 .info-footer {
    display: initial;
    border: none;
 }
}
@media screen and (max-width: 740px) {
  .content .container-section-6 .info-footer .email, .content .container-section-6 .info-footer .phone {
    font-size: 4vw;
 }
}
.content .container-section-6 .info-footer .email a, .content .container-section-6 .info-footer .phone a {
  color: #000;
}
@media screen and (max-width: 740px) {
  .content .container-section-6 .info-footer .email, .content .container-section-6 .info-footer .phone {
    margin: 5px 0;
 }
}
.content .container-section-6 .info-footer .circle {
  width: 40px;
  height: 20px;
  background-color: #cebd32;
  border: 1px solid transparent;
  border-radius: 100%;
}
@media screen and (max-width: 740px) {
  .content .container-section-6 .info-footer .circle {
    display: none;
 }
}
.line-title {
  border: 2px solid #efe444;
  margin: 10px 0;
}
.container-title .title {
  font-size: 30px;
  font-weight: 800;
}
@media screen and (max-width: 740px) {
  .container-title .title {
    font-size: 7vw;
 }
}
