* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: system-ui, -apple-system, sans-serif;  
}

.centrar{
display: flex;
  justify-content: center; 
  align-items: center;     
  gap: 20px;               
  width: 100%;
  min-height:75vh;
  margin: 0 auto;
  padding: 150px 20px 20px 20px;
  box-sizing: border-box;
}
.TARJETA {

  background-color: #01012c;
  border-radius: 10px;
  padding: 20px;
  width: 450px;
  height: auto;
  display: flex;
  flex-direction: column;

}

.tTITULO {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}

.formato {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}

.gropo {
  position: relative;
}

.formato .gropo label {
  font-size: 14px;
  color: rgb(255, 255, 255);
  position: absolute;
  top: -10px;
  left: 10px;
  background-color: #fff;
  transition: all .3s ease;
}

.formato .gropo input,
.formato .gropo textarea {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid rgba(247, 244, 244, 0.2);
  margin-bottom: 20px;
  outline: 0;
  color: #fff;
  width: 100%;
  background-color: transparent;
}

.formato .gropo input:placeholder-shown+ label, .formato .gropo textarea:placeholder-shown +label {
  top: 10px;
  background-color: transparent;
  color: #fff;
}

.formato .gropo input:focus,
.formato .gropo textarea:focus {
  border-color: #ffffff;
}

.formato .gropo input:focus+ label, .formato .gropo textarea:focus +label {
  top: -10px;
  left: 10px;
  background-color: #01012c;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
}

.formato .gropo textarea {
  resize: none;
  height: 100px;
}

.formato button {
  background-color: #916301;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.formato button:hover {
  background-color: #030303;
}



.redes{
   display: flex;
   gap: 15px;
   padding-top: 25PX;
   padding-bottom: 15PX;
  
}
 .redes .redes_opcion{
  display: flex;
     gap: 15px;
}

.redes_opcion  a{
  text-decoration: none;
    color:  #5e4501;
     margin: auto;
     text-align: center;
     align-items: center;
}
.redes_opcion  a svg{
    color:  #5e4501;
    font-size: 35PX;
    
}
.redes_opcion  A  svg:hover{
  color:  #000000;
}

.contactos{
 gap: 2px;
  display: grid;
   height: auto;
   width: auto;
  justify-content: center;
  width: 30%;

}
.contactos .text_contactar{
margin-top: 12px;

}
.contactos .text_contactar h2{
   padding-bottom: 24px;
    position: relative;
    width: fit-content;
}
.contactos .text_contactar h2::after{
    content: '';
    position: absolute;
   width: 60%;
   height: 3PX;
   background-color: rgb(1, 13, 83);
   bottom: 15px;
   left: 0;
}
.contactos .infomacion{
  display: block;
  gap: 11px;
}
.contactos .infomacion p{
  color: #000000;
   font-size: 15px;
   font-family: 'Times New Roman', Times, serif;


}
.contactos .infomacion p  samp{
  color: #5c2900;
   font-size: 18px; 
   font-weight: 600;
   padding-bottom: 12px;

}
.contactos .infomacion ul{
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.contactos .infomacion  ul li {
    text-decoration: none;
    padding-left: 12px;
    color:rgb(0, 2, 3);
    font-size: 14px;
}
@media (max-width: 1208px) {
  .TARJETA {

  background-color: #01012c;
  border-radius: 10px;
  padding: 20px;
  width: 350px;
  height: auto;
  display: flex;
  flex-direction: column;

}
  .centrar{
display: grid;
width: 100%;
  }
  .contactos{
   
   gap: 2px;
  display:flow-root;
   height: auto;
   width: auto;
   width: 100%;

}
.contactos .text_contactar{
margin-top: 12px;
width: 100%;
text-align: left;
}
.contactos .infomacion{
  display: block;
  gap: 8px;
  width: 90%;
 
  margin: 0 auto;
}
.contactos{
  width: 90%;
  margin: 0 auto;
}
}