﻿.EstiloDesarrollo {
    margin: 75px 0;
}

.EstiloDesarrollo h4 {
    font-size: 48px;
    font-weight: 600
}

.EstiloDesarrollo p {
    font-size: 20px;
}

.EstiloDesarrollo button {
    font-size: 18px;
    background-color: #1c956d;
    border: none;
    color: white;
    border-radius: 10px;
    padding: 8px 30px;
    margin: 5px 0;
    transition: transform 0.3s ease;
}

.EstiloDesarrollo button:hover {
    transform: scale(1.05);
}
.EstiloSeccion1 {
    border-radius: 10px;
    background: rgb(174,208,196);
    background: -moz-linear-gradient(229deg, rgba(174, 208, 196, 1) 0%, rgba(7, 155, 102, 1) 10%, rgba(7, 155, 102, 1) 89%, rgba(174, 208, 196, 1) 100%);
    background: -webkit-linear-gradient(229deg, rgba(174, 208, 196, 1) 0%, rgba(7, 155, 102, 1) 10%, rgba(7, 155, 102, 1) 89%, rgba(174, 208, 196, 1) 100%);
    background: linear-gradient(229deg, rgba(174, 208, 196, 1) 0%, rgba(7, 155, 102, 1) 10%, rgba(7, 155, 102, 1) 89%, rgba(174, 208, 196, 1) 100%);
    padding: 30px 15px;
    text-align: center;
    width: 85%;
    place-self: center;
}
.EstiloSeccion1 p{
    color:white;
    font-size:20px;
}
.EstiloSeccion2 {
    border: 2px solid #fafafa;
    border-radius: 10px;
    height: 100%;
    min-height: 340px;
    background-color: #fafafa;
    padding: 15px;
}

    .EstiloSeccion2 h4 {
        font-size: 30px;
        font-weight: 600;
    }
    .EstiloSeccion2 h3 {
        font-size: 20px;
        font-weight: 600;
        margin: 15px 0 15px 0;
    }

    .EstiloSeccion2 p {
        font-size: 18px;
        margin: 0 10px;
    }

.animacionboton {
    border: none;
    background-color: transparent;
    color: #1c956d;
    transition: transform 0.3s ease;
}

    .animacionboton:hover {
        transform: scale(1.05);
    }

.EstiloSeccion3 {
    border: 2px solid #009c65;
    border-radius: 10px;
    background-color: #009c65;
    padding: 30px 15px;
    text-align: center;
}

    .EstiloSeccion3 p {
        font-size: 28px;
        color: white;
        text-align: center;
    }

    .EstiloSeccion3 button {
        font-size: 25px;
        color: black;
        text-align: center;
        background-color: #fafafa;
        border: none;
        border-radius: 10px;
        padding: 5px 30px;
    }
