@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html,body{
    margin: 0 auto;
}

section {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
 
}

.img-logo{
float: left;
filter: contrast(100%);
margin-bottom: 30px;
width: 25%;
}

@media (max-width: 768px) {
    .img-logo {
        width: 80%;
    }
}
.error-message {
    margin-top: 10px;
    background-color: #f8d7da; /* Fondo rojo claro */
    color: #721c24;            /* Texto rojo oscuro */
    border: 1px solid #f5c6cb; /* Borde rojo claro */
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    font-family: 'Raleway', sans-serif;
}

.swal2-toast-custom {
    font-family: 'Raleway', sans-serif;
  }

input::placeholder {
    font-family: 'Raleway', sans-serif;
  }
  

.welcome-header {
    background-color: #0066ff;
    color: white;
    padding: 40px 20px;
    text-align: center;
}
.welcome-header {
    background-color: #0066ff;
    color: white;
    padding: 40px 20px;
    text-align: center;

}
.welcome-header ul{
    list-style-type: none; 
    text-align: left;

}
.welcome-header ul li{
   padding: 10px;
   font-family: "Raleway", sans-serif;
   font-optical-sizing: auto;
   font-weight:weight;
   font-style: normal;
    
}
.welcome-header h1 {
    margin: 0;
    text-align: left;
    font-size: 2.5em;
}

.welcome-header h2{
    text-align: left;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight:weight;
    font-style: normal;
    
}

.welcome-header p {
    margin: 10px 0 0;
    font-size: 1.2em;
    text-align: left;
}


.card-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 20px;
    gap: 20px;
    flex-wrap: wrap;
}

.ccard {
    background-color: white;
    border-radius: 10px;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.1);
    padding: 20px;
    text-align: center;
    width: 300px;
    margin: 10px;
    transition: border 0.3s;
    border: 2px solid transparent;
}

.ccard:hover {
    border: 2px solid #0066ff;
}

.ccard .icon {
    font-size: 2em;
    margin-bottom: 10px;
}

.ccard h3 {
    margin: 10px 0;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight:weight;
    font-style: normal;
}

.ccard p {
    color: #666;
    font-size: 0.9em;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

@media (max-width: 600px) {
    .card-container {
        flex-direction: column;
        align-items: stretch;
    }

    .card {
        width: 100%;
    }
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 60px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.modal.visible {
    display: block;
    opacity: 1;
}

.modal-content {
    background-color: #fff;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 400px;
    text-align: left;
    border-radius: 8px;
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.close {
    color: #007bff;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #0056b3;
    text-decoration: none;
}

 .h2{
    color: #007bff;
    margin-top: 0;
    font-family: "Raleway", sans-serif;
}

form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

label {
    font-family: "Raleway", sans-serif;
    color: #333;
}

input {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

input:focus {
    border-color: #007bff;
    outline: none;
}

.button {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

button:hover {
    background-color: #0056b3;
}

  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  .modal.hidden {
    display: none;
}


.modal.visible {
    display: block;
}
.custom-button {
    font-size: 12px; /* Tamaño del texto */
    padding: 6px 12px; /* Espaciado interno */
  }

  .forgot-password {
    display: inline-block;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding: 10px 20px;
    font-size: 16px;
    text-decoration: none;
    color: #007bff;
    background-color: #f8f9fa; 
    border: 1px solid #007bff; 
    border-radius: 5px;
    transition: all 0.3s ease; 
  }

  .forgot-password:hover {
    background-color: #007bff; 
    color: #ffffff; 
    border-color: #007bff; 
    text-decoration: none;
  }

  .forgot-password:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.5); 
  }


  .sync-devices {
    text-align: center;
    padding: 50px 20px;
}

.sync-devices h2 {
    font-size: 33px;
    margin-bottom: 10px;
    color: #555;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.sync-devices p {
    font-size: 16px;
    color: #777;
    margin-bottom: 40px;
    color: #555;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.hr{
    width: 80%;
}

.device-container, .features-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.device-item, .feature-item {
    flex: 1;
    max-width: 250px;
    margin: 20px;
    text-align: center;
}

.device-item img, .feature-item img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.device-item h3, .feature-item h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #555;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;

}

.device-item p, .feature-item p {
    font-size: 14px;
    color: #555;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}


.promo-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px;
    background-color: #3879b5;
    color: #fff;
}

.text-section {
    max-width: 50%;
    font-family: 'Raleway', sans-serif; 
}

.text-section h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.text-section p {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.buttons {
    display: flex;
    gap: 15px;
}

.botn {
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.botn-signup {
    background-color: #000;
    color: #fff;
    font-family: 'Raleway', sans-serif; 

}

.botn-learn {
    background-color: transparent;
    color: #000;
    border: 2px solid #000;
    font-family: 'Raleway', sans-serif; 

}

.btn-signup:hover, .btn-learn:hover {
    background-color: #fff;
    color: #000;
}

.image-section img {
    max-width: 100%;
    border-radius: 10px;
}
@media (min-width: 768px) {
    .promo-container {
        flex-wrap: nowrap;
        padding: 50px;
    }

    .text-section {
        max-width: 50%;
        margin-bottom: 0;
    }

    .image-section {
        max-width: 50%;
    }
}

.img-inf{
 
        width: 100%;
        height: 100%;
        mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 1) 20%);
    
}