<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
     font-family: Skranji,Arial, Helvetica, sans-serif;
    text-transform: capitalize;
    text-decoration: none;
    
}

body {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2)
    , rgba(0, 0, 0, 0.2));
    background-color: #ffffff;
    height: 145;
    position: relative;

}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    transition: 0.7;
    padding: 30px 20px;
    z-index: 10;
}

.Header.abajo {
    background: #c36bdd;
    padding: 15px 20px;
}

.menu-icon{
    display: none;
}

.menu-icon i{
color:white;
font-size: 30px;



}

.Header .logo {
    width: 100px;
    height: 100px;
    
    position: relative;
    color: #fff;
    font-weight: bold;
    font-size: 2em;
    letter-spacing: 2px;
    transition: 1.5s;
    text-decoration: none;
}

.navbar {
    padding: 10px 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    position: relative;
    height: 70px;
    
}

.Header .menu {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Header .menu .item {
    list-style-type: none;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.5s ease;
}

.Header .menu .item .link {
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 15px;
    text-decoration: none;
    color: #f8f4f2;
    letter-spacing: 2px;
    font-weight: 600;
    transition: 0.7s;
    font-size: 20px;
   
}

.menu .item .link:hover {
    padding: 5px 10px;
    
    color: rgb(247, 247, 247);
    border-radius: 15px;
    border: 2px solid transparent;
    cursor: pointer;
}

.container {
    
    max-width: 800px;
    margin: 150px auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
h1, h2 {
    color: #000;
}
h1 {
    text-align: center;
    margin-bottom: 30px;
}
h2 {
    margin-top: 20px;
    border-bottom: 2px solid #007BFF;
    padding-bottom: 5px;
}
p {
    margin: 15px 0;
}
a {
    color: #007BFF;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.ft-container {
    max-width: 12000px;

  }
  
  .footer {    margin-bottom: 0px;

      margin-top: 190px;
    background-color: #000000;
    padding: 100px 0;
  }
  
  .ft-row {
    display: flex;
    flex-wrap: wrap;
  }
  
  .ft-link {
    width: 25%;
    padding: 0 270px;
  }
  
  .ft-link h4 {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 25px;
    font-weight: 500;
    border-bottom: 2px solid rgb(23, 55, 143);
    display: inline-block;
    padding-bottom: 10px;
  }
  
  .ft-link ul li a {
    font-size: 18px;
    text-decoration: none;
    color: rgb(252, 252, 252);
    display: block;
    margin-bottom: 15px;
    transition: all 0.3s ease;
  }
  
  .ft-link ul li a:hover {
    color: #ffffff;
    padding-left: 6px;
  }
  
  .social-link a {
    display: inline-block;
    min-height: 40px;
    width: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0px 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.5s ease;
  }
  
  .social-link a:hover {
    background-color: rgb(23, 55, 143);
  }
  

  

.derechos {
  color: #3c3a3d;
  position: absolute; 
  bottom: 20px; 
  left: 50%; 
  transform: translateX(-50%); 
  text-align: center; 
  width: 100%; 
}

@media screen and (max-width: 991px) {

    body, html {
      overflow-x: hidden; 
  }
    body {
     
      font-size: 14px;
      font-size: 14px;
  
    }
  
    header {
      padding: 20px; 
    }
  
    .navbar .menu{
    
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        flex-direction: column;
        text-align: center;
        background: rgb(23, 55, 143);
        gap: 0;
        overflow: hidden;
    }
  
    .navbar .menu .item{
        padding: 20px; 
    }
  
    .menu-icon{
        display: block;
    }
  
    #menu{ 
        transition: all 0.5s;
    }
  
    #menu:checked ~ .navbar{
      display: initial;
    }
  
  
    .Header .logo {
      font-size: 1.5em; 
    }
  
    .slider {
      margin-top: 140px ;
      width: 90%;
    }
  
    .ft-row{
      text-align: center;
    }
  
    .ft-links{
      width: 100%;
      margin-bottom: 30px;
  
    }
  
    .footer {
      margin-top: 400px;
      overflow: hidden;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
    }
  
   
    
}  
</pre></body></html>