* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: system-ui, -apple-system, sans-serif;  
}
.espacio{
    width: 100px;
    height: 155px;
}
.derechos{
    padding-top: 15px;
      display: flex;
    flex-direction: auto auto auto;
    padding-top: 15px;
     width: 100%;
   height: 100%;
  margin: auto;
  align-items: center;
  padding-bottom: 15px;
  gap: 15px;



}
.tarjeta{
     width: 350px;
     height: auto;
      margin: auto;
 background: linear-gradient(135deg, #BF953F, #B38728,  #AA771C);
        padding: 15px;
         border-radius: 15px;
}
.tarjeta:hover{
     border-radius: 15px;
      box-shadow: 1px 1px 15px  black;
}
.tarjeta_imagen{
    width: 100%;
    height: auto;
    padding-top: 15px;
     padding-bottom: 15px;
      margin: auto;
      text-align: center;
   

}
.tarjeta_imagen img{
    width: 280px;
}
.tarjeta_text{
  padding: 8px ;
  width: 100%;
}
.tarjeta_text h1{
    font-family:'Times New Roman', Times, serif;
     font-size: 25px;
     color:rgb(1, 3, 83);
}
.tarjeta_text p{
    font-family: 'Times New Roman', Times, serif;
    font-size: 15px;
    color: aliceblue;
    padding-bottom: 25px;
    padding-top: 20px;
}
.tarjeta_text ol{
      background-color: rgb(255, 255, 255);
       color: aliceblue;
 font-size: 15px;
          
 list-style-type: disc;
   background-color:  #ffffff;;
border:2px  rgb(7, 2, 54) solid;
  border-radius: 5px;
 padding-left: 20px;
 padding-bottom:6px;
 padding-top: 6px;
}
.tarjeta_text ol li{
 color:rgb(0, 0, 0);
}

.text{
    margin: auto;
    text-align: center;
     background-color: #01012c;
     width: 80%;
     margin-top: 25px;
     padding: 25px 5px;
     box-shadow: 1px 1px 15px rgb(5, 0, 48);
}
.text h2{
      background: linear-gradient(135deg, #BF953F, #B38728,  #AA771C);
   -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    font-size: 35px;
    font-family: 'Times New Roman', Times, serif;
     text-align: center;
}

.asesorias{
       
      display: flex;
    flex-direction: auto auto auto;
    padding-top: 25px;
     width: 100%;
   height: 100%;
  margin: auto;
  align-items: center;
  padding-bottom: 15px;
  gap: 15px;
}
.sesoria{
     margin: 0 auto;
      width: 320px;
      height: auto;
      text-align: center;
      margin: auto;
      padding: 15px;
      justify-content: center;
      text-align: center;
   background: linear-gradient(135deg, #BF953F, #B38728,  #AA771C);
}
.sesoria h3{
text-align: center;
 color: rgb(1, 3, 83);
 font-family: 'Times New Roman', Times, serif;
 font-size: 25px;
}
.sesoria span{
   text-align: center;
 color: rgb(1, 3, 83);
 font-family: 'Times New Roman', Times, serif;
 font-size: 25px; 
}
.sesoria p{
    padding-top: 15px;
    color: #ffffff;
     font-family: 'Times New Roman', Times, serif;
 font-size: 20px; 
 padding-bottom: 15px;

}
.sesoria a{
    text-decoration: none;

    
}
.sesoria a .button {
  cursor: pointer;
  position: relative;
  padding: 10px 24px;
  font-size: 18px;
  color: rgb(0, 4, 53);
  border: 2px solid rgb(17, 0, 54);
  border-radius: 34px;
  background-color: transparent;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
  overflow: hidden;
}

.sesoria a .button::before {
  content: '';
  position: absolute;
  inset: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: inherit;
  scale: 0;
  z-index: -1;
  background-color: rgb(193, 163, 98);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.sesoria a .button:hover::before {
  scale: 3;
}

.sesoria a .button:hover {
  color: #212121;
  scale: 1.1;
  box-shadow: 0 0px 20px rgba(193, 163, 98,0.4);
}

.sesoria a .button:active {
  scale: 1;
}




@media (max-width: 1208px){
    .asesorias{
         padding-top: 15px;
      display: grid;
    flex-direction: auto ;
    padding-top: 15px;
     width: 100%;
   height: 100%;
  margin: auto;
  align-items: center;
  padding-bottom: 15px;
  gap: 15px;
    }
    .derechos{
    padding-top: 15px;
      display: grid;
    flex-direction: auto ;
    padding-top: 15px;
     width: 100%;
   height: 100%;
  margin: auto;
  align-items: center;
  padding-bottom: 15px;
  gap: 15px;



}
.tarjeta{
     width: 350px;
     height: auto;
      margin: auto;
      background-color: rgb(0, 0, 61);
        padding: 15px;
         border-radius: 5px;
}
}