@import url('https://fonts.googleapis.com/css2?family=Kaisei+HarunoUmi&display=swap');

body {
  background: url(../img/bg.jpg) top center;
  background-attachment: fixed;
  background-size: cover;
  color: #666666;
  font-family: 'Kaisei HarunoUmi', serif;
}

a:hover, a:active, a:focus {
  color: #2dca98;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
  font-family: 'Kaisei HarunoUmi', serif;
  font-size: 17px;
  font-weight:lighter;
}

h1 {
  font-family: 'Kaisei HarunoUmi', serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

h3, h2{
  font-family: 'Kaisei HarunoUmi', serif;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: rgba(255, 255, 255, 0.6);
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  margin-bottom: 0px;
}

#header .container {
  position: relative;
  bottom: 0;
  top:10px;
  left: 0;
  right: 0;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  align-items: center;
  color: #fff;
  width: 100%;
  display: flex
}

#header .tittle{
  display: block;
  margin: auto;
  width: 90%;
  border-bottom: none;
  padding: 0px 10px;
  margin-bottom: -20px;
}

#header .tittle img{
  max-width: 300px;
  width: 100%;

}

@media (max-width: 780px){
  #header .tittle{
    margin-bottom: 0px;
  }
}

@media (max-width: 488px){
  #header .tittle .text-tittle h1 {
    font-size: 20px;
  }
}





/* Contact section */
#contact {
  background: rgba(255, 255, 255, 0.6);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 0px 10px 10px 10px;
  z-index: 1;
  
}


#contact  {
  position: relative;
}


#contact::before {
  content: "";
  background: rgba(255, 255, 255, 0.0);
  position: absolute;
  bottom: 0;
  top: 0px;
  left: 0;
  right: 0;
  z-index: -1;

}

#contact .bg-oscuro .tarotista{
  display: block;
  margin: auto;
}

#contact .bg-oscuro .tarotista p{
  text-align: justify;
  color: #000;
}

#contact .bg-oscuro .tarotista img{
  max-width: 450px;
  width: 100%;
  margin: auto;
  display: block;
}

#contact .bg-claro {
  padding-top: 10px;
  max-width: 600px;
  display: block;
  margin: auto;
  margin-top: 0px;
}

#contact .text-contact h2{
  padding: 0px 5px 5px 5px;
  color: #f44336;
  text-align: center;
  font-size: 24px;
}

.banner {
  text-align: center;
  background: purple;
  color: white;
  font-size: 22px;
  border-radius: 14px;
}

#contact .form{
  max-width: 600px;
  border-radius: 30px;
  display: block;
  margin: auto;
}

#contact .form .email{
  padding-top: 10px;
}

#contact .form .email .form-group {
  background: url(../img/iconos\ formulario-01.png) center;
  background-size: 100%;
  height: 75px;
  max-width: 100%;
  padding: 5px 5px 5px 5px;
}

#contact .form .form-group select{
  width: 100%;
  background: white;
  border-style: none;
  font-size: 15px;
  height: 35px;
  z-index: -1;
  border: #666666 0px solid;
  border-radius: 0px;
  text-indent:10px;
  
}

#contact .form .form-group input{
  width: 100%;
  background: white;
  border-style: none;
  font-size: 20px;
  height: 38px;
  z-index: -1;
  border: #666666 0px solid;
  border-radius: 0px;
  text-indent:10px;
  
}


#contact .form .form-group img{
  max-width: 50px;
  position: absolute;
  margin-bottom: 0px;
  margin-top: -8px;
  margin-left: -14px;
  z-index: 2;
}

#contact .form .form-group{
  border-radius: 10px;
  padding-left: 0px ;
  padding-right: 0px;
  padding-bottom: 10px;
}

#contact .form input:focus{
  border-radius: 50px;
}

#contact .form input::placeholder{
  color: #000;
  font-weight: lighter;
  opacity: 1;
}

#contact .form .submit{
  padding: 5px 5px 5px 5px;
  max-width: 215px;
  display: block;
  margin: auto;
  margin-top: 0px;
}

#contact .form .border-button{
  display: block;
  margin: auto;
}

#contact .form button{
  background: #ffc90d;
  border-style: none;
  border-radius: 0px;
  padding: 10px 5px 10px 5px;
  color: #fff;
  width: 150px;
  display: block;
  margin: auto;
  font-weight: bold;
}

#contact .imagen-f img{
  max-width: 200px;
  display: block;
  margin: auto;
}

#contact .tittle-sec1 {
  background: url(../img/10.png) top center;
  background-size: 300px 40px;
  background-repeat: no-repeat;
  height: 40px;
  margin-top: -25px;
}



@media (max-width: 432px){
  #contact .aviso img{
    max-width: 100px;
    width: 100%;
    float: left;
    margin-top: 0px;
    align-items: center;
  }
  
  #contact .aviso p{
    color: #000;
    text-align: center;
    font-size: 8px;
  }
}

@media (max-width: 780px){
  #contact .bg-oscuro .tarotista{
    float: none;
    width: 100%;
  }
  
  #contact .bg-claro {
    float: none;
    width: 100%;
  }

  #contact {
    height: 100%;
  }

  #contact .bg-oscuro .tarotista img {
      width: 210px;
  }
  
}

#popup-rgpd p {
  font-size: 13px;
}

.myButton {
  box-shadow:inset 0px 1px 0px 0px #ffffff;
  background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
  background-color:#f9f9f9;
  border-radius:6px;
  border:1px solid #dcdcdc;
  display:inline-block;
  cursor:pointer;
  color:#666666;
  font-size:15px;
  font-weight:bold;
  padding:6px 24px;
  text-decoration:none;
  text-shadow:0px 1px 0px #ffffff;
}
.myButton:hover {
  background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
  background-color:#e9e9e9;
}
.myButton:active {
  position:relative;
  top:1px;
}

