:root {
    --primary-color: #2B9419;
    --first-text-color: #404040;
    --second-text-color: #707070;
}

html {
    font-size: 62.5%;
}

#mainCompra{
    max-width: unset;
}

.main-banner {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 130px auto 30px;
}

.main-banner .banner-text {
    width: 60%;
    font-size: 3rem;
}

.main-banner .banner-text h1 {
    font-family: Montserrat, Arial, sans-serif ;
    font-size: 48px;
    color: #4B4B4B ;
    font-weight: 800;
    margin-bottom: 20px;
    margin-left: 20px;
}

.main-banner .banner-text ul {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 27.2px;
    color: #707070 ;
    font-weight: 600;
    padding-left: 20px;
}

.main-banner .banner-text ul li {
    text-align: left;
    list-style-position: inside;
}

.main-banner .banner-text ul li::marker {
    font-size: 1.8rem;
}

.main-banner .banner-image{
    width: 30%;
    height: 60%;
}

.main-banner .banner-image img {
    width: 400px;
    padding-top: 77px;
    position: absolute;
}

.platform-image{
    height: 200px;
    width: 180px;
}

.banner-button{
    width: 100%;
    text-align: center;
}

.main-banner .banner-button button{
   font-family: Montserrat, Arial, sans-serif;
   font-size: 40px ;
   color: #FFFFFF ;
   font-weight: 600;
    width: 400px;
    height: 90px;
    background-color: var(--primary-color);
    border: none;
    border-radius: 30px;
}

.main-text {
    width: 100%;
    color: var(--second-text-color);
    font-size: 3rem;
    font-weight: 500;
    text-align: center;
    margin-top: 90px;
    display: flex;
    justify-content: center;
}

.main-text div  h2{
    font-family: Montserrat, Arial, sans-serif;
    font-size: 36.5px;
    color: #707070;
    font-weight: 600;
}
.main-text div {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

.main-text div h2 span {
    color: #48B500;
}

.main-char {
    margin-top: 200px;
}

.char-title {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 30.2px ;
    color: #707070  ;
    font-weight: 600;
    text-align: center;
    margin-bottom: 70px;
    position: relative;
}
.char-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 100px;
    padding-left: 100px;
    padding-right: 100px;
    text-align: center;
    font-size: 2.5rem;
    color: var(--first-text-color);
    position: relative;
    place-items: center;
}
.char-container .char-item img {
    margin-bottom: 50px;
}

.char-container .char-item p {
    font-family: Montserrat ,Arial, sans-serif;
    font-size: 18px;
    color: #4B4B4B;
    font-weight: 500;
}
.platform-text p{
    font-family: Montserrat ,Arial, sans-serif;
    font-size: 15.2px;
    color: #4B4B4B;
    font-weight: 600;
}

.char-container .char-item {
    width: 70%;
    height: 90%;
}

.main-discover {
    background-color: #D9D9D9;
    width: 100% !important;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 40px;
}

.main-discover h2 {
   font-family: Montserrat, Arial, sans-serif;
   font-size: 46px ;
   color: #707070  ;
    margin-bottom: 50px;
   font-weight: 600;
}
.main-discover p {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 30.2px ;
    color: #4B4B4B  ;
    margin-bottom: 50px;
    font-weight: 600;
}
.main-discover button {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 47.5px ;
    color: #FFFFFF  ;
    width: 500px;
    height: 150px;
    background-color: var(--primary-color);
    border: none;
    border-radius: 60px;
}

.main-platform {
    margin-top: 80px;
}

.platform-title {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 46px ;
    color: #707070  ;
   font-weight: 600;
    text-align: center;
    margin-bottom: 70px;
}

.platform-container {
    display: flex;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-evenly;
    margin-bottom: 100px;
    text-align: center;
    font-size: 2.5rem;
    color: var(--first-text-color);
}

.platform-container .item3 img {
    margin-top: 35px;
    width: 100%;
}

.platform-container .item4 img {
    margin-top: 8px;
}

.platform-container .platform-image p {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 15.2px ;
    color: #4B4B4B  ;
    font-weight: 600;
}
#main-contenedor{
    /*margin-top: 220px;*/
}

#button-cotizaaqui, #button-descubreaqui{
    cursor: pointer;
}

.ui-dialog{
    font-size: initial;
}

footer{
    font-size:initial;
}


.platform-item {
    margin-left: 15px;   
    margin-right: 15px;  
}

.platform-container a:hover{
    background-color: #edf8eb;
    cursor: pointer;
    border-radius: 15px;
}
.platform-container a {
    padding-top:20px;
    margin-top:20px;
    margin-left: 25px;   
    margin-right: 25px; 
    text-decoration: none;
    color: inherit;
    display: block;
}



.platform-container a img{
    width: 85%;
}
