/* h1{
color: var(--azul);
}
.sari__plan h1{
    text-align: center;
    margin: auto;
    width: 25rem;
}
.sari__plan h2{
    color: var(--azul);
}
#sari_complete, #sari_envios{
    padding: 3rem 5rem;
}
.benef i{
    color: var(--azul);
    font-size: 3rem;
    margin: 2rem 0;
}
.beneficios_envios, .beneficios_complete{
    justify-content: space-evenly;
    max-width: 1750px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    gap: 1vw;
}
.benef{
    width: calc(97%/4);
    text-align: center;
} */
.softwareLog h2{
    margin-bottom: 2.5rem;
}
h1, h2{
    color: var(--azul);
}
.container_planesPagina{
    justify-content: center;
    display: flex;
    gap: 6vw;
}
.sari__plan{
    border: var(--verde) 0.5px solid;
    background-color: var(--gris);
    border-radius: 7px;
    text-align: center;
    max-width: 27rem;
    overflow: hidden;
    color: #737171;
    width: 40vw;
}
.sari__plan h2{
    background-color: var(--verde);
    font-family: 'comforta-bold';
    font-weight: bold;
    color: white;
    padding: 1rem;
}
.txt_plan_card{
    padding: 1rem;
}
.txt_plan_card p{
    font-family: 'comforta-bold';
    margin-bottom: 1rem;
    text-align: justify;
    font-weight: bold;
    font-size: 1rem;
}
.txt_plan_card ul{
    margin-bottom: 1.5rem;
    text-align: left;
    list-style: none;
}
.txt_plan_card li{
    line-height: 1.9rem;
    font-size: 1.1rem;
}
.boton_plan button{
    background-color: var(--verde);
    border-radius: 4px 4px 0 0;
    padding: 1rem 0;
    cursor: pointer;
    color: white;
    border: none;
    width: 100%;
}
.boton_plan a{
    display: block;
    margin: auto;
    width: 60%;
}
.boton_plan a:hover{
    transform: scale(1.1);
    transition: 0.5s;
}
#sari_envios{
    position: relative;
}
#sari_envios .boton_plan a{
    position: absolute;
    width: 60%;
    bottom: 0;
    right: 0;
    left: 0;
}
.txt_plan_card a{
    text-decoration: none;
    color: var(--azul);
    font-weight: bold;
    text-align: left;
    display: block;
}
.txt_plan_card a:hover{
    color: #67acdb;
}
.explicaciones{
    flex-flow: row wrap;
    max-width: 1750px;
    display: flex;
    margin: auto;
}
.explicaciones h2{
    color: var(--azul);
    text-align: center;
}
.explicaciones i{
    margin: 1rem 0 2rem;
    text-align: center;
    color: var(--azul);
    font-size: 3rem;
    opacity: 0.7;
    width: 100%;
}
.benef{
    text-align: justify;
    width: calc(70%/3);
    padding: 0 5%;
    margin-bottom: 2rem;
}
.mejor__opcion{
    margin: 0 auto;
}
.mejor__opcion h1{
    border-bottom: var(--verde) 3px solid;
    padding-bottom: 0.5rem;
    margin: 0 10vw 0.5rem;
    text-align: center;
}
.mejor__opcion p{
    text-align: center;
    margin: 3.5rem 8vw 5rem;
    padding: 0 2rem;
}
.titulo_beneficio{
    border-bottom: var(--verde) 3px solid;
    padding-bottom: 1rem;
    margin: 0 10vw 2rem;
    text-align: center;
}
#explicaciones_SE{
    background-color: var(--azulfondo);
    margin: 4rem 0 3rem;
    padding-top: 2rem;
}
.principales__planes{
    padding-top: 5rem;
}

.shad{
    background-color: var(--azulfondo);
}
.otros_servicios{
    justify-content: space-around;
    margin: 4rem auto 0;
    text-align: center;
    max-width: 1750px;
    padding: 6rem 2rem 4rem;
    display: flex;
}
.txt_otroS{
    padding: 0 2rem;
}
.txt_otroS p{
    text-align: left;
}
.otro_s{
    width: calc(90%/3);
    height: fit-content;
    margin-bottom: 2rem;
}
.otro_s h1{
    margin-bottom: 3rem;
}
.otro_s img{
    clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
    object-fit: cover;
    height: 45%;
    width: 100%;
    margin-bottom: 2rem;
}
.zonas_dis{
    padding: 5rem 0;
    text-align: center;
    position: relative;
}
.zonas_dis h2{
    color: black;
}
.zonas_dis h3{
    font-size: 1.7rem;
    color: var(--azultxt);
}
.zonas_imgs{
    justify-content: space-evenly;
    max-width: 1500px;
    display: flex;
    margin: 0 auto;
}
.zonas_imgs img{
    width: 28rem;
}
.zonas_dis h1, .zonas_dis h2{
    margin: 2.5rem auto;
    width: fit-content;
}
.zonas_dis h1{
    border-bottom: var(--verde) 3px solid;
    padding: 0 5%;
}
#marcaZonas{
    transform: rotate(180deg);
    position: absolute;
    opacity: 0.5;
    z-index: -10;
    left: 0;
    top: 0;
}
.softwareLog{
    margin: 3.5rem 8vw 5rem;
    text-align: center;
    padding: 0 2rem;
}
.principales__planes{
    max-width: 1600px;
    margin: 0 auto;
    min-height: 60vh;
    display: grid;
    place-content: center;
}


@media (min-device-width:600px) and (max-device-width:1050px){
    .container_planesPagina{
        display: block;
    }
    .sari__plan{
        margin: 0 auto;
        width: 85%;
        max-width: 35rem;
    }
    #sari_envios{
        margin-bottom: 4rem;
    }
    #sari_envios .txt_plan_card{
        padding-bottom: 4rem;
    }
    .benef{
        width: calc(70%/2);
    }
    .explicaciones{
        justify-content: center;
    }
    .otros_servicios{
        flex-wrap: wrap;
    }
    .otro_s{
        margin-bottom: 3em;
        width: 90%;
    }
    .txt_otroS{
        padding: 0 1rem;
    }
    .zonas_imgs img{
        width: 49vw;
    }
}
@media (min-device-width:250px) and (max-device-width:599px){
    .container_planesPagina{
        display: block;
    }
    .sari__plan{
        margin: 0 auto;
        width: 85%;
        max-width: 35rem;
    }
    #sari_envios{
        margin-bottom: 4rem;
    }
    #sari_envios .txt_plan_card{
        padding-bottom: 4rem;
    }
    .benef{
        width: 90%;
        margin-bottom: 1.5rem;
    }
    .explicaciones{
        justify-content: center;
    }
    main h1{
        font-size: 6vw!important;
    }
    .titulo__div{
        padding-top: 11vw;
    }
    .otros_servicios{
        flex-wrap: wrap;
    }
    .otro_s{
        margin-bottom: 3em;
        width: 100%;
    }
    .txt_otroS{
        padding: 0;
    }
    .zonas_imgs img{
        display: block;
        margin: 0 auto;
        width: 80vw;
    }
    .zonas_imgs{
        display: block;
    }
    .mejor__opcion p{
        margin-bottom: 1rem;
    }
}