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

@font-face {
  font-family: 'titulo';
  src: url(../css/font/Montana.ttf) format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'cuerpo';
  src: url(../css/font/Playlist-Script/GOTHIC.TTF) format('truetype');
  font-style: normal;
  font-weight: normal;
}

body {
  background: #fff;
  background-attachment: fixed;
  background-size: cover;
  color: #666666;
  font-family: "Open Sans", sans-serif;
}



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

p {
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Crimson Text', serif;
  font-weight: 400;
  padding: 0;
}

.container{
  max-width: 700px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0.39), rgba(0, 0, 0, 0)); */
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header h1{
  font-family: 'Crimson Text', serif;
  font-size: 50px;
  color: #33354c;
  line-height: 15px;
}

#header span{
  font-family: 'titulo';
}

#header i{
  color: gray; 
  font-size: 50px;
}

#header img{
  float: right;
  margin-top: 20px;
  max-width: 80px;
  border-radius: 50%;
}

#header .container {
  position: relative;
  bottom: 0;
  top: 50px;
  left: 0;
  right: 0;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #666;
  max-width: 500px;
}

@media (max-width: 768px) {
  #header h1{
    font-family: 'Crimson Text', serif;
    font-size: 33px;
  }

  #header img{
    width: 100px;
    margin-top: 20px;
  }

  #header i{
    font-size: 35px;
  }
}





/*cards*/
#card{
  color: #666666;
}

#card h2{
  text-align: center;
  font-size: 20px;
  color: #33354c;
}

#card p{
  font-size: 10px;
  text-align: center;
}

#card h4{
  margin-top: 50px;
  font-family: 'cuerpo';
}

#card textarea{
  background-color: #f1f1fd;
  border-style: none;
  max-width: 400px;
  width: 100%;
  border-radius: 10px;
  padding: 10px 10px 10px 10px;
  display: block;
  margin: auto;
}

textarea::placeholder{
  color: #666;
}

#card.text-area-card{
  padding: 20px 20px 20px 20px;
  margin-bottom: 20px;
}


.spc_cartas_all .box_cards_back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
}
.spc_cartas_all .box_cards_back .active1 {
  -webkit-transform: rotatez(0deg) !important;
          transform: rotatez(0deg) !important;
  z-index: 8;
}
.spc_cartas_all .box_cards_back .active1 .cara_carta {
  z-index: 2;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  opacity: 1;
}
.spc_cartas_all .box_cards_back .active1 .atras_carta {
  z-index: 1;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.spc_cartas_all .box_cards_back .card:nth-child(1) {
  right: 5px;
}
.spc_cartas_all .box_cards_back .card:nth-child(2) {
  z-index: 2;
}
.spc_cartas_all .box_cards_back .card:nth-child(3) {
  left: 5px;
}

.card {
  background-color: transparent;
  border-color: transparent;
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.card .cara_carta, .card .atras_carta {
  width: 100%;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}
.card .cara_carta {
  position: relative;
  z-index: 1;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  width: 100%;
  opacity: 0;
}
.card .cara_carta img {
  width: 100%;
}
.card .atras_carta {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
.card .atras_carta img {
  width: 100%;
}

@media (max-width: 768px){
  #card i{
    font-size: 40px;
    position: absolute;
    top: 285px;
  }

  #card h4{
    font-size: 13px;
  }
}



/* Contact Section
--------------------------------*/

#contact {
  position: inherit;
  top: 300px;
  display: block;
  color: #666;
  padding-bottom: 50px;

}

#contact h2{
  color: #33354c;
  text-align: center;
  font-size: 20px;
}

#contact p{
  color: #666;
  font-size: 10px;
}

#contact .text-final p{
  text-align: center;

}

#contact .form{
  max-width: 500px;
  width: 100%;
}

#contact .form-group{
  text-align: left;
}

#contact .text-only{
  font-size: 10px;
  color: #666;
  position: relative;
  margin-top: 5px;
  margin-bottom: 0px;
  text-align: left;
}

#contac .check{
  font-size: 10px;
  text-align: left;
}

#contact .form-group .bg-genero p{
  color: #fff;
  margin-top: 0px;
  padding: 8px 2px 2px 0px;
  font-family: 'cuerpo';
  font-weight: initial;
}

#contact .col-xs-6 {
  padding: 0px 0px 0px 0px;
}

#contact .form-group .title p{
  text-align: center;
}

#contact .form-group .bg-genero{
  max-width: 500px;
  width: 100%;
  height: 35px;
  border-radius: 15px;
  box-shadow: none;
  font-size: 10px;
  background: #33354c;
  border: #7fe6e4 2px solid;
  color: #fff;
  text-align: center;
}

#contact .form #sendmessage {
  color: #ff9595;
  border: 1px solid #ff9595;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
  border-radius: 5px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact i {
  color: #fff;
  float: left;
  position: absolute;
  margin: 9px 5px 5px 9px;
}

@media (max-width: 530px){
  #contact i{
    margin: 9px 5px 5px 9px;
  }
}

@media (max-width: 400px){
  #contact i{
    margin: 9px 5px 5px 9px;
  }
}

#contact .form input {
  border-radius: 15px;
  box-shadow: none;
  font-size: 14px;
  background: #33354c;
  border: #7fe6e4 2px solid;
  color: #fff;
  text-indent:15px;
}
#contact .form select {
  border-radius: 15px;
  box-shadow: none;
  font-size: 14px;
  background: #33354c;
  border: #7fe6e4 2px solid;
  color: #fff;
}

#contact input::placeholder { 
  color: #fff;
  font-size: 10px;
}

#contact .form button[type="button"] {
  background: #533eff;
  border: 0;
  padding: 8px 40px;
  color: #fff;
  transition: 0.4s;
  border-radius: 10px;
  font-weight: bold;
}

#contact .form button[type="button"]:hover {
  background: #fe3e65;
}


@media (max-width: 768px){

  #contact p{
    font-size: 10px;
    margin-top: 5px;
  }

  #contact .text-final p{
    text-align: center;

  }
}

#text-long {
  padding-top: 50px;
  padding-bottom: 50px;
  max-width: 700px;
  display: block;
  margin: auto;
}

#text-long h1,h2,h3,h4,h5{
  font-weight: bold;
}

#text-long p{
  text-align: justify;
}

#text-long img{
  max-width: 90px;
  width: 100%;
  margin-top: -15px;
}

#footer {
  background: #33354c;
  width: 100%;
  padding: 20px 20px 20px 20px;
  text-align: center;
  color: #131313;
}

#footer span a {
  color: #fff;
  font-size: 10px;
}

.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;
}

