@charset "UTF-8";
/*
Theme Name: Astara Eventos
Theme URI: https://www.inbrax.cl/
Author: Inbrax
Author URI: https://www.inbrax.cl/
Description: Es la plantilla del sitio de Astara Platform
Requires at least: 5.3
Tested up to: 6.0
Requires PHP: 5.6
Version: 1.0
Text Domain: INBRAX
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

@import url("img/logo.png");
@import url("css/astara-fonts.css");



/*Home Astara Eventos*/
body {
  background-color: #F6F6F6;
  overflow-x: hidden;
}

.head {
  padding: 1px;
  margin-bottom: 14%;
}

.logo img {
  width: 15%;
  margin: 4% 1% 1% 4%;
}

.container-menu-marcas {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 95%;
  height: auto;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 10%;
  background-color: white;
  border-radius: 3px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.container-menu-marcas h1 {
  font-size: 15px;
  margin: 30px;
  padding: 30px;
  font-weight: bold;
  color: #1E1932;
  font-family: "MontserratBold", sans-serif;
}

.row.row-cols-4 {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.container-option {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin: 25px;
  font-family: "MontserratRegular", sans-serif;
}

.container-option p {
  font-size: 11px;
  font-weight: bold;
  margin: 0;
  color: #1E1932;
  text-align: center;
}

.container-option p:hover {
  text-decoration: underline;
  color: #1E1932;
}

.container-option a {
  text-decoration: none;
  color: #1E1932;
}

.logo-marca {
  display: flex;
  margin: 10px;
  width: 12vh;
  height: 12vh;
  border-radius: 50%;
  background-color: #eef2f5;
  align-items: center;
  justify-content: center;
  margin: 8px;
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
  filter: brightness(0.9);
}

.logo-marca:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 20px;
  cursor: pointer;
}

.logo-marca img {
  width: 70%;
  height: 20%;
}

/*style single-formulario*/
.head {
  padding: 0;
  margin: 0;
}

.logo img {
  width: 15%;
  margin: 5% 1% 3px 4%;
}

.banner{
  display: flex;
  justify-content: center;
}

.banner img {
  margin-top: 10px;
  object-fit: fill;
  /*width: 100%;*/
  height: 350px;
}

.container-form {
  font-family: "MontserratRegular", sans-serif;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
}

form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 600px;
  margin: 0 auto;
}

.error{
  margin-top: 40px;
}

.form-group {
  width: 44%;
  margin: 0px 3% 16px 3%;
}

.form-group .error {
  font-family: 'MontserratRegular';
  font-size: 12px;
  /* position: absolute; */
  color: red;
  /* bottom: 6px; */
}

.form-group2 {
  width: 100%;
  text-align: center;
}

.container {
  background-color: white;
  border-radius: 3px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 0 0 5% 0;
  width: 100%;
  margin: 30px 0;
  margin-bottom: 30px;
}

.container h2,
.container h3 {
  display: flex;
  font-size: 15px;
  margin-top: 25px;
  margin-bottom: 25px;
  justify-content: center;
  font-weight: bold;
}

.terminosycondiciones {
  margin: 20px 0 0 0;
}

label {
  display: block;
  margin-bottom: 10px;
  margin-top: 20px;
  color: #1E1932;
  font-family: "MontserratRegular", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

input {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 23px;
}

input[type="button"] {
  background-color: #1e1932;
  color: white;
  cursor: pointer;
  margin-top: 55px;
  width: 35%;
  justify-content: center;
  width: 85px;
  height: 40px;
  font-family: "MontserratRegular", sans-serif;
}

input[type="button"]:hover {
  cursor: pointer;
  background-color: #FAB42D;
  border:none;
}

select {
  width: 95%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 23px;
}

.back {
  display: flex;
  flex-direction: row;
}

.back img {
  width: 20px;
  margin: 30px 15px 30px 30px;
  transform: rotate(180deg);
  display: flex;
}

.back h2, 
.back h3 {
  display: flex;
  margin: 32px 0;
  font-size: 13px;
  font-family: "MontserratRegular", sans-serif;
  font-weight: bold;
}

.form-group3 {
  width: 100%;
  display: flex;
}

.form-group3 a {
  text-decoration: none;
  color: #FAB42D;
  margin-left: 5px;
  margin-right: 5px;
}

.form-group3 p {
  color: #FAB42D;
  margin-left: 5px;
}

.form-group3 label {
  display: flex;
  flex-direction: row;
  margin: 9px 20px 1px 10px;
  font-size: 14px;
  font-family: "MontserratRegular", sans-serif;
  flex-wrap: wrap;
}

input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-top: 12px;
}

