*{
   font-family: "Shadows Into Light", cursive ;
   color: #e6bbb08c;
   text-align: center;
   overflow: visible; /*   */
   
}
body{
    /*background-image: url('/img/tiradasMas.jpg');*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    overflow: visible;
}
.video-background {
  position: fixed;
	top: 0;
	left: 0;
	width:  100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}
.content {
  z-index: 1;
	color: white;
	text-align: center;
  overflow: hidden;
}
	
footer{
    height:140px;
    background-size: 680px ;
    background-position: 55%;
    background-repeat: no-repeat;
    flex-direction: row;
}

.footer-content {
  background: linear-gradient(150deg,#487280,#5a3455);
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 129px;
}
.filacartas {
   justify-content: center;
}

.social-elem {
  padding-top: 50px;
  margin: 0 10px;
 }

header ::content{
    position: relative;
    text-align: center;
    float: center;
    
}

img{
    width: 410px;
    position: center;
}

ul{
    list-style-type: none;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
li{
    font-size: 130%;
    width: 250px;
    height: 50px;
    border: 2px inset rgb(19, 58, 223);
    background-color: #2cb6e0;
    align-content: center;
    justify-content: center;
    float: left;
}

a{
    font-family: Phantomsans, sans-serif;
    font-weight: 600;
    text-decoration: none;
    color: crimson;
    display: inline-table;
    transition: transform 0.3s ease;
}
a:hover{
     transform: scale(1.2); 
}
p{
    width: 800px;
    display: inline;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
}


h1{
    align-content: center;
    color:rgb(240, 38, 189);
    font-size: 40px;
}

h2{
    font-family: Phantomsans, sans-serif;
    font-style: normal;
    font-size: 180%;
    text-align: justify;
    padding: 0x;
    margin-bottom: 10px;
    margin-left: 160px;
    margin-right: 160px;
    color: rgb(21, 211, 236);
    
}
h3{
    align-content: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-style: normal;
    font-size: 130%;
    color: rgb(207, 53, 174);
}
h4{
    text-align: left;
    color: rgb(230, 233, 194);
    font-size: 34px;
}

.pagina{
    width: 37%;
    height: 700;
    border: 5px solid rgb(57, 141, 160);
}
.imgmail{
    width: 120px;
    padding-right: 35px;
}
.imgTrans{
    
    height: 710px;
    border: 5px solid rgb(57, 141, 160);
}
.bi-instagram{
    color: rgb(233, 61, 18);
    font-size: 34px;
}
.bi-facebook{
    color: blue;
    font-size: 34px;
}
.bi-whatsapp{
    color: rgb(117, 221, 117);
    font-size: 34px;
}
.bi-geo-alt{
    color: rgb(230, 238, 116);
    font-size: 34px;
}
.bi-youtube{
    color: rgb(236, 13, 13);
    font-size: 34px;
}
.linea{
    width: 100%;
    animation: parpadeo 1s infinite;
}
@keyframes parpadeo {
  0%, 100% {
    opacity: 1; /* Visible */
  }
  50% {
    opacity: 0; /* Invisible */
  }
}


label{
    display: block;
    margin-bottom:10px;
}
 
.animados{
    width: auto;
}



/* CSS button */
.button-63 {
  align-items: center;
  background-image: linear-gradient(144deg,#AF40FF, #5B42F3 50%,#00DDEB);
  border: 0;
  border-radius: 8px;
  box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
  box-sizing: border-box;
  color: #FFFFFF;
  display: flex;
  font-family: Phantomsans, sans-serif;
  font-size: 20px;
  justify-content: center;
  line-height: 1em;
  max-width: 100%;
  min-width: 140px;
  padding: 19px 24px;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
}

.button-63:active,
.button-63:hover {
  outline: 0;
}

@media (min-width: 768px) {
  .button-63 {
    font-size: 24px;
    min-width: 296px;
  }
}
span:after{
  content:"Please check yout email";
  color: red;
}

/*Reseñas*/
.review-container {
  background-color: hsla(74, 23%, 89%, 0.3);
  width: 60%;
  margin: 20px auto;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.review-author {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 30px;
  color: #50e02c;
}

.review-text {
  margin-bottom: 10px;
  font-family: Phantomsans, sans-serif;
  font-size: 25px;
  color: #2cb6e0;
}

.review-rating {
  color: #f39c12; /* Color para las estrellas */
  font-size: 40px;
}
 

