﻿
.texto-small {
    font-size: 11px;
    color: #16AA5B;
}
    .texto-small a {
        color: #16AA5B;
    }
    .texto-small p{
        color:black;
    }

.texto-large {
    font-size: 14px;
    color: #16AA5B;
}

    .texto-large a {
        color: #16AA5B; /*#128A4A;*/
        padding-right: 20px;
        padding-left: 15px;
        padding-right: 15px;
        background-color: #128A4A;
    }

    .texto-large p {
        color: black;
    }

.btn-nav {
    padding-top: 10px;
    padding-right: 100px;
    padding-bottom: 1px;
    padding-left: 100px;
}
.btn-tamañoGral {
    width: 150px;
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: opacity-60;
    color: white;
    background-color: #128A4A;
}
    .btn-tamañoGral:hover {
     background-color: #16AA5B;
    }
.btn-servicios {
    color: white;
    width: 250px;
    height: 50px;
    background-color: #0D6637;
    margin-top: 20px;
    margin-bottom: 20px;
}
.btn-servicios:hover {
    background-color: #128A4A;
}

.ventajas {
    text-align: left;
}


.ventajas ul {
    list-style-type:none;
    padding: 0;
    margin: 0 auto;
    text-align: left;
    margin-botom:2px;
}

    .ventajas li {
        background-color: white;
        margin: 10px 0;
        padding: 15px;
        border-radius: 8px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        display: flex;
        gap: 10px;
        list-style:circle;
        text-align: justify;
        color:green;
    }

.card-margen {
    margin: 10px 10px 10px 10px;
}
.card-h3 {
    color: #166866;
    font-style: initial;
    font-weight: bold;
    margin-top: 5px;
    text-align: center
}
.card-logo {
    text-align:center;
    width: 60px;
    height: 60px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top:5%;
    align-content:center;
}
.card-title-inicio{
    color:#344e41;
    font-size:20px;
}
.nav-logo {
    width: 190px;
    height: 98px;
    margin-right: 5px;
}


.footer {
    border-top: 1px solid #444;
    border-radius: 1px;
    font-size: 0.9rem;
    background-color: #1B4332;
    margin-top: 1px;
    margin-bottom: 2px;
    color: white;
    text-align: center;
}

.footer-logo {
    max-height: 130px;
    max-width:100;
  /*  display:flex;*/
 /*   filter: brightness(0.5) invert(1);*/
}


.footer a {
    text-decoration: none;
}

    .footer a:hover {
        text-decoration: underline;
    }

.footer p {
    text-align:left;
}
.social-icons a:hover i {
    color: #588157;
    text-align: left;
}

.imgPrincipales {
    border-radius: 6px;
    max-width: 100%;
    max-height: 85%;
}

/* licencias */
.lic {
    text-align: center;
    font-size: 1rem;
}


.features-section {
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    background-color:  #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.features-section2 {
    height:100px;
    width: 600px;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.section-title {
    color: #344E41;
    font-weight: bold;
    text-align: center;
    font-size: 2rem;
    margin-bottom: 40px;
}

.features-list {
    /*display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 40px;
    padding: 0 30px;*/
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    padding: 0 30px;
}

.feature {
    
    background-color: #f8f8f8;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

  /*  .feature:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }*/

.feature-icon {
    margin-bottom: 20px;
}

    .feature-icon img {
        width: 50px;
        height: 50px;
    }

.feature-text h3 {
    font-size: 1.3rem;
    color: #333;
    margin-bottom: 10px;
}

.feature-text p {
    font-size: 1rem;
    color: #555;
}

.LogoBox {
    max-width: 25%;
    height: auto;
    margin-top: 5%;
}

@media (max-width: 768px) {

  
    .section-title {
        font-size: 1.8rem;
    }

    .features-list {
        grid-template-columns: 1fr; 
    }

    .feature {
        padding: 15px;
        border-radius: 6px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        width: 90%;
        margin: 10px auto;
        text-align:center;
    }
    .footer-logo{
    display:none;
    }
    .footer p {
        text-align: center;
        font-size:small;
    }
    .footer-media {
        text-align: center;
        font-size: small;
    }
}