.row {
  --bs-gutter-x: 0;
}

footer {
  display: flex;
  flex-direction: row;
  height: 50px;
  background-color: #1E1932;
  color: #ccc;
  align-items: center;
  justify-content: center;
  font-family: "MontserratRegular", sans-serif;
  position: fixed;
  bottom: 0;
  width: 100%;
}

footer p {
  margin: 10px;
  font-size: 11px;
  font-family: inherit;
}

footer a {
  text-decoration: none;
  color: #F6F6F6;
}

footer a:hover {
  text-decoration: none;
  color: #FAB42D;
}

footer img {
  filter: invert(1);
  margin: 20px;
  width: 25px;
}

footer img:hover {
  color: #FAB42D;
  margin: 20px;
}

footer .rrss {
  margin-left: 37%;
}

/* PASO #2 */
.container-btn-form {
  /*display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;*/
  width: 95%;
  height: auto;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  /* padding-bottom: 10%; */
  background-color: white;
  border-radius: 3px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.cajaflex-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  padding: 50px;
  margin-bottom: 50px;
}

.container-btn-form .btn-form {

  background-color: #1e1932;
  color: #efefef;
  cursor: pointer;
  margin: 20px 0;
  width: 380px;
  height: 90px;
  font-family: "MontserratRegular", sans-serif;
  border: none;
  border-radius: 60px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container-btn-form .btn-form:hover {
  cursor: pointer;
  background-color: #efefef;
  color: #1E1932;
  border: none;
}

/*PASO 4 "GRACIAS "*/



.container-caja-texto-gracias {
  /* display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; */
  font-family: "MontserratRegular", sans-serif;
  font-weight: bold;
  /* border: none; */
  /* box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px; */
  width: 95%;
  height: auto;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 10%;
  background-color: white;
  /* border-radius: 3px; */
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.caja-img-gracias {
 text-align: center;
}

.caja-img-gracias img {
  width: 100px;
  margin: 100px;
}

.caja-texto-gracias {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.caja-texto-gracias h1 {
  font-size: 25px;
}


@media screen and (max-width: 1024px) {
  .container {
    margin: 30px 0;
  }
}


@media screen and (max-width: 960px) {
  .container-form {
    min-height: 50vh;
  }

  footer .rrss {
    margin-left: 14%;
  }

  .banner img {
    height: 250px;
  }

}

@media screen and (max-width: 768px) {
  .container,
  .container-caja-texto-gracias {
    margin-top: 20px 0;
  }


  .container h2,
  .container h3 {
    margin-top: 32px;
    margin-bottom: 0;
  }

  footer img {
    width: 21px;
  }
}


@media screen and (max-width: 540px) {
  .form-group {
    width: 90%;
    margin: 0px 5% 16px 5%;
  }

  footer {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 150px;
  }

  footer .rrss {
    margin: 0;
  }
}

@media screen and (max-width: 480px) {
  .banner img {
    height: 150px;
  }

  .container-btn-form .btn-form{
    width: 240px;
    height: 60px;
  }

  .logo-marca {
    display: flex;
    margin: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin: 7px;
    font-size: 12px;
  }

  footer p{
    margin: 4px;
  }

  footer .rrss {
    margin: 5px;
  }

  footer img{
    margin: 5px;
  }

  .row.row-cols-4 {
    margin-top: none;
  }

  .container-option {
    margin: 8px;
  }

  .logo-marca p {
    font-size: 10px;
  }

  .caja-img-gracias img {
    margin: 50px;
  }
}