*{
   font-family: "Shadows Into Light", cursive ;
   color: #9422058c;
   text-align: center;
}
body{
    background-image: url('/img/fondCeleste.jpeg');
    background-repeat: repeat;
}

header{
    background: linear-gradient(150deg,#d153be,#60ca80);
}
footer{
    height:140px;
    background-size: 680px ;
    background-position: 55%;
    background-repeat: no-repeat;
    flex-direction: row;
}

.footer-content {
  background: linear-gradient(150deg,#db3ec6,#58D68D);
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 129px;
}
.filaperris {
   justify-content: center;
}

.social-elem {
  padding-top: 50px;
  margin: 0 10px;
 }

.header-image{
    float: center;
    width: 310px;
    height: 120%;
}
.dalLeft{
    float: left;
    width: 130px;
    padding-top: 20px;
}
.dalRight{
    float: right;
    width: 130px;
    padding-top: 20px;
}
       
img{
    width: 410px;
    position: center;
}
.bordeImg{
    border: 5px solid rgb(57, 141, 160);
}
ul{
    list-style-type: none;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
li{
    font-size: 230%;
    width: 250px;
    height: 50px;
    border: 2px inset rgb(19, 58, 223);
    align-content: center;
    justify-content: center;
    float: left;
}

a{
    font-family: "Shadows Into Light", cursive;
    font-weight: 700;
    text-decoration: none;
    color: crimson;
    display: inline-table;
    transition: transform 0.3s ease;
}
a:hover{
     transform: scale(1.2); 
}
p{
    width: 1000px;
    margin: 0 ;
    padding-bottom: 0;
    text-align: center;
}

video{
    width: 1200px;
    display: flexbox;
    align-items: center; 
    justify-content: center; 
    border: 5px solid rgb(57, 141, 160);
}
h1{
    align-content: center;
    color:rgb(240, 38, 189);
    font-size: 40px;
}

h2{
    align-content: justify;
    font-family: "Margarine", sans-serif;
    font-style: normal;
    font-size: 180%;
    color: blue;
}
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;
}
.cartel{
    width: auto;
    align-content: auto;
}
.pagina{
    width: 500;
    height: 500;
}
table{
    width: 850px;
    margin: 50px auto;
    justify-content: center;
    align-items: center;
}
table, th, tr,td{
    border: 9px solid ;
    padding: 15px;
    padding: 15px;
    border-image: url('/img/dorado.jpg') 40% round;
    font-style: oblique;
    font-family: "Margarine", sans-serif;
    font-weight: 1400;
    font-size: xx-large;
}
td,th{
    padding: 15px;
    padding: 15px;
    border-image: url('/img/dorado.jpg') 40% round;
    padding: 20px;
}

.imagTable{
    width: 230px;
    border: 5px solid rgb(57, 141, 160);
}

.imgmail{
    width: 90px;
}
.imgTrans{
    width: 390px;
    height: 340px;
    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: green;
    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 */
  }
}

form{
    width: 350px;
    background-color: rgb(241, 205, 205);
    padding: 8px;
    margin: 4px auto;
   } 
label{
    display: block;
    margin-bottom:10px;
}
input{
    padding: 5px 10px;
    display: block;
    width: 300px;
    margin-top: 20px;
    margin-left: 15px;
    border-radius: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    text-align: left;
}
 textarea {
  width: 300px;
  height: 100px;
  margin-top: 20px;
  padding: 5px;
  border-radius: 5px;
  resize: none; 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: rgb(34, 31, 31);
  text-align: left;
}

button{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 14px;
    color: rgb(34, 24, 185);
    padding: 10px 15px;
    width: 100px;
    height: 50px;
    display: block;
    margin: 40px auto;
}
.animados{
    width: auto;
}
